Releases: folio-org/stripes-core
Releases · folio-org/stripes-core
v3.10.0
v3.9.0
- Use
stripes.config.js
to configure app name and caption in the UI (STCOR-385) - Use
stripes.config.js
to configure page title (STCOR-386) - Allow a platform to provide its own
index.html
file. - Call
PRUNE
redux reducer when navigating among application to reduce memory consumption (UIIN-687)
v3.8.0
v3.7.0
- Do not filter
okapiInterfaces
from modules' config. (STRIPES-634) - Pass locale to Moment.js so weekdays, etc. are translated. (STCOM-512)
- Allow home-page welcome message to be customised by setting
config.welcomeMessage
to the name of a translation tag. - Better password reset workflow. (UIU-1099)
v3.5.1
v3.5.0
v3.4.0
- Resolve memory leaks and improve performance in dev re-builds. Refs STCOR-296.
- Reduce lodash footprint using lodash-webpack-plugin and babel-plugin-lodash. Refs STCOR-285.
- Minor style updates for 'My profile' icon (UX-282)
- Turn off sideEffects to enable tree-shaking for production builds. Refs STRIPES-564 and STRIPES-581.
- Expose setupStripesCore and startMirage as default exports so they can be imported directly from @folio/stripes-core/test. Refs STRIPES-565.
v3.3.0
v3.2.0
v3.1.0
- Provide
<AppIcon>
. (STCOM-411) - Localize Settings and System Information strings. (STCOR-313)
- Expose 'current app' contextual dropdown to modules. (STCOR-309)
- Fixed bug where additional scrollbars would appear when opening the app dropdown (STCOM-461)
- Set current query to a correct value during initial page load. Fixes STCOR-339.
- Use stripes-components 5.1.x. (STCOR-352)