Skip to content

Commit

Permalink
release v3.12.0 (#815)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
zburke authored Mar 4, 2020
1 parent ac2cbfd commit 31be914
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
# 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 `<SSOLogin>` 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)

* Correctly dismiss the `Home` dropdown menu after clicking it.
* 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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 31be914

Please sign in to comment.