diff --git a/.circleci/config.yml b/.circleci/config.yml index 163267290..496b40c7e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,20 +35,6 @@ jobs: - 'venv' - 'node_modules' - - run: - name: prettier --list-different - command: npm run format:test - - - run: - name: npm run lint - command: npm run lint - - - run: - name: python run lint - command: | - . venv/bin/activate - flake8 --ignore=E501,F401,F841,F811 test - - run: name: Build command: | @@ -61,9 +47,7 @@ jobs: command: | . venv/bin/activate python --version - npm run test-unit - python -m unittest test.test_integration - python -m unittest test.test_dash_import + npm run test 'python-3.6': <<: *test-template diff --git a/CHANGELOG.md b/CHANGELOG.md index ca955f3b4..93091ce37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +### Added +- Added event props `n_blur` and `n_clicks` - along with `n_blur_timestamp` and `n_clicks_timestamp` - in `Textarea` components, to maintain the functionality lost by removing the `click` and `blur` events. All other events were already covered by existing props. [#444](https://github.com/plotly/dash-core-components/pull/444) + ### Fixed - Fix dynamically disabling and enabling `Interval` components [#436](https://github.com/plotly/dash-core-components/pull/436) - Clear date in DatePickerSingle and DatePickerRange [#434](https://github.com/plotly/dash-core-components/issues/434) +### Removed +- Removed `Event` system - see https://github.com/plotly/dash/issues/531 for details. [#444](https://github.com/plotly/dash-core-components/pull/444) + ## [0.42.1] - 2019-01-07 ### Fixed - Fix `dcc.Store` type changes [#427](https://github.com/plotly/dash-core-components/pull/427) diff --git a/dash_core_components/Checklist.py b/dash_core_components/Checklist.py index 086911e9c..e672333d1 100644 --- a/dash_core_components/Checklist.py +++ b/dash_core_components/Checklist.py @@ -21,16 +21,13 @@ class Checklist(Component): - labelStyle (dict; optional): The style of the