Skip to content

chore: merge main into major-9.0#4586

Merged
ShaneK merged 201 commits into
major-9.0from
chore/merge-main-2026-07-15
Jul 16, 2026
Merged

chore: merge main into major-9.0#4586
ShaneK merged 201 commits into
major-9.0from
chore/merge-main-2026-07-15

Conversation

@ShaneK

@ShaneK ShaneK commented Jul 15, 2026

Copy link
Copy Markdown
Member

Sync of main into major-9.0

renovate Bot and others added 30 commits December 11, 2025 05:20
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate Bot and others added 17 commits June 29, 2026 13:07
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Brandy Smith <6577830+brandyscarney@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sync main into major-9.0. Native merge for path-stable areas, remap for
the relocated trees (main docs -> versioned_docs/version-v8; main v8
usage + stackblitz -> v9). Notable manual resolutions:

- docs/api/datetime.md, range.md: keep v9 usage paths while incorporating
  main's new header-parts imports and dualKnobs shadow-parts prose
- remap main's new v8 usage examples (datetime calendar-header/datetime-header,
  modal drag events, refresher pull events) into v9, fixing embedded
  version="8"/usage/v8 references to v9
- stackblitz react: propagate dep bumps (@Ionic 8.8.13, @vitejs/plugin-react ^6,
  vite ^8) and regenerate lockfile, preserving v9's react-router 6 migration
- stackblitz angular: keep v9's Angular 21 + Ionic dev build (main's v8 bump
  does not apply)
@ShaneK
ShaneK requested a review from a team as a code owner July 15, 2026 19:00
@ShaneK
ShaneK requested review from BenOsodrac and removed request for a team July 15, 2026 19:00
@vercel

vercel Bot commented Jul 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ionic-docs Ready Ready Preview, Comment Jul 15, 2026 8:01pm

Request Review

The merged component-api plugin change prefixes property anchors with
`prop-`, breaking existing intra-doc links. Update the affected links
across v9/v8/v7:

- datetime-button: modal/popover #keepcontentsmounted -> #prop-keep-contents-mounted
- runtime: input #counterformatter -> #prop-counter-formatter
- loading: #spinner -> #prop-spinner

@thetaPC thetaPC left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, thank you!

@gnbm gnbm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@ShaneK
ShaneK merged commit 8f47fa3 into major-9.0 Jul 16, 2026
4 checks passed
@ShaneK
ShaneK deleted the chore/merge-main-2026-07-15 branch July 16, 2026 17:52
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.

10 participants