From 9b019d337d69deea745c8ab1f73db579ff8f9f2b Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Wed, 12 Aug 2026 14:33:44 -0700 Subject: [PATCH 1/2] chore(docs): remove obsolete TODO and placeholder comments --- docs/api/datetime-button.md | 7 ------- docs/api/item.md | 9 --------- docs/cli.md | 2 -- docs/core-concepts/what-are-progressive-web-apps.md | 2 -- docs/reference/versioning.md | 2 -- versioned_docs/version-v7/api/datetime-button.md | 7 ------- versioned_docs/version-v7/api/item.md | 7 ------- versioned_docs/version-v7/cli.md | 2 -- .../core-concepts/what-are-progressive-web-apps.md | 2 -- versioned_docs/version-v7/reference/versioning.md | 2 -- 10 files changed, 42 deletions(-) diff --git a/docs/api/datetime-button.md b/docs/api/datetime-button.md index decb2f0e6f0..b1a0c16413a 100644 --- a/docs/api/datetime-button.md +++ b/docs/api/datetime-button.md @@ -47,13 +47,6 @@ import FormatOptions from '@site/static/usage/v8/datetime-button/format-options/ `ion-datetime-button` must be associated with a mounted `ion-datetime` instance. As a result, [Inline Modals](./modal#inline-modals-recommended) and [Inline Popovers](./popover#inline-popovers) with the `keepContentsMounted` property set to `true` must be used. -{/* ## Customization */} -{/* TODO */} -{/* ### Buttons */} -{/* TODO */} -{/* ### Theming */} -{/* TODO */} - ## Properties diff --git a/docs/api/item.md b/docs/api/item.md index ba60abb97cf..488202998fe 100644 --- a/docs/api/item.md +++ b/docs/api/item.md @@ -178,15 +178,6 @@ import DetailArrows from '@site/static/usage/v8/item/detail-arrows/index.md'; - -{/* TODO add this functionality back as a css variable */} -{/* This feature is not enabled by default on clickable items for the `md` mode, but it can be enabled by setting the following CSS variable: */} -{/* ```css */} -{/* --item-detail-push-show: true; */} -{/* ``` */} -{/* See the [theming documentation](/docs/theming/css-variables) for more information. */} - - ## Item Lines Items show an inset bottom border by default. The border has padding on the left and does not appear under any content that is slotted in the `"start"` slot. The `lines` property can be modified to `"full"` or `"none"` which will show a full width border or no border, respectively. diff --git a/docs/cli.md b/docs/cli.md index df4e01df543..c976b1a9f82 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -37,8 +37,6 @@ Be sure to run `ionic --help` in your project directory. For some commands, such as `ionic serve`, the help documentation is contextual to the type of your project, e.g. React vs Angular. ::: -{/* TODO: image? */} - ## Architecture The Ionic CLI is built with [TypeScript](/docs/reference/glossary#typescript) and [Node.js](/docs/reference/glossary#node). It supports Node 10.3+, but the latest Node LTS is always recommended. Follow development on the open source GitHub repository. diff --git a/docs/core-concepts/what-are-progressive-web-apps.md b/docs/core-concepts/what-are-progressive-web-apps.md index 5a79546a606..46b425a49bc 100644 --- a/docs/core-concepts/what-are-progressive-web-apps.md +++ b/docs/core-concepts/what-are-progressive-web-apps.md @@ -11,8 +11,6 @@ title: Progressive Web Apps /> -{/* TOC goes here */} - ### The web...but better A Progressive Web App (PWA) is a web app that uses modern web capabilities to deliver an app-like experience to users. diff --git a/docs/reference/versioning.md b/docs/reference/versioning.md index 9f17aa98877..6b2e95fa228 100644 --- a/docs/reference/versioning.md +++ b/docs/reference/versioning.md @@ -1,7 +1,5 @@ # Versioning -{/* TOC goes here */} - Ionic Framework follows the Semantic Versioning (SemVer) convention: major.minor.patch. Incompatible API changes increment the major version, adding backwards-compatible functionality increments the minor version, and backwards-compatible bug fixes increment the patch version. ## Release Schedule diff --git a/versioned_docs/version-v7/api/datetime-button.md b/versioned_docs/version-v7/api/datetime-button.md index 8d7e809c11e..536c4616935 100644 --- a/versioned_docs/version-v7/api/datetime-button.md +++ b/versioned_docs/version-v7/api/datetime-button.md @@ -51,13 +51,6 @@ import FormatOptions from '@site/static/usage/v7/datetime-button/format-options/ `ion-datetime-button` must be associated with a mounted `ion-datetime` instance. As a result, [Inline Modals](./modal#inline-modals-recommended) and [Inline Popovers](./popover#inline-popovers) with the `keepContentsMounted` property set to `true` must be used. -{/* ## Customization */} -{/* TODO */} -{/* ### Buttons */} -{/* TODO */} -{/* ### Theming */} -{/* TODO */} - ## Properties diff --git a/versioned_docs/version-v7/api/item.md b/versioned_docs/version-v7/api/item.md index b58fb4d32c4..598cae79c9e 100644 --- a/versioned_docs/version-v7/api/item.md +++ b/versioned_docs/version-v7/api/item.md @@ -292,13 +292,6 @@ import DetailArrows from '@site/static/usage/v7/item/detail-arrows/index.md'; -{/* TODO add this functionality back as a css variable */} -{/* This feature is not enabled by default on clickable items for the `md` mode, but it can be enabled by setting the following CSS variable: */} -{/* ```css */} -{/* --item-detail-push-show: true; */} -{/* ``` */} -{/* See the [theming documentation](/docs/theming/css-variables) for more information. */} - ## Item Lines Items show an inset bottom border by default. The border has padding on the left and does not appear under any content that is slotted in the `"start"` slot. The `lines` property can be modified to `"full"` or `"none"` which will show a full width border or no border, respectively. diff --git a/versioned_docs/version-v7/cli.md b/versioned_docs/version-v7/cli.md index df4e01df543..c976b1a9f82 100644 --- a/versioned_docs/version-v7/cli.md +++ b/versioned_docs/version-v7/cli.md @@ -37,8 +37,6 @@ Be sure to run `ionic --help` in your project directory. For some commands, such as `ionic serve`, the help documentation is contextual to the type of your project, e.g. React vs Angular. ::: -{/* TODO: image? */} - ## Architecture The Ionic CLI is built with [TypeScript](/docs/reference/glossary#typescript) and [Node.js](/docs/reference/glossary#node). It supports Node 10.3+, but the latest Node LTS is always recommended. Follow development on the open source GitHub repository. diff --git a/versioned_docs/version-v7/core-concepts/what-are-progressive-web-apps.md b/versioned_docs/version-v7/core-concepts/what-are-progressive-web-apps.md index 5a79546a606..46b425a49bc 100644 --- a/versioned_docs/version-v7/core-concepts/what-are-progressive-web-apps.md +++ b/versioned_docs/version-v7/core-concepts/what-are-progressive-web-apps.md @@ -11,8 +11,6 @@ title: Progressive Web Apps /> -{/* TOC goes here */} - ### The web...but better A Progressive Web App (PWA) is a web app that uses modern web capabilities to deliver an app-like experience to users. diff --git a/versioned_docs/version-v7/reference/versioning.md b/versioned_docs/version-v7/reference/versioning.md index 9f17aa98877..6b2e95fa228 100644 --- a/versioned_docs/version-v7/reference/versioning.md +++ b/versioned_docs/version-v7/reference/versioning.md @@ -1,7 +1,5 @@ # Versioning -{/* TOC goes here */} - Ionic Framework follows the Semantic Versioning (SemVer) convention: major.minor.patch. Incompatible API changes increment the major version, adding backwards-compatible functionality increments the minor version, and backwards-compatible bug fixes increment the patch version. ## Release Schedule From e9d8b8c098b9ebc8ff37274e74f5648f12f7d41c Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Thu, 13 Aug 2026 08:22:18 -0700 Subject: [PATCH 2/2] docs(gestures): remove coming soon --- docs/utilities/gestures.md | 2 +- versioned_docs/version-v7/utilities/gestures.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/utilities/gestures.md b/docs/utilities/gestures.md index fe83e847804..f228b2f5d8e 100644 --- a/docs/utilities/gestures.md +++ b/docs/utilities/gestures.md @@ -119,7 +119,7 @@ constructor(private gestureCtrl: GestureController) { -Developers using React should install the latest version of `@ionic/react`. Full React wrappers are coming soon! +Developers using React should install the latest version of `@ionic/react`. ```tsx import { createGesture, Gesture } from '@ionic/react'; diff --git a/versioned_docs/version-v7/utilities/gestures.md b/versioned_docs/version-v7/utilities/gestures.md index dcc4772e2fe..2324da88ca6 100644 --- a/versioned_docs/version-v7/utilities/gestures.md +++ b/versioned_docs/version-v7/utilities/gestures.md @@ -119,7 +119,7 @@ constructor(private gestureCtrl: GestureController) { -Developers using React should install the latest version of `@ionic/react`. Full React wrappers are coming soon! +Developers using React should install the latest version of `@ionic/react`. ```tsx import { createGesture, Gesture } from '@ionic/react';