Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
151 changes: 0 additions & 151 deletions docs/api/picker-legacy.md

This file was deleted.

4 changes: 4 additions & 0 deletions docs/updating/9-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,10 @@ npm install @ionic/vue@latest @ionic/vue-router@latest
npm install @ionic/core@latest
```

### Legacy Picker

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.
Comment thread
brandyscarney marked this conversation as resolved.
Outdated

## Need Help Upgrading?

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.
Expand Down
9 changes: 1 addition & 8 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,14 +326,7 @@ module.exports = {
type: 'category',
label: 'Date & Time Pickers',
collapsed: false,
items: [
'api/datetime',
'api/datetime-button',
'api/picker',
'api/picker-column',
'api/picker-column-option',
'api/picker-legacy',
],
items: ['api/datetime', 'api/datetime-button', 'api/picker', 'api/picker-column', 'api/picker-column-option'],
},
{
type: 'category',
Expand Down

This file was deleted.

This file was deleted.

68 changes: 0 additions & 68 deletions static/usage/v9/picker-legacy/controller/demo.html

This file was deleted.

26 changes: 0 additions & 26 deletions static/usage/v9/picker-legacy/controller/index.md

This file was deleted.

46 changes: 0 additions & 46 deletions static/usage/v9/picker-legacy/controller/javascript.md

This file was deleted.

Loading
Loading