Releases: arielj/vanilla-nested
Releases · arielj/vanilla-nested
1.7.1 - More options
- New classes when removing fields (@kikyous)
- Testing with more Ruby versions (@petergoldstein)
- Option to pass locals to the fields partial (@gregogalante)
1.7.0 - Safari + importmaps fix
Fix when using importmaps + safari so the plugin is initialized properly.
Listen to events in the document instead of doing it for each element
This make the code simpler and events are added only once so it works better with hotwire.
Fix undo style
1.6.1 Fix style after undo and new version
Rails 7 compatibility
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
- Play nice with turbo/hotwire
- Improve js package and publish to npm and yarn
Cleaning the Issues tab
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
Change GPL-3 to MIT
Turbolinks integration
This new version fixes the integration with Turbolinks' turbolinks:load
event. It was only detecting the DOMContentLoaded
event.
Fix link helpers custom content
1.2.3 Update README