Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Change history for stripes-components

## [NEXT RELEASE]
## [13.0.9](https://github.com/folio-org/stripes-components/tree/v13.0.9) (2025-12-31)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v13.0.8...v13.0.9)

* `<MultiSelection>` - add a new `filterProps` prop to control option filtering. Refs STCOM-1473.
* Happy New Year!

## [13.0.8](https://github.com/folio-org/stripes-components/tree/v13.0.8) (2025-12-08)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v13.0.7...v13.0.8)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-components",
"version": "13.0.8",
"version": "13.0.9",
"description": "Component library for building Stripes applications.",
"license": "Apache-2.0",
"repository": "folio-org/stripes-components",
Expand Down Expand Up @@ -121,4 +121,4 @@
"react-redux": "^8.0.5",
"react-router-dom": "^5.2.0"
}
}
}
Loading