Skip to content

Commit 95c4f23

Browse files
authored
docs: rxjs migration guide for v7 (#2852)
1 parent 1d64f22 commit 95c4f23

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/updating/7-0.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@ For a **complete list of breaking changes** from Ionic 6 to Ionic 7, please refe
2121
### Angular
2222

2323
1. Ionic 7 supports Angular 14+. Update to the latest version of Angular by following the [Angular Update Guide](https://update.angular.io/).
24-
2. Update to the latest version of Ionic 7:
24+
2. If your project is using rxjs, Ionic 7 requires a minimum rxjs version of 7.5.0:
25+
26+
```shell
27+
npm install [email protected]
28+
```
29+
30+
3. Update to the latest version of Ionic 7:
2531

2632
```shell
2733
npm install @ionic/angular@next
@@ -90,7 +96,6 @@ iOS >=14
9096

9197
1. `ActionSheetAttributes`, `AlertAttributes`, `AlertTextareaAttributes`, `AlertInputAttributes`, `LoadingAttributes`, `ModalAttributes`, `PickerAttributes`, `PopoverAttributes`, and `ToastAttributes` have been removed. Developers should use `{ [key: string]: any }` instead.
9298

93-
9499
### Checkbox
95100

96101
1. Rename any usages of the `--background` and `--background-checked` CSS Variables to `--checkbox-background` and `--checkbox-background-checked`, respectively.
@@ -133,7 +138,6 @@ iOS >=14
133138

134139
1. Update any code that accesses the `detail` payload for the `ionInput` event from `event.detail` to `event.detail.value` as the detail payload is now an object containing a value and an event.
135140

136-
137141
### Toggle
138142

139143
1. Rename any usages of the `--background` and `--background-checked` CSS Variables to `--track-background` and `--track-background-checked`, respectively.
@@ -151,4 +155,3 @@ iOS >=14
151155
Be sure to look at the [Ionic 7 Breaking Changes Guide](https://github.com/ionic-team/ionic-framework/blob/feature-7.0/BREAKING.md#version-7x). There were several changes to default property and CSS Variable values that developers may need to be aware of. Only the breaking changes that require user action are listed on this page.
152156

153157
If you need help upgrading, please post a thread on the [Ionic Forum](https://forum.ionicframework.com/).
154-

0 commit comments

Comments
 (0)