Skip to content

Releases: taketo1113/alt-ujs

v1.3.0

01 Nov 07:38

Choose a tag to compare

What's Changed

Bug Fixed

  • Fix confirm, method, and disable events not firing without type="module" by @taketo1113 in #104

Dependencies

Full Changelog: v1.2.0...v1.3.0

v1.2.0

28 May 04:05

Choose a tag to compare

What's Changed

Enhancements

Dependencies

Full Changelog: v1.1.1...v1.2.0

v1.1.1

11 Mar 05:12

Choose a tag to compare

What's Changed

Enhancements

  • Remove @rollup/rollup-linux-x64-gnu from optionalDependencies by @taketo1113 in #57

Full Changelog: v1.1.0...v1.1.1

v1.1.0

11 Mar 04:37

Choose a tag to compare

What's Changed

Enhancements

  • Remove unnecessary DOMContentLoaded event listener by @taketo1113 in #55
  • Fix an issue caused by an npm bug by adding optionalDependencies by @taketo1113 in #48

Dependencies

Full Changelog: v1.0.1...v1.1.0

v1.0.1

14 Jan 21:44

Choose a tag to compare

What's Changed

Enhancements

Dependencies

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Dec 06:26

Choose a tag to compare

What's Changed

Enhancements

Dependencies

New Contributors

Full Changelog: v0.2.0...v1.0.0

v0.2.0

25 Nov 05:23

Choose a tag to compare

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

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 Nov 02:26

Choose a tag to compare

  • 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