Commit 483d359
Updates for v9.0.0-alpha.0 (#207)
* Begin upgrading mui to 5.2
- Install mui 5.2
- Remove material-ui 4
- Replace peerDependencies
- Upgrade minimum node version (in preparation for next)
* Replace import and comment instances for mui
* Upgrade react version for mui
* Run mui preset-safe codemods
Note: consider readjusting sizing values if necessary
* Use preset-safe on test directory
Note: consider fixing accordion test manually, as it errored during
codemod run
* Remove @global usage for CssBaseline
(For JSS => emotion migration)
* Manual updates for MUI 5
(where codemods didn't work)
* Move emotion to dev dependencies
* Upgrade next and react
* creeateMuiTheme -> creeateTheme, due to deprecation
* IntersectionObserver fix
* proper theme creation
* MUI migration fixes
* Migrate from JSS
* Manual migration from JSS
removeMakeStyels
* remove mui/styles
* Re-add `classes` where not properly removed
* Fix declaration ordering/placement issues
Also: remove adaptV4Theme usage
* MIU 5 JSS to styled migration
* Continue updating product usage
- Match code styles from other commits
- Ensure necessary variables are used/defined
* selectors fixes
* babel -> swr
* linter
* classes exports from UI-components
* fetchServerSideProps
* LazyHydrate progress
* Fix variable order in plp/Sort.js
* Update package installation process
- Update push-build command to use --sig and npm run build (over yarn)
- Installed peer dependencies properly with npm8
- Update enzyme-adapter-react
* Revert LazyHydrate to pre-upgrade guide state
* Fix carousel styling
- Ensure defaultClass.root is used over passed in classes.root for
Carousel
- Update thumbnails Tab wrapper usage
- Fix spaces in selectors where necessary
* Continue correcting selectors for carousel
- Migrate JSS selector code to styled for hovering => expand
- Fix expand media query
* Updates to main navigation
- Added 'material-ui-popup-state' to manage hover/popup menus for main navigation
- Updated NavTab to use the aforementioned library
* Removed webpack dev middleware from plugin since it was causing hot reloading issues
* General updates for tests
* Updated github test workflow definition
* Another update to try and fix the tests workflow
* Version bump to v9.0.0-alpha.0
* Updates to (temporarily!) skip uncooperative tests
Co-authored-by: Christopher Buenaventura <christopherbuenaventura@gmail.com>
Co-authored-by: sudo97 <illia.mikhnevych@moovforge.com>
Co-authored-by: dijs <richard.vanderdys@gmail.com>1 parent 489f632 commit 483d359
File tree
184 files changed
+38690
-10601
lines changed- .github/workflows
- .storybook/stories
- docs
- src
- api
- carousel
- drawer
- hooks
- link
- middlewares
- mock-connector
- utils
- option
- plp
- plugins
- props
- router
- search
- server
- session
- sw
- theme
- utils
- test
- carousel
- config
- drawer
- option
- plp
- search
- theme
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
184 files changed
+38690
-10601
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | | - | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments