Skip to content

Commit 0942a8f

Browse files
committed
docs(breaking): add a note about ion-buttons no longer being recommended
1 parent 2d89230 commit 0942a8f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

BREAKING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This is a comprehensive list of the breaking changes introduced in the major ver
1818
- [Button](#version-9x-button)
1919
- [Card](#version-9x-card)
2020
- [Chip](#version-9x-chip)
21+
- [Datetime](#version-9x-datetime)
2122
- [Grid](#version-9x-grid)
2223

2324
<h2 id="version-9x-components">Components</h2>
@@ -34,6 +35,10 @@ This is a comprehensive list of the breaking changes introduced in the major ver
3435

3536
- The `border-radius` of the `ios` and `md` chip now defaults to `10px` and `8px`, respectively, instead of `16px` in accordance with the iOS and Material Design 3 guidelines. To revert to the previous appearance, set the `shape` to `"round"`, or override the `--border-radius` CSS variable to specify a different value.
3637

38+
<h4 id="version-9x-datetime">Datetime</h4>
39+
40+
- The `ion-buttons` component has been removed from the internal implementation of `ion-datetime` and is no longer required when passing custom buttons to the `slot="buttons"`. When providing custom buttons, use a `div` element instead of `ion-buttons`. While existing code using `ion-buttons` may continue to work visually, future updates to the `ion-buttons` component may cause any styles you rely on to break.
41+
3742
<h4 id="version-9x-grid">Grid</h4>
3843

3944
- The properties `pull` and `push` have been deprecated and no longer work. A similar look can be achieved with the newly added property `order`.
@@ -140,4 +145,4 @@ To reorder two columns where column 1 has `size="9" push="3"` and column 2 has `
140145
</ion-col>
141146
</ion-row>
142147
</ion-grid>
143-
```
148+
```

0 commit comments

Comments
 (0)