Skip to content

docs(input): removed mentions of legacy syntax support for ion-input #4202

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kkindrai
Copy link
Contributor

@kkindrai kkindrai commented Jul 18, 2025

Resolves #4057

  • Removed Using Legacy Support Syntax
  • Modified Migrating from Legacy Syntax to remove mention of Legacy still being supported

@kkindrai kkindrai requested a review from a team as a code owner July 18, 2025 21:07
@kkindrai kkindrai requested a review from gnbm July 18, 2025 21:07
Copy link

vercel bot commented Jul 18, 2025

@kkindrai is attempting to deploy a commit to the Ionic Team on Vercel.

A member of the Team first needs to authorize it.

@@ -192,7 +192,7 @@ import CSSProps from '@site/static/usage/v8/input/theming/css-properties/index.m

A simpler input syntax was introduced in Ionic 7.0. This new syntax reduces the boilerplate required to setup an input, resolves accessibility issues, and improves the developer experience.

Developers can perform this migration one input at a time. While developers can continue using the legacy syntax, we recommend migrating as soon as possible.
Developers can perform this migration one input at a time. The legacy syntax is no longer supported.
Copy link
Contributor

@gnbm gnbm Jul 19, 2025

Choose a reason for hiding this comment

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

kkindrai Maybe something like

Developers can migrate inputs individually, as the legacy syntax is now deprecated and no longer supported.

Copy link
Member

Choose a reason for hiding this comment

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

@gnbm The legacy syntax isn't deprecated in v8 it was completely removed.

Copy link

vercel bot commented Jul 21, 2025

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

Name Status Preview Comments Updated (UTC)
ionic-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2025 1:43pm

Copy link
Member

@brandyscarney brandyscarney left a comment

Choose a reason for hiding this comment

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

We should remove the entire Migrating from Legacy Input Syntax section since the legacy syntax was removed in v8. We can leave the section in v7.

Also, are we planning on separate PRs for the other components (textarea, select, etc)?

Thank you!

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.

content: legacy syntax for ion-input still in documentation v8
3 participants