Skip to content

Releases: openedx/frontend-enterprise

v4.1.2

10 Aug 17:17
85e9316
Compare
Choose a tag to compare

4.1.2 (2020-08-10)

Bug Fixes

  • updates non-existent authBaseUrl to env var LMS_BASE_URL (8892ef1)

v4.1.1

06 Aug 13:15
aaea448
Compare
Choose a tag to compare

4.1.1 (2020-08-06)

Bug Fixes

  • release previous commit and add comment punctation. (6854390)

v4.1.0

10 Jul 19:30
d1c9adc
Compare
Choose a tag to compare

4.1.0 (2020-07-10)

Features

  • adds function to return the preferred enterprise uuid for a user (9f960ce)

v4.0.1

13 Mar 13:17
b25238a
Compare
Choose a tag to compare

4.0.1 (2020-03-13)

Bug Fixes

  • update version number in package.json (#10) (b25238a)

v4.0.0

11 Mar 16:52
08351db
Compare
Choose a tag to compare

4.0.0 (2020-03-11)

Features

  • require passing user to learnerPortalLinks (#9) (08351db)

BREAKING CHANGES

  • getLearnerPortalLinks now requires a user to be passed
    in. This is done to remove the dependency on frontend-auth so it can be
    used in both edx-platform and other MFEs.

ENT-2648

v3.0.0

02 Mar 20:29
cc768ff
Compare
Choose a tag to compare

3.0.0 (2020-03-02)

Bug Fixes

Features

  • Get learner portal hostname from env vars instead of api call (cc768ff)

BREAKING CHANGES

  • requires learner portal hostname env var

v2.0.0

08 Nov 15:17
2deb8f6
Compare
Choose a tag to compare

2.0.0 (2019-11-08)

Bug Fixes

  • add peer dependency on frontend-auth and upgrade (#7) (2deb8f6)

BREAKING CHANGES

  • This version requires @edx/frontend-auth v9.0.1 or later. It is incompatible with prior versions of frontend-auth and will not function. Because it’s a peer dependency, consumers of this library must provide a compatible version of @edx/frontend-auth.

  • Update package.json

  • fix: setting frontend-auth as an external

v1.0.3

07 Nov 14:07
8b5be62
Compare
Choose a tag to compare

1.0.3 (2019-11-07)

Bug Fixes

v1.0.2

07 Oct 18:24
9a70630
Compare
Choose a tag to compare

1.0.2 (2019-10-07)

Bug Fixes

  • make link title more reusable (29d9ee1)

v1.0.1

03 Oct 20:07
a512248
Compare
Choose a tag to compare

1.0.1 (2019-10-03)

Bug Fixes

  • refresh access token if the JWT cookie has expired (8b8f5ba)