Skip to content

Commit

Permalink
Release v12.1.1 (#2253)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Mar 25, 2024
1 parent 1901348 commit 28b4b15
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,12 @@
# Change history for stripes-components


## [12.1.1](https://github.com/folio-org/stripes-components/tree/v12.1.1) (2024-03-25)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.1.0...v12.1.1)

* `<Selection>` should only move focus back to its control/trigger if focus within the list. Refs STCOM-1238.
* Relax prop-type for `ConfirmationModal.heading`.

## [12.1.0](https://github.com/folio-org/stripes-components/tree/v12.1.0) (2024-03-12)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.0...v12.1.0)

Expand Down Expand Up @@ -28,7 +35,6 @@
* Fix `<FilterAccordionHeader>` does not have correct `aria-label` when `label` prop type is string. Fixes STCOM-1271.
* Add `number-generator` icon. Refs STCOM-1269.
* Accordions retain their z-index after being blurred, and assume the highest z-index when focus enters them. Refs STCOM-1238.
* `<Selection>` should only move focus back to its control/trigger if focus within the list. Refs STCOM-1238.

## [12.0.5](https://github.com/folio-org/stripes-components/tree/v12.0.4) (2024-02-28)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.4...v12.0.5)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-components",
"version": "12.1.0",
"version": "12.1.1",
"description": "Component library for building Stripes applications.",
"license": "Apache-2.0",
"repository": "folio-org/stripes-components",
Expand Down

0 comments on commit 28b4b15

Please sign in to comment.