This repository was archived by the owner on Jun 4, 2024. It is now read-only.
File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 0.14.1] - 2018-09-20
6
+ ### Fixed
7
+ - Renamed ` __init__.py ` external_path to dash_renderer.min.js
8
+
5
9
## [ 0.14.0] - 2018-09-20
6
10
### Added
7
11
- Unminified dev bundle support. [ #77 ] ( https://github.com/plotly/dash-renderer/pull/77 )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ def _set_react_version(react_version):
77
77
'dev_package_path' : '{}.dev.js' .format (__name__ ),
78
78
"external_url" : (
79
79
'https://unpkg.com/dash-renderer@{}'
80
- '/dash_renderer/bundle .js'
80
+ '/dash_renderer/dash_renderer.min .js'
81
81
).format (__version__ ),
82
82
'namespace' : 'dash_renderer'
83
83
}
Original file line number Diff line number Diff line change 1
- __version__ = '0.14.0 '
1
+ __version__ = '0.14.1 '
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dash-renderer" ,
3
- "version" : " 0.14.0 " ,
3
+ "version" : " 0.14.1 " ,
4
4
"description" : " render dash components in react" ,
5
5
"main" : " src/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments