Releases: edx/frontend-component-footer-edx
Releases · edx/frontend-component-footer-edx
v3.5.2
Full Changelog: v3.5.0...v3.5.2
v4.6.2
Full Changelog: v4.6.1...v4.6.2
Changes
- Reinstalls packages with Node 16 to ensure
lockfileVersion
in package-lock.json is compatible with Node 16. - Backports and modifies
manual-publish.yml
Github Action workflow (necessary in order to runnpm publish
from this tag). - Removes
@edx/browserslist-config
and@edx/paragon
fromdependencies
as they were not dependencies in v4.6.0. - Paragon was upgraded from v19 -> v20 when compared to v4.6.0, but only in
devDependencies
which bears no impacts to consumers of this component (only the example app); thepeerDependency
for Paragon remains atv19.9.x || ^20.x
. - Installs
@edx/browserslist-config
as adevDependency
v4.6.1
Full Changelog: v4.6.0...v4.6.1
Features
- Adds a CCPADialog component to the footer with a Do Not Sell My Personal information link.
- CCPADialog gives users a way to opt out of selling personal information through a cookie that will be read by edx's facebook tracking code. The facebook tracking code is injected via GTM.
Notes
- This release is backporting this CCPA feature to versions of the component before Paragon was updated to v20.