Skip to content

Releases: RoleModel/turbo-confirm

v2.1.0

31 Oct 13:58
4626642
Compare
Choose a tag to compare

Minimum Required Turbo version: v8.0.6

What's Changed

  • Bump nokogiri from 1.16.3 to 1.16.5 in /test/dummy in the bundler group across 1 directory by @dependabot in #22
  • Bump the bundler group across 1 directory with 2 updates by @dependabot in #24
  • Bump webpack from 5.91.0 to 5.94.0 in /test/dummy in the npm_and_yarn group across 1 directory by @dependabot in #26
  • Bump braces from 3.0.2 to 3.0.3 in /test/dummy in the npm_and_yarn group across 1 directory by @dependabot in #27
  • Bump puma from 6.4.2 to 6.4.3 in /test/dummy in the bundler group across 1 directory by @dependabot in #29
  • Bump webrick from 1.8.1 to 1.8.2 in /test/dummy in the bundler group across 1 directory by @dependabot in #30
  • Bump actiontext from 7.1.3.4 to 7.1.4.1 in /test/dummy in the bundler group across 1 directory by @dependabot in #32
  • adopt new Turbo Integration Point (Turbo v8.0.6) by @OutlawAndy in #31

Full Changelog: v2.0.2...v2.1.0

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