Skip to content

Commit 20ca5e1

Browse files
committed
docs(picker-legacy): remove legacy component
1 parent ba23835 commit 20ca5e1

31 files changed

+5
-1534
lines changed

docs/api/picker-legacy.md

Lines changed: 0 additions & 151 deletions
This file was deleted.

docs/updating/9-0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,10 @@ npm install @ionic/vue@latest @ionic/vue-router@latest
258258
npm install @ionic/core@latest
259259
```
260260

261+
### Legacy Picker
262+
263+
1. Remove any usages of the `ion-picker-legacy` and `ion-picker-column-legacy` components. These components have been removed in Ionic 9. Use [`ion-picker` component](../api/picker.md#picker-in-modal) instead.
264+
261265
## Need Help Upgrading?
262266

263267
Be sure to look at the [Ionic 9 Breaking Changes Guide](https://github.com/ionic-team/ionic-framework/blob/main/BREAKING.md#version-9x) for the complete list of breaking changes. This upgrade guide only covers changes that require action from developers.

sidebars.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -326,14 +326,7 @@ module.exports = {
326326
type: 'category',
327327
label: 'Date & Time Pickers',
328328
collapsed: false,
329-
items: [
330-
'api/datetime',
331-
'api/datetime-button',
332-
'api/picker',
333-
'api/picker-column',
334-
'api/picker-column-option',
335-
'api/picker-legacy',
336-
],
329+
items: ['api/datetime', 'api/datetime-button', 'api/picker', 'api/picker-column', 'api/picker-column-option'],
337330
},
338331
{
339332
type: 'category',

static/usage/v9/picker-legacy/controller/angular/example_component_html.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

static/usage/v9/picker-legacy/controller/angular/example_component_ts.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

static/usage/v9/picker-legacy/controller/demo.html

Lines changed: 0 additions & 68 deletions
This file was deleted.

static/usage/v9/picker-legacy/controller/index.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

static/usage/v9/picker-legacy/controller/javascript.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)