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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
* Provide `isLoading` prop for `<MetaSection>` components to reflect loading status. Refs STCOM-1467.
* Expose the `dedupe` property for `<Callout>` to prevent duplicate callouts with the same message and type from being displayed. Refs STCOM-1469.
* `<MultiSelection>` - add a new `filterProps` prop to control option filtering. Refs STCOM-1473.
* `downshift` version locked to `v19.0.13` after `v19.2.0` release. Refs STCOM-1483.

## [13.0.0](https://github.com/folio-org/stripes-components/tree/v13.0.0) (2025-02-24)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.2.0...v13.0.0)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"classnames": "^2.2.5",
"currency-codes": "2.1.0",
"dayjs": "^1.11.10",
"downshift": "^9.0.4",
"downshift": "9.0.13",
"flexboxgrid2": "^7.2.0",
"focus-trap": "^7.5.4",
"json2csv": "^4.2.1",
Expand All @@ -123,4 +123,4 @@
"react-redux": "^8.0.5",
"react-router-dom": "^5.2.0"
}
}
}
Loading
Loading