Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@andrewvasilchuk andrewvasilchuk released this 30 Nov 09:34
· 2 commits to master since this release

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