Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 8d1df22

Browse files
valentijnniemanMarc-Andre-Rivet
authored andcommitted
Dash 1.0 - Update version to 1.0.0a1 (#97)
1 parent f45d2c9 commit 8d1df22

18 files changed

+12227
-12641
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.0.0a1] - 2018-12-17
6+
### Changed
7+
- Initial Dash 1.0 alpha release (bumps React version to 16.x) [#4](https://github.com/plotly/dash-core/issues/4)
8+
59
## [0.16.1] - 2018-12-14
610
### Fixed
711
- Added `key` to rendered components, fixing [#379](https://github.com/plotly/dash-core-components/issues/379)

dash_renderer/__init__.py

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,17 @@
1212
from .version import __version__
1313
__file__
1414

15-
_DEFAULT_REACT_VERSION = '15.4.2'
16-
_REACT_VERSION_TYPES = {'15.4.2', '16.2.0'}
15+
_DEFAULT_REACT_VERSION = '16.6.3'
16+
_REACT_VERSION_TYPES = {'16.6.3'}
1717
_REACT_VERSION_TO_URLS = {
18-
'15.4.2': {
18+
'16.6.3': {
1919
'external_url': [
20-
'https://unpkg.com/react@15.4.2/dist/react.min.js',
21-
'https://unpkg.com/react-dom@15.4.2/dist/react-dom.min.js'
20+
'https://unpkg.com/react@16.6.3/umd/react.production.min.js',
21+
'https://unpkg.com/react-dom@16.6.3/umd/react-dom.production.min.js'
2222
],
2323
'relative_package_path': [
24-
25-
26-
],
27-
},
28-
'16.2.0': {
29-
'external_url': [
30-
'https://unpkg.com/[email protected]/umd/react.production.min.js',
31-
'https://unpkg.com/[email protected]/umd/react-dom.production.min.js'
32-
],
33-
'relative_package_path': [
34-
35-
24+
25+
3626
],
3727
}
3828
}
@@ -47,7 +37,7 @@ def _set_react_version(react_version):
4737
import dash_renderer
4838
4939
# Set the react version before setting up the Dash application
50-
dash_renderer._set_react_version('16.2.0')
40+
dash_renderer._set_react_version('16.6.3')
5141
5242
app = dash.Dash(...)
5343
```

dash_renderer/dash_renderer.dev.js

Lines changed: 8685 additions & 8678 deletions
Large diffs are not rendered by default.

dash_renderer/dash_renderer.dev.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_renderer/dash_renderer.min.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_renderer/dash_renderer.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_renderer/[email protected]

Lines changed: 0 additions & 15 deletions
This file was deleted.

dash_renderer/[email protected]

Lines changed: 0 additions & 193 deletions
This file was deleted.

dash_renderer/[email protected]

Lines changed: 204 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dash_renderer/[email protected]

Lines changed: 0 additions & 12 deletions
This file was deleted.

dash_renderer/[email protected]

Lines changed: 0 additions & 21 deletions
This file was deleted.

dash_renderer/[email protected]

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)