-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove deprecated properties (#1581)
Co-authored-by: Daniel Leroux <[email protected]> Co-authored-by: Lukas Maurer <[email protected]>
- Loading branch information
1 parent
201f30a
commit 7eb4d51
Showing
108 changed files
with
418 additions
and
1,815 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
'@siemens/ix-angular': major | ||
'@siemens/ix-react': major | ||
'@siemens/ix': major | ||
'@siemens/ix-vue': major | ||
--- | ||
|
||
Component Updates and Enhancements | ||
|
||
New Variants for Card Components: | ||
- **ix-action-card**, **ix-card**, and **ix-push-card**: | ||
- The `insight` and `notification` variants have been **replaced by** `outline` and `filled`. | ||
|
||
Property Updates: | ||
- **ix-chip**: | ||
- The `color` property has been **replaced by** `chipColor`. | ||
- **ix-event-list**: | ||
- The `color` attribute has been **replaced by** `itemColor`. | ||
- **ix-icon-button**: | ||
- The `color` attribute has been **replaced by** `iconColor`. | ||
- Size `32` has been removed. | ||
- **ix-pill**: | ||
- The `color` attribute has been **replaced by** `pillColor`. | ||
- **ix-typography**: | ||
- The `color` attribute has been **replaced by** `textColor`. | ||
- **ix-select**: | ||
- The `selectedIndices` attribute has been **replaced by** `value`. | ||
- The `itemSelectionChange` event has been **replaced by** `valueChange`. | ||
- **ix-select-item**: | ||
- The type of the `value` property type has been updated to `string`. | ||
|
||
Date and Time Picker Enhancements: | ||
- **ix-date-picker**: | ||
- Removed attributes: `individual` and `eventDelimiter`. | ||
- The `textSelectedDate` property has been **replaced by** `i18nDone`. | ||
- The `done` event has been **replaced by** `dateSelect`. | ||
- **ix-datetime-picker**: | ||
- The `textSelectedDate` property has been **replaced by** `i18nDone`. | ||
- The `done` event has been **replaced by** `dateSelect`. | ||
- Removed the `eventDelimiter` property. | ||
- **ix-time-picker**: | ||
- Removed attributes: `individual` and `showTimeReference`. | ||
|
||
Removed Features: | ||
- **ix-menu**: | ||
- Removed the `maxVisibleMenuItems` attribute. | ||
- **ix-menu-item**: | ||
- The `tabIcon` attribute has been removed and replaced with `icon`. | ||
|
||
Other Changes: | ||
- **ix-modal**: | ||
- The `keyboard` attribute has been **replaced by** `closeOnEscape`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.