From b4566fcdc559018a93d02c10014566faa263ab50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Kr=C3=B6ger?= Date: Tue, 25 Jan 2022 14:57:42 +0100 Subject: [PATCH] Update to changelog --- CHANGELOG.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c20ee3..50ca9e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,12 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +- tbd + +## [1.1.0] 2022-01-24 + +### Added + +- Build setup now done with Vite [#31](https://github.com/morkro/vue-a11y-dialog/pull/31) (Thanks to [@roblevintennis](https://github.com/roblevintennis)) +- Demo configuration to run locally +- Added ESM build output + ### Changed -- Updated `a11y-dialog` to latest version +- Updated `a11y-dialog` to latest version [#31](https://github.com/morkro/vue-a11y-dialog/pull/31) (Thanks to [@roblevintennis](https://github.com/roblevintennis)) - Updated development dependencies +- Tests now done with Cypress [#31](https://github.com/morkro/vue-a11y-dialog/pull/31) (Thanks to [@roblevintennis](https://github.com/roblevintennis)) +- More updates to Vue 3 setup (e.g. `emits`) (Note to [#30](https://github.com/morkro/vue-a11y-dialog/pull/30)) + +### Removed + +- Jest +- Rollup (now under-the-hood configuration via Vite) -## [1.0.0] +## [1.0.0] - 2021-02-21 This is the first major release that introduces breaking changes. From `1.0.0` onwards the API will support Vue 3.