This repository has been archived by the owner on Mar 1, 2025. It is now read-only.
Releases: ralphjsmit/tall-interactive
Releases · ralphjsmit/tall-interactive
0.6.4
Update CHANGELOG
0.6.3
- DOM diffing issues
0.6.2
- Update wire:key implementation
0.6.1
- Fixes
0.6.0
- Refactoring, move everything to
$data
property
0.5.0
- Add support for additional button actions (beta)
0.4.3
- Fix overflow/border-radius on small modals
0.4.2
- Add
key()
directives to modal/slide-over to fix DOM diffing issues
0.4.1
- Update the order of the
mount()
call
0.4.0
- All methods on the form class are not static anymore.
- Allow storing data on the form class.
- Add new parameters to dependency injection functionality.
- Update readme with better examples.
- Add support for
mount()
method on the form class, which is only called once. - Method
initialize()
dropped in favour ofmount()
. - Method
onOpen()
added to receive event parameters.