Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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.

2 changes: 0 additions & 2 deletions docs/developing/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ Below are the config options that Ionic uses.
| `modalLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-modal`, overriding the default "animation". |
| `mode` | `Mode` | The mode determines which platform styles to use for the whole application. |
| `navAnimation` | `AnimationBuilder` | Overrides the default "animation" of all `ion-nav` and `ion-router-outlet` across the whole application. |
| `pickerEnter` | `AnimationBuilder` | Provides a custom enter animation for all `ion-picker`, overriding the default "animation". |
| `pickerLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-picker`, overriding the default "animation". |
| `platform` | [`PlatformConfig`](/docs/angular/platform#customizing-platform-detection-methods) | Overrides the default platform detection methods. |
| `popoverEnter` | `AnimationBuilder` | Provides a custom enter animation for all `ion-popover`, overriding the default "animation". |
| `popoverLeave` | `AnimationBuilder` | Provides a custom leave animation for all `ion-popover`, overriding the default "animation". |
Expand Down
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 the [Picker](../api/picker.md#picker-in-modal) component instead.

## 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