Releases: wire-elements/modal
Releases · wire-elements/modal
1.0.8
What's Changed
- feature: add x-trap by @Silver343 in #225
- fix missing bracket by @wit3 in #288
- updates modal.php to use route model resolver to inject models by @wlhrtr in #296
New Contributors
- @Silver343 made their first contribution in #225
- @wlhrtr made their first contribution in #296
Full Changelog: 1.0.7...1.0.8
1.0.7
What's Changed
- fixes loading speed issue by moving config reads away from View composer ... by @arukompas in #239
New Contributors
- @arukompas made their first contribution in #239
Full Changelog: 1.0.6...1.0.7
1.0.6
What's Changed
- Add id to modal container by @ryangjchandler in #198
- Fix bug that would cause dozens of requests when pressing escape
New Contributors
- @ryangjchandler made their first contribution in #198
Full Changelog: 1.0.5...1.0.6
1.0.5
What's Changed
- Gate instead of Guard facade to authorize actions by @olivsinz in #149
- Fix flickering modal with Alpine 3.9.1 by @PhiloNL in #193
If you published modal.blade.php you will need to replace x-on:close.stop="show = false" with x-on:close.stop="setShowPropertyTo(false)" (see diff)
New Contributors
Full Changelog: 1.0.4...1.0.5
1.0.4
What's Changed
- Updates to remove flashing/disappearing modal fixes issues 26 by @roni-estein in #111
- Fix modalWidthClass and add Exception by @PhiloNL in #113
- Add optional chaining to modal.js by @putera in #132
- Fix order of actions on closeModalWithEvents by @Hansterdam in #117
New Contributors
- @roni-estein made their first contribution in #111
- @putera made their first contribution in #132
- @Hansterdam made their first contribution in #117
Full Changelog: 1.0.3...1.0.4
1.0.3
1.0.2
v1.0.1
v1.0.0
v1.0.0 stable release 🚀
Breaking changes to take into account:
The @livewireUIScripts has been removed.
Any required Javascript will be loaded inline. If you want to include the Javascript in your bundler like Webpack you can use the config to disable Javascript and require the necessary Javascript require('vendor/livewire-ui/modal/resources/js/modal');
The package namespace has changed to livewire-ui-modal
If you published the modal view make sure to make the required changes.