Skip to content

Commit

Permalink
release: v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Oct 2, 2023
1 parent c4e2530 commit 6cf062e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

Version 2.8.0 (released 2023-10-02)

- ui: added toggle and keyboard focus for accordion
- ui: adds focus prop to dropdown select
- ui: prevents auto-selection of dropdown on focus

Version 2.7.1 (released 2023-09-22)

- a11y: remove duplicate field ids
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-invenio-forms",
"version": "2.7.1",
"version": "2.8.0",
"description": "React components to build forms in Invenio",
"main": "dist/cjs/index.js",
"browser": "dist/cjs/index.js",
Expand Down

0 comments on commit 6cf062e

Please sign in to comment.