Skip to content

Commit 1a939d3

Browse files
committed
🚩 bump lifecycle of some compositions to 'stable'
1 parent 8888066 commit 1a939d3

7 files changed

Lines changed: 4 additions & 14 deletions

File tree

NEWS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919
properties like `colour` or `linewidth` to guides. Different parts of guides
2020
can be targeted by specifying
2121
`text_colour`/`line_colour`/`rect_colour`/`point_colour`.
22+
* Changed `key_group_split()` to preserve order of labels better, rather than
23+
re-sorting them (#100).
2224
* Updated title mechanism to comply with ggplot2#6200 (#104)
23-
* `key_group_split()` tries to preserve order of labels better, rather than
24-
re-sorting them (#100)
25+
* Updated lifecycle of `new_compose()`, `compose_ontop()`, `compose_stack()`
26+
from 'experimental' to 'stable'.
2527
* Fixed a bug where empty titles in legends contributed to spacing. Visual
2628
tests depending on legendry may see subtle positioning shifts (#113).
2729
* Fixed a bug where `guide_legend_group()` struggled to merge different

R/compose-.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
#' Guide composition
44
#'
55
#' @description
6-
#' `r lifecycle::badge("experimental")`
7-
#'
86
#' Guide composition is a meta-guide orchestrating an ensemble of other guides.
97
#' On their own, a 'composing' guide is not very useful as a visual reflection
108
#' of a scale.

R/compose-ontop.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
#' Compose guides on top of one another
44
#'
55
#' @description
6-
#' `r lifecycle::badge("experimental")`
7-
#'
86
#' This guide can place other guides on top of one another.
97
#'
108
#' @inheritParams compose_stack

R/compose-stack.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
#' Compose guides as stack
44
#'
55
#' @description
6-
#' `r lifecycle::badge("experimental")`
7-
#'
86
#' This guide can stack other guides.
97
#'
108
#' @param ... Guides to stack in [composition][guide-composition]. Each guide

man/compose_ontop.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/compose_stack.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/guide-composition.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)