Skip to content

Releases: folio-org/stripes-core

v3.10.5

04 Dec 12:54
ff5a999
Compare
Choose a tag to compare
  • Monkey-patch FakeXMLHttpRequest to avoid breaking changes in its v2.1.1 release. Refs FOLIO-2369.

v3.10.4

16 Oct 01:41
c0ad70b
Compare
Choose a tag to compare
  • Clear registered epics during BigTest app teardown. Part of STRIPES-659.
  • Revert PR #711, "Calling PRUNE Redux reducer", which inadvertently broke navigation. (STCOR-392)

v3.10.3

02 Oct 12:39
7ca5159
Compare
Choose a tag to compare
  • Ineffectually bump react-router to help publish a new latest release (STCOR-393)

v3.10.2

02 Oct 11:02
8841167
Compare
Choose a tag to compare
  • No changes

Wait, what? From the PR:

Exactly the same as v3.10.1, exactly, but we published a bug-fix
release in the v3.7 line after we published v3.10.1 and that seems
to have gotten npm's latest dist-tag. This is causing repositories
that have ^ dependencies to pull that non-latest "latest" release in
addition to the actual latest release that is included in the
@folio/stripes package with a ~ dependency.

So really this is just a retag of the existing v3.10.1 release so that
tools like npm, yarn, and Jenkins will see the semantically-latest
release as the actual latest release. It sorta makes you wonder what the
point of semantic versioning is if yarn is going to ignore that in
favor of the latest dist-tag, doesn't it?

v3.10.1

27 Sep 17:28
fce1402
Compare
Choose a tag to compare
  • Don't overwrite existing token with empty one when returning from SSO. (STCOR-391)

v3.7.1

27 Sep 18:02
Compare
Choose a tag to compare
  • Don't overwrite existing token with empty one when returning from SSO. (STCOR-391)

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)