Skip to content
This repository has been archived by the owner on Mar 1, 2025. It is now read-only.

Releases: ralphjsmit/tall-interactive

0.6.4

23 Feb 17:20
Compare
Choose a tag to compare
Update CHANGELOG

0.6.3

23 Feb 17:18
Compare
Choose a tag to compare
  • DOM diffing issues

0.6.2

23 Feb 17:04
Compare
Choose a tag to compare
  • Update wire:key implementation

0.6.1

23 Feb 15:23
Compare
Choose a tag to compare
  • Fixes

0.6.0

23 Feb 14:26
Compare
Choose a tag to compare
  • Refactoring, move everything to $data property

0.5.0

22 Feb 19:43
Compare
Choose a tag to compare
  • Add support for additional button actions (beta)

0.4.3

21 Feb 16:04
b6dfdaf
Compare
Choose a tag to compare
  • Fix overflow/border-radius on small modals

0.4.2

16 Feb 14:33
Compare
Choose a tag to compare
  • Add key() directives to modal/slide-over to fix DOM diffing issues

0.4.1

16 Feb 11:51
Compare
Choose a tag to compare
  • Update the order of the mount() call

0.4.0

16 Feb 11:24
Compare
Choose a tag to compare
  • 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 of mount().
  • Method onOpen() added to receive event parameters.