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
5 changes: 0 additions & 5 deletions .changeset/chat-input-component.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chat-user-message-component.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chip-inactive-close-button.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/vue-types-path-fix.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siemens/ix-angular

## 5.2.0

### Patch Changes

- Updated dependencies [[`70e1c5c`](https://github.com/siemens/ix/commit/70e1c5cf686f8999a1de1ee8a91ba2bc1f9a9c86), [`70e1c5c`](https://github.com/siemens/ix/commit/70e1c5cf686f8999a1de1ee8a91ba2bc1f9a9c86), [`70e1c5c`](https://github.com/siemens/ix/commit/70e1c5cf686f8999a1de1ee8a91ba2bc1f9a9c86)]:
- @siemens/ix@5.2.0

## 5.1.1

### Patch 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": "5.1.1",
"version": "5.2.0",
"description": "Siemens iX for Angular",
"scripts": {
"build": "ng-packagr -c tsconfig.json",
Expand All @@ -16,7 +16,7 @@
},
"license": "MIT",
"dependencies": {
"@siemens/ix": "~5.1.1",
"@siemens/ix": "~5.2.0",
"tslib": "^2.3.0"
},
"peerDependencies": {
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @siemens/ix

## 5.2.0

### Minor Changes

- [#2569](https://github.com/siemens/ix/pull/2569) [`70e1c5c`](https://github.com/siemens/ix/commit/70e1c5cf686f8999a1de1ee8a91ba2bc1f9a9c86) Thanks [@danielleroux](https://github.com/danielleroux)! - Add the `ix-chat-input` component for AI prompt entry, including multiline input behavior, attachment support with `ix-chat-attachment`, action slots, submit handling, processing state, threshold-based character limit guidance, form integration, and disclaimer text.

- [#2569](https://github.com/siemens/ix/pull/2569) [`70e1c5c`](https://github.com/siemens/ix/commit/70e1c5cf686f8999a1de1ee8a91ba2bc1f9a9c86) Thanks [@danielleroux](https://github.com/danielleroux)! - Add the `ix-chat` component for composing chat layouts with messages and a chat input, add the `ix-chat-user-message` component for displaying right-aligned user messages in chat interfaces with optional contextual actions and sent attachments, and add the `ix-chat-ai-message` component for displaying slotted AI-generated responses with optional actions and sources. The existing `ix-chat-attachment` component now renders with `ix-chip`, supports a compact `sent` variant, supports preview-enabled attachments with `previewSupported`, emits `attachmentClick` only for those preview interactions, and no longer exposes a retry action for failed attachments. `ix-chat-input` can display prompt attachments and now provides a `follow-up` slot for follow-up prompt actions.

### Patch Changes

- [#2569](https://github.com/siemens/ix/pull/2569) [`70e1c5c`](https://github.com/siemens/ix/commit/70e1c5cf686f8999a1de1ee8a91ba2bc1f9a9c86) Thanks [@danielleroux](https://github.com/danielleroux)! - Fix `ix-chip` so closable chips still render an interactive close button when `inactive` is set without overlapping or breaking text truncation.

## 5.1.1

### Patch 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": "5.1.1",
"version": "5.2.0",
"license": "MIT",
"description": "Siemens iX Web Components",
"type": "module",
Expand Down
2 changes: 2 additions & 0 deletions packages/documentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @siemens/ix-docs

## 5.2.0

## 5.1.1

## 5.1.0
Expand Down
2 changes: 1 addition & 1 deletion packages/documentation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@siemens/ix-docs",
"version": "5.1.1",
"version": "5.2.0",
"repository": {
"type": "git",
"url": "https://github.com/siemens/ix",
Expand Down
7 changes: 7 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @siemens/ix-react

## 5.2.0

### Patch Changes

- Updated dependencies [[`70e1c5c`](https://github.com/siemens/ix/commit/70e1c5cf686f8999a1de1ee8a91ba2bc1f9a9c86), [`70e1c5c`](https://github.com/siemens/ix/commit/70e1c5cf686f8999a1de1ee8a91ba2bc1f9a9c86), [`70e1c5c`](https://github.com/siemens/ix/commit/70e1c5cf686f8999a1de1ee8a91ba2bc1f9a9c86)]:
- @siemens/ix@5.2.0

## 5.1.1

### Patch 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": "5.1.1",
"version": "5.2.0",
"description": "Siemens iX for React",
"files": [
"LICENSE",
Expand Down Expand Up @@ -75,7 +75,7 @@
"react-dom": "^18 || ^19"
},
"dependencies": {
"@siemens/ix": "~5.1.1",
"@siemens/ix": "~5.2.0",
"@stencil/react-output-target": "^1.5.3",
"tslib": "*"
}
Expand Down
9 changes: 9 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @siemens/ix-vue

## 5.2.0

### Patch Changes

- [#2676](https://github.com/siemens/ix/pull/2676) [`60d38b5`](https://github.com/siemens/ix/commit/60d38b50f2d2412aba1c491f799dc2d7e4bcb63c) Thanks [@benjgil](https://github.com/benjgil)! - Fix incorrect `types` path in published package by setting `rootDir` to `src` in tsconfig, so declaration files are emitted at `dist/index.d.ts` instead of `dist/src/index.d.ts`.

- Updated dependencies [[`70e1c5c`](https://github.com/siemens/ix/commit/70e1c5cf686f8999a1de1ee8a91ba2bc1f9a9c86), [`70e1c5c`](https://github.com/siemens/ix/commit/70e1c5cf686f8999a1de1ee8a91ba2bc1f9a9c86), [`70e1c5c`](https://github.com/siemens/ix/commit/70e1c5cf686f8999a1de1ee8a91ba2bc1f9a9c86)]:
- @siemens/ix@5.2.0

## 5.1.1

### Patch 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": "5.1.1",
"version": "5.2.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": "~5.1.1",
"@siemens/ix": "~5.2.0",
"@stencil/vue-output-target": "^0.13.2"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.