Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

v2.0.0

Choose a tag to compare

@edx-semantic-release edx-semantic-release released this 18 Sep 20:39
· 36 commits to master since this release
e85669a

2.0.0 (2019-09-18)

Bug Fixes

  • various improvements to the base interface (#9) (e85669a)

BREAKING CHANGES

    • App.authentication has been renamed App.authenticatedUser
  • AuthenticationContext has been renamed to AppContext, and contains two subkeys: authenticatedUser and config.

Other changes:

  • The initialize function no longer relies on getAuthenticationState()
  • The frontendAuthWrapper has been simplified and is nearly gone.
  • feat: initialize is now overrideable and publishes events
  • Now you call App.initialize instead of initialize directly.
  • Also added a dev server for testing.
  • Fleshed out the test suite.
  • fix: small fixes for pull request

  • build: pin dependencies

  • Update src/handlers/logging.test.js

Co-Authored-By: Adam Butterworth abutterworth@edx.org

  • refactor: folding validation into configuration

  • feat: making redux optional

  • fix: consistent use of i18n