Releases: openedx/frontend-component-footer
Releases · openedx/frontend-component-footer
v10.0.2
v10.0.1
v10.0.0
v9.0.1
v9.0.0
9.0.0 (2019-10-02)
Features
BREAKING CHANGES
- handleAllTrackEvents is no longer part of the Footer props API. The footer uses frontend-analytics’s sendTrackEvent directly.
Also updating other dependencies to keep them up to date. This part should probably be a separate PR, technically.
-
fix: remove unused dependency of frontend-logging
-
fix: a little PR cleanup
-
fix: putting frontend logging back
It’s needed by frontend-i18n and fails if it’s not there for tests.
- fix: pinning npm at 6
v8.0.0
8.0.0 (2019-09-30)
Features
BREAKING CHANGES
-
The footer is now transpiled from es6 preserving modules. To use this package in a project it must now be transpiled by the requiring project via webpack or other configuration
-
feat: make this the open edx footer
-
This footer now serves as the Open edX footer. For the edX footer see edx/frontend-component-footer-edx on github