Skip to content

Commit d8bb3e6

Browse files
committed
docs(picker-legacy): update breaking changes
1 parent c791c40 commit d8bb3e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

BREAKING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ This is a comprehensive list of the breaking changes introduced in the major ver
2424

2525
- `ion-picker-legacy` and `ion-picker-legacy-column` have been removed. The legacy picker component has been replaced with an inline picker component.
2626
- Usages such as `ion-picker-legacy` or `IonPickerLegacy` should be changed to `ion-picker` and `IonPicker`, respectively.
27+
- Remove any usages of `pickerController`. If using React, remove any usages of the `useIonPicker` hook. These controller-based APIs have been removed. Use the inline picker component instead.
28+
- Remove any usages of the `PickerOptions`, `PickerButton`, `PickerColumn`, and `PickerColumnOption` type exports. These types were associated with the legacy picker and have been removed.
2729

2830
<h4 id="version-9x-router-outlet">Router Outlet</h4>
2931

0 commit comments

Comments
 (0)