Releases: folio-org/stripes-core
Releases · folio-org/stripes-core
v10.1.0 Quesnelia
- Provide optional tenant argument to
useOkapiKy
hook. Refs STCOR-747. - Avoid private path when import
validateUser
function. Refs STCOR-749. - Ensure
<AppIcon>
is not cut off when app name is long. Refs STCOR-752. - Allow console to be preserved on logout. STCOR-761.
- Export
unregisterServiceWorker
to eliminate zombie service workers. Refs FOLIO-3627. - Fix duplicated "FOLIO" in document title in some cases. Refs STCOR-767.
- Refactor away from
color()
function. Refs STCOR-768. - Export
getEventHandler
to be able to create events in other modules. Refs STCOR-770. - Opt-in: handle access-control via cookies. Refs STCOR-671.
- Opt-in: disable login when cookies are disabled. Refs STCOR-762.
- Add arial-label for
ProfileDropdown.js
. Refs STCOR-753. - Upgrade, configure stylelint. Refs STCOR-799.
- Move
localforage.clear()
toafterEach
for test suite. Refs STCOR-801. - Show app/record when you have permission for that. Refs STCOR-800.
- Convert
<SSOLanding />
tests to jest. STCOR-798. - Avoid calling
map
onundefined
via optional-chaining. Refs STCOR-793. - Make
<Settings>
a functional component. Update connected modules whenstripes
object changes. Fixes STCOR-797. useOkapiKy
uses || instead of ?? to apply current tenant id when override was not provided. Refs STCOR-814.- Correctly parse
.../_self
permissions object. Refs STCOR-813. - Add
idName
andlimit
as passable props touseChunkedCQLFetch
. Refs STCOR-821. - Check for valid token before rotating during XHR send. Refs STCOR-817.
- Remove
autoComplete
from<ForgotPassword>
,<ForgotUsername>
fields. Refs STCOR-742.
v10.0.3 Poppy
- 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.
v10.0.2 Poppy
- Use cookies and RTR instead of directly handling the JWT. Refs STCOR-671, STCOR-754, STCOR-756, FOLIO-3627.
v10.0.1 Poppy
- Export
validateUser
. Refs STCOR-749.
v10.0.0 Poppy
- Close app-context menu when its wrapper is undefined, which it will be when switching among apps. Fixes STCOR-680.
- Move
miragejs
to dev-deps; removeclean
script andrimraf
. Refs STCOR-668, STCOR-681. - If you choose a numbering system and language in Settings > Tenant > Language and localization, saving the new values does not change the locale. Fixes STCOR-696.
- Align version of
@folio/stripes-connect
in dev/peer deps. Refs STCOR-705. - Use 'Log in' consistently. Refs STCOR-697.
- Unpin
moment
to reflect what is provided in platforms. Refs STCOR-706, STRIPES-678. - Expose additional functionality so it can be consumed via other modules. Refs STCOR-711.
- Apps icons replaced with blue rectangle on apps menu. Refs STCOR-707.
- Display consortium active affiliation in the profile dropdown trigger. Refs STCOR-689.
- Support switch consortium active affiliation. Refs STCOR-690.
- Use tenant query param for password reset. Refs STCOR-724.
- Improve login error message when back-end not ready. Refs STCOR-723.
- Replace
align-items: start
withflex-start
; it is more widely supported. Refs STCOR-722. - BREAKING bump
react
tov18
, and dev-deps accordingly. Refs STCOR-729. - Added
consortiaServices
utils to hold common consortia helpers. Refs STCOR-733. - Bump
@formatjs/cli
to^6.1.3
. - Forgot password and Forgot username : add placeholder to input box. Refs STCOR-728.
- Include
yarn.lock
. Refs STCOR-679. - BREAKING bump
react-intl
tov6.4.4
. Refs STCOR-744. - Bump
stylelint
tov15
andstylelint-config-standard
tov34
. Refs STCOR-745. - Read ky timeout from stripes-config value. Refs STCOR-594.
v9.0.7 Orchid
- Expose additional functionality so it can be consumed via other modules. Refs STCOR-711.
v9.0.5 Orchid
- Correctly set app-icons' z-index. Refs STCOR-707.
v9.0.4 Orchid
- Close app-context menu when its wrapper is undefined, which it will be when switching among apps. Fixes STCOR-680.
- Optionally show a warning banner if the bundle is detected to be stale. Refs STCOR-561.
v9.0.3 Orchid
- Align version of
@folio/stripes-connect
in dev/peer deps. Refs STCOR-705.
v9.0.2 Orchid
- If you choose a numbering system and language in Settings > Tenant > Language and localization, saving the new values does not change the locale. Fixes STCOR-696.