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

Commit 70bb93e

Browse files
committed
v0.13.0
1 parent 6216e8a commit 70bb93e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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+
## [0.13.0] - 2018-06-01
6+
### Fixed
7+
- Previously, if a component called `updateProps` with multiple properties, Dash would fire the callback multiple times (once for each property). Now, the callback is only fired once. https://github.com/plotly/dash-renderer/pull/54
8+
9+
10+
### Added
11+
- A `_dash-error` class was added to the "Error loading layout" and "Error loading dependencies" messages. https://github.com/plotly/dash-renderer/pull/55
12+
513
## [0.12.1] - 2018-03-29
614
### Fixed
715
- Updates MANIFEST.in to include react and react-dom bundles for development mode

Diff for: dash_renderer/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.12.1'
1+
__version__ = '0.13.0'

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-renderer",
3-
"version": "0.12.1",
3+
"version": "0.13.0",
44
"description": "render dash components in react",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)