Skip to content

Commit

Permalink
Update to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
morkro committed Jan 25, 2022
1 parent 69ba87d commit b4566fc
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b4566fc

Please sign in to comment.