You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/angular/build-options.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ See the [Standalone Migration Guide](#migrating-from-modules-to-standalone) for
28
28
29
29
### Usage with Standalone-based Applications
30
30
31
-
:::caution
31
+
:::warning
32
32
All Ionic imports should be imported from the `@ionic/angular/standalone` submodule. This includes imports such as components, directives, providers, and types. Importing from `@ionic/angular` may pull in lazy loaded Ionic code which can interfere with treeshaking.
33
33
:::
34
34
@@ -177,7 +177,7 @@ export class HomePage {}
177
177
178
178
### Usage with NgModule-based Applications
179
179
180
-
:::caution
180
+
:::warning
181
181
All Ionic imports should be imported from the `@ionic/angular/standalone` submodule. This includes imports such as components, directives, providers, and types. Importing from `@ionic/angular` may pull in lazy loaded Ionic code which can interfere with treeshaking.
Copy file name to clipboardExpand all lines: docs/angular/navigation.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ import { LoginComponent } from './login.component';
175
175
176
176
## Standalone Components
177
177
178
-
:::caution Experimental API
178
+
:::warning Experimental API
179
179
180
180
Standalone components is an experimental API introduced in Angular 14.x and available in Ionic 6.3 and later. This feature may change before it is stable.
Copy file name to clipboardExpand all lines: docs/angular/slides.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ import TabItem from '@theme/TabItem';
13
13
/>
14
14
</head>
15
15
16
-
:::caution Looking for `ion-slides`?
16
+
:::warning Looking for `ion-slides`?
17
17
`ion-slides` was deprecated in v6.0.0 and removed in v7.0.0. We recommend using the Swiper.js library directly. The migration process is detailed below.
</a> Write a technical blog or share your story with the Ionic community.
142
+
<!-- prettier-ignore -->
143
+
- <ahref="https://forum.ionicframework.com/"target="_blank">Forum:</a> A great place for asking questions and sharing ideas.
144
+
- <ahref="https://twitter.com/ionicframework"target="_blank">Twitter:</a> Where we post updates and share content from the Ionic community.
145
+
- <ahref="https://github.com/ionic-team/ionic"target="_blank">GitHub:</a> For reporting bugs or requesting new features, create an issue here. PRs welcome!
146
+
- <ahref="https://ionicframework.com/contributors"target="_blank">Content authoring:</a> Write a technical blog or share your story with the Ionic community.
Copy file name to clipboardExpand all lines: docs/react/slides.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ title: Migrating From IonSlides to Swiper.js
10
10
/>
11
11
</head>
12
12
13
-
:::caution Looking for `IonSlides`?
13
+
:::warning Looking for `IonSlides`?
14
14
15
15
`IonSlides` was deprecated in v6.0.0 and removed in v7.0.0. We recommend using the Swiper.js library directly. The migration process is detailed below.
Copy file name to clipboardExpand all lines: docs/vue/slides.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ title: Migrating From ion-slides to Swiper.js
10
10
/>
11
11
</head>
12
12
13
-
:::caution Looking for `ion-slides`?
13
+
:::warning Looking for `ion-slides`?
14
14
`ion-slides` was deprecated in v6.0.0 and removed in v7.0.0. We recommend using the Swiper.js library directly. The migration process is detailed below.
Copy file name to clipboardExpand all lines: docs/vue/virtual-scroll.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# 仮想スクロール
2
2
3
-
:::caution Looking for `ion-virtual-scroll`?
3
+
:::warning Looking for `ion-virtual-scroll`?
4
4
5
5
`ion-virtual-scroll` was deprecated in v6.0.0 and removed in v7.0.0. We recommend using a Vue library to accomplish this. We outline one approach using `vue-virtual-scroller` below.
0 commit comments