Releases: andrewvasilchuk/vue-accessible-modal
Releases · andrewvasilchuk/vue-accessible-modal
v0.4.0
✨Features:
- add types for component options (cdb3fc9).
🏗 Build:
- add prepare script (82f0c2a).
🐛 Bugs:
- fix bugs in types (70312b7, 26565af, 32a6e72);
- add support for component's
modal.attributes
property (73bf020); - fix bug when
$options.modal
is not applied when function that resolves to component is passed (604e5a1); - fix bug that causes memory leak during SSR (8558bca).
🚨 Breaking changes:
- drop support for component's
modal.transition
property (8c5666b, 255d82d); - rewrite using typescript (86cdeaf).
📄 Documentation:
- update docs (1ccb31b);