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: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Change Log for Dash for R
2
2
All notable changes to this project will be documented in this file.
3
3
4
-
## [0.2.0] - 2019-12-23
4
+
## [0.2.0] - 2020-01-03
5
5
### Added
6
6
- Support for asynchronous/dynamic loading of dependencies, resource caching, and asset fingerprinting [#157](https://github.com/plotly/dashR/pull/157)
7
7
- Compression of text resources using `brotli`, `gzip`, or `deflate`[#157](https://github.com/plotly/dashR/pull/157)
@@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
13
13
- Selective callback updates to properties now supported with `dashNoUpdate()`[#111](https://github.com/plotly/dashR/pull/111)
14
14
- Additional line number context inserted when available within stack traces [#133](https://github.com/plotly/dashR/pull/133)
15
15
- Integration and unit tests are now performed when commits are made to open pull requests
16
+
- Support returning asset URLs via `app$get_asset_url` when app is loaded via `source()` or `APP_ROOT_PATH` environment variable is defined [#160](https://github.com/plotly/dashR/pull/160)
16
17
17
18
### Changed
18
19
-`dash-renderer` updated to v1.2.2 [#137](https://github.com/plotly/dashR/pull/137)
0 commit comments