Skip to content

Commit a69b0d6

Browse files
committed
release: v1.0.0 🚀
1 parent b426bff commit a69b0d6

3 files changed

Lines changed: 24 additions & 17 deletions

File tree

CHANGES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
# Changes
22

3+
Version 1.0.0 (released 2022-03-30) 🚀
4+
5+
* Adds ARIA tags to dropdowns.
6+
* Fixes Toggle component by changing the overriable id to `SearchFilters.Toggle`.
7+
* Integrates `eslint-config-invenio` and fixes code.
8+
* Improves documentation.
9+
310
Version 1.0.0-alpha.22 (released 2022-02-11)
411

512
* EmptyResults: pass userSelectionFilters filters.
6-
* Change patch versions of NPM dependencies to x.x.0 to relax requirements.
13+
* Changes patch versions of NPM dependencies to x.x.0 to relax requirements.
714

815
Version 1.0.0-alpha.21 (released 2022-02-07)
916

10-
* Add namespace to overrdable id to the Toggle component.
17+
* Adds namespace to overrdable id to the Toggle component.
1118
* Adds docs to how to customize RSK using react-overridable.
1219

1320
Version 1.0.0-alpha.20 (released 2022-02-02)

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-searchkit",
3-
"version": "1.0.0-alpha.22",
3+
"version": "1.0.0",
44
"description": "React components to build your search UI application",
55
"main": "dist/cjs/index.js",
66
"browser": "dist/cjs/index.js",

0 commit comments

Comments
 (0)