Skip to content

Releases: andrewvasilchuk/vue-accessible-modal

v0.4.0

30 Nov 09:34
Compare
Choose a tag to compare

✨Features:

  • add types for component options (cdb3fc9).

🏗 Build:

🐛 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:

v0.3.1

30 Nov 08:04
Compare
Choose a tag to compare

✨Features:

v0.3.0

30 Nov 08:02
Compare
Choose a tag to compare

✨Features:

  • add ability to provide global transition (b9a61bc).

v0.2.0

30 Nov 07:57
Compare
Choose a tag to compare

✨Features: