Change the default value of the Stack's align prop from start to stretch
#1030
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Self Checklist
CODEOWNERSfile.Related Issue
Fixes #996
Summary
Stack의alignprop의 기본값을start에서stretch로 변경합니다.Details
#996 참고. CSS Flexible Box Layout Module Level 1의 스펙에 따르면,
align-items속성의 기본값은stretch입니다. 라이브러리를 사용하는 엔지니어들이 의도한대로 컴포넌트가 동작할 수 있도록, 기본값을 표준에 맞게 변경했습니다.Breaking change or not (Yes/No)
Yes
References