Releases: taketo1113/alt-ujs
Releases · taketo1113/alt-ujs
v1.0.1
What's Changed
Enhancements
- Add resetDisable method to exports by @taketo1113 in #23
- Add
files
field to ignore unnecessary files in the package by @taketo1113 in #10
Dependencies
- Bump prettier from 3.4.1 to 3.4.2 by @dependabot in #11
- Bump eslint from 9.16.0 to 9.18.0 by @dependabot in #13, #20
- Bump jsdom from 25.0.1 to 26.0.0 by @dependabot in #21
- Bump globals from 15.13.0 to 15.14.0 by @dependabot in #16
- Bump @vitest/eslint-plugin from 1.1.14 to 1.1.25 by @dependabot in #12, #15, #17, #18, #19
- Bump @eslint/js from 9.17.0 to 9.18.0 by @dependabot in #22
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
Enhancements
- Add disable module by @taketo1113 in #4
Dependencies
- Bump @vitest/coverage-v8 from 2.1.5 to 2.1.8 by @dependabot in #5
- Bump eslint from 9.15.0 to 9.16.0 by @dependabot in #6
- Bump globals from 15.12.0 to 15.13.0 by @dependabot in #7
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: v0.2.0...v1.0.0
v0.2.0
What's Changed
Enhancements
- Add to raise an error when executed multiple times by @taketo1113 in #1
- Add a check to prevent simultaneous use of rails-ujs and alt-ujs by @taketo1113 in #3
- For development: Add eslint rule of import/extensions by @taketo1113 in #2
New Contributors
- @taketo1113 made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0
v0.1.0
- Add
data-confirm
: Displays confirmation dialogs for links and forms. - Add
data-method
: Enables links to perform POST, PUT, or DELETE requests.
Full Changelog: https://github.com/taketo1113/alt-ujs/commits/v0.1.0