Releases: edx/frontend-component-footer-edx
Releases · edx/frontend-component-footer-edx
v4.5.6
Full Changelog: v4.5.5...v4.5.6
v5.1.0
5.1.0 (2022-12-16)
Bug Fixes
- add translated string and hide button when OneTrust is not active (accd705)
- include paragon in dependencies (f4ee25a)
- SEO-219 Enable cookies for subdomains (cfa30a1)
- SEO-219 Lint footer (8a00bd0)
- SEO-219 Remove reliance on onetrust (c3733a2)
- SEO-219 Renew footer snapshot (bb88863)
- update snapshot tests. (897ef58)
Features
v4.7.4
Full Changelog: v4.7.1...v4.7.4
v4.5.5
Full Changelog: v4.5.2...v4.5.5
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.