-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/release-3.0.0' into v3-remove-bo…
…otstrap
- Loading branch information
Showing
124 changed files
with
3,663 additions
and
3,369 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@siemens/ix-angular': patch | ||
--- | ||
|
||
Use `ix-number-input` selector in text-value-accessor for **ix-number-input** |
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,5 @@ | ||
--- | ||
'@siemens/ix': patch | ||
--- | ||
|
||
Hide clear button in **ix-select** for disabled and readonly states. |
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
23 changes: 17 additions & 6 deletions
23
packages/angular-test-app/src/preview-examples/form-layout-grid.css
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 |
---|---|---|
@@ -1,7 +1,18 @@ | ||
.layout-grid-example { | ||
ix-select, | ||
ix-input, | ||
ix-button { | ||
width: 100%; | ||
} | ||
/* | ||
* SPDX-FileCopyrightText: 2024 Siemens AG | ||
* | ||
* SPDX-License-Identifier: MIT | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
/* | ||
* Styles get overwritten by html-test-app css files each build or dev task. | ||
* If you want to modify the example styles do this only inside the html-test-app | ||
*/ | ||
|
||
.layout-grid-example ix-select, | ||
ix-input, | ||
ix-button { | ||
width: 100%; | ||
} |
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.