Skip to content

Releases: RoleModel/turbo-confirm

v2.0.2

27 Apr 00:00
e7d82f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

10 Apr 20:17
d0b0107
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

02 Apr 14:58
ab0611c
Compare
Choose a tag to compare

Breaking Changes

  • simplified Turbo integration setup:
import "@hotwired/turbo-rails"
import TC from "@rolemodel/turbo-confirm"

TC.start()

What's New

  • support dialog showModal & close out of the box.
  • direct invocation with an optional message.
  • direct invocation with a contentMap.
  • helpful error messages

See Readme for full documentation on the new features.

PRs

  • Bump @babel/traverse from 7.21.3 to 7.23.2 by @dependabot in #15
  • Support direct usage with a message (like native confirm) by @OutlawAndy in #18

Full Changelog: v1.1.2...v2.0.0

v1.1.2

30 Sep 13:04
1ee4de1
Compare
Choose a tag to compare

What's Changed

  • Bump semver from 6.3.0 to 6.3.1 by @dependabot in #6
  • Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #5
  • Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in #14
  • Handle cancel events (and ESC keypress) by denying the confirmation by @gap777 in #13

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

27 Sep 16:01
66dc7e9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v.1.1.0

29 Aug 23:04
8bed2dc
Compare
Choose a tag to compare

What's Changed

See: #8 for more details.

Full Changelog: 1.0.0...v1.1.0

v1.0.0

10 Apr 19:00
24adf32
Compare
Choose a tag to compare

What's Changed

  • contentSlots are now optional, @OutlawAndy
  • add data-confirm-button as a supported contentSlot by default, @OutlawAndy

See: #4 for more details.

Full Changelog: 0.1.4...1.0.0

v0.1.4

14 Mar 15:00
bbcbb09
Compare
Choose a tag to compare

What's Changed

  • Allow application to specify custom method to show the confirm modal by @gap777 in #2

New Contributors

  • @gap777 made their first contribution in #2

Full Changelog: 0.1.3...0.1.4

Setup package publishing

10 Feb 19:18
Compare
Choose a tag to compare
0.1.3

update readme

publish Github Pkg

02 Feb 21:56
Compare
Choose a tag to compare
0.1.2

improve documentation + some clean up.