Skip to content

Releases: openedx/frontend-platform

v1.0.3

22 Nov 21:03
Compare
Choose a tag to compare
fix: unpublish 1.0.3

v1.0.2

22 Nov 19:48
Compare
Choose a tag to compare

1.0.2 (2019-11-22)

Bug Fixes

  • force publish of new release (06aeb64)

v1.0.1

22 Nov 19:40
7eaa61a
Compare
Choose a tag to compare

1.0.1 (2019-11-22)

Bug Fixes

  • publish dist directory (dd022e7)
  • simplifying import paths in preparation for new dist structure (0f98e66)

v1.0.0

21 Nov 22:37
Compare
Choose a tag to compare

1.0.0 (2019-11-21)

Bug Fixes

  • add alias for logAPIErrorResponse (#15) (301f8ab)
  • add exports (1452425)
  • add logging for null access token after refresh (#38) (3d6fcce)
  • busted test (3854c32)
  • change identifyAuthenticatedUser function signature (957c154)
  • change name of configuration phase to loadConfig (#31) (8ff07a8)
  • check cookie value and add logs (dbbe4f6)
  • clean-up research for null refresh token (f429dee)
  • configure i18n with logging service (#6) (dcc2aa0)
  • do not expose FormattedHTMLMessage (#18) (75d02da)
  • export LOCALE constants from top level i18n.js (fa7ea68)
  • fetchUserAccount did not return the action (5da6796)
  • fixing module exports and locking versions (5cd9dd5)
  • initialize segment (#15) (a669ce4)
  • log error to loggingService not just the message (0d7e9d0)
  • merge messages deeply (166c853)
  • npm audit fix (278d5d0)
  • pass userId parameter to callback function (38cbfe9)
  • redirect to correct place if Route has match params (9fdb081)
  • refactor ensurePublicOrAuthenticationAndCookies (100960e)
  • remove usage of CSRF_TOKEN_NAME enviroment variable (#35) (70c6960)
  • removing requirements and extract translations (5d7679d)
  • removing some bad env exports (#14) (c770d40)
  • set config immediately and un-pin peer dependencies (a87566b)
  • tests and making mergeMessages more flexible (1de6ab3)
  • throw error for missing refresh token (23ecbeb)
  • update peer dependency (163d2f9)
  • updating peer dependencies (#13) (3ea96fd)
  • updating to frontend-auth 7 (#12) (eaa1d91)
  • use consistent entry points for each package (9cc05a3)
  • use frontend-build and cleanup dist (#39) (ae7a78a)
  • use frontend-build and remove extra dev dependencies (#83) (5b8530c)
  • use global instead of window (1dd9e4f)
  • use setConfig when initializing config service. (b392f57)
  • userId required for identifyAuthenticatedUser (8bcba25)
  • various improvements to the base interface (#9) (e85669a)
  • App.ready: remove _ready private variable (f4d4815)
  • deps: pin dependencies (ee64ce2)
  • deps: update dependency iso-countries-languages to v0.3.0 (a425243)
  • add administrator flag to authentication state (cf6e133)
  • add console logs when in dev. change webpack target to node (a826c19)
  • add NPM and Github tokens to .travis.yml (3ce1788)
  • allow pass through of node env without setting target to node (#4) (4b48e5a)
  • fixing webpack mode (e8adfc4)
  • handle null locale cookie (e9d5330)
  • improve error logging (155ac27)
  • lint (158c76e)
  • log accessToken for debugging purposes (29728f2)
  • log all cookies on identify user error (097d97f)
  • log network errors as info (4e90687)
  • make library SSR friendly (5ad18bb)
  • make react-i18n a peer dependency (49afb0e)
  • make react-i18n a peer dependency (#6) (23813aa)
  • make SSR friendly (bf73266)
  • make stylesheet updating more resilient (8a6e480)
  • README (0349f35)
  • remove error log when redirecting a logged out user to sign in (#27) (36dc23e)
  • remove sort from country and language lists (4d52292)
  • remove sort from country and language lists (#8) (b6bc1a0)
  • reorder axios interceptors to avoid dead end (5b12993)
  • update readme ([b4136ee](https://github.com/davidjoy/frontend-platform/...
Read more