Skip to content

Commit 1eaad7e

Browse files
committed
Groom NEWS.md
1 parent 252da2c commit 1eaad7e

File tree

1 file changed

+14
-22
lines changed

1 file changed

+14
-22
lines changed

NEWS.md

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
flexdashboard 0.6.1
2-
===========
3-
4-
### Bug fixes
1+
# flexdashboard 0.6.1
52

63
* Closed #398: The logo is now positioned to the left (instead of the right) of the title (regression introduced by 0.6.0).
74

8-
flexdashboard 0.6.0
9-
===========
5+
# flexdashboard 0.6.0
106

117
This release adds integration with the new [`{bslib}` package](https://rstudio.github.io/bslib/index.html), making it much easier to customize the overall appearance of the dashboard (and/or upgrade to Bootstrap 4). See the [new website's](https://pkgs.rstudio.com/flexdashboard/) new [article on theming](https://pkgs.rstudio.com/flexdashboard//articles/theme.html) to learn more.
128

@@ -33,37 +29,33 @@ This release adds integration with the new [`{bslib}` package](https://rstudio.g
3329

3430
* Added padding to the top of the sidebar. (#294)
3531

36-
flexdashboard 0.5.2
37-
===========
32+
# flexdashboard 0.5.2
3833

3934
* Support use of Font Awesome icon sets (e.g. "fab fa-r-project")
4035

4136
* Fixed [#245](https://github.com/rstudio/flexdashboard/issues/245): Shiny (1.4.0+) outputs not rendering in modified flexdashboard html. ([#250](https://github.com/rstudio/flexdashboard/pull/250))
4237

43-
flexdashboard 0.5.1.1
44-
===========
38+
# flexdashboard 0.5.1.1
4539

4640
Changed maintainer.
4741

48-
flexdashboard 0.5.1
49-
===========
42+
# flexdashboard 0.5.1
5043

5144
* Fixed [#149](https://github.com/rstudio/flexdashboard/issues/149): a compatability issue when using Pandoc 2.0. ([#150](https://github.com/rstudio/flexdashboard/pull/150))
5245

5346
* Fixed [#139](https://github.com/rstudio/flexdashboard/issues/139): remove previous valueBox handlers when rebinding.
5447

5548
* Update to roxygen2 6.0.
5649

57-
flexdashboard 0.5.0
58-
===========
50+
# flexdashboard 0.5.0
5951

6052
(tagged @ commit [#d99dd62](https://github.com/rstudio/flexdashboard/commit/d99dd62d49375d414336386e11da8d1807c01fae))
6153

6254
* Don't hook graphics device option for `fig_mobile` if it's a data chunk (this broke knitr caching for `shiny_prerendered` data chunks).
6355

6456

65-
flexdashboard 0.4.0
66-
===========
57+
# flexdashboard 0.4.0
58+
6759
(tagged @ commit [#0a88a91](https://github.com/rstudio/flexdashboard/commit/0a88a91654a1a18b30b23b60097f6fb16ad2c317))
6860

6961
* Add support for `target` field in navbar links (e.g. target: "_blank").
@@ -73,8 +65,8 @@ flexdashboard 0.4.0
7365
* Fixed [#106](https://github.com/rstudio/flexdashboard/issues/106): ensure that previous bg class on valueBox is cleared.
7466

7567

76-
flexdashboard 0.3.0
77-
===========
68+
# flexdashboard 0.3.0
69+
7870
(tagged @ commit [#2b6eb71](https://github.com/rstudio/flexdashboard/commit/2b6eb71b1f75078ea36b33d5aa3c9f8d4ace639b))
7971

8072
* Support `.hidden` attribute for pages to hide them from the navbar.
@@ -92,15 +84,15 @@ flexdashboard 0.3.0
9284
* Restore original DT options after rendering.
9385

9486

95-
flexdashboard 0.2.0
96-
===========
87+
# flexdashboard 0.2.0
88+
9789
(tagged @ commit [#64d975f](https://github.com/rstudio/flexdashboard/commit/64d975f962dd3eca8ab2067f55a35ec05d72d4ac))
9890

9991
* Initial release to CRAN.
10092

10193

102-
flexdashboard 0.1.0
103-
===========
94+
# flexdashboard 0.1.0
95+
10496
(tagged @ commit [#990d10c](https://github.com/rstudio/flexdashboard/commit/990d10c2b3c4a8fa2029a7723f7e1a4ce86d3717))
10597

10698
* init commit!

0 commit comments

Comments
 (0)