Skip to content

1.1.0

Compare
Choose a tag to compare
@morkro morkro released this 25 Jan 14:01
· 13 commits to main since this release

This release introduces some exciting changes, namely an update to the latest a11y-dialog version 7.3.0 and switching to Vite as bundler. Big thanks to @roblevintennis for introducing all these updates and pushing for an update on this 👏🏻

Added

  • Build setup now done with Vite #31 (Thanks to @roblevintennis)
  • Demo configuration to run locally
  • Added ESM build output

Changed

  • Updated a11y-dialog to latest version #31 (Thanks to @roblevintennis)
  • Updated development dependencies
  • Tests now done with Cypress #31 (Thanks to @roblevintennis)
  • More updates to Vue 3 setup (e.g. emits) (Note to #30)

Removed

  • Jest
  • Rollup (now under-the-hood configuration via Vite)

New Contributors