Skip to content

Commit

Permalink
Release v7.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuklis committed Aug 16, 2022
1 parent 7b5279c commit abff1da
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change history for stripes-smart-components

## [7.2.3](https://github.com/folio-org/stripes-smart-components/tree/v7.2.3) (2022-08-15)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v7.2.2...v7.2.3)

* Fix `<SearchAndSort>` query doesn't reset when clicking back in browser. Fixes STSMACOM-676.
* Copy query into search field when navigating back and forth. Fixes STSMACOM-681.
* Add an optional onSubmitSearch callback function to extend the form submission functionality. Fixes STSMACOM-682.
* Accept `validateSearchOnSubmit` prop to prevent invalid searches. Refs STSMACOM-684.
* Fix prop type for `regExpForQuery` prop in `<SearchAndSort>`. Fixes STSMACOM-689.
* Add a new `browsePoint` parameter that will store the `browse` offset when clicking on the `<Previous` link or the `Next>` link. Fixes STSMACOM-697.

## [7.2.2](https://github.com/folio-org/stripes-smart-components/tree/v7.2.2) (2022-08-04)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v7.2.1...v7.2.2)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-smart-components",
"version": "7.2.2",
"version": "7.2.3",
"description": "Connected Stripes components",
"repository": "folio-org/stripes-smart-components",
"sideEffects": [
Expand Down

0 comments on commit abff1da

Please sign in to comment.