Releases: folio-org/stripes-core
Releases · folio-org/stripes-core
v2.17.0
- Keep all stripes attributes up to date after login. Refs STCOR-273, STRIPES-578, STCOR-283.
- Move
<IfInterface>
from stripes-components
, STCOM-357
- Move
<IfPermission>
from stripes-components
, STCOM-357
v2.16.0
- Set
textComponent
on <IntlProvider>
- Fixed
MainNav
not setting the correct app as selected
.
- Add Create/Reset a Password Screen, STCOR-273
- Fix memory leaks, UIEH-570
- Keep stripes user up to date after login. Fixes STRIPES-578.
v2.15.5
- Turn off autoCapitalize on login form
- Deprecate stripes intl utilities, STCOR-267
- Set alt="" on app icons in MainNav (STCOR-274)
- Updated color of text in profile dropdown (STCOM-377)
- Patch response url in mirage for stripes-connect
v2.15.4
- Increase login form input font size
- Slim down skeleton loader
- Update CSS for hidden navigation headline
- Lean on react-intl FormattedTime for datetime construction
v2.15.3
- Fix CSS variable naming for breakpoints
v2.15.2
- Prevent mirage from auto-loading fixtures
- Update CSS vars to kebab-case
v2.15.1
- Remove HMR router hack
- Fix currentUser error in tests
v2.15.0
- Require newer
stripes-components
and stripes-logger
v2.14.0
- Add
react-hot-loader
to development environment
- Remove notifications, STCOR-257
- Use new type stack
- Make current app clickable, STCOR-255
- Create
setupStripesCore()
test helper
v2.13.0
- Support mod-login-saml's requirement for the new authtoken interface in addition to the old interface. Refs STCOR-76. Available from v2.12.1.
- Expose timeZone through react-intl provider
- Export classes and functions intended for external use
- Extract
lastVisited
to a separate higher order component. Fixes STCOR-254. Available from v2.12.2.