Releases: stimulus-components/stimulus-rails-nested-form
Releases · stimulus-components/stimulus-rails-nested-form
5.0.0
Added
- Dispatch
rails-nested-form:addandrails-nested-form:removeevents.
Chore
- Renaming the component from
stimulus-rails-nested-formto@stimulus-components/rails-nested-form - Upgrading dependencies
- Exporting Typescript Types
- Updating demo UI
- Add Stimulus LSP compatibility
4.1.0
Added
- Adding
namein library export to use the package with CDN, Sprockets andimport-maps.
Chore
- Using
Stimulusas external library reducing size from10.29 KiBto0.72 kB. - Bump dependencies.
- Upgrading to Vite
4.x. - Docs new UI.
- Upgrading Node to
18.x.
4.0.0
Chore
- Breaking Upgrading Stimulus to
3.xand change namespace fromstimulusto@hotwired/stimulus. - Using default value option for
wrapperSelector. - Upgrading dependencies
- Upgrading Node to 14.18.0
v3.0.0
v2.0.0
[2.0.0] - 2020-12-05
Added
- Support for Stimulus 2.0
Changed
- Breaking Using the new
valuesstatic property
- <form data-controller="nested-form" data-nested-form-wrapper-selector=".nested-form-wrapper">
+ <form data-controller="nested-form" data-nested-form-wrapper-selector-value=".nested-form-wrapper">v1.1.0
v1.0.0
- Adding controller