Skip to content

Releases: stimulus-components/stimulus-rails-nested-form

5.0.0

23 Mar 15:26
Compare
Choose a tag to compare

Added

  • Dispatch rails-nested-form:add and rails-nested-form:remove events.

Chore

  • Renaming the component from stimulus-rails-nested-form to @stimulus-components/rails-nested-form
  • Upgrading dependencies
  • Exporting Typescript Types
  • Updating demo UI
  • Add Stimulus LSP compatibility

v4.1.0...v5.0.0

4.1.0

24 Dec 04:01
Compare
Choose a tag to compare

Added

  • Adding name in library export to use the package with CDN, Sprockets and import-maps.

Chore

  • Using Stimulus as external library reducing size from 10.29 KiB to 0.72 kB.
  • Bump dependencies.
  • Upgrading to Vite 4.x.
  • Docs new UI.
  • Upgrading Node to 18.x.

v4.0.0...v4.1.0

4.0.0

06 Oct 08:30
Compare
Choose a tag to compare

Chore

  • Breaking Upgrading Stimulus to 3.x and change namespace from stimulus to @hotwired/stimulus.
  • Using default value option for wrapperSelector.
  • Upgrading dependencies
  • Upgrading Node to 14.18.0

v3.0.0...v4.0.0

v3.0.0

09 May 16:10
Compare
Choose a tag to compare

Chore

  • Remove puppeteer for Vanilla Jest
  • Moving from Snowpack to Vite
  • Using stimulus as external library reducing bundle size from 40.63kb to 0.58kb.
  • Moving to TypeScript
  • Upgrading Node to 14.16.1

v2.0.0

05 Dec 23:12
Compare
Choose a tag to compare

[2.0.0] - 2020-12-05

Added

  • Support for Stimulus 2.0

Changed

  • Breaking Using the new values static 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...v2.0.0

v1.1.0

31 Oct 12:01
Compare
Choose a tag to compare
  • Adding support to remove field 35f6017

v1.0.0

15 Oct 20:44
Compare
Choose a tag to compare
  • Adding controller