Releases: taketo1113/alt-ujs
Releases · taketo1113/alt-ujs
v1.3.0
What's Changed
Bug Fixed
- Fix
confirm,method, anddisableevents not firing withouttype="module"by @taketo1113 in #104
Dependencies
- Add Node.js 24.x to CI by @taketo1113 in #82
- Revert "Fix an issue caused by an npm bug by adding optionalDependencies" by @taketo1113 in #56
- Bump @eslint/js to 9.36.0 by @dependabot[bot] in #95 / #76 / #86
- Bump @testing-library/dom from 10.4.0 to 10.4.1 by @dependabot[bot] in #83
- Bump @vitest/coverage-v8 from 3.1.4 to 3.2.4 by @dependabot[bot] in #78
- Bump @vitest/eslint-plugin to 1.4.0 by @dependabot[bot] in #98 / #87
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #88
- Bump actions/setup-node to 6 by @dependabot[bot] in #96 / #89
- Bump eslint to 9.39.0 by @dependabot[bot] in #101 / #75 / #79 / #94
- Bump eslint-config-prettier from 10.1.5 to 10.1.8 by @dependabot[bot] in #93
- Bump eslint-plugin-import from 2.31.0 to 2.32.0 by @dependabot[bot] in #77
- Bump eslint-plugin-prettier to 5.5.4 by @dependabot[bot] in #99 / #74
- Bump globals to 16.4.0 by @dependabot[bot] in #91 / #85
- Bump prettier from 3.5.3 to 3.6.2 by @dependabot[bot] in #84
- Bump rollup from 4.41.1 to 4.44.1 by @dependabot[bot] in #80
- Bump vitest from 3.2.4 to 4.0.6 by @dependabot[bot] in #102
- Bump vite to 7.1.11 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #97 / #90
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
Enhancements
- Add refreshCSRFTokens to refresh CSRF tokens by @taketo1113 in #73
Dependencies
- Bump vite 6.3.4 in the npm_and_yarn group by @dependabot in #67
- Bump eslint 9.25.1 by @dependabot in #70
- Bump rollup from 4.34.9 to 4.38.0 by @dependabot in #61
- Bump eslint-plugin-prettier 5.2.6 by @dependabot in #68
- Bump eslint-config-prettier 10.1.2 by @dependabot in #69
- Bump @eslint/js from 9.23.0 to 9.25.1 by @dependabot in #71
- Bump @vitest/eslint-plugin from 1.1.36 to 1.1.38 by @dependabot in #63
- Bump @vitest/coverage-v8 from 3.0.7 to 3.1.2 by @dependabot in #72
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
Enhancements
- Remove
@rollup/rollup-linux-x64-gnufromoptionalDependenciesby @taketo1113 in #57
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
Enhancements
- Remove unnecessary
DOMContentLoadedevent listener by @taketo1113 in #55 - Fix an issue caused by an npm bug by adding
optionalDependenciesby @taketo1113 in #48
Dependencies
- Bump vitest from v2.1 to v3.0 by @dependabot in #32
- Bump eslint to 9.21.0 by @dependabot in #44
- Bump prettier to 3.5.3 by @dependabot in #54
- Bump eslint-plugin-prettier to 5.2.3 by @dependabot in #24
- Bump eslint-config-prettier from v9.1 to v10.0 by @dependabot in #26
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
Enhancements
- Add resetDisable method to exports by @taketo1113 in #23
- Add
filesfield 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