Skip to content

Releases: folio-org/stripes-core

v5.0.3

29 Sep 15:55
Compare
Choose a tag to compare

v5.0.2

14 Jun 02:12
df89516
Compare
Choose a tag to compare
  • Better a11y for login errors. Refs STCOR-430.
  • Support users-bl v6.0 (some unused endpoints were removed). Refs STCOR-436, STRIPES-685.

v5.0.1

09 Jun 01:39
f8b19d9
Compare
Choose a tag to compare
  • Show app icons in the settings navigation. It's pretty.
  • Make accessible errors at Login page. Refs STCOR-430.
  • Stop filtering "missing permission" warnings from react-intl. Refs STCOR-424.
  • Provide polyfills related to react-intl for consumption by Electron in Nightmare tests. Refs STCOR-435, STRIPES-672.

v5.0.0

25 May 10:33
ff82230
Compare
Choose a tag to compare
  • PropTypes corrections for history.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

17 Mar 02:29
e71f66d
Compare
Choose a tag to compare
  • Security update eslint to 6.2.1. Refs STCOR-412.
  • Support stripes.optionalOkapiInterfaces. Refs OKAPI-509.
  • Correctly configure react-hot-loader.

v4.0.0

04 Mar 12:44
350ccfb
Compare
Choose a tag to compare
  • Gather translations and icons from stripesDeps listed in the stripes 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

04 Mar 12:41
31be914
Compare
Choose a tag to compare
  • 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.

v3.11.2

20 Feb 16:25
Compare
Choose a tag to compare
  • Add missing Event class for emulating browser events in tests. Refs UIDEXP-20.

v3.11.1

11 Dec 15:24
fcbd8b3
Compare
Choose a tag to compare
  • 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 (GHSA-h9rv-jmmf-4pgx).
  • Restore the current service point label to the profile dropdown button. Fixes STCOR-404.

v3.11.0

05 Dec 00:01
afa714d
Compare
Choose a tag to compare
  • 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 its v2.1.1 release. Refs FOLIO-2369.
  • Use updated <Dropdown> component in app navigation menus.