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

Commit

Permalink
Merge pull request #211 from plotly/confirmationModal
Browse files Browse the repository at this point in the history
Confirmation modal
  • Loading branch information
T4rk1n authored Jul 18, 2018
2 parents 3fc5312 + 727521a commit dba57a8
Show file tree
Hide file tree
Showing 9 changed files with 594 additions and 108,045 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.25.0]
### Added
- `ConfirmDialog` and `ConfirmDialogProvider` components [#211](https://github.com/plotly/dash-core-components/pull/211)

## [0.24.1]
### Fixed
- Improved DatePickerRange, fixing issues [#209](https://github.com/plotly/dash-core-components/issues/209) and [#152](https://github.com/plotly/dash-core-components/issues/152)
Expand Down
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ machine:

dependencies:
override:
- pip install setuptools --upgrade
- pip install virtualenv
- pip install tox
- npm install -g eslint
- npm install --ignore-scripts
Expand Down
Loading

0 comments on commit dba57a8

Please sign in to comment.