Skip to content

Commit

Permalink
Release v12.0.4 (#2184)
Browse files Browse the repository at this point in the history
* Release 12.0.4

* update changelog

* fix changelog
  • Loading branch information
JohnC-80 committed Dec 11, 2023
1 parent a22d487 commit a51141d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,10 @@
# Change history for stripes-components

## [12.0.4](https://github.com/folio-org/stripes-components/tree/v12.0.4) (2023-11-10)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.3...v12.0.4)

* Display spinner on Datepicker year input. Refs STCOM-1225.

## [12.0.3](https://github.com/folio-org/stripes-components/tree/v12.0.3) (2023-11-10)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.2...v12.0.3)

Expand All @@ -8,7 +13,16 @@
* Include pagination height in MCL container height calculation. Refs STCOM-1224.
* Adjusted print styles of panes so that the last pane will print. Refs STCOM-1228, STCOM-1229.
* Accessibility Issues - stripes components. Refs STCOM-1222.
* Display spinner on Datepicker year input. Refs STCOM-1225.

## [12.0.2](https://github.com/folio-org/stripes-components/tree/v12.0.2) (2023-10-20)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.1...v12.0.2)

* Add `hasMatchSelection` to `<AdvancedSearch>` to hide/show search match selection dropdown. Refs STCOM-1211.

## [12.0.1](https://github.com/folio-org/stripes-components/tree/v12.0.0) (2023-10-11)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.0...v12.0.1)

* Bump `@folio/stripes-testing` to `v4.6.0` for new interactors.

## [12.0.0](https://github.com/folio-org/stripes-components/tree/v12.0.0) (2023-10-11)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v11.0.0...v12.0.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-components",
"version": "12.0.3",
"version": "12.0.4",
"description": "Component library for building Stripes applications.",
"license": "Apache-2.0",
"repository": "folio-org/stripes-components",
Expand Down

0 comments on commit a51141d

Please sign in to comment.