This repository was archived by the owner on Oct 26, 2024. It is now read-only.
Chore
- Breaking Rename the
save
method tosubmit
.
- <%= f.text_field :description, data: { action: 'keyup->auto-submit#save' } %>
+ <%= f.text_field :description, data: { action: 'keyup->auto-submit#submit' } %>
- Renaming the component from
stimulus-rails-autosave
to@stimulus-components/auto-submit
- Upgrading dependencies
- Exporting Typescript Types
- Updating demo UI
- Add Stimulus LSP compatibility