Skip to content

Tags: RoleModel/turbo-confirm

Tags

v2.0.0

Toggle v2.0.0's commit message
Turbo-Confirm v2.0.0

- simplified Turbo integration setup
- support dialog showModal & close out of the box.
- direct invocation with an optional message.
- direct invocation with a contentMap.
- helpful error messages
- playwright browser tests & dummy Rails app

v1.1.1

Toggle v1.1.1's commit message
v.1.1.1 - fix issue #10

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v1.0.0 (GH #4)

Fix #3 making contentSlots optional

Additional updates:

  - Add MIT License
  - update Readme w/ improved documentation
  - add `data-confirm-button` to default supported contentSlots
  - configure Jest testing
  - add several essential tests

0.1.4

Toggle 0.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #2 from gap777/allow_custom_show_logic

Allow application to specify custom method to show the confirm modal

0.1.3

Toggle 0.1.3's commit message
update readme

0.1.2

Toggle 0.1.2's commit message
improve documentation + some clean up.