Skip to content

Releases: arielj/vanilla-nested

1.7.1 - More options

06 Jun 21:29
Compare
Choose a tag to compare

1.7.0 - Safari + importmaps fix

11 Aug 01:46
Compare
Choose a tag to compare

Fix when using importmaps + safari so the plugin is initialized properly.

Listen to events in the document instead of doing it for each element

17 Jul 02:22
Compare
Choose a tag to compare

This make the code simpler and events are added only once so it works better with hotwire.

Fix undo style

27 Feb 02:31
Compare
Choose a tag to compare
1.6.1

Fix style after undo and new version

Rails 7 compatibility

21 Feb 23:23
0843bd8
Compare
Choose a tag to compare

Added a Rails 7 + importmaps sample app to run tests and updated the engine and instructions to use with import maps

Yarn package and Turbo

24 Nov 02:46
Compare
Choose a tag to compare
  • Play nice with turbo/hotwire
  • Improve js package and publish to npm and yarn

Cleaning the Issues tab

28 Aug 23:50
Compare
Choose a tag to compare

This Release includes many changes:

  • Count number of children properly when limit is set (#8)
  • Add a class to dynamically generated fields (#6)
  • Remove HTML of removed children (#5)
  • Allow the user to use a custom HTML element instead of an A (#4)

I also changed the default branch from master to main, added more tests and extra README information.

License change

26 Mar 22:18
Compare
Choose a tag to compare

Change GPL-3 to MIT

Turbolinks integration

20 Mar 19:05
Compare
Choose a tag to compare

This new version fixes the integration with Turbolinks' turbolinks:load event. It was only detecting the DOMContentLoaded event.

Fix link helpers custom content

04 Mar 03:52
Compare
Choose a tag to compare
1.2.3

Update README