- New feature: Optionally replace CSS-based yes/no button icons with any custom solution via slots 'confirm-yes-icon' and 'confirm-no-icon'.
- Potentially breaking change: Make popover hide when 'disable' is toggled to "true" while the popover is shown.
- Update dependencies to coincide with Bootstrap 4 production launch.
- Restored 'yes' button receiving focus automatically.
- 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.
- 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.
- Update bootstrap-vue package.
- Switch to Yarn (from NPM).
- Fix input event response error.
- Corrects a bug where an event triggered on a nested element is not fired upon confirmation.
- Update package dependencies. Fixes an erroneous 'triggers' validation error from bootstrap-vue.
- 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.
- Initial release.