Renovate Bot
0a91f8242f
fix(deps): update dependency @fortawesome/fontawesome-svg-core to v1.2.28
2020-03-23 16:19:06 +00:00
Renovate Bot
457bd843cf
fix(deps): update dependency @fortawesome/react-fontawesome to v0.1.9
2020-03-05 18:10:56 +00:00
Renovate Bot
777c697c41
fix(deps): update dependency @fortawesome/fontawesome-svg-core to v1.2.27
2020-02-07 16:09:34 +00:00
Renovate Bot
b3b32613c9
chore(deps): update dependency codecov to v3.6.5
2020-02-07 15:11:57 +00:00
Renovate Bot
a6f70e895a
chore(deps): update dependency codecov to v3.6.4
2020-02-01 03:12:36 +00:00
Renovate Bot
1112b426f0
chore(deps): update dependency codecov to v3.6.3
2020-01-31 14:13:51 +00:00
Renovate Bot
17278cc355
chore(deps): update dependency codecov to v3.6.2
2020-01-23 20:22:47 +00:00
Renovate Bot
65c25bfc95
fix(deps): update dependency @fortawesome/fontawesome-svg-core to v1.2.26
2019-12-11 00:12:05 +00:00
Renovate Bot
75e8962563
fix(deps): update dependency @fortawesome/react-fontawesome to v0.1.8
2019-12-06 17:14:43 +00:00
Renovate Bot
65aba84491
fix(deps): update font awesome
2019-12-04 23:19:08 +00:00
Renovate Bot
093dfa6ac2
chore(deps): update react monorepo to v16.10.2
2019-12-04 22:15:57 +00:00
Renovate Bot
4637834750
chore(deps): update dependency husky to v3.0.9
2019-12-04 21:04:01 +00:00
Renovate Bot
a021e72359
chore(deps): update dependency @edx/paragon to v7.1.5
2019-12-04 20:39:24 +00:00
Renovate Bot
925ddb7adf
chore(deps): update dependency @edx/frontend-platform to v1.1.6
2019-12-04 20:21:15 +00:00
Adam Butterworth
3a2e553feb
fix: upgrade frontend-build for i18n extract fix ( #67 )
2019-12-03 16:00:43 -05:00
Adam Butterworth
eb6c253e35
fix: upgrade frontend-build to fix translation job ( #65 )
2019-12-03 14:13:11 -05:00
Adam Butterworth
f33a972933
fix: upgrade frontend-platform ( #63 )
2019-12-03 10:33:28 -05:00
Adam Butterworth
d540aaa390
feat: upgrade to frontend-platform ( #60 )
...
BREAKING CHANGE: This package now relies upon frontend-platform instead of individual runway packages.
2019-11-21 17:18:26 -05:00
David Joy
d4259ef1f6
feat: handleAllTrackEvents is no longer used ( #48 )
...
* feat: use frontend-analytics directly
BREAKING CHANGE: 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
2019-10-02 14:59:12 -04:00
Adam Butterworth
83bad3d47b
feat: repurpose as open edx footer ( #46 )
...
* feat: simplify prop api and bake in many values
* feat: refactor build and dev server
BREAKING CHANGE: 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
BREAKING CHANGE: This footer now serves as the Open edX footer. For the edX footer see edx/frontend-component-footer-edx on github
2019-09-30 14:33:06 -04:00
AlasdairSwan
349f83f686
perf(paragon): remove paragon to reduce bundle size
2019-06-21 11:11:01 -04:00
David Joy
e9c28163d9
fix: upgrade frontend-i18n library
2019-06-07 08:58:38 -04:00
AlasdairSwan
3ab4adf10b
fix(linkprops): update link props
...
BREAKING CHANGE move to link arrays and remove strings from component (and thus the need for i18n)
2019-06-03 15:57:30 -04:00
Douglas Hall
4b3a91138d
fix: modify babelrc for i18n
2019-05-31 14:11:48 -04:00
David Joy
061b41bee8
fix: adding es check
2019-05-28 09:42:04 -04:00
Douglas Hall
adceca6b53
fix: move to @edx/frontend-i18n dependency
...
BREAKING CHANGE: consumers will now be required to supply @edx/frontend-i18n instead of react-intl
2019-05-24 12:06:17 -04:00
Douglas Hall
4d739f2962
fix: remove paragon from bundle
...
BREAKING CHANGE: Now requires containing app to provide `@edx/paragon`.
2019-05-23 14:28:28 -04:00
Adam Stankiewicz
278b4b1473
fix(query-string): downgrade query-string to version 5 for es5
2019-05-16 09:44:44 -07:00
Christopher Pappas
bf8020dfac
fix: updating business marketing footer
...
fix: adding https:// to business marketing link
fix: fixing marketing link for business
fix: fixing marketing link for business
2019-05-10 15:49:40 -04:00
Adam Butterworth
3dd9b25d11
fix: move peerDependencies to dependencies
2019-05-10 10:24:23 -04:00
Adam Butterworth
21d7fe04e3
fix: move dependencies out of footer
2019-05-10 10:14:37 -04:00
AlasdairSwan
8b1943356e
fix(sociallinks): update link props
...
BREAKING CHANGE will not render social links unless array is passed in
2019-05-07 12:17:42 -04:00
AlasdairSwan
ff664b9d3b
Revert social media links PR
2019-05-07 11:24:04 -04:00
AlasdairSwan
f265c7daa6
fix(sociallinks): array for social props BREAKING CHANGE: props change
2019-05-06 15:08:50 -04:00
Robert Raposa
8f35487558
feat: initial localization of footer
...
BREAKING CHANGE: Now requires containing app to use `react-intl`. See
update to README for details.
ARCH-460
2019-03-20 12:37:11 -04:00
Robert Raposa
a37ef7f701
fix(analytics): add test and fix youtube
...
Adds unit testing and fixes analytics for youtube.
2019-01-22 16:18:14 -05:00
Robert Raposa
045e28d0ef
feat(analytics): add track events for links
...
- Add required prop for handleAllTrackEvents.
- Add EVENT_NAMES to help support event overrides.
BREAKING CHANGE: New required prop handleAllTrackEvents.
2019-01-22 11:37:37 -05:00
Douglas Hall
c93ec1405c
feat(footer): add SiteFooter component
2019-01-08 16:14:51 -05:00