From afa714d619b9ea413e06555f11ff52d010eb09b8 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 4 Dec 2019 11:33:03 -0500 Subject: [PATCH] Release v3.11.0 (#765) --- CHANGELOG.md | 19 +++++++++++++++++-- package.json | 2 +- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9deca5e..5dfc83ab9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,26 @@ # Change history for stripes-core -## 3.10.4 IN PROGRESS +## [3.11.0](https://github.com/folio-org/stripes-core/tree/v3.11.0) (2019-12-04) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.10.2...v3.10.3) * Clear registered epics during BigTest app `teardown`. Part of STRIPES-659. * Refactor login form to final-form. Part of STCOR-395. +* Show current service point in navbar. Refs STCOR-396. +* Adjust `` visible nav items based on window-width. Refs STCOR-377. * Add WebPack support for handlebars-loader. -* Handle the issue with tests upon the loading of translations by downgrading the fake-xml-http-request which updated recently. Fixes FOLIO-2369. +* Monkey-patch `FakeXMLHttpRequest` to avoid breaking changes in its `v2.1.1` release. Refs FOLIO-2369. +* Use updated `` component in app navigation menus. + +## [3.10.5](https://github.com/folio-org/stripes-core/tree/v3.10.5) (2019-12-04) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.10.4...v3.10.5) + +* Monkey-patch `FakeXMLHttpRequest` to avoid breaking changes in its `v2.1.1` release. Refs FOLIO-2369. + +## [3.10.4](https://github.com/folio-org/stripes-core/tree/v3.10.4) (2019-10-15) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.10.3...v3.10.4) + +* Clear registered epics during BigTest app `teardown`. Part of STRIPES-659. +* Revert PR #711, "Calling PRUNE Redux reducer", which inadvertently broke navigation. (STCOR-392) ## [3.10.3](https://github.com/folio-org/stripes-core/tree/v3.10.3) (2019-10-02) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.10.2...v3.10.3) diff --git a/package.json b/package.json index f859ce167..4ea814668 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "dependencies": { "@folio/react-intl-safe-html": "^1.0.2", "@folio/stripes-components": "~5.9.0", - "@folio/stripes-connect": "~5.4.2", + "@folio/stripes-connect": "~5.4.3", "@folio/stripes-logger": "~1.0.0", "apollo-cache-inmemory": "^1.1.1", "apollo-client": "^2.0.3",