Changelog
@siemens/ix@2.6.0 (2024-11-25T11:29:54Z)
Minor Changes
-
#1533
3e2835ff8f
Thanks @nuke-ellington! - feat(core/message): add options to set size and position -
#1549
a5e217270f
Thanks @nuke-ellington! - feat(core/date-dropdown|date-picker|datetime-picker): add missing properties to picker components -
#1497
eb97f91e9d
Thanks @nuke-ellington! - feat(core): improve component a11y -
#1562
70ea07da0c
Thanks @nuke-ellington! - Add filter cleared event to ix-categroy-filter. -
#1318
f5af78e208
Thanks @danielleroux! - Introduce several new input components:ix-input
for text based inputsix-number-input
for number based inputs with optional stepper buttonsix-date-input
which shows a date picker within a dropdownix-textarea
for larger text inputsix-radio
andix-radio-group
ix-checkbox
ix-custom-field
to wrap custom components
Introduce a new layout component
ix-layout-auto
to make it easier to create a typical input forms.Enhanced the compatibility with Forms for the following components:
-
ix-select
-
ix-toggle
Deprecation:
Native css stylings for
input
andtextarea
(e.ginput[type="checkbox"]
andinput[type="radio"]
) are deprecated and will be removed in upcoming major release. -
#1563
d6da6adfd6
Thanks @matthiashader! - Update expandedChange event to trigger only on user interactions and add unnamed default slot for ix-pane-layout content.
Patch Changes
-
#1489
6041b3da11
Thanks @matthiashader! - fix(core/modal): duplicate event firing -
#1488
d201c557e4
Thanks @danielleroux! - fix(core): replace font styles with actual formats -
#1499
7fe0136cad
Thanks @matthiashader! - fix(core/modal): figma - code mismatch -
#1514
60760bcdb0
Thanks @matthiashader! - fix(core/content-header): adapt spacing -
#1560
d7e977759b
Thanks @nuke-ellington! - Enable discovery of trigger elements if in same shadow DOM for ix-tooltip and ix-dropdown. -
#1469
cc6091fca5
Thanks @matthiashader! - fix(core/menu-about): set index if selected is set on tab-item -
#1527
ed676579f0
Thanks @matthiashader! - fix(core/checkbox): page jumps on checkbox click in scrollable ix-content -
#1571
720fb53c72
Thanks @AndreasBerliner! - Prevent null pointer exception in ix-menu component. -
#1557
dc59d67a89
Thanks @matthiashader! - fix(core/select): check if value is defined, before updating selection -
#1468
d5affb02b3
Thanks @matthiashader! - fix(core/slider): update tooltip on steps below 1 -
#1519
ecf02d5bd5
Thanks @matthiashader! - fix(core/button): fix keyboard navigation & accessibility -
#1541
7347c40993
Thanks @nuke-ellington! - fix(core/spinner): move styling into shadow dom -
#1548
19b6842282
Thanks @matthiashader! - fix(core/select): update input value on slot change -
#1318
f5af78e208
Thanks @danielleroux! - ix-drawer: the full-height property is now working -
#1476
7f371654a5
Thanks @matthiashader! - fix(core/input): remove hover state from readonly and disabled variant -
#1318
f5af78e208
Thanks @danielleroux! - Removeborder-radius
from<input />
ifreadonly
ordisable
is set -
#1516
ff99d8cdef
Thanks @h4de5! - fix(core/icon-toggle-button): remove console.log -
#1522
1a13a46096
Thanks @nuke-ellington! - fix(core): prevent detached dom nodes -
#1498
0b41424d95
Thanks @AndreasBerliner! - fix(card): card-filled colors for hover/active states -
#1492
20553f5e63
Thanks @matthiashader! - fix(core/card-list): adapt title margin to figma -
#1483
a0316f5994
Thanks @nuke-ellington! - fix(core/dropdown): clean up disconnected dropdowns -
#1558
8e72ec818c
Thanks @matthiashader! - Improve responsive behaviour ofix-datetime-picker
on small screens -
#1506
393b51d03b
Thanks @danielleroux! - fix(core/upload): disable file browser if control is disabled
@siemens/ix-vue@2.6.0 (2024-11-25T11:30:00Z)
Minor Changes
-
#1549
a5e217270f
Thanks @nuke-ellington! - feat(core/date-dropdown|date-picker|datetime-picker): add missing properties to picker components -
#1497
eb97f91e9d
Thanks @nuke-ellington! - feat(core): improve component a11y -
#1562
70ea07da0c
Thanks @nuke-ellington! - Add filter cleared event to ix-categroy-filter. -
#1318
f5af78e208
Thanks @danielleroux! - Introduce several new input components:ix-input
for text based inputsix-number-input
for number based inputs with optional stepper buttonsix-date-input
which shows a date picker within a dropdownix-textarea
for larger text inputsix-radio
andix-radio-group
ix-checkbox
ix-custom-field
to wrap custom components
Introduce a new layout component
ix-layout-auto
to make it easier to create a typical input forms.Enhanced the compatibility with Forms for the following components:
-
ix-select
-
ix-toggle
Deprecation:
Native css stylings for
input
andtextarea
(e.ginput[type="checkbox"]
andinput[type="radio"]
) are deprecated and will be removed in upcoming major release. -
#1563
d6da6adfd6
Thanks @matthiashader! - Update expandedChange event to trigger only on user interactions and add unnamed default slot for ix-pane-layout content.
Patch Changes
- Updated dependencies [
3e2835ff8f
,6041b3da11
,d201c557e4
,7fe0136cad
,a5e217270f
,eb97f91e9d
,60760bcdb0
,d7e977759b
,cc6091fca5
,ed676579f0
,720fb53c72
,70ea07da0c
,dc59d67a89
,d5affb02b3
,f5af78e208
,ecf02d5bd5
,7347c40993
,19b6842282
,f5af78e208
,7f371654a5
,f5af78e208
,ff99d8cdef
,1a13a46096
,d6da6adfd6
,0b41424d95
,20553f5e63
,a0316f5994
,8e72ec818c
,393b51d03b
]:- @siemens/ix@2.6.0
@siemens/ix-react@2.6.0 (2024-11-25T11:29:57Z)
Minor Changes
-
#1318
f5af78e208
Thanks @danielleroux! - Introduce several new input components:ix-input
for text based inputsix-number-input
for number based inputs with optional stepper buttonsix-date-input
which shows a date picker within a dropdownix-textarea
for larger text inputsix-radio
andix-radio-group
ix-checkbox
ix-custom-field
to wrap custom components
Introduce a new layout component
ix-layout-auto
to make it easier to create a typical input forms.Enhanced the compatibility with Forms for the following components:
-
ix-select
-
ix-toggle
Deprecation:
Native css stylings for
input
andtextarea
(e.ginput[type="checkbox"]
andinput[type="radio"]
) are deprecated and will be removed in upcoming major release.
Patch Changes
- Updated dependencies [
3e2835ff8f
,6041b3da11
,d201c557e4
,7fe0136cad
,a5e217270f
,eb97f91e9d
,60760bcdb0
,d7e977759b
,cc6091fca5
,ed676579f0
,720fb53c72
,70ea07da0c
,dc59d67a89
,d5affb02b3
,f5af78e208
,ecf02d5bd5
,7347c40993
,19b6842282
,f5af78e208
,7f371654a5
,f5af78e208
,ff99d8cdef
,1a13a46096
,d6da6adfd6
,0b41424d95
,20553f5e63
,a0316f5994
,8e72ec818c
,393b51d03b
]:- @siemens/ix@2.6.0
@siemens/ix-angular@2.6.0 (2024-11-25T11:29:51Z)
Minor Changes
-
#1549
a5e217270f
Thanks @nuke-ellington! - feat(core/date-dropdown|date-picker|datetime-picker): add missing properties to picker components -
#1497
eb97f91e9d
Thanks @nuke-ellington! - feat(core): improve component a11y -
#1562
70ea07da0c
Thanks @nuke-ellington! - Add filter cleared event to ix-categroy-filter. -
#1318
f5af78e208
Thanks @danielleroux! - Introduce several new input components:ix-input
for text based inputsix-number-input
for number based inputs with optional stepper buttonsix-date-input
which shows a date picker within a dropdownix-textarea
for larger text inputsix-radio
andix-radio-group
ix-checkbox
ix-custom-field
to wrap custom components
Introduce a new layout component
ix-layout-auto
to make it easier to create a typical input forms.Enhanced the compatibility with Forms for the following components:
-
ix-select
-
ix-toggle
Deprecation:
Native css stylings for
input
andtextarea
(e.ginput[type="checkbox"]
andinput[type="radio"]
) are deprecated and will be removed in upcoming major release. -
#1563
d6da6adfd6
Thanks @matthiashader! - Update expandedChange event to trigger only on user interactions and add unnamed default slot for ix-pane-layout content.
Patch Changes
- Updated dependencies [
3e2835ff8f
,6041b3da11
,d201c557e4
,7fe0136cad
,a5e217270f
,eb97f91e9d
,60760bcdb0
,d7e977759b
,cc6091fca5
,ed676579f0
,720fb53c72
,70ea07da0c
,dc59d67a89
,d5affb02b3
,f5af78e208
,ecf02d5bd5
,7347c40993
,19b6842282
,f5af78e208
,7f371654a5
,f5af78e208
,ff99d8cdef
,1a13a46096
,d6da6adfd6
,0b41424d95
,20553f5e63
,a0316f5994
,8e72ec818c
,393b51d03b
]:- @siemens/ix@2.6.0
@siemens/ix-aggrid@2.2.1 (2024-11-25T11:29:49Z)
Patch Changes
- Updated dependencies [
3e2835ff8f
,6041b3da11
,d201c557e4
,7fe0136cad
,a5e217270f
,eb97f91e9d
,60760bcdb0
,d7e977759b
,cc6091fca5
,ed676579f0
,720fb53c72
,70ea07da0c
,dc59d67a89
,d5affb02b3
,f5af78e208
,ecf02d5bd5
,7347c40993
,19b6842282
,f5af78e208
,7f371654a5
,f5af78e208
,ff99d8cdef
,1a13a46096
,d6da6adfd6
,0b41424d95
,20553f5e63
,a0316f5994
,8e72ec818c
,393b51d03b
]:- @siemens/ix@2.6.0
@siemens/ix@2.5.0 (2024-09-16T09:56:35Z)
Minor Changes
-
#1317
c8b2d3caf2
Thanks @matthiashader! - feat(core/push-card): add alternative card types -
#1422
34ddfd0410
Thanks @danielleroux! - feat(core): add css safe areas -
#1454
da1f10e8ca
Thanks @danielleroux! - feat(core/group): handle preventDefault for events -
#1449
f91b0a5bed
Thanks @danielleroux! - feat(core/application-header): hide toggle menu if header used outside of application frame
Patch Changes
-
#1441
a69f108ba8
Thanks @matthiashader! - fix(core/category-filter): does not clear category preview -
#1462
501cce588b
Thanks @matthiashader! - fix(core/tooltip): cutoff near viewport edges -
#1343
b4a306ef90
Thanks @matthiashader! - fix(core/dropdown): spacing and color -
#1401
1b4da95e21
Thanks @nuke-ellington! - fix(core/select): set value before triggering event -
#1444
5acd52a874
Thanks @matthiashader! - fix(core/tooltip): styles bleeding in -
#1428
c19a537552
Thanks @nuke-ellington! - fix(core/tree): handle text overflow gracefully -
#1354
938ca56ca5
Thanks @ridvandmrc! - fix(core/card-list): card-list show all not getting truncated -
#1438
00c68b5af2
Thanks @matthiashader! - fix(core/tooltip): cancel tooltip positioning when reference is not visible -
#1409
5343eed4ea
Thanks @danielleroux! - fix(core): export TypedEvent -
#1460
2401b2ee27
Thanks @nuke-ellington! - fix(core/tree): prevent hyperlist from disposing dropdowns linked to tree items -
#1370
69658147c8
Thanks @matthiashader! - fix(core/menu-item): occasionally empty tooltips in menu-item -
#1454
da1f10e8ca
Thanks @danielleroux! - fix(core/group): remove max-width restriction
@siemens/ix-vue@2.5.0 (2024-09-16T09:56:47Z)
Patch Changes
- Updated dependencies [
a69f108ba8
,501cce588b
,b4a306ef90
,1b4da95e21
,c8b2d3caf2
,5acd52a874
,c19a537552
,938ca56ca5
,00c68b5af2
,5343eed4ea
,2401b2ee27
,69658147c8
,34ddfd0410
,da1f10e8ca
,da1f10e8ca
,f91b0a5bed
]:- @siemens/ix@2.5.0
@siemens/ix-react@2.5.0 (2024-09-16T09:56:44Z)
Patch Changes
- Updated dependencies [
a69f108ba8
,501cce588b
,b4a306ef90
,1b4da95e21
,c8b2d3caf2
,5acd52a874
,c19a537552
,938ca56ca5
,00c68b5af2
,5343eed4ea
,2401b2ee27
,69658147c8
,34ddfd0410
,da1f10e8ca
,da1f10e8ca
,f91b0a5bed
]:- @siemens/ix@2.5.0
@siemens/ix-echarts@2.3.0 (2024-09-16T09:56:41Z)
Minor Changes
- #1421
4804d54c4b
Thanks @matthiashader! - feat(echarts): add utility function to access color variables
@siemens/ix-angular@2.5.0 (2024-09-16T09:56:38Z)
Patch Changes
- Updated dependencies [
a69f108ba8
,501cce588b
,b4a306ef90
,1b4da95e21
,c8b2d3caf2
,5acd52a874
,c19a537552
,938ca56ca5
,00c68b5af2
,5343eed4ea
,2401b2ee27
,69658147c8
,34ddfd0410
,da1f10e8ca
,da1f10e8ca
,f91b0a5bed
]:- @siemens/ix@2.5.0
@siemens/ix-aggrid@2.2.0 (2024-09-16T09:56:32Z)
Minor Changes
- #1450
7181098e9a
Thanks @danielleroux! - feat(aggrid): update peerDependency to latest major version
Patch Changes
- Updated dependencies [
a69f108ba8
,501cce588b
,b4a306ef90
,1b4da95e21
,c8b2d3caf2
,5acd52a874
,c19a537552
,938ca56ca5
,00c68b5af2
,5343eed4ea
,2401b2ee27
,69658147c8
,34ddfd0410
,da1f10e8ca
,da1f10e8ca
,f91b0a5bed
]:- @siemens/ix@2.5.0
@siemens/ix@2.4.1 (2024-07-17T13:53:12Z)
Patch Changes
-
#1382
24a9514772
Thanks @AndreasBerliner! - fix(core/avatar): include scrollbar mixin to apply styling -
#1379
97291dbd76
Thanks @nuke-ellington! - fix(core/dropdown): stop auto update when closing dropdown -
#1380
55783f7a0d
Thanks @matthiashader! - fix(core/group-item): allow clicks on supress click event -
#1380
55783f7a0d
Thanks @matthiashader! - fix(core/application-header): increase font -
#1386
1cfadcd3b2
Thanks @nuke-ellington! - fix(core/tabs): re-render each time parent container changes size -
#1390
6c8e3b789b
Thanks @nuke-ellington! - fix(core/tabs): minimize tab auto scroll distance -
#1375
c8580e421b
Thanks @nuke-ellington! - fix(core/slider): hide slider reference visual for extrema -
#1374
f57e82fcf3
Thanks @matthiashader! - fix(core/tooltip): destroy auto update cycle before starting a new one -
#1391
a650347f34
Thanks @nuke-ellington! - fix(core/pagination): disable buttons if count is unset -
#1373
bb1f9c3d4c
Thanks @danielleroux! - fix(core/application-header): prevent chrome crash after resize window
@siemens/ix-vue@2.4.1 (2024-07-17T13:53:15Z)
Patch Changes
- Updated dependencies [
24a9514772
,97291dbd76
,55783f7a0d
,55783f7a0d
,1cfadcd3b2
,6c8e3b789b
,c8580e421b
,f57e82fcf3
,a650347f34
,bb1f9c3d4c
]:- @siemens/ix@2.4.1
@siemens/ix-react@2.4.1 (2024-07-17T13:53:09Z)
Patch Changes
- Updated dependencies [
24a9514772
,97291dbd76
,55783f7a0d
,55783f7a0d
,1cfadcd3b2
,6c8e3b789b
,c8580e421b
,f57e82fcf3
,a650347f34
,bb1f9c3d4c
]:- @siemens/ix@2.4.1
@siemens/ix-angular@2.4.1 (2024-07-17T13:53:06Z)
Patch Changes
- Updated dependencies [
24a9514772
,97291dbd76
,55783f7a0d
,55783f7a0d
,1cfadcd3b2
,6c8e3b789b
,c8580e421b
,f57e82fcf3
,a650347f34
,bb1f9c3d4c
]:- @siemens/ix@2.4.1
@siemens/ix-aggrid@2.1.6 (2024-07-17T13:53:03Z)
Patch Changes
-
#1380
55783f7a0d
Thanks @matthiashader! - fix(core/aggrid): align colors -
Updated dependencies [
24a9514772
,97291dbd76
,55783f7a0d
,55783f7a0d
,1cfadcd3b2
,6c8e3b789b
,c8580e421b
,f57e82fcf3
,a650347f34
,bb1f9c3d4c
]:- @siemens/ix@2.4.1
@siemens/ix@2.4.0 (2024-07-02T10:50:51Z)
Minor Changes
6ab338a65d
Thanks @danielleroux! - feat(core/select): allow prevention of events
Patch Changes
-
#1360
af16f8f7bf
Thanks @danielleroux! - fix(core): prevent minor update of stencil/core -
#1355
dff51d292c
Thanks @nuke-ellington! - fix(core/dropdown button): prevent close on click if close behaviour is outside -
#1335
47d2fe98a3
Thanks @danielleroux! - build: remove internal polyfills
@siemens/ix-vue@2.4.0 (2024-07-02T10:50:48Z)
Patch Changes
-
#1335
47d2fe98a3
Thanks @danielleroux! - build: remove internal polyfills -
Updated dependencies [
af16f8f7bf
,dff51d292c
,6ab338a65d
,47d2fe98a3
]:- @siemens/ix@2.4.0
@siemens/ix-react@2.4.0 (2024-07-02T10:50:54Z)
Patch Changes
- Updated dependencies [
af16f8f7bf
,dff51d292c
,6ab338a65d
,47d2fe98a3
]:- @siemens/ix@2.4.0
@siemens/ix-angular@2.4.0 (2024-07-02T10:50:45Z)
Patch Changes
-
#1335
47d2fe98a3
Thanks @danielleroux! - build: remove internal polyfills -
Updated dependencies [
af16f8f7bf
,dff51d292c
,6ab338a65d
,47d2fe98a3
]:- @siemens/ix@2.4.0
@siemens/ix-aggrid@2.1.5 (2024-07-02T10:50:42Z)
Patch Changes
- Updated dependencies [
af16f8f7bf
,dff51d292c
,6ab338a65d
,47d2fe98a3
]:- @siemens/ix@2.4.0
@siemens/ix@2.3.0 (2024-06-21T05:31:17Z)
Minor Changes
-
#1264
57fa02891e
Thanks @nuke-ellington! - feat(core/date-dropdown): add disabled property -
#1320
bace31f8d5
Thanks @PhentomPT! - feat(core): add hydrate output target -
#1277
55d9fca5b4
Thanks @nuke-ellington! - feat(core/button|icon-button): add danger variant -
#1306
6118ff3e83
Thanks @nuke-ellington! - feat(core/theme): sync css variables -
#1292
c1d4f7d6b9
Thanks @nuke-ellington! - feat(core/split-button): add close behavior
Patch Changes
-
#1336
1db5a061f5
Thanks @matthiashader! - fix(core/panes): rotate icon at left and right pane -
#1261
c025a49c02
Thanks @danielleroux! - fix(core/date-dropdown): show year and month dropdown -
#1312
f4eeebfd5e
Thanks @matthiashader! - fix(core/chip): adjust width on outline variant -
#1243
b4b06a6b40
Thanks @nuke-ellington! - fix(core/event-list-item): add aria-disabled attribute to list element -
#1246
756bc424a8
Thanks @jul-lam! - fix(core/category-filter): open dropdown on text input and keep it open -
#1285
9ee4aab8fa
Thanks @danielleroux! - fix(core/blind): avoid unnecessary wrapping -
#1274
4418b8cebd
Thanks @nuke-ellington! - fix(core/base-button): set aria disabled -
#1260
90a7b71940
Thanks @danielleroux! - fix(core/group): show expand-collapse icon -
#1313
e74e830308
Thanks @matthiashader! - fix(core/scrollbar): fix firefox appearance (scrollbar & input & tabs) -
#1262
5eea8d18bf
Thanks @nuke-ellington! - fix(core/group-context-menu): set default cursor -
#1297
7f31b94599
Thanks @danielleroux! - fix(core/workflow-step): load icon names before component is initialized -
#1230
5b2df0c4d4
Thanks @matthiashader! - fix(core/event-list): event-list-items not selectabe in chrome -
#1251
346fb9a2de
Thanks @danielleroux! - fix(core/tooltip): null check before event listener gets registered on trigger -
#1311
70ec75b65d
Thanks @matthiashader! - fix(core/tooltip): adjust arrow height -
#1334
5149f1a535
Thanks @nuke-ellington! - fix(core/dropdown): prevent closing -
#1244
1a0175f11e
Thanks @nuke-ellington! - docs(core/menu-about): update jsdocs for label property -
#1225
a35859addc
Thanks @ridvandmrc! - fix(core/group): use correct cursors -
#1287
bee3696005
Thanks @matthiashader! - fix(core/select): rollback and fix object iteration -
#1293
fb48f05e57
Thanks @danielleroux! - fix(core/menu): use label property to render internal menu items -
#1339
9e75d7bd2d
Thanks @matthiashader! - fix(core/menu): fix firefox overflow behavior and input styling -
#1219
544ceed834
Thanks @matthiashader! - fix(core/workflow): add flexible layout
@siemens/ix-vue@2.3.0 (2024-06-21T05:31:26Z)
Patch Changes
-
#1261
c025a49c02
Thanks @danielleroux! - fix(core/date-dropdown): show year and month dropdown -
#1292
c1d4f7d6b9
Thanks @nuke-ellington! - feat(core/split-button): add close behavior -
Updated dependencies [
1db5a061f5
,c025a49c02
,f4eeebfd5e
,b4b06a6b40
,57fa02891e
,756bc424a8
,9ee4aab8fa
,4418b8cebd
,90a7b71940
,e74e830308
,5eea8d18bf
,7f31b94599
,5b2df0c4d4
,bace31f8d5
,346fb9a2de
,70ec75b65d
,5149f1a535
,1a0175f11e
,a35859addc
,55d9fca5b4
,bee3696005
,6118ff3e83
,fb48f05e57
,c1d4f7d6b9
,9e75d7bd2d
,544ceed834
]:- @siemens/ix@2.3.0
@siemens/ix-react@2.3.0 (2024-06-21T05:31:20Z)
Patch Changes
- Updated dependencies [
1db5a061f5
,c025a49c02
,f4eeebfd5e
,b4b06a6b40
,57fa02891e
,756bc424a8
,9ee4aab8fa
,4418b8cebd
,90a7b71940
,e74e830308
,5eea8d18bf
,7f31b94599
,5b2df0c4d4
,bace31f8d5
,346fb9a2de
,70ec75b65d
,5149f1a535
,1a0175f11e
,a35859addc
,55d9fca5b4
,bee3696005
,6118ff3e83
,fb48f05e57
,c1d4f7d6b9
,9e75d7bd2d
,544ceed834
]:- @siemens/ix@2.3.0
@siemens/ix-angular@2.3.0 (2024-06-21T05:31:23Z)
Patch Changes
-
#1281
a8a2d55801
Thanks @matthiashader! - fix(angular/modal): avoid overflow of modal content -
#1292
c1d4f7d6b9
Thanks @nuke-ellington! - feat(core/split-button): add close behavior -
Updated dependencies [
1db5a061f5
,c025a49c02
,f4eeebfd5e
,b4b06a6b40
,57fa02891e
,756bc424a8
,9ee4aab8fa
,4418b8cebd
,90a7b71940
,e74e830308
,5eea8d18bf
,7f31b94599
,5b2df0c4d4
,bace31f8d5
,346fb9a2de
,70ec75b65d
,5149f1a535
,1a0175f11e
,a35859addc
,55d9fca5b4
,bee3696005
,6118ff3e83
,fb48f05e57
,c1d4f7d6b9
,9e75d7bd2d
,544ceed834
]:- @siemens/ix@2.3.0
@siemens/ix-aggrid@2.1.4 (2024-06-21T05:31:14Z)
Patch Changes
- Updated dependencies [
1db5a061f5
,c025a49c02
,f4eeebfd5e
,b4b06a6b40
,57fa02891e
,756bc424a8
,9ee4aab8fa
,4418b8cebd
,90a7b71940
,e74e830308
,5eea8d18bf
,7f31b94599
,5b2df0c4d4
,bace31f8d5
,346fb9a2de
,70ec75b65d
,5149f1a535
,1a0175f11e
,a35859addc
,55d9fca5b4
,bee3696005
,6118ff3e83
,fb48f05e57
,c1d4f7d6b9
,9e75d7bd2d
,544ceed834
]:- @siemens/ix@2.3.0
v2.2.1 (2024-04-26T05:46:20Z)
What's Changed
- fix(core/input): update autofill styling by @nuke-ellington in https://github.com/siemens/ix/pull/1237
- fix(core/dropdown): add null check for trigger element by @nuke-ellington in https://github.com/siemens/ix/pull/1241
Full Changelog: https://github.com/siemens/ix/compare/v2.2.0...v2.2.1
v2.2.0 (2024-04-23T09:10:19Z)
What's Changed
Bug Fixes
- fix(core/slider): fix tick color by @matthiashader in https://github.com/siemens/ix/pull/1175
- fix(toggle): fixed toggle circle with and height by @ridvandmrc in https://github.com/siemens/ix/pull/1185
- fix(core/action-card): change subheading color by @nuke-ellington in https://github.com/siemens/ix/pull/1178
- fix(core/input-group|category-filter): align styling of input components by @nuke-ellington in https://github.com/siemens/ix/pull/1151
- fix(core/select): non string values for the "value" prop of select-items are not working by @jul-lam in https://github.com/siemens/ix/pull/1159
- fix(core/application-switch-modal): add border-radius to app icon by @matthiashader in https://github.com/siemens/ix/pull/1158
- fix(core/card): adjust selected background color by @matthiashader in https://github.com/siemens/ix/pull/1171
- fix(blind): provided ellipsis for blind header by @ridvandmrc in https://github.com/siemens/ix/pull/1186
- fix(date-dropdown): updated the current date when the props are changed by @ridvandmrc in https://github.com/siemens/ix/pull/1139
- fix(core/dropdown): fix runtime & detach issues by @matthiashader in https://github.com/siemens/ix/pull/1192
- fix(core/toast|react/toast|vue/toast): predefine custom elements before usage by @danielleroux in https://github.com/siemens/ix/pull/1201
- fix(core/select-item): check by undefined not by value by @jul-lam in https://github.com/siemens/ix/pull/1214
- fix(core/input-group): update margin by @nuke-ellington in https://github.com/siemens/ix/pull/1218
- fix(echarts): align charting colors by @jul-lam in https://github.com/siemens/ix/pull/1190
- fix(core/workflow-steps): fix initial layout shift by @matthiashader in https://github.com/siemens/ix/pull/1198
- fix(core/tooltip): prevent focusin event call showTooltip by @danielleroux in https://github.com/siemens/ix/pull/1221
- fix(core/select): arrow key navigation by @nuke-ellington in https://github.com/siemens/ix/pull/1196
- fix(core/select): reset input text on blur by @ridvandmrc in https://github.com/siemens/ix/pull/1195
Features
- feat(core): adjust classic theme variables by @danielleroux in https://github.com/siemens/ix/pull/1184
- feat(core/menu): make behavior at breakpoint 'lg' configurable and change 'md' breakpoint menu icons by @jul-lam in https://github.com/siemens/ix/pull/1156
- feat(core/card-list): make show all button optional by @nuke-ellington in https://github.com/siemens/ix/pull/1197
- feat(core/menu-item): show tooltip on hover by @danielleroux in https://github.com/siemens/ix/pull/1200
- feat(core/category-filter): make logical operator optional by @nuke-ellington in https://github.com/siemens/ix/pull/1233
New Contributors
- @kathrinschalber made their first contribution in https://github.com/siemens/ix/pull/1210
- @katjaKoppensteiner made their first contribution in https://github.com/siemens/ix/pull/1216
Full Changelog: https://github.com/siemens/ix/compare/v2.1.2...v2.2.0
2.1.2 (2024-03-15T10:30:28Z)
What's Changed
- fix(core/modal): fix paddings of custom variant by @matthiashader in https://github.com/siemens/ix/pull/1126
- fix(core/dropdown): add null check by @nuke-ellington in https://github.com/siemens/ix/pull/1132
- fix(core/avatar): adapt colors by @jul-lam in https://github.com/siemens/ix/pull/1141
- fix(core/menu) fix overflow behavior by @matthiashader in https://github.com/siemens/ix/pull/1127
- fix(core/select-item): Fixes inherit color by @matthiashader in https://github.com/siemens/ix/pull/1160
- fix(core/typography): use text color value and add vrts by @nuke-ellington in https://github.com/siemens/ix/pull/1155
- fix(core/menu-avatar): align documentation with figma by @matthiashader in https://github.com/siemens/ix/pull/1153
- fix(core/date-dropdown): hide range options column if only one option available by @nuke-ellington in https://github.com/siemens/ix/pull/1162
- fix(core/menu-about-news): adapt styling by @nuke-ellington in https://github.com/siemens/ix/pull/1152
Full Changelog: https://github.com/siemens/ix/compare/v2.1.1...v2.1.2
2.1.1 (2024-03-14T12:22:53Z)
What's Changed
- fix(core/modal): fixed closing modal issue when press space or enter by @ridvandmrc in https://github.com/siemens/ix/pull/1080
- fix(react|vue): define internal components by @danielleroux in https://github.com/siemens/ix/pull/1099
- fix(core/dropdown): check against undefined access by @danielleroux in https://github.com/siemens/ix/pull/1104
- fix(core/message-bar): remove unwanted margin by @matthiashader in https://github.com/siemens/ix/pull/1064
- fix(core/burger-menu): a11y expand state by @nuke-ellington in https://github.com/siemens/ix/pull/1112
- fix(core/tooltip): remove direct constructor access by @danielleroux in https://github.com/siemens/ix/pull/1118
- fix(core/panes): expanded and slot error by @jul-lam in https://github.com/siemens/ix/pull/1119
- fix(core/menu-category): allow empty icon as menu-category-item by @jul-lam in https://github.com/siemens/ix/pull/1110
- fix(core/menu-category): fix unwanted behavior with active element by @matthiashader in https://github.com/siemens/ix/pull/1102
- fix(core/menu-avatar-item): use host for trigger target by @danielleroux in https://github.com/siemens/ix/pull/1113
- fix(core/menu): fix theme switching icon by @matthiashader in https://github.com/siemens/ix/pull/1121
- fix(core/menu-avatar-item): use correct theme color by @KaiSoellch in https://github.com/siemens/ix/pull/1116
- fix(angular): icon size property missing in wrapper generation by @danielleroux in https://github.com/siemens/ix/pull/1124
- fix(core/blind): refactor header to not use z-index by @nuke-ellington in https://github.com/siemens/ix/pull/1125
New Contributors
- @KaiSoellch made their first contribution in https://github.com/siemens/ix/pull/1116
Full Changelog: https://github.com/siemens/ix/compare/v2.1.0...v2.1.1