@@ -4,7 +4,7 @@ _If you are viewing this file on CRAN, please check the
44[ latest NEWS] ( https://grantmcdermott.com/tinyplot/NEWS.html ) on our website
55where the formatting is also better._
66
7- ## Dev version
7+ ## v0.6.0
88
99### Breaking changes
1010
@@ -76,7 +76,7 @@ where the formatting is also better._
7676 ` tinyplot() ` and that it thus has access to the local definition to all
7777 variables such as ` x ` and ` y ` etc. (#507 @zeileis )
7878
79- ## 0 .5.0
79+ ## v0 .5.0
8080
8181### New features
8282
@@ -138,7 +138,7 @@ where the formatting is also better._
138138 with the CI implementation.
139139- Add a ` devcontainer.json ` file for remote testing. (#480 @grantmcdermott )
140140
141- ## 0 .4.2
141+ ## v0 .4.2
142142
143143### New features
144144
@@ -169,7 +169,7 @@ where the formatting is also better._
169169 can also call them in a base plot layer, relaxing the requirement that they
170170 must be called as part of a subsequent plot layer via ` tinyplot_add() ` . (#422 @grantmcdermott )
171171
172- ## 0 .4.1
172+ ## v0 .4.1
173173
174174### Bug fixes
175175
@@ -180,7 +180,7 @@ where the formatting is also better._
180180
181181- Revert minimum compatible R version to 4.0.0 (#416 @grantmcdermott )
182182
183- ## 0 .4.0
183+ ## v0 .4.0
184184
185185### New features:
186186
@@ -278,7 +278,7 @@ where the formatting is also better._
278278 logic was mostly an artifact of development inertia and this new nesting logic
279279 should simplify the creation of certain plot types. (#331 @grantmcdermott )
280280
281- ## 0 .3.0
281+ ## v0 .3.0
282282
283283### New features
284284
@@ -453,7 +453,7 @@ grouping variables (thanks to @strengjacke for reporting #213).
453453 - The new functional type processing system also means that each type now
454454 has its own help page (e.g. ` ?type_hist ` , ` type_ridge ` , etc.)
455455
456- ## 0 .2.1
456+ ## v0 .2.1
457457
458458New Features:
459459
@@ -502,7 +502,7 @@ Internals:
502502- Revamped formula processing that allows for better sanity checking and
503503edge-case logic. (#197 @zeileis )
504504
505- ## 0 .2.0
505+ ## v0 .2.0
506506
507507New features:
508508
@@ -530,7 +530,7 @@ Misc:
530530
531531- Various documentation improvements.
532532
533- ## 0 .1.0
533+ ## v0 .1.0
534534
535535Our first CRAN submission! This v0.1.0 release includes the following new
536536features and updates:
@@ -626,7 +626,7 @@ approach). (#145 @vincentarelbundock & @grantmcdermott)
626626calculates ` density ` grid coords. (#150 @grantmcdermott )
627627
628628
629- ## 0 .0.5
629+ ## v0 .0.5
630630
631631** IMPORTANT BREAKING CHANGE:**
632632
@@ -670,7 +670,7 @@ see the following GitHub comment, as well as the discussion that preceded it:
670670https://github.com/grantmcdermott/plot2/issues/22#issuecomment-1928472754
671671
672672
673- ## 0 .0.4
673+ ## v0 .0.4
674674
675675Website:
676676
@@ -727,7 +727,7 @@ outer gap to outside of the graphics device unchanged. (#94 @grantmcdermott)
727727- Fix bug where grid wasn't auto-expanding correctly for area plots. (#92
728728@grantmcdermott )
729729
730- ## 0 .0.3
730+ ## v0 .0.3
731731
732732Breaking changes:
733733
@@ -765,7 +765,7 @@ Bug fixes:
765765- Setting a global palette, e.g. ` palette("ggplot2") ` is now respected. (#44
766766@grantmcdermott )
767767
768- ## 0 .0.2
768+ ## v0 .0.2
769769
770770Breaking changes:
771771
@@ -792,6 +792,6 @@ Project:
792792- @vincentarelbundock and @zeileis have joined the project as core contributors.
793793🎉
794794
795- ## 0 .0.1
795+ ## v0 .0.1
796796
797797* Initial release on GitHub.
0 commit comments