Skip to content

Commit

Permalink
update News
Browse files Browse the repository at this point in the history
  • Loading branch information
rdboyes committed Apr 9, 2024
1 parent 2707027 commit f55081e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# TidierPlots.jl updates

# v0.6.5
# v0.6.5 - 2024-04-09

- Allow use of Julia 1.9 (1.10 is still the recommended version)

# v0.6.4 - 2024-04-08
Expand All @@ -18,6 +19,7 @@
- Custom labelling functions or formatting strings from Format.jl can now be passed to scales

# v0.6.1 - 2024-04-02

- Tests have been added for all currently supported geom_* functions
- Bug Fix: Repairs geoms that were broken by removal of AlgebraOfGraphics
- Basic functionality from {patchwork} (`+`, `|`, and `/` operators for plot composition) is now supported
Expand All @@ -27,25 +29,30 @@
- Adds functionality to automatically convert arguments to Types expected by Makie.jl

# v0.6.0 - 2024-02-27

- Dependency on AlgebraOfGraphics.jl removed
- Support for positional aes specification (e.g. @aes(x, y) instead of @aes(x = x, y = y))
- Support for horizontal bars in geom_bar and geom_col
- All Makie plotting arguments are supported via passthrough (as either aes or args)
- Breaks: geom_smooth, geom_contour, facet_wrap, facet_grid, all tests

# v0.5.5 - 2024-02-20

- Bug fix: Documentation now deploys correctly
- Documentation has been expanded to include an initial "How To" section
- Bug fix: geom_hline() and geom_vline() now work as expected
- Bug fix: linewidth option for geom_line() now works

# v0.5.4 - 2024-01-25

- Bug fix: geom_density now works in Julia v1.10
- Bug fix: plots now display inside of Pluto.jl

# v0.5.3 - 2023-11-28

- Bug fix: `labs()` and themes work with piping interface
- Added Chain as dependency and re-export `@chain` - this will make it easier to use the piping interface.

# v0.5.2

- Function-based interface has completely replaced the macro-based interface.

0 comments on commit f55081e

Please sign in to comment.