diff --git a/CHANGELOG.md b/CHANGELOG.md index be04aa277..3794d542f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change history for stripes-components +## 5.4.0 (IN PROGRESS) + +* Use container-width to size panes. +* Be careful when using container-width to size a pane. Refs UIDATIMP-198. +* Avoid scrollbar overlap in accordions. Fixes STCOM-530. +* Filter groups support range queries. Refs UIOR-206. +* Prevent Mac OS from accumulating the scroll value at its margins. UIDATIMP-200. +* Prevent closing of modal when clicking the background. Fixes STCOM-460. +* Implement currency select menu. Refs STSMACOM-205. + ## [5.3.0](https://github.com/folio-org/stripes-components/tree/v5.3.0) (2019-05-10) [Full Changelog](https://github.com/folio-org/stripes-components/compare/v5.2.0...v5.3.0) diff --git a/package.json b/package.json index efea11c07..ce1ab0e61 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@folio/stripes-components", - "version": "5.3.0", + "version": "5.4.0", "description": "Component library for building Stripes applications.", "license": "Apache-2.0", "repository": "folio-org/stripes-components",