Releases: morkro/vue-a11y-dialog
Releases · morkro/vue-a11y-dialog
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
1.0.0
This is the first major release that introduces breaking changes. From 1.0.0
onwards the API will support Vue 3.
Changed
Removed
- Removed dependency to
portal-vue
0.5.2
Changed
- Updated
a11y-dialog
to latest version
Fixed
- Fixes mistakenly used
titleId
in aria-labelledby
with fullTitleId
(#23)
0.5.1
Changed
- Changed three minor occurences of arrow functions with normal functions to allow support for IE11.
- Updated a few dependencies, including latest
portal-vue
release
Security
- Ran
npm audit
and fixed a couple vulneribility warnings.
0.5.0
Changed
- Upgraded to
portal-vue@2.1.0
which required refactoring parts of the implementation.
- Upgraded development dependencies.
0.4.2
Fixed
- Vue.js library from being included to the bundle.
0.4.1
Added
- A CHANGELOG.
- Some basic component tests.
Changed
- Upgraded dependencies which resulted in a new bundle.
- Updated README to use new
v-slot
syntax.
Fixed
- Mistake in API documentation of
title
slot.
0.4.0
This adds PortalVue to render the dialog outside of the application container, addressing #5.
0.3.1
Fixes full component file path from development environment in bundled output 6349b89