Skip to content

Commit

Permalink
Introduce change log
Browse files Browse the repository at this point in the history
  • Loading branch information
GregPeden committed Jul 14, 2018
1 parent 6b03ce8 commit 340174c
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Click Confirm changelog

## v2.1.1 - 2018-07-14
- New feature: Optionally replace CSS-based yes/no button icons with any custom solution via slots 'confirm-yes-icon' and 'confirm-no-icon'.

## v2.1.0 - 2018-04-18
- Potentially breaking change: Make popover hide when 'disable' is toggled to "true" while the popover is shown.

## v2.0.2 - 2018-01-25
- Update dependencies to coincide with Bootstrap 4 production launch.

## v2.0.1 - 2017-11-24
- Restored 'yes' button receiving focus automatically.

## v2.0.0 - 2017-11-21
- Updated to bootstrap-vue 1.0.x branch, based on Bootstrap 4-beta2, which uses Popper.js for much improved reliability.
- New development environment.
- Back-end redesign.

## v1.1.0 - 2017-08-15
- Added new property "disabled" which programmatically suppresses the click-confirm dialogue when true.
- Base classes for the dialogue buttons are accessible via new properties "yes-class" and "no-class".
- Correct some documentation errors concerning some properties.

Changes should be non-breaking for code produced for the previous release. The version iteration was done to emphasize previous documentation errors.

## v1.0.4 - 2017-05-01
- Update bootstrap-vue package.
- Switch to Yarn (from NPM).
- Fix input event response error.

## v1.0.3 - 2017-02-24
- Corrects a bug where an event triggered on a nested element is not fired upon confirmation.

## v1.0.2 - 2017-02-24
- Update package dependencies. Fixes an erroneous 'triggers' validation error from bootstrap-vue.

## v1.0.1 - 2017-02-10
- Bootstrap Vue has updated its Popover component to correct an occasional positioning error related to Tether not responding to JavaScript-initiated events. This update only adopts the latest Bootstrap Vue package to correct this.

## v1.0.0 - 2017-01-18
- Initial release.

0 comments on commit 340174c

Please sign in to comment.