Skip to content

Commit

Permalink
Release v10.1.0 (#1441)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Mar 13, 2024
1 parent f9c0cf4 commit cfd20c2
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change history for stripes-core

## 10.1.0 IN PROGRESS
## [10.1.0](https://github.com/folio-org/stripes-core/tree/v10.1.0) (2024-03-12)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.0...v10.1.0)

* Provide optional tenant argument to `useOkapiKy` hook. Refs STCOR-747.
* Avoid private path when import `validateUser` function. Refs STCOR-749.
Expand All @@ -25,6 +26,22 @@
* Check for valid token before rotating during XHR send. Refs STCOR-817.
* Remove `autoComplete` from `<ForgotPassword>`, `<ForgotUsername>` fields. Refs STCOR-742.

## [10.0.3](https://github.com/folio-org/stripes-core/tree/v10.0.3) (2023-11-10)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.2...v10.0.3)

* Revert "Use cookies and RTR" until further notice. Refs FOLIO-3627.
* Ensure `<AppIcon>` is not cut off when app name is long. Refs STCOR-752.

## [10.0.2](https://github.com/folio-org/stripes-core/tree/v10.0.2) (2023-11-06)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.1...v10.0.2)

* Use cookies and RTR instead of directly handling the JWT. Refs STCOR-671, STCOR-754, STCOR-756, FOLIO-3627.

## [10.0.1](https://github.com/folio-org/stripes-core/tree/v10.0.1) (2023-10-25)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.0...v10.0.1)

* Export `validateUser`. Refs STCOR-749.

## [10.0.0](https://github.com/folio-org/stripes-core/tree/v10.0.0) (2023-10-11)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v9.0.0...v10.0.0)

Expand Down

0 comments on commit cfd20c2

Please sign in to comment.