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
@@ -31,7 +31,7 @@ See the [Standalone Migration Guide](#migrating-from-modules-to-standalone) for
31
31
32
32
### Usage with Standalone-based Applications
33
33
34
-
:::caution
34
+
:::warning
35
35
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.
36
36
:::
37
37
@@ -203,7 +203,7 @@ Ionic Angular's standalone components use ES Modules. As a result, developers us
203
203
204
204
### Usage with NgModule-based Applications
205
205
206
-
:::caution
206
+
:::warning
207
207
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 @@ Here, we have a typical Angular Module setup, along with a RouterModule import,
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.
Deploy your Ionic React projects to native iOS, Android, Electron, and the web as a Progressive Web App, using [Capacitor](https://capacitorjs.com), a modern native runtime. All with one shared codebase.
At the end of the day, it's just React. Ionic React uses open web standards and built-in browser capabilities, so it's compatible with any of the millions of web libraries out there.
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/troubleshooting/native.md
+6-12
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,8 @@ Running an app on an iOS device requires a provisioning profile. If a provisioni
24
24
25
25
For Cordova, open the `config.xml` file and modify the `id` attribute of the root element, `<widget>`. See [the Cordova documentation](https://cordova.apache.org/docs/en/latest/config_ref/#widget) for more information.
26
26
27
-
2. <strong>
28
-
Open the project in<b>Xcode</b>.
29
-
</strong>
27
+
<!-- prettier-ignore -->
28
+
2. <strong>Open the project in<b>Xcode</b>.</strong>
30
29
31
30
For Capacitor, run the following to open the app in Xcode:
32
31
@@ -36,18 +35,13 @@ Running an app on an iOS device requires a provisioning profile. If a provisioni
36
35
37
36
For Cordova, open Xcode. Use **File**»**Open** and locate the app. Open the app's `platforms/ios` directory.
38
37
39
-
3. <strong>
40
-
In <b>Project navigator</b>, select the project root to open the project editor. Under the **Identity** section,
41
-
verify that the Package ID that was set matches the Bundle Identifier.
42
-
</strong>
38
+
<!-- prettier-ignore -->
39
+
3. <strong>In <b>Project navigator</b>, select the project root to open the project editor. Under the **Identity** section, verify that the Package ID that was set matches the Bundle Identifier.</strong>
In the same project editor, under the <b>Signing</b> section, ensure <b>Automatically manage signing</b> is
48
-
enabled.
49
-
</strong> Then, select a Development Team. Given a Development Team, Xcode will attempt to automatically prepare provisioning
50
-
and signing.
43
+
<!-- prettier-ignore -->
44
+
4. <strong>In the same project editor, under the <b>Signing</b> section, ensure <b>Automatically manage signing</b> is enabled.</strong> Then, select a Development Team. Given a Development Team, Xcode will attempt to automatically prepare provisioning and signing.
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
# Virtual Scroll
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