We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3b155 commit 4fa54e7Copy full SHA for 4fa54e7
NEWS.md
@@ -21,9 +21,10 @@
21
* Moved mgcv from Imports to Suggests
22
* Moved tibble from Imports to Suggests
23
* Removed glue dependency
24
-* Default labels are derived in `ggplot_build()` rather than
25
- in `ggplot_add.Layer()`. This may affect code that accessed the `plot$labels`
26
- field (@teunbrand, #5894).
+* Default labels are derived in `build_ggplot()` (previously `ggplot_build()`)
+ rather than in the layer method of `update_ggplot()`
+ (previously `ggplot_add.Layer()`). This may affect code that accessed the
27
+ `plot$labels` property (@teunbrand, #5894).
28
29
### Lifecycle changes
30
0 commit comments