Skip to content

Commit

Permalink
Merge pull request #451 from plotly/extract-meta
Browse files Browse the repository at this point in the history
Combine extract-meta and component generation in a cli.
  • Loading branch information
T4rk1n authored Nov 29, 2018
2 parents dcd0f41 + a492448 commit 951c890
Show file tree
Hide file tree
Showing 13 changed files with 860 additions and 647 deletions.
4 changes: 3 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ disable=fixme,
missing-docstring,
invalid-name,
too-many-lines,
old-style-class
old-style-class,
superfluous-parens

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
# multiple time (only on the command line, not in the configuration file where
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.31.0 - 2018-11-26
## Added
- Combined `extract-meta` and python component files generation in a cli [#451](https://github.com/plotly/dash/pull/451)

## 0.30.0 - 2018-11-14
## Added
- Hot reload from the browser [#362](https://github.com/plotly/dash/pull/362)
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include README.md
include LICENSE
include dash/favicon.ico
include dash/extract-meta.js
Loading

0 comments on commit 951c890

Please # to comment.