Skip to content

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

Merged
brandyscarney merged 3 commits into
feature-8.7from
FW-6581
Jul 28, 2025
Merged

feat(css): add new css utility classes for display and flex utils#30567
brandyscarney merged 3 commits into
feature-8.7from
FW-6581

Conversation

@brandyscarney

@brandyscarneybrandyscarney commented Jul 23, 2025

Copy link
Copy Markdown
Member

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

@vercel

vercelBot commented Jul 23, 2025

Copy link
Copy Markdown

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

NameStatusPreviewCommentsUpdated (UTC)
ionic-framework✅ Ready (Inspect)Visit Preview💬 Add feedbackJul 25, 2025 6:03pm

@ShaneKShaneK left a comment

Copy link
Copy Markdown
Member

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.7Jul 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 <6577830+brandyscarney@users.noreply.github.com>
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 <6577830+brandyscarney@users.noreply.github.com>
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 <6577830+brandyscarney@users.noreply.github.com>
Sign up for freeto 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

@brandyscarney@ShaneK