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 Sep 14, 2023
1 parent 7fbae75 commit 8725f57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
Changes
=======

Version 2.8.0 (released 2023-09-14)

- search bar: add aria-label
- facets: replace id with aria label
- search bar: fix focus vs click bug and inactive button

Version 2.7.0 (released 2023-09-12)

- facets: convert number to locale, a11y improvements
Expand Down
2 changes: 1 addition & 1 deletion invenio_search_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,6 @@ def my_record_search():

from .ext import InvenioSearchUI

__version__ = "2.7.0"
__version__ = "2.8.0"

__all__ = ("__version__", "InvenioSearchUI")

0 comments on commit 8725f57

Please sign in to comment.