Skip to content

feat(css): add new css utility classes for display and flex utils #30567

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

Merged
merged 3 commits into from
Jul 28, 2025

Conversation

brandyscarney
Copy link
Member

@brandyscarney brandyscarney commented Jul 23, 2025

Issue number: resolves #22469


What is the current behavior?

CSS classes to change the display property and various flex properties do not exist.

What is the new behavior?

  • Adds new responsive display classes with the following values: none, inline, inline-block, block, flex, inline-flex, grid, inline-grid, table, table-cell, table-row
  • Adds new responsive flex util classes for the following properties: align-content, align-items, align-self, justify-content, flex-direction, flex-wrap, flex, flex-grow , flex-shrink, order
  • Adds e2e tests to verify the correct classes are in the CSS files

Does this introduce a breaking change?

  • Yes
  • No

Other information

Dev build: 8.6.3-dev.11753378718.15aa6551

Copy link

vercel bot commented Jul 23, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ionic-framework ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 25, 2025 6:03pm

@github-actions github-actions bot added package: core @ionic/core package package: angular @ionic/angular package package: vue @ionic/vue package package: react @ionic/react package labels Jul 23, 2025
@brandyscarney brandyscarney changed the base branch from main to feature-8.7 July 23, 2025 18:46
@github-actions github-actions bot removed package: angular @ionic/angular package package: vue @ionic/vue package package: react @ionic/react package labels Jul 24, 2025
@brandyscarney brandyscarney marked this pull request as ready for review July 24, 2025 17:48
@brandyscarney brandyscarney requested a review from a team as a code owner July 24, 2025 17:48
@brandyscarney brandyscarney requested a review from ShaneK July 24, 2025 17:48
Copy link
Member

@ShaneK ShaneK left a comment

Choose a reason for hiding this comment

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

Great work, looks good to me! 🎉

@brandyscarney brandyscarney merged commit 498583f into feature-8.7 Jul 28, 2025
49 checks passed
@brandyscarney brandyscarney deleted the FW-6581 branch July 28, 2025 20:32
brandyscarney added a commit that referenced this pull request Jul 30, 2025
…0567)

Issue number: resolves #22469

---------

- Adds new responsive display classes with the following values: `none`, `inline`, `inline-block`, `block`, `flex`, `inline-flex`, `grid`, `inline-grid`, `table`, `table-cell`, `table-row`
- Adds new responsive flex util classes for the following properties: `align-content`, `align-items`, `align-self`, `justify-content`, `flex-direction`, `flex-wrap`, `flex`, `flex-grow` , `flex-shrink`, `order`
- Adds e2e tests to verify the correct classes are in the CSS files

---------

Co-authored-by: Brandy Smith <[email protected]>
brandyscarney added a commit that referenced this pull request Jul 30, 2025
…0567)

Issue number: resolves #22469

---------

- Adds new responsive display classes with the following values: `none`, `inline`, `inline-block`, `block`, `flex`, `inline-flex`, `grid`, `inline-grid`, `table`, `table-cell`, `table-row`
- Adds new responsive flex util classes for the following properties: `align-content`, `align-items`, `align-self`, `justify-content`, `flex-direction`, `flex-wrap`, `flex`, `flex-grow` , `flex-shrink`, `order`
- Adds e2e tests to verify the correct classes are in the CSS files

---------

Co-authored-by: Brandy Smith <[email protected]>
brandyscarney added a commit that referenced this pull request Jul 30, 2025
…0567)

Issue number: resolves #22469

---------

- Adds new responsive display classes with the following values: `none`, `inline`, `inline-block`, `block`, `flex`, `inline-flex`, `grid`, `inline-grid`, `table`, `table-cell`, `table-row`
- Adds new responsive flex util classes for the following properties: `align-content`, `align-items`, `align-self`, `justify-content`, `flex-direction`, `flex-wrap`, `flex`, `flex-grow` , `flex-shrink`, `order`
- Adds e2e tests to verify the correct classes are in the CSS files

---------

Co-authored-by: Brandy Smith <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: core @ionic/core package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants