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

Commit

Permalink
0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriddyp committed Apr 25, 2019
1 parent ab4d2d8 commit e2a1707
Show file tree
Hide file tree
Showing 8 changed files with 199 additions and 153 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.23.0] - 2019-04-25
### Fixed
- Fix regression for `children=0` case [#148](https://github.com/plotly/dash-renderer/issues/148)


### Added

- Dash Dev Tools [#100](https://github.com/plotly/dash-renderer/pull/100)

- a simple UI interface, which consolidates both frontend and backend errors into an "error popup" at the top-right corner
- callback function visualization through a DAG(Directed Acyclic Graph) [#144](https://github.com/plotly/dash-renderer/pull/144)
- free [Component Props check](https://reactjs.org/docs/typechecking-with-proptypes.html) for all Dash React Components inside dash-renderer
- A simple UI interface, which consolidates both frontend and backend errors into an "error popup" at the top-right corner
- Callback function visualization through a DAG(Directed Acyclic Graph) [#144](https://github.com/plotly/dash-renderer/pull/144)
- Free [Component property validation](https://reactjs.org/docs/typechecking-with-proptypes.html) for all Dash React Components inside dash-renderer

## [0.22.0] - 2019-04-10
### Added
Expand Down
277 changes: 170 additions & 107 deletions dash_renderer/dash_renderer.dev.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_renderer/dash_renderer.dev.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dash_renderer/dash_renderer.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_renderer/dash_renderer.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_renderer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.22.0'
__version__ = '0.23.0'
48 changes: 17 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-renderer",
"version": "0.22.0",
"version": "0.23.0",
"description": "render dash components in react",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit e2a1707

Please sign in to comment.