Releases: RoleModel/turbo-confirm
Releases · RoleModel/turbo-confirm
v2.1.0
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
v2.0.1
What's Changed
- Development Scripts & Docs by @OutlawAndy in #19
- Resolve potential Webpack compile issue by @OutlawAndy in #20
Full Changelog: v2.0.0...v2.0.1
v2.0.0
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
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
- @dependabot made their first contribution in #6
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Improve README.md by @BenEinwechter in #9
- [Fix #10] target vs currentTarget by @OutlawAndy & @Jeremy-Walton in #12
New Contributors
- @BenEinwechter made their first contribution in #9
Full Changelog: v1.1.0...v1.1.1
v.1.1.0
What's Changed
- add
link_to
support, @OutlawAndy
See: #8 for more details.
Full Changelog: 1.0.0...v1.1.0
v1.0.0
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
Setup package publishing
0.1.3 update readme