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

feat: add more flex layout support #19

Merged
merged 12 commits into from
Feb 24, 2023
Merged

Conversation

philmtd
Copy link
Owner

@philmtd philmtd commented Feb 24, 2023

This PR changes the following:

  • adds an fxFlexFill alternative
  • adds an fxFlexAlign alternative
  • adds flex-row properties to containers where it is missing and where layout-align is used
  • adds a documentation page on how to migrate from Flex Layout
  • renames data-fx-flex to data-flex because it was the only attribute selector with the fx prefix, which was confusing
  • removes data-fx-flex-grow in favor of data-flex="grow"

It introduces breaking changes, but as we already introduced other breaking changes for the next release this should be okay (as we're releasing it as the next major version).

@philmtd philmtd merged commit 442611e into master Feb 24, 2023
@philmtd philmtd deleted the add-more-flex-layout-support branch February 24, 2023 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant