Skip to content

Releases: folio-org/stripes-core

v3.10.0

26 Sep 03:56
fb85fcc
Compare
Choose a tag to compare
  • stripes-components v5.8.0 and translations updates.

v3.9.0

09 Sep 16:43
ab48331
Compare
Choose a tag to compare
  • 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

21 Aug 20:36
21471db
Compare
Choose a tag to compare
  • Receive React as a peerDependency (provide by stripes). One dep to rule them all. Refs UIIN-678.
  • Updated MainNav design to improve color contrast (STCOR-378)
  • Include React a devDependency since it no longer a direct dependency. Refs UIIN-678.

v3.7.0

24 Jul 18:07
f86bd76
Compare
Choose a tag to compare
  • 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

13 May 18:55
39e9793
Compare
Choose a tag to compare
  • Remove special-case build rules for ui-notes. Its plugin functionality will be included in a separate module.

v3.5.0

11 May 03:49
310c53b
Compare
Choose a tag to compare
  • Dependency updates. STRIPES-611.
  • <AppIcon> style tweaks prevent GIGANTIC icons.

v3.4.0

10 May 20:42
2caca64
Compare
Choose a tag to compare
  • 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

24 Apr 10:21
e1e7212
Compare
Choose a tag to compare
  • Provide React 16.8, the one with hooks! Refs STRIPES-599.

v3.2.0

21 Mar 21:57
2ba8ee9
Compare
Choose a tag to compare
  • Expose stripesConnect() HOC
  • Expose Route component for nested routing/routing conformance...
  • Not using React-router's private history.
  • Resolve circular dependency with stripes-connect.

v3.1.0

15 Mar 18:03
e94a8e3
Compare
Choose a tag to compare
  • 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)