This repository was archived by the owner on Jan 9, 2020. It is now read-only.
v2.0.0
·
36 commits
to master
since this release
2.0.0 (2019-09-18)
Bug Fixes
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