Skip to content

Commit

Permalink
Tidy up NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Mar 29, 2021
1 parent 30c67d2 commit 2f2d4bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# thematic 0.1.2

* Closed #89: thematic now works as expected with the {gganimate} package. (#96)
* Closed #93: Fixed a bug with ggplot2 extensions where geom/scale colour default_aes are set to 0.
* Closed #90: Enabling thematic no longer fails when used with package(s) that resgiter `{ggplot2}` methods via `registerS3method()` within `.onLoad()` (`{zoo}` is one such package that does this). (#90)
* Closed #86: thematic_rmd() now works as expected in `shiny: runtime` Rmd documents. (#87)
* Closed #82: Fixed a bug with element_blank() in plot-specific user code not being respected by thematic. (#83)
* Closed #89: `{thematic}` now works as expected with the `{gganimate}` package. (#96)
* Closed #93: Better support for `{ggplot2}` extensions that set geom/scale colour defaults to 0.
* Closed #90: Enabling thematic no longer fails when used with package(s) that register `{ggplot2}` methods via `registerS3method()` within `.onLoad()` (`{zoo}` is one such package that does this). (#90)
* Closed #86: `thematic_rmd()` now works as expected in `shiny: runtime` Rmd documents. (#87)
* Closed #82: Fixed a bug with `ggplot2::element_blank()` in plot-specific user code not being respected by `{thematic}`. (#83)

# thematic 0.1.1

Expand Down

0 comments on commit 2f2d4bf

Please sign in to comment.