Releases: folio-org/stripes-core
Releases · folio-org/stripes-core
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.