-
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.
Merge remote-tracking branch 'origin/release-3.0.0' into feat/nextjs-…
…support
- Loading branch information
Showing
855 changed files
with
23,708 additions
and
4,383 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,7 @@ | ||
--- | ||
"@siemens/ix": patch | ||
--- | ||
|
||
`active=false` of the `ix-chip` will now show the chip as not interactable. | ||
|
||
Fixed #1656 |
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,7 @@ | ||
--- | ||
'@siemens/ix-angular': minor | ||
'@siemens/ix': minor | ||
'@siemens/ix-vue': minor | ||
--- | ||
|
||
`ix-chip` and `ix-pill`: Add property `tooltip-text` to display an `ix-tooltip` with customizable text. |
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,7 @@ | ||
--- | ||
'@siemens/ix-angular': minor | ||
'@siemens/ix': minor | ||
'@siemens/ix-vue': minor | ||
--- | ||
|
||
`ix-flip-tile`: Expsose `index` property to allow setting of displayed content and add `toggle` event. |
This file was deleted.
Oops, something went wrong.
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 | ||
--- | ||
|
||
Update `@floating-ui/dom` dependency to fix a wrong placement of the `ix-dropdown` if the dropdown is placed inside a `dialog`-element with animations in certain environments. |
This file was deleted.
Oops, something went wrong.
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': major | ||
--- | ||
|
||
Remove `devDependency` and `peerDependency` to bootstrap. For more information checkout BREAKING_CHANGES.md |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 | ||
--- | ||
|
||
Update classic theme colors to match latest figma specs |
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,8 @@ | ||
--- | ||
'@siemens/ix-angular': minor | ||
'@siemens/ix': minor | ||
'@siemens/ix-vue': minor | ||
--- | ||
|
||
`ix-message-bar`: Event `closedChange` can now be prevented via `event.preventDefault()`. | ||
An additional event is added to get notified after the close animation of the `ix-message-bar` is finished. |
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 | ||
--- | ||
|
||
Fix issue of `ix-button` which prevent a form get submitted twice in row. |
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,7 @@ | ||
--- | ||
'@siemens/ix-angular': minor | ||
'@siemens/ix': minor | ||
'@siemens/ix-vue': minor | ||
--- | ||
|
||
`ix-menu`: Add `openSettings` and `openAbout` events. Event `expandChange` can now be prevented via `event.preventDefault()`. |
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,15 @@ | ||
--- | ||
'@siemens/ix-angular': minor | ||
--- | ||
|
||
Add `suppressClassMapping` to value-accessors to prevent that the accessors automatically map `ng-`-classes to `ix-`-classes. | ||
|
||
If `[suppressClassMapping]="true"` you need to control the `ix-`-classes on your own. | ||
|
||
```html | ||
<ix-input label="Name:" formControlName="name" [suppressClassMapping]="true" [class.ix-invalid]="!form.get('name')!.valid && form.get('name')!.touched" required> </ix-input> | ||
``` | ||
|
||
`value-accessor` ignores NgControls which are untouched but have `required=true` errors | ||
|
||
Fixes #1638 #1680 |
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 | ||
--- | ||
|
||
`ix-workflow-step`: change icon for 'done' state to be different from the one shown for 'success' state to pervent confusion. |
This file was deleted.
Oops, something went wrong.
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,9 @@ | ||
--- | ||
'@siemens/ix': patch | ||
--- | ||
|
||
Prevent input elements like (`ix-input`, `ix-number-input`, `ix-date-input`, `ix-select`, `ix-textarea`) to show `required` validation error without any user interaction. | ||
|
||
If the class `ix-invalid` is applied programmatically an error message is still shown even without a user interaction. | ||
|
||
Fixes #1638, #1680 |
This file was deleted.
Oops, something went wrong.
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': minor | ||
--- | ||
|
||
`ìx-drawer`: Events `open` and `drawerClose` can now be prevented via`event.preventDefault()`. |
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,7 @@ | ||
--- | ||
'@siemens/ix-angular': minor | ||
'@siemens/ix': minor | ||
'@siemens/ix-vue': minor | ||
--- | ||
|
||
Add `tabChange` event to `ix-menu-settings` and `ix-menu-about`. |
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,33 @@ | ||
name: Deploy Preview Redesign | ||
|
||
on: | ||
push: | ||
branches: | ||
- docs/redesign-v2 | ||
|
||
concurrency: preview-redesign-${{ github.ref }} | ||
|
||
jobs: | ||
deploy-redesign: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- uses: ./.github/workflows/actions/turbo | ||
|
||
- name: Build | ||
run: pnpm build --cache-dir=.turbo --filter documentation-redesign | ||
env: | ||
FIGMA_API_TOKEN: ${{ secrets.FIGMA_API_TOKEN }} | ||
CSC: ${{ secrets.READ_CSC_TOKEN }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Publish | ||
id: publish | ||
uses: netlify/actions/cli@master | ||
with: | ||
args: deploy --message pr-preview-${{ github.event.pull_request.number }} --filter documentation --alias pr-preview-${{ github.event.pull_request.number }} | ||
env: | ||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} | ||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} |
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,22 @@ | ||
name: Contribution welcome labeling | ||
|
||
on: | ||
issues: | ||
types: [labeled] | ||
|
||
jobs: | ||
comment-issue: | ||
if: ${{ github.repository == 'siemens/ix' }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Contribution welcome comment created | ||
if: "contains(github.event.label.name, 'Contribution welcome')" | ||
uses: actions-cool/issues-helper@v3 | ||
with: | ||
actions: 'create-comment' | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
body: | | ||
The issue has been labeled as `Contribution welcome 👨💻`. This issue is open for contributions from the community. | ||
If you'd like to work on this issue, please comment here letting us know that you would like to submit a pull request for it. This helps us to keep track of the pull request and make sure there isn't duplicated effort. | ||
Thank you! |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.