Releases: greegus/vue-last-modal
Releases · greegus/vue-last-modal
1.3.3
Bugfixes
- Fix component registration
1.3.2
Bugfixes
- Use
any
as a default modal result type
1.3.1
Changes
- Improve typings
- Code linting
1.3.0
Features
- Adds TypeScript support
- Bumps dependencies
1.2.3
- prevent from mouse interactions during the enter/leave animations
1.2
- add the support for custom transitions of the modals and backdrop.
1.1
Breaking change
<modal-stack>
component, which was used as a container for all open modals, and has to be placed into the markup manually, now appends automatically to the <body>
element on install. Remove it from your app when upgrading.