Releases: folio-org/stripes-core
Releases · folio-org/stripes-core
v5.0.0
PropTypes
corrections forhistory.location
et al.- Style tweaks for
<NavList>
, apps menu. - Suppress
react-intl
warnings about missing permissions translations. Refs STCOR-433, UIU-488. - Support loan-storage v7. Refs STCOR-425.
- throw and log errors that prevent module load. Refs STCOR-434.
- Provide
react-intl
as a dev-dep. Refs STRIPES-672. - Moved
<OverlayContainer>
into the main content area to fix an aXe warning. Refs STCOR-419. - Pin
moment
at~2.24.0
. Refs STRIPES-678.
v4.1.0
v4.0.0
- Gather translations and icons from
stripesDeps
listed in thestripes
section of package.json. (STCOR-414) - Add missing Event class for emulating browser events in tests. Refs UIDEXP-20.
- Added
CalloutContext
context for rendering cross-route/component callouts. - Added workflow for auth token expiration to force users to log back in, returning to their previous activity. Refs STCOR-37.
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
inProfileDropdown
shows up depending user's permissions. Refs STCOR-409. - Increase test coverage to 80% in
<SSOLogin>
component. Refs STCOR-376.
v3.11.2
- Add missing Event class for emulating browser events in tests. Refs UIDEXP-20.
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
tov2.1.2
to avoid an XSS vulnerability (GHSA-h9rv-jmmf-4pgx). - Restore the current service point label to the profile dropdown button. Fixes STCOR-404.
v3.11.0
- 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
<MainNav>
visible nav items based on window-width. Refs STCOR-377. - Add WebPack support for handlebars-loader.
- Monkey-patch
FakeXMLHttpRequest
to avoid breaking changes in itsv2.1.1
release. Refs FOLIO-2369. - Use updated
<Dropdown>
component in app navigation menus.