Skip to content

Commit cab3f2a

Browse files
committed
use_news_md()
1 parent 1b71f1d commit cab3f2a

File tree

1 file changed

+22
-43
lines changed

1 file changed

+22
-43
lines changed

NEWS.md

Lines changed: 22 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
1-
htmlwidgets 1.6.2.9000
2-
------------------------------------------------------
1+
# htmlwidgets (development version)
32

43

5-
htmlwidgets 1.6.2
6-
------------------------------------------------------
4+
# htmlwidgets 1.6.2
75

86
* Closed #452: `as.tag.htmlwidget()` now includes `...` in it's function signature (for compatibility with the `htmltools::as.tags` generic).
97

10-
htmlwidgets 1.6.1
11-
------------------------------------------------------
8+
# htmlwidgets 1.6.1
129

1310
### Bug fixes
1411

1512
* Closed #456: Fixed an issue where widgets were no longer being resized properly when rendered in a standalone fashion. (#458)
1613

17-
htmlwidgets 1.6.0
18-
-------------------------------------------------------
14+
# htmlwidgets 1.6.0
1915

2016
### Potentially breaking changes
2117

@@ -29,14 +25,12 @@ htmlwidgets 1.6.0
2925
* Closed #433 and #440: `saveWidget(selfcontained=TRUE)` now uses the `{rmarkdown}` package to discover and call pandoc, which fixes a couple existing issues and helps "future proof" this code path from future changes to pandoc.
3026
* Closed #257 and #358: `saveWidget(selfcontained=TRUE)` now correctly prevents HTML from being interpreted as markdown. (#401)
3127

32-
htmlwidgets 1.5.4
33-
-------------------------------------------------------
28+
# htmlwidgets 1.5.4
3429

3530
* Closed #320: `getDependency()` no longer includes an absolute src path in its return value. (#384)
3631
* Fixed #408: An error type-check did not work correctly because it was missing parentheses. (#409)
3732

38-
htmlwidgets 1.5.3
39-
-------------------------------------------------------
33+
# htmlwidgets 1.5.3
4034

4135
### New features
4236

@@ -54,18 +48,15 @@ htmlwidgets 1.5.3
5448

5549
* Fixed an issue with passing named function declarations to `JS()` and `onRender()` (introduced by v1.4). (#356)
5650

57-
htmlwidgets 1.5.2
58-
-------------------------------------------------------
51+
# htmlwidgets 1.5.2
5952

6053
* Emergency patch release to fix an issue with rendering htmlwidgets in flexdashboard. More generally, this change implies that any htmlwidget is printed via a knitr code chunk with multiple values for fig.width/fig.height, only the first value is used for the widget's sizing policy. (#387)
6154

62-
htmlwidgets 1.5.1
63-
-------------------------------------------------------
55+
# htmlwidgets 1.5.1
6456

65-
* Fixed an issue with dynamically rendered widgets (i.e., using `shiny::uiOutput()` to render a widget) with any version of shiny prior to 1.4. This issue was introduced by htmlwidgets 1.5. (#351)
57+
* Fixed an issue with dynamically rendered widgets (i.e., using `shiny::uiOutput()` to render a widget) with any version of shiny prior to 1.4. This issue was introduced by # htmlwidgets 1.5. (#351)
6658

67-
htmlwidgets 1.5
68-
-----------------------------------------------------------------------
59+
# htmlwidgets 1.5
6960

7061
* Fixed an incompatibility with Shiny v1.4.0: due to Shiny upgrading
7162
from jQuery 1.x to 3.x, the timing of some initialization routines
@@ -74,15 +65,13 @@ htmlwidgets 1.5
7465
versions of Shiny. (#345)
7566

7667

77-
htmlwidgets 1.4 (unreleased)
78-
-----------------------------------------------------------------------
68+
# htmlwidgets 1.4
7969

8070
* JavaScript statements can now be passed along to `onRender()` and
8171
`JS()` (#329).
8272

8373

84-
htmlwidgets 1.3
85-
-----------------------------------------------------------------------
74+
# htmlwidgets 1.3
8675

8776
* All files and directories under the `inst/htmlwidgets/` directory of
8877
a widget package will be copied when a widget is rendered due to an
@@ -97,8 +86,7 @@ htmlwidgets 1.3
9786
See https://rstudio.github.io/promises for more about async Shiny.
9887

9988

100-
htmlwidgets 1.2
101-
-----------------------------------------------------------------------
89+
# htmlwidgets 1.2
10290

10391
* htmlwidgets can be created without a package, without yaml, and/or
10492
without JavaScript binding. (#304, #305)
@@ -108,22 +96,19 @@ htmlwidgets 1.2
10896
* Fix #297: Setting background in saveWidget() is broken
10997

11098

111-
htmlwidgets 1.1
112-
-----------------------------------------------------------------------
99+
# htmlwidgets 1.1
113100

114101
* The saveWidget's background parameter could not process hex color
115102
codes, due to changes introduced in htmlwidgets 1.0. (#297)
116103

117104

118-
htmlwidgets 1.0
119-
-----------------------------------------------------------------------
105+
# htmlwidgets 1.0
120106

121107
* Fix issues with self-contained mode when used with new versions of
122108
pandoc. (#289)
123109

124110

125-
htmlwidgets 0.9
126-
-----------------------------------------------------------------------
111+
# htmlwidgets 0.9
127112

128113
* Starting with R 3.4.0, a "Calling 'structure(NULL, *)' is deprecated"
129114
warning would occur when shinyRenderWidget encountered a NULL value.
@@ -133,8 +118,7 @@ htmlwidgets 0.9
133118
binding's JS factory function would fail.
134119

135120

136-
htmlwidgets 0.8
137-
-----------------------------------------------------------------------
121+
# htmlwidgets 0.8
138122

139123
* Export getDependency function
140124

@@ -143,8 +127,7 @@ htmlwidgets 0.8
143127
* Widget IDs: only restore random.seed when non-NULL
144128

145129

146-
htmlwidgets 0.7
147-
-----------------------------------------------------------------------
130+
# htmlwidgets 0.7
148131

149132
* Pass knitr options to saveWidget
150133

@@ -163,8 +146,7 @@ htmlwidgets 0.7
163146
* Modify advanced and sizing vignettes to use new style widget declarations
164147

165148

166-
htmlwidgets 0.6
167-
-----------------------------------------------------------------------
149+
# htmlwidgets 0.6
168150

169151
* Introduce new scheme for defining JavaScript bindings that will make
170152
it easier for widgets to gain access to other widget instances on
@@ -192,8 +174,7 @@ htmlwidgets 0.6
192174
* Fix issue that prevented calling renderValue() from within resize()
193175

194176

195-
htmlwidgets 0.5
196-
-----------------------------------------------------------------------
177+
# htmlwidgets 0.5
197178

198179
* Add background parameter to saveWidget function
199180

@@ -206,8 +187,7 @@ htmlwidgets 0.5
206187
* Sync vignettes with contents of htmlwidgets website
207188

208189

209-
htmlwidgets 0.4
210-
-----------------------------------------------------------------------
190+
# htmlwidgets 0.4
211191

212192
* Use minified files while scaffolding widget wherever available
213193

@@ -222,7 +202,6 @@ htmlwidgets 0.4
222202
* Call widget.resize in more situations
223203

224204

225-
htmlwidgets 0.3.2
226-
-----------------------------------------------------------------------
205+
# htmlwidgets 0.3.2
227206

228207
* Initial release to CRAN

0 commit comments

Comments
 (0)