1.1.0
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
- @roblevintennis made their first contribution in #31