Braden MacDonald
a49b06349e
fix: invalid frontend-platform import in Footer.jsx ( #398 )
2024-03-11 17:28:12 +05:00
KristinAoki
cff78e021c
fix: variable name for the accessibility link
2024-03-08 09:32:55 -05:00
Mashal Malik
2a2f9ed43f
refactor: replace @edx/paragon and @edx/frontend-build ( #386 )
2024-01-01 13:06:16 +05:00
Syed Ali Abbas Zaidi
4aec12eae0
feat: migrate enzyme with RTL ( #372 )
...
* feat: migrate enzyme with RTL
* fix: fixed lockfile issues
---------
Co-authored-by: Abdullah Waheed <abdullah.waheed@arbisoft.com >
2023-12-25 12:20:11 +05:00
Asad Ali
5059e0dac1
fix: fix config name from MARKETING_BASE_URL to MARKETING_SITE_BASE_URL ( #381 )
2023-12-22 18:45:15 +05:00
KristinAoki
abe24fb46a
fix: remove unnecessary test
2023-09-29 16:10:23 -07:00
KristinAoki
ce5396c9ab
fix: remove unused message
2023-09-29 15:25:39 -07:00
KristinAoki
dc0982dfd2
fix: remove unused code
2023-09-29 15:20:37 -07:00
KristinAoki
a9f6ca8b77
feat: add studio footer
2023-09-29 15:14:53 -07:00
Bilal Qamar
16b468bdcc
feat: update react & react-dom to v17 ( #300 )
...
* feat: update react & react-dom to v17
* build: update lock file
* build: update paragon version
* refactor: updated frontend-platform
---------
Co-authored-by: mashal-m <mashal.malik@arbisoft.com >
2023-07-05 12:09:22 +05:00
Yoiber
f87d47f42d
chore(i18n): add more languages ( #270 )
...
* chore(i18n): add more languages
* chore(i18n): Pylint fixes
2023-03-14 20:25:36 +05:00
Abdullah Waheed
509276df12
feat: added new translations in Makefile and updated all the translations
2022-10-27 09:25:07 -03:00
Bilal Qamar
4527baef5a
refactor: upgraded frontend-build to v12 & resolved eslint issues
2022-10-26 10:35:10 -03:00
Ben Warzeski
6c346c18f9
feat: bump frontend-platform to 2.3.0
2022-06-14 15:56:58 -04:00
Ayrton Lima
7982251640
fix: change logo anchor tag to link to the LMS
2022-03-23 20:21:53 -03:00
Carla Duarte
d66d3b7b62
fix: remove unnecessary aria-label
2021-01-06 17:23:50 -05:00
Jeff Chaves
e4d23d366b
feat: upgrading deps, retheme with from @edx/brand, pull logo from config settings ( #104 )
...
* feat: upgrading deps, use logo from @edx/brand
* feat: upgrading peer deps
* feat: pr feedback
* update snapshots and example app
* pull config from AppContext
Co-authored-by: Adam Stankiewicz <agstanki@gmail.com >
2020-11-30 14:00:26 -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
edX Transifex Bot
e94cf3ac2d
fix(i18n): update translations
2019-10-06 16:33:20 -04: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
e0c205ce14
fix: non deprecated use of hyperlink ( #43 )
2019-06-21 09:56:05 -04:00
edX Transifex Bot
a8f57aa553
fix(i18n): update translations
2019-06-09 16:32:55 -04:00
David Joy
fb1f5c2d50
fix: delete old i18n concat file
2019-06-07 10:53:50 -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
edX Transifex Bot
a482325eac
fix(i18n): update translations
2019-06-02 17:33:12 -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
albemarle
28a6c85bc0
Merge pull request #30 from edx/aehsan/prod-277/update_the_edx_icp_license
...
Updated ICP license in footer
2019-05-22 14:01:36 -04:00
adeelehsan
6125988bbd
Updated ICP license in footer
2019-05-22 00:33:19 +05:00
edX Transifex Bot
9eeccc63cb
fix(i18n): update translations
2019-05-19 17:33:41 -04:00
Robert Raposa
7ff9039bb7
fix(i18n): fix i18n make targets
...
ARCH-748
2019-05-16 12:27:27 -04: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
21d7fe04e3
fix: move dependencies out of footer
2019-05-10 10:14:37 -04:00
AlasdairSwan
85ed8fbff4
feat(langselect): add optional language selector
2019-05-08 13:38:01 -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
ae18ad45b9
fix(version): trivial update to minor version bump
2019-05-07 11:56:32 -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
albemarle
0453d7fbaa
fix(i18n): use up-to-date i18n-concat.js
2019-04-09 15:38:46 -04:00
edX Transifex Bot
429d19291d
fix(i18n): update translations
2019-04-05 16:21:24 -04:00
Robert Raposa
9475888392
fix: update file extension
2019-03-21 14:45:35 -04:00
Robert Raposa
46772ecc0e
fix: add empty language files
...
ARCH-460
2019-03-20 17:03:47 -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
Adam Butterworth
abe3d03f58
fix: update snapshot to reflect new ids
2019-03-08 12:44:00 -05:00
Adam Butterworth
7af4b71faa
fix: add unique ids to Icon components
2019-03-08 12:35:35 -05: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