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] Migrate to v1 branch #7626

Merged
merged 2 commits into from
Aug 2, 2017
Merged

[GridList] Migrate to v1 branch #7626

merged 2 commits into from
Aug 2, 2017

Conversation

oliviertassinari
Copy link
Member

@oliviertassinari oliviertassinari commented Aug 1, 2017

Breaking change

  • [Grid] Rename gutter to spacing.

Closes #6795 as it's a continuation
Closes #5264 as we are no longer using the paper componnent
Closes #5303 as we can use normal class name override
Closes #6194 as we don't support iOS < 10
Closes #6261 as people can use withWidth() higher-order component
Closes #6302 as it's the migration task
Closes #7057 as it's a rewrite, in the doubt and without reproduction example, let's close

  • listen for resize and fit the images
  • accessibility
  • complex layout demo

@oliviertassinari oliviertassinari added component: image list This is the name of the generic UI component, not the React module! v1 labels Aug 1, 2017
/**
* Number of px for the gutter/spacing between tiles.
*/
gutter: PropTypes.number,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for picking up this PR. Perhaps something got lost in translation, but I thought we agreed that "gutter" was the incorrect term for this (and Grid)?

image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Reference) #6795 (comment)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, want to change the Grid and the GridList at once latter. I would rather be consistante first.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm... okay, I guess since we're not worried about breaking changes that's one way to do it, but it surely getting it right here, and changing Grid to match (whether now or later) would still be preferable?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mbrookes I can do that extra work in the same PR, yes.

@rosskevin rosskevin mentioned this pull request Aug 2, 2017
3 tasks
@oliviertassinari
Copy link
Member Author

I'm almost done with the missing tests.

@oliviertassinari oliviertassinari merged commit e557c4e into mui:v1-beta Aug 2, 2017
@oliviertassinari oliviertassinari deleted the gridlist branch August 2, 2017 20:38
@oliviertassinari
Copy link
Member Author

@mbrookes Thanks for the original migration! Your hours spent in the flight has proven to worth it 👍 .
@MattKetmo thanks for the rebase.

@oliviertassinari oliviertassinari changed the title [GridList] migrate to next branch [GridList] Migrate to v1 branch Aug 5, 2017
sebald pushed a commit to PTW-Freiburg/material-ui that referenced this pull request Aug 7, 2017
* [GridList] migrate to next branch

* [Grid] Rename gutter into spacing
sebald pushed a commit to PTW-Freiburg/material-ui that referenced this pull request Aug 7, 2017
* upstream/v1-beta:
  [Modal] Fix with react@next (mui#7673)
  Typo fix 'accross' to 'across' (mui#7671)
  v1.0.0-beta.4
  [CHANGELOG] Prepare 1.0.0-beta.4
  [typescript] Improve the coverage (mui#7606)
  [Modal] Take into account the body margin (mui#7666)
  Fixes in the subway (mui#7661)
  [flow] export type Props for composability (mui#7609)
  [ButtonBase] Explicit the need for a class component (mui#7656)
  [Eslint] Spell check config (mui#7643)
  [ListItemText] Repurpose text class (mui#7645)
  [GridList] migrate to next branch (mui#7626)
  [Typo] Correct words spelling v1 (mui#7641)
  Update docs for <RadioGroup> (mui#7640)
  Fixed "initial" word
sebald pushed a commit to PTW-Freiburg/material-ui that referenced this pull request Aug 7, 2017
* v1-beta:
  [Modal] Fix with react@next (mui#7673)
  Typo fix 'accross' to 'across' (mui#7671)
  v1.0.0-beta.4
  [CHANGELOG] Prepare 1.0.0-beta.4
  [typescript] Improve the coverage (mui#7606)
  [Modal] Take into account the body margin (mui#7666)
  Fixes in the subway (mui#7661)
  [flow] export type Props for composability (mui#7609)
  [ButtonBase] Explicit the need for a class component (mui#7656)
  [Eslint] Spell check config (mui#7643)
  [ListItemText] Repurpose text class (mui#7645)
  [GridList] migrate to next branch (mui#7626)
  [Typo] Correct words spelling v1 (mui#7641)
  Update docs for <RadioGroup> (mui#7640)
  Fixed "initial" word
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change component: image list This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants