Skip to content

Commit de926d2

Browse files
committed
chore(release): 0.2.0
1 parent 5dab039 commit de926d2

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.2.0](https://github.com/vue-a11y/vue-focus-loop/compare/v0.1.2...v0.2.0) (2021-05-04)
6+
7+
8+
### Features
9+
10+
* **a11y:** Content outside inert for assistive technology users ([ca85261](https://github.com/vue-a11y/vue-focus-loop/commit/ca8526157dfc0ce9cd3d1fe6879b6113c890afbc))
11+
* Add autoFocus props ([3716d1e](https://github.com/vue-a11y/vue-focus-loop/commit/3716d1ef0ab8dc4804bac7a0b4668d2fd05165b7))
12+
513
### [0.1.2](https://github.com/vue-a11y/vue-focus-loop/compare/v0.1.1...v0.1.2) (2020-08-24)
614

715

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "@vue-a11y/focus-loop",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Vue component that helps you to to trap focus in an element.",
55
"main": "dist/vue-focus-loop.ssr.js",
66
"browser": "dist/vue-focus-loop.esm.js",
77
"module": "dist/vue-focus-loop.esm.js",
88
"unpkg": "dist/vue-focus-loop.min.js",
9-
"types": "index.d.ts",
109
"scripts": {
1110
"dev": "rollup --config rollup.config.dev.js --watch",
1211
"build": "npm run build:ssr & npm run build:es & npm run build:unpkg",

0 commit comments

Comments
 (0)