Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GridList] Rename to ImageList & add deprecation warnings #22363

Merged
merged 29 commits into from
Sep 22, 2020
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
63fba73
[GridList] Rename to ImageList & add deprecation warnings
mbrookes Aug 22, 2020
e5e6181
fix tests
mbrookes Aug 25, 2020
3d24592
Olivier's review + yarn proptypes
mbrookes Aug 25, 2020
b83873a
v4 types
mbrookes Aug 25, 2020
75fab97
lint
mbrookes Aug 26, 2020
faf6feb
missed one
mbrookes Aug 26, 2020
109d878
remove migration guide
mbrookes Aug 26, 2020
59bd813
docs:api
mbrookes Aug 26, 2020
ad07e37
Tile -> Item
mbrookes Aug 27, 2020
5443b1a
review
mbrookes Aug 28, 2020
35d0027
Add 301
oliviertassinari Aug 29, 2020
0068e2c
fix 404
oliviertassinari Aug 29, 2020
c703a68
remove API redirects
mbrookes Aug 29, 2020
627133e
More tile -> item
mbrookes Aug 29, 2020
eedd212
more grid -> image
mbrookes Aug 29, 2020
d0a18fa
yet more tile -> item
mbrookes Aug 29, 2020
c399060
spacing -> gap
mbrookes Sep 14, 2020
481891c
cellHeight -> rowHeight
mbrookes Sep 15, 2020
0d39555
titlePosition -> position
mbrookes Sep 15, 2020
d44589b
deprecations
mbrookes Sep 15, 2020
7b3c1c8
prettier
mbrookes Sep 16, 2020
2bc243d
proptypes
mbrookes Sep 16, 2020
80bf913
yarn proptypes --disable-cache
oliviertassinari Sep 16, 2020
f73b694
yarn docs:typescript:formatted --disable-cache
oliviertassinari Sep 16, 2020
1b98f79
yarn docs:api
oliviertassinari Sep 16, 2020
3e4c48f
Matt review
oliviertassinari Sep 18, 2020
90e7679
add more descriptions
oliviertassinari Sep 18, 2020
8e280c2
Restore yet more prop descriptions mysteriously killed by 'yarn propt…
mbrookes Sep 19, 2020
3e8b0ee
prettier
mbrookes Sep 19, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove API redirects
mbrookes committed Aug 29, 2020
commit c703a684258698aaefe1f65ea6844307e50b6810
7 changes: 0 additions & 7 deletions docs/public/_redirects
Original file line number Diff line number Diff line change
@@ -57,15 +57,8 @@ https://material-ui.dev/* https://material-ui.com/:splat 301!
/api/mui-theme-provider/ /styles/api/ 301
/components/expansion-panels/ /components/accordion/ 301
/:userLanguage/components/expansion-panels/ /:userLanguage/components/accordion/ 301
/api/expansion-panel/ /api/accordion/ 301
/api/expansion-panel-actions/ /api/accordion-actions/ 301
/api/expansion-panel-details/ /api/accordion-details/ 301
/api/expansion-panel-summary/ /api/accordion-summary/ 301
/components/grid-list/ /components/image-list/ 301
/:userLanguage/components/grid-list/ /:userLanguage/components/image-list/ 301
/api/grid-list/ /api/image-list/ 301
/api/grid-list-tile/ /api/image-list-item/ 301
/api/grid-list-tile-bar/ /api/image-list-item-bar/ 301

# To remove at some point (2022).
/premium-themes* https://material-ui.com/store/ 301