Skip to content

Releases: edx/frontend-component-footer-edx

v4.5.6

20 Dec 13:31
Compare
Choose a tag to compare

Full Changelog: v4.5.5...v4.5.6

v5.1.0

16 Dec 20:37
a0e83d4
Compare
Choose a tag to compare

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

  • Add footer link for cookie compliance (dcf00db)
  • Install js-cookie (caacc7f)
  • SEO-219 Add CCPADialog (b7e5440)

v4.7.4

16 Dec 19:18
Compare
Choose a tag to compare

Full Changelog: v4.7.1...v4.7.4

v4.5.5

16 Dec 18:54
Compare
Choose a tag to compare

Full Changelog: v4.5.2...v4.5.5

v3.5.2

16 Dec 19:29
Compare
Choose a tag to compare

Full Changelog: v3.5.0...v3.5.2

v4.6.2

15 Dec 22:43
Compare
Choose a tag to compare

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 run npm publish from this tag).
  • Removes @edx/browserslist-config and @edx/paragon from dependencies 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); the peerDependency for Paragon remains at v19.9.x || ^20.x.
  • Installs @edx/browserslist-config as a devDependency

v4.6.1

15 Dec 19:59
Compare
Choose a tag to compare

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.

v5.0.0

14 Dec 18:29
Compare
Choose a tag to compare

5.0.0 (2022-12-14)

Features

  • update frontend platform to version 3 (a7e2b85)

BREAKING CHANGES

    • We are no longer support frontend-platform@2
  • We are no longer support default import.
    • please use import { Footer } from '@edx/frontend-component-footer';

v4.7.1

12 Dec 21:04
Compare
Choose a tag to compare

4.7.1 (2022-12-12)

Bug Fixes

  • make footer export backward compat (8a24675)

v4.7.0

09 Dec 10:52
ae6e9ff
Compare
Choose a tag to compare

4.7.0 (2022-12-09)

Features

  • updated paragon to v20 & loader-utils in package-lock (#222) (ae6e9ff)