You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+14-22Lines changed: 14 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,8 @@
1
-
flexdashboard 0.6.1
2
-
===========
3
-
4
-
### Bug fixes
1
+
# flexdashboard 0.6.1
5
2
6
3
* Closed #398: The logo is now positioned to the left (instead of the right) of the title (regression introduced by 0.6.0).
7
4
8
-
flexdashboard 0.6.0
9
-
===========
5
+
# flexdashboard 0.6.0
10
6
11
7
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.
12
8
@@ -33,37 +29,33 @@ This release adds integration with the new [`{bslib}` package](https://rstudio.g
33
29
34
30
* Added padding to the top of the sidebar. (#294)
35
31
36
-
flexdashboard 0.5.2
37
-
===========
32
+
# flexdashboard 0.5.2
38
33
39
34
* Support use of Font Awesome icon sets (e.g. "fab fa-r-project")
40
35
41
36
* 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))
42
37
43
-
flexdashboard 0.5.1.1
44
-
===========
38
+
# flexdashboard 0.5.1.1
45
39
46
40
Changed maintainer.
47
41
48
-
flexdashboard 0.5.1
49
-
===========
42
+
# flexdashboard 0.5.1
50
43
51
44
* 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))
52
45
53
46
* Fixed [#139](https://github.com/rstudio/flexdashboard/issues/139): remove previous valueBox handlers when rebinding.
0 commit comments