From 31be914c9dba787af818f4b4c05d5ace9834342c Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Wed, 4 Mar 2020 07:12:00 -0500 Subject: [PATCH] release v3.12.0 (#815) Note: this release _does not update_ the `stripes-components` dependency; it is focused on getting the babel-7 updates (STCOR-381) into stripes-core in order to make them available to stripes-cli. --- CHANGELOG.md | 11 +++++++++-- package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbad51ffb..9b3713a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,19 @@ # Change history for stripes-core -## 3.12.0 (IN PROGRESS) +## [3.12.0](https://github.com/folio-org/stripes-core/tree/v3.12.0) (2020-03-03) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.11.2...v3.12.0) +* Upgrade babel to v7.x. Refs STCOR-381. * Update Mirage library. Part of STCOR-407. * Adjust Route propTypes to accept lazy loaded components. Refs STCOR-408. * Link `Change password` in `ProfileDropdown` shows up depending user's permissions. Refs STCOR-409. * Increase test coverage to 80% in `` component. Refs STCOR-376. +## [3.11.2](https://github.com/folio-org/stripes-core/tree/v3.11.2) (2020-02-20) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.11.1...v3.11.2) + +* Add missing Event class for emulating browser events in tests. Refs UIDEXP-20. + ## [3.11.1](https://github.com/folio-org/stripes-core/tree/v3.11.1) (2019-12-10) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v3.11.0...v3.11.1) @@ -14,7 +21,7 @@ * Correct label and autocomplete values on login-related forms. Refs STCOM-632 * Bump `serialize-javascript` to `v2.1.2` to avoid an XSS vulnerability (https://github.com/yahoo/serialize-javascript/security/advisories/GHSA-h9rv-jmmf-4pgx). * Restore the current service point label to the profile dropdown button. Fixes STCOR-404. -* Improve accessibility, add attribute `aria-label` to `nav` tag in Settings. Refs UICAL-85. +* Improve accessibility, add attribute `aria-label` to `nav` tag in Settings. Refs UICAL-85. ## [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) diff --git a/package.json b/package.json index d8d089a2c..b42470d47 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "@babel/register": "^7.0.0", "@bigtest/mirage": "^0.0.1", "@folio/react-intl-safe-html": "^1.0.2", - "@folio/stripes-components": "~5.10.0", + "@folio/stripes-components": "~5.9.0", "@folio/stripes-connect": "~5.5.0", "@folio/stripes-logger": "~1.0.0", "apollo-cache-inmemory": "^1.1.1",