All notable changes to tall-interactive
will be documented in this file.
- Add Laravel 11 Compatibility.
- Laravel 10 support in #19
- Add CSS classes to modal, slide-over & inline form (#17)
- Fix for server error when clicking multiple times on close buttons.
- Prevent escaping button labels.
– Fix remove unused trait
– Remove unnecessary dependency.
– Fix type-error bug after Filament refactored internal implementation.
– Add ButtonAction color support. – Add CSS button classes.
– Add support for hiding ButtonActions.
– Fix: trying to close Inline Form on submit.
- Fix submitting slots with Livewire component.
- Feature: Add $params to included Livewire components
- Fix: receive Livewire parameter in components.
- Update modal fix on mobile
- Remove unused files
- Fixes for mobile design with multiple / longer buttons in the modal and slideover
- Add support for adding a
fill()
method on the form class, which will be passed to$this->form->fill()
- Rename parameter
$formData
to$state
- Rename method
submitForm()
tosubmit()
- Add dark mode support to the modal component
- DOM diffing issues
- Update wire:key implementation
- Fixes
- Refactoring, move everything to
$data
property
- Add support for additional button actions
- Fix overflow/border-radius on small modals
- Add
key()
directives to modal/slide-over to fix DOM diffing issues
- Update the order of the
mount()
call
- 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.
- Fix: let
:close
event also open the last actionable again - Feat: increased return type support
- Feat: allow child modals to force close all the other modals
- Fix: allow receiving the
$formVersion
parameter
- Fix z-index overlay problems
- The
$formData
parameter in thesubmitForm()
method is now aIlluminate\Support\Collection
- Pre-release