Skip to content

Releases: arielj/vanilla-nested

1.7.1 - More options

Choose a tag to compare

@arielj arielj released this 06 Jun 21:29

1.7.0 - Safari + importmaps fix

Choose a tag to compare

@arielj arielj released this 11 Aug 01:46

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

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

Choose a tag to compare

@arielj arielj released this 17 Jul 02:22

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

Fix undo style

Choose a tag to compare

@arielj arielj released this 27 Feb 02:31
1.6.1

Fix style after undo and new version

Rails 7 compatibility

Choose a tag to compare

@arielj arielj released this 21 Feb 23:23
0843bd8

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

Choose a tag to compare

@arielj arielj released this 24 Nov 02:46
  • Play nice with turbo/hotwire
  • Improve js package and publish to npm and yarn

Cleaning the Issues tab

Choose a tag to compare

@arielj arielj released this 28 Aug 23:50

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

Choose a tag to compare

@arielj arielj released this 26 Mar 22:18

Change GPL-3 to MIT

Turbolinks integration

Choose a tag to compare

@arielj arielj released this 20 Mar 19:05

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

Fix link helpers custom content

Choose a tag to compare

@arielj arielj released this 04 Mar 03:52
1.2.3

Update README