Skip to content

Commit

Permalink
bump version to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Rivet committed Mar 5, 2019
1 parent a53e491 commit 3fa72dc
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 62 deletions.
12 changes: 6 additions & 6 deletions packages/dash-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [3.6.0] - 2019-03-04
### Fixed
[#387](https://github.com/plotly/dash-core/issues/387)
- Fix filtering conditions using floats

## [3.5.0] - 2019-02-25
### Added
[#189](https://github.com/plotly/dash-table/issues/189)
- Added `format` nested prop to columns
- Applied to columns with `type=numeric` (more to come)
Expand All @@ -20,6 +15,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Python helpers (dash_table.FormatTemplate)
- Added `locale_format` prop to table (default localization configuration, merged with column.format.locale)

[#387](https://github.com/plotly/dash-core/issues/387)
- Fix filtering conditions using floats

## [3.5.0] - 2019-02-25
### Added
[#342](https://github.com/plotly/dash-core/issues/342)
- Added `column_type` condition to style `if`; allows applying styles based on the type of the column for props
- `style_cell_conditional`
Expand Down
6 changes: 3 additions & 3 deletions packages/dash-table/dash_table/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/dash-table/dash_table/bundle.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/dash-table/dash_table/demo.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/dash-table/dash_table/demo.js.map

Large diffs are not rendered by default.

27 changes: 16 additions & 11 deletions packages/dash-table/dash_table/package-info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-table",
"version": "3.5.0",
"version": "3.6.0",
"description": "Dash table",
"main": "dash_table/bundle.js",
"scripts": {
Expand All @@ -11,27 +11,30 @@
"private::build:js-dev": "run-s \"private::build -- --mode development\"",
"private::build:js-test": "run-s \"private::build -- --config webpack.test.config.js\"",
"private::build:js-test-watch": "run-s \"private::build -- --config webpack.test.config.js --watch\"",
"private::build:extract-meta": "node ./extract-meta src/dash-table/DataTable.js > dash_table/metadata.json",
"private::build:extract-meta": "node ./extract-meta src/dash-table/dash/DataTable.js > dash_table/metadata.json",
"private::build:copy-package-info": "cp package.json dash_table/package-info.json",
"private::build:generate-classes": "python -c \"import dash; dash.development.component_loader.generate_classes('dash_table', 'dash_table/metadata.json')\"",
"private::build:py": "run-s private::build:copy-package-info private::build:extract-meta private::build:generate-classes",
"private::host_dash8081": "python tests/cypress/dash/v_be_page.py",
"private::host_dash8082": "python tests/cypress/dash/v_copy_paste.py",
"private::host_dash8083": "python tests/cypress/dash/v_fe_page.py",
"private::host_js": "http-server ./dash_table -c-1 --silent",
"private::lint:ts": "tslint '{src,demo,tests}/**/*.{js,ts,tsx}' --exclude '**/@Types/*.*'",
"private::lint:py": "flake8 --exclude=DataTable.py,__init__.py,_imports_.py --ignore=E501,F401,F841,F811,F821 dash_table",
"private::wait_dash8081": "wait-on http://localhost:8081",
"private::wait_dash8082": "wait-on http://localhost:8082",
"private::wait_dash8083": "wait-on http://localhost:8083",
"private::wait_js": "wait-on http://localhost:8080",
"private::opentests": "cypress open",
"private::runtests:python": "python -m unittest tests/unit/format_test.py",
"private::runtests:unit": "cypress run --browser chrome --spec 'tests/cypress/tests/unit/**/*'",
"private::runtests:standalone": "cypress run --browser chrome --spec 'tests/cypress/tests/standalone/**/*'",
"private::runtests:server": "cypress run --browser chrome --spec 'tests/cypress/tests/server/**/*'",
"private::runtests-v0": "run-s private::runtests:server",
"private::runtests-v1": "run-s private::runtests:unit private::runtests:standalone private::runtests:server",
"private::runtests-v1": "run-s private::runtests:python private::runtests:unit private::runtests:standalone private::runtests:server",
"build.watch": "webpack-dev-server --content-base dash_table --mode development",
"build": "run-s private::build:js private::build:py",
"lint": "tslint '{src,demo,tests}/**/*.{js,ts,tsx}' --exclude '**/@Types/*.*'",
"lint": "run-s private::lint:*",
"test-v0": "run-p --race private::host* private::runtests-v0",
"test-v1": "run-p --race private::host* private::runtests-v1",
"test.visual": "build-storybook && percy-storybook",
Expand All @@ -43,22 +46,24 @@
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/core": "^7.3.4",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.1",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@cypress/webpack-preprocessor": "^4.0.3",
"@percy-io/percy-storybook": "^2.1.0",
"@storybook/cli": "^4.1.13",
"@storybook/react": "^4.1.13",
"@types/ramda": "^0.25.50",
"@types/react": "^16.8.4",
"@types/d3-format": "^1.3.1",
"@types/ramda": "^0.25.51",
"@types/react": "^16.8.5",
"@types/react-dom": "^16.8.2",
"@types/react-select": "^1.3.4",
"babel-loader": "^8.0.5",
"core-js": "^2.6.5",
"css-loader": "^2.1.0",
"cypress": "^3.1.5",
"d3-format": "^1.3.2",
"fast-isnumeric": "^1.1.2",
"file-loader": "^3.0.1",
"http-server": "^0.11.1",
Expand All @@ -68,19 +73,19 @@
"npm-run-all": "^4.1.5",
"ramda": "^0.26.1",
"react": "16.8.3",
"react-docgen": "^4.0.0",
"react-docgen": "^4.0.1",
"react-dom": "16.8.3",
"react-select": "^1.3.0",
"remarkable": "^1.7.1",
"sheetclip": "^0.3.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"tslint": "^5.13.0",
"typescript": "^3.3.3333",
"wait-on": "^3.2.0",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.0",
"webpack-dev-server": "^3.2.1",
"webpack-preprocessor": "^0.1.12"
},
"files": [
Expand Down
62 changes: 26 additions & 36 deletions packages/dash-table/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 packages/dash-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-table",
"version": "3.5.0",
"version": "3.6.0",
"description": "Dash table",
"main": "dash_table/bundle.js",
"scripts": {
Expand Down

0 comments on commit 3fa72dc

Please sign in to comment.