diff --git a/CHANGELOG.md b/CHANGELOG.md index cfd1d6156..a12a0f621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Change history for stripes-smart-components -## 2.9.0 (IN PROGRESS) +## [2.9.0](https://github.com/folio-org/stripes-smart-components/tree/v2.9.0) (2019-08-21) +[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v2.8.0...v2.9.0) * Retain search query when returning to search and sort app. Part of STSMACOM-232. * Reset results when search field is cleared out manually. Fixes STCOM-549. -* Add possibility to hide assign button on notes accordion. Refs STSMACOM-236 +* Add possibility to hide assign button on notes accordion. Refs STSMACOM-236. +* Filter ``s by type. Refs STSMACOM-237. +* Clearer language throughout `` modals. Refs STSMACOM-338, STSMACOM-239, STSMACOM-240. * Bump react-final-form version to 6, consistent with other modules. +* Hide new-record route and button when there is no permission to use it. Refs UIORGS-79. * Correctly describe ``'s PropTypes to avoid erroneous console warnings. ## [2.8.0](https://github.com/folio-org/stripes-smart-components/tree/v2.8.0) (2019-07-24)