Skip to content

Commit bfa0b2d

Browse files
committed
Bump version to 1.0.2 and update NEWS
1 parent d67783e commit bfa0b2d

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: shiny
22
Type: Package
33
Title: Web Application Framework for R
4-
Version: 1.0.1.9000
4+
Version: 1.0.2
55
Authors@R: c(
66
person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]"),
77
person("Joe", "Cheng", role = "aut", email = "[email protected]"),

NEWS.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
shiny 1.0.1.9000
1+
shiny 1.0.2
22
================
33

4+
This is a hotfix release of Shiny. The primary reason for this release is because the web host for MathJax JavaScript library is scheduled to be shut down in the next few weeks. After it is shut down, Shiny applications that use MathJax will no longer be able to load the MathJax library if they are run with Shiny 1.0.1 and below. (If you don't know whether your application uses MathJax, it probably does not.) For more information about why the MathJax CDN is shutting down, see https://www.mathjax.org/cdn-shutting-down/.
5+
46
## Full changelog
57

6-
### Breaking changes
7-
### New features
88
### Minor new features and improvements
99

1010
* Added a `shiny:sessioninitialized` Javascript event, which is fired at the end of the initialize method of the Session object. This allows us to listen for this event when we want to get the value of things like `Shiny.user`. ([#1568](https://github.com/rstudio/shiny/pull/1568))
@@ -17,8 +17,6 @@ shiny 1.0.1.9000
1717

1818
* Fixed [#1653](https://github.com/rstudio/shiny/issues/1653): wrong code example in documentation. ([#1658](https://github.com/rstudio/shiny/pull/1658))
1919

20-
### Library updates
21-
2220

2321
shiny 1.0.1
2422
================

0 commit comments

Comments
 (0)