All notable changes to inertiaui/modal
will be documented in this file.
- Bump Inertia.js versions by @pascalbaljet in #67
Full Changelog: https://github.com/inertiaui/modal/compare/0.13.1...0.14.0
- Fix for referring local modal (see #53) by @pascalbaljet in #57
Full Changelog: https://github.com/inertiaui/modal/compare/0.13.0...0.13.1
- Custom app mounting by @pascalbaljet in #56
Full Changelog: https://github.com/inertiaui/modal/compare/0.12.1...0.13.0
- Allow Inertia v2 as dev dependency (see #46)
Full Changelog: https://github.com/inertiaui/modal/compare/0.12.0...0.12.1
- Prevent double cookie encryption (see #20) by @pascalbaljet in #55
Full Changelog: https://github.com/inertiaui/modal/compare/0.11.1...0.12.0
Full Changelog: https://github.com/inertiaui/modal/compare/0.11.0...0.11.1
- Improve GitHub build by @pascalbaljet in #48
Full Changelog: https://github.com/inertiaui/modal/compare/0.10.0...0.11.0
- Introduced
DuskModalMacros
for better testing by @pascalbaljet in #47
Full Changelog: https://github.com/inertiaui/modal/compare/0.9.1...0.10.0
- Support callable in
ModalVisit::config()
Full Changelog: https://github.com/inertiaui/modal/compare/0.9.0...0.9.1
- Introduced
ModalVisit
class
Full Changelog: https://github.com/inertiaui/modal/compare/0.8.0...0.9.0
- Added
ModalConfig
class
Full Changelog: https://github.com/inertiaui/modal/compare/0.7.0...0.8.0
- Listen for events using
visitModal()
by @pascalbaljet in #44
Full Changelog: https://github.com/inertiaui/modal/compare/0.6.4...0.7.0
Rerelease of v0.6.3
Full Changelog: https://github.com/inertiaui/modal/compare/0.6.3...0.6.4
- Don't send the Base URL header on unrelated Axios requests by @pascalbaljet in #43
Full Changelog: https://github.com/inertiaui/modal/compare/0.6.2...0.6.3
- Update props when redirecting back to same modal by @pascalbaljet in #39
- Fix
close-explicitly
in Vue + update tests (see #36) by @pascalbaljet in #40
Full Changelog: https://github.com/inertiaui/modal/compare/0.6.1...0.6.2
- Fix
navigate
config option (as object) (see #35) - Added
rtl
classes for slideover (see #34)
Full Changelog: https://github.com/inertiaui/modal/compare/0.6.0...0.6.1
- Added
useModal()
helper + renamed some props by @pascalbaljet in #29 - Sync React/Vue navigate hook by @pascalbaljet in #33
- @dependabot made their first contribution in #30
Full Changelog: https://github.com/inertiaui/modal/compare/0.5.4...0.6.0
Full Changelog: https://github.com/inertiaui/modal/compare/0.5.3...0.5.4
- Update basic-usage.md by @Froelund in #10
- Fix for
navigate
option invisitModal()
by @pascalbaljet in #21
- @Froelund made their first contribution in #10
Full Changelog: https://github.com/inertiaui/modal/compare/0.5.2...0.5.3
- Support for callbacks before rerendering the base route / url
Full Changelog: https://github.com/inertiaui/modal/compare/0.5.0...0.5.2
- Base Route / URL by @pascalbaljet in #18
Full Changelog: https://github.com/inertiaui/modal/commits/0.5.0
- Introduced
ModalRoot
component (breaking change!) - Introduced
visitModal
method
- Support for other HTTP methods and data in
ModalLink