Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
fe974ad
HLD updates for message type
jattasNI Jan 26, 2026
12b05d5
spright-components changes
jattasNI Jan 27, 2026
f058079
react wrappers
jattasNI Jan 27, 2026
7650e3a
storybook
jattasNI Jan 27, 2026
2a0ee7e
Angular wrappers
jattasNI Jan 27, 2026
d3c6228
Angular example app
jattasNI Jan 27, 2026
08cf0bb
Blazor
jattasNI Jan 27, 2026
fc53d45
React app
jattasNI Jan 27, 2026
9893b63
Mark old message as deprecated
jattasNI Jan 27, 2026
5104b6d
Change files
jattasNI Jan 27, 2026
982f0cc
Don't use [Obsolete] tag, it causes errors
jattasNI Jan 27, 2026
befc5f1
delete unused
jattasNI Jan 27, 2026
d465fa7
all-components
jattasNI Jan 27, 2026
b8e5d7b
remove base class
jattasNI Jan 28, 2026
64ebc2c
hidden and text customized stories
jattasNI Jan 28, 2026
4f1a8c8
conversation matrix test uses new message components
jattasNI Jan 28, 2026
089d9ee
Merge branch 'main' into separate-message-types
jattasNI Jan 28, 2026
027dbc3
Merge branch 'main' into separate-message-types
jattasNI Feb 1, 2026
93e4f01
Use standardPadding for message min width and height
jattasNI Feb 1, 2026
3f1b7ab
Merge branch 'main' into separate-message-types
jattasNI Feb 1, 2026
6620398
Fix misaligned messages in tests
jattasNI Feb 1, 2026
6dc4214
Merge branch 'main' into separate-message-types
jattasNI Feb 2, 2026
a43d6ba
Add start and end slot to inbound message template
jattasNI Feb 2, 2026
58a9373
typo that broke all the styles
jattasNI Feb 2, 2026
2051de0
Use new messages in story
jattasNI Feb 2, 2026
bff86fc
Fix typo in slotted story
jattasNI Feb 2, 2026
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Add dedicated chat message components for inbound, outbound, and system messages. The original chat message component is deprecated and will be removed in a future release.",
"packageName": "@ni/spright-angular",
"email": "jattasNI@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Add dedicated chat message components for inbound, outbound, and system messages. The original chat message component is deprecated and will be removed in a future release.",
"packageName": "@ni/spright-blazor",
"email": "jattasNI@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Add dedicated chat message components for inbound, outbound, and system messages. The original chat message component is deprecated and will be removed in a future release.",
"packageName": "@ni/spright-components",
"email": "jattasNI@users.noreply.github.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "minor",
"comment": "Add dedicated chat message components for inbound, outbound, and system messages. The original chat message component is deprecated and will be removed in a future release.",
"packageName": "@ni/spright-react",
"email": "jattasNI@users.noreply.github.com",
"dependentChangeType": "patch"
}
Loading
Loading