Skip to content

Commit dd47215

Browse files
authored
feat: revert paragon 23 upgrade (#662)
> [!IMPORTANT] > ## Breaking Change released as Minor > Consumers of this package must have support for Paragon 22.17.0 > > Breaking changes in 22.17.0 can be found here: > * https://github.com/openedx/paragon/releases/tag/v22.17.0 > Breaking changes for 22.0.0 can be found here: > * https://github.com/openedx/paragon/releases/tag/v22.0.0 ### Features * Set peerDependency to v22.17.0 * Removes support for v21 and v23
1 parent 0edc54a commit dd47215

File tree

6 files changed

+166
-1261
lines changed

6 files changed

+166
-1261
lines changed

README.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ frontend-component-header-edx
88
Purpose
99
********
1010

11-
This is the standard edX header for use in React applications. It has two exports:
11+
This is the standard edX header for use in React applications. It has four exports:
1212

1313
- **default**: The Header Component
1414
- **messages**: for i18n in the form of ``{ locale: { key: translatedString } }``
15+
- **LearnerHeader** Header component for the Learner MFE
16+
- **StudioHeader** Header component for Studio
1517

1618
Cloning and Startup
1719
===================
@@ -57,6 +59,13 @@ Development
5759
- Start the example server `npm start`
5860
- Visit http://localhost:1234
5961

62+
Contributing
63+
============
64+
65+
Since the exports from this package are used throughout many micro-frontends, it is important that updates are communicated effectively throughout the organization.
66+
67+
When making updates to this repo, pull requests should be shared on the **#edx-fedx** Slack channel for soliciting review.
68+
6069
License
6170
=======
6271

example/index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
import 'core-js/stable';
2-
import 'regenerator-runtime/runtime';
3-
41
import React, {StrictMode} from 'react';
52
import { AppContext, AppProvider } from '@edx/frontend-platform/react';
63
import { initialize, getConfig, subscribe, APP_READY } from '@edx/frontend-platform';

0 commit comments

Comments
 (0)