Skip to content

Releases: GregPeden/click-confirm

v2.1.1

14 Jul 23:34
Compare
Choose a tag to compare

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

19 Apr 00:19
Compare
Choose a tag to compare

Potentially breaking change: Make popover hide when 'disable' is toggled to "true" while the popover is shown.

v2.0.2

25 Jan 22:01
Compare
Choose a tag to compare

Update dependencies to coincide with Bootstrap 4 production launch.

v2.0.1

24 Nov 09:53
Compare
Choose a tag to compare

Restored 'yes' button receiving focus automatically.

v2.0.0

21 Nov 09:11
Compare
Choose a tag to compare
  • 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

15 Aug 22:10
Compare
Choose a tag to compare
  • 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

02 May 04:32
Compare
Choose a tag to compare
  • Update bootstrap-vue package
  • Switch to Yarn (from NPM)
  • Fix input event response error

v1.0.3

29 Mar 18:00
Compare
Choose a tag to compare

Corrects a bug where an event triggered on a nested element is not fired upon confirmation.

v1.0.2

25 Feb 00:49
Compare
Choose a tag to compare

Update package dependencies. Fixes an erroneous 'triggers' validation error from bootstrap-vue.

v1.0.1

11 Feb 03:05
Compare
Choose a tag to compare

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.