Skip to content

Commit de424ea

Browse files
committed
Prepare 4.0
1 parent 9a817ae commit de424ea

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Changelog
22

3-
# Head
3+
# 4.0.0
44

5-
- UMD build moved to `umd/` directory that is only distributed with the npm package.
65
- Use `focus-group` for focus management, which includes improving letter navigation.
76
- Switch from `tap.js` to `teeny-tap`.
7+
- Move UMD build to `umd/` directory that is only distributed with the npm package (available on npmcdn).
88

99
## 3.1.0
1010

LICENSE

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 David Clark
3+
Copyright (c) 2015-2016 David Clark
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-aria-menubutton",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "A fully accessible and flexible React-powered menu button",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)