Skip to content

Commit

Permalink
update news for 0.9.5.9999
Browse files Browse the repository at this point in the history
  • Loading branch information
slowkow committed May 16, 2024
1 parent 4119c28 commit d7ec55a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
ggrepel 0.9.5.9999
========================

## Changes

- Remove `exclude_outside()` from `geom_text_repel()` and `geom_label_repel()` because this change introduced too many breaking changes for other users. See issues:
- https://github.com/slowkow/ggrepel/issues/253
- https://github.com/slowkow/ggrepel/issues/257
- https://github.com/slowkow/ggrepel/issues/261


ggrepel 0.9.5
========================

## Changes

- Introduce a new function `exclude_outside()` into `geom_text_repel()` and `geom_label_repel()` to discard labels outside the panel range, in order to support the [ggbreaks] package. See [issue 244] for details.

- Change `expect_equal()` to include a tolerance, to satisfy CRAN testing.

- Delete note about old (before 2.2.1) versions of ggplot2, thanks to @olivroy for [pull request 246].

- Add website link to `DESCRIPTION`, thanks to @olivroy for [pull request 241].

[issue 244]: https://github.com/slowkow/ggrepel/issues/244

[pull request 241]: https://github.com/slowkow/ggrepel/pull/241
[pull request 246]: https://github.com/slowkow/ggrepel/pull/246

Expand Down

0 comments on commit d7ec55a

Please sign in to comment.