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
7 changes: 0 additions & 7 deletions .changeset/brave-rockets-provide.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/early-cloths-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-suns-report.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/sharp-ladybugs-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-games-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-mails-post.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-moles-suffer.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/aggrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"ag-grid-community-34": "npm:ag-grid-community@^34.3.0"
},
"dependencies": {
"@siemens/ix": "^4.0.0"
"@siemens/ix": "^4.1.0"
},
"peerDependencies": {
"ag-grid-community": "^33"
Expand Down
13 changes: 13 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @siemens/ix-angular

## 4.1.0

### Minor Changes

- [#2081](https://github.com/siemens/ix/pull/2081) [`1623c19`](https://github.com/siemens/ix/commit/1623c196cde78f8357b2060d28d8658ec4330b56) Thanks [@1307-Dev](https://github.com/1307-Dev)! - Added support for implicit form submission when pressing Enter in `ix-input`, `ix-number-input`, `ix-date-input` and `ix-time-input` forms

- [#2159](https://github.com/siemens/ix/pull/2159) [`6c74fdd`](https://github.com/siemens/ix/commit/6c74fdd90debee27309bb0168f42fe17c94a7717) Thanks [@1307-Dev](https://github.com/1307-Dev)! - Add dismissModal function to allow programmatic closing of **ix-modal**s.

### Patch Changes

- Updated dependencies [[`6a075cd`](https://github.com/siemens/ix/commit/6a075cd5f33da7dc6d1cbc9ef93f1c8b07a8fa92), [`1623c19`](https://github.com/siemens/ix/commit/1623c196cde78f8357b2060d28d8658ec4330b56), [`a56c2e1`](https://github.com/siemens/ix/commit/a56c2e14820f288625c9253895ceb21ec3f29ccb), [`d9268c2`](https://github.com/siemens/ix/commit/d9268c24431fb7bf84041b7ae83b10c2abcab2dd), [`6fb28fa`](https://github.com/siemens/ix/commit/6fb28faee5266639d04b215305716e6191e87de7), [`eb33537`](https://github.com/siemens/ix/commit/eb335371e8969318d379c1ea0891b9aba39a4a1c)]:
- @siemens/[email protected]

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/siemens/ix",
"directory": "packages/angular"
},
"version": "4.0.0",
"version": "4.1.0",
"description": "Siemens iX for Angular",
"scripts": {
"build": "ng-packagr -c tsconfig.json",
Expand All @@ -16,7 +16,7 @@
},
"license": "MIT",
"dependencies": {
"@siemens/ix": "~4.0.0",
"@siemens/ix": "~4.1.0",
"tslib": "^2.3.0"
},
"peerDependencies": {
Expand Down
20 changes: 20 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @siemens/ix

## 4.1.0

### Minor Changes

- [#2081](https://github.com/siemens/ix/pull/2081) [`1623c19`](https://github.com/siemens/ix/commit/1623c196cde78f8357b2060d28d8658ec4330b56) Thanks [@1307-Dev](https://github.com/1307-Dev)! - Added support for implicit form submission when pressing Enter in `ix-input`, `ix-number-input`, `ix-date-input` and `ix-time-input` forms

### Patch Changes

- [#2156](https://github.com/siemens/ix/pull/2156) [`6a075cd`](https://github.com/siemens/ix/commit/6a075cd5f33da7dc6d1cbc9ef93f1c8b07a8fa92) Thanks [@lakshmi-priya-b](https://github.com/lakshmi-priya-b)! - Make sure arrow position is correct even after placement of **ix-tooltip** changes.

Fixes #2076 and #2099.

- [#2033](https://github.com/siemens/ix/pull/2033) [`a56c2e1`](https://github.com/siemens/ix/commit/a56c2e14820f288625c9253895ceb21ec3f29ccb) Thanks [@1307-Dev](https://github.com/1307-Dev)! - Prevent empty space if no icon is shown in **category-filter**.

- [#2105](https://github.com/siemens/ix/pull/2105) [`d9268c2`](https://github.com/siemens/ix/commit/d9268c24431fb7bf84041b7ae83b10c2abcab2dd) Thanks [@lakshmi-priya-b](https://github.com/lakshmi-priya-b)! - Remove filter from dropdown and input when selecting an item in **ix-select**.

- [#2044](https://github.com/siemens/ix/pull/2044) [`6fb28fa`](https://github.com/siemens/ix/commit/6fb28faee5266639d04b215305716e6191e87de7) Thanks [@Nadim901](https://github.com/Nadim901)! - Prevent `ix-menu-settings` and `ix-menu-about` to trigger tabChange event twice. Fixes #1596

- [#2080](https://github.com/siemens/ix/pull/2080) [`eb33537`](https://github.com/siemens/ix/commit/eb335371e8969318d379c1ea0891b9aba39a4a1c) Thanks [@GayatriK2002](https://github.com/GayatriK2002)! - Only focus input after user interaction with **ix-category-filter**.

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/siemens/ix",
"directory": "packages/core"
},
"version": "4.0.0",
"version": "4.1.0",
"license": "MIT",
"description": "Siemens iX Web Components",
"type": "module",
Expand Down
13 changes: 13 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @siemens/ix-react

## 4.1.0

### Minor Changes

- [#2081](https://github.com/siemens/ix/pull/2081) [`1623c19`](https://github.com/siemens/ix/commit/1623c196cde78f8357b2060d28d8658ec4330b56) Thanks [@1307-Dev](https://github.com/1307-Dev)! - Added support for implicit form submission when pressing Enter in `ix-input`, `ix-number-input`, `ix-date-input` and `ix-time-input` forms

- [#2159](https://github.com/siemens/ix/pull/2159) [`6c74fdd`](https://github.com/siemens/ix/commit/6c74fdd90debee27309bb0168f42fe17c94a7717) Thanks [@1307-Dev](https://github.com/1307-Dev)! - Add dismissModal function to allow programmatic closing of **ix-modal**s.

### Patch Changes

- Updated dependencies [[`6a075cd`](https://github.com/siemens/ix/commit/6a075cd5f33da7dc6d1cbc9ef93f1c8b07a8fa92), [`1623c19`](https://github.com/siemens/ix/commit/1623c196cde78f8357b2060d28d8658ec4330b56), [`a56c2e1`](https://github.com/siemens/ix/commit/a56c2e14820f288625c9253895ceb21ec3f29ccb), [`d9268c2`](https://github.com/siemens/ix/commit/d9268c24431fb7bf84041b7ae83b10c2abcab2dd), [`6fb28fa`](https://github.com/siemens/ix/commit/6fb28faee5266639d04b215305716e6191e87de7), [`eb33537`](https://github.com/siemens/ix/commit/eb335371e8969318d379c1ea0891b9aba39a4a1c)]:
- @siemens/[email protected]

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/siemens/ix",
"directory": "packages/react"
},
"version": "4.0.0",
"version": "4.1.0",
"description": "Siemens iX for React",
"files": [
"LICENSE",
Expand Down Expand Up @@ -75,7 +75,7 @@
"react-dom": "^18 || ^19"
},
"dependencies": {
"@siemens/ix": "~4.0.0",
"@siemens/ix": "~4.1.0",
"@stencil/react-output-target": "^1.2.0",
"tslib": "*"
}
Expand Down
13 changes: 13 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @siemens/ix-vue

## 4.1.0

### Minor Changes

- [#2081](https://github.com/siemens/ix/pull/2081) [`1623c19`](https://github.com/siemens/ix/commit/1623c196cde78f8357b2060d28d8658ec4330b56) Thanks [@1307-Dev](https://github.com/1307-Dev)! - Added support for implicit form submission when pressing Enter in `ix-input`, `ix-number-input`, `ix-date-input` and `ix-time-input` forms

- [#2159](https://github.com/siemens/ix/pull/2159) [`6c74fdd`](https://github.com/siemens/ix/commit/6c74fdd90debee27309bb0168f42fe17c94a7717) Thanks [@1307-Dev](https://github.com/1307-Dev)! - Add dismissModal function to allow programmatic closing of **ix-modal**s.

### Patch Changes

- Updated dependencies [[`6a075cd`](https://github.com/siemens/ix/commit/6a075cd5f33da7dc6d1cbc9ef93f1c8b07a8fa92), [`1623c19`](https://github.com/siemens/ix/commit/1623c196cde78f8357b2060d28d8658ec4330b56), [`a56c2e1`](https://github.com/siemens/ix/commit/a56c2e14820f288625c9253895ceb21ec3f29ccb), [`d9268c2`](https://github.com/siemens/ix/commit/d9268c24431fb7bf84041b7ae83b10c2abcab2dd), [`6fb28fa`](https://github.com/siemens/ix/commit/6fb28faee5266639d04b215305716e6191e87de7), [`eb33537`](https://github.com/siemens/ix/commit/eb335371e8969318d379c1ea0891b9aba39a4a1c)]:
- @siemens/[email protected]

## 4.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "https://ix.siemens.io",
"author": "Siemens AG",
"license": "MIT",
"version": "4.0.0",
"version": "4.1.0",
"description": "Siemens iX for Vue",
"bugs": "https://github.com/siemens/ix/issues",
"repository": {
Expand All @@ -29,7 +29,7 @@
"test.watch": "vitest --config=vitest.config.ts"
},
"dependencies": {
"@siemens/ix": "~4.0.0",
"@siemens/ix": "~4.1.0",
"@stencil/vue-output-target": "^0.11.8"
},
"devDependencies": {
Expand Down
Loading