Changelog
@siemens/ix@2.6.0 (2024-11-25T11:29:54Z)
Minor Changes
-
#1533
3e2835ff8fThanks @nuke-ellington! - feat(core/message): add options to set size and position -
#1549
a5e217270fThanks @nuke-ellington! - feat(core/date-dropdown|date-picker|datetime-picker): add missing properties to picker components -
#1497
eb97f91e9dThanks @nuke-ellington! - feat(core): improve component a11y -
#1562
70ea07da0cThanks @nuke-ellington! - Add filter cleared event to ix-categroy-filter. -
#1318
f5af78e208Thanks @danielleroux! - Introduce several new input components:ix-inputfor text based inputsix-number-inputfor number based inputs with optional stepper buttonsix-date-inputwhich shows a date picker within a dropdownix-textareafor larger text inputsix-radioandix-radio-groupix-checkboxix-custom-fieldto wrap custom components
Introduce a new layout component
ix-layout-autoto make it easier to create a typical input forms.Enhanced the compatibility with Forms for the following components:
ix-selectix-toggle
Deprecation:
Native css stylings for
inputandtextarea(e.ginput[type="checkbox"]andinput[type="radio"]) are deprecated and will be removed in upcoming major release. -
#1563
d6da6adfd6Thanks @matthiashader! - Update expandedChange event to trigger only on user interactions and add unnamed default slot for ix-pane-layout content.
Patch Changes
-
#1489
6041b3da11Thanks @matthiashader! - fix(core/modal): duplicate event firing -
#1488
d201c557e4Thanks @danielleroux! - fix(core): replace font styles with actual formats -
#1499
7fe0136cadThanks @matthiashader! - fix(core/modal): figma - code mismatch -
#1514
60760bcdb0Thanks @matthiashader! - fix(core/content-header): adapt spacing -
#1560
d7e977759bThanks @nuke-ellington! - Enable discovery of trigger elements if in same shadow DOM for ix-tooltip and ix-dropdown. -
#1469
cc6091fca5Thanks @matthiashader! - fix(core/menu-about): set index if selected is set on tab-item -
#1527
ed676579f0Thanks @matthiashader! - fix(core/checkbox): page jumps on checkbox click in scrollable ix-content -
#1571
720fb53c72Thanks @AndreasBerliner! - Prevent null pointer exception in ix-menu component. -
#1557
dc59d67a89Thanks @matthiashader! - fix(core/select): check if value is defined, before updating selection -
#1468
d5affb02b3Thanks @matthiashader! - fix(core/slider): update tooltip on steps below 1 -
#1519
ecf02d5bd5Thanks @matthiashader! - fix(core/button): fix keyboard navigation & accessibility -
#1541
7347c40993Thanks @nuke-ellington! - fix(core/spinner): move styling into shadow dom -
#1548
19b6842282Thanks @matthiashader! - fix(core/select): update input value on slot change -
#1318
f5af78e208Thanks @danielleroux! - ix-drawer: the full-height property is now working -
#1476
7f371654a5Thanks @matthiashader! - fix(core/input): remove hover state from readonly and disabled variant -
#1318
f5af78e208Thanks @danielleroux! - Removeborder-radiusfrom<input />ifreadonlyordisableis set -
#1516
ff99d8cdefThanks @h4de5! - fix(core/icon-toggle-button): remove console.log -
#1522
1a13a46096Thanks @nuke-ellington! - fix(core): prevent detached dom nodes -
#1498
0b41424d95Thanks @AndreasBerliner! - fix(card): card-filled colors for hover/active states -
#1492
20553f5e63Thanks @matthiashader! - fix(core/card-list): adapt title margin to figma -
#1483
a0316f5994Thanks @nuke-ellington! - fix(core/dropdown): clean up disconnected dropdowns -
#1558
8e72ec818cThanks @matthiashader! - Improve responsive behaviour ofix-datetime-pickeron small screens -
#1506
393b51d03bThanks @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
a5e217270fThanks @nuke-ellington! - feat(core/date-dropdown|date-picker|datetime-picker): add missing properties to picker components -
#1497
eb97f91e9dThanks @nuke-ellington! - feat(core): improve component a11y -
#1562
70ea07da0cThanks @nuke-ellington! - Add filter cleared event to ix-categroy-filter. -
#1318
f5af78e208Thanks @danielleroux! - Introduce several new input components:ix-inputfor text based inputsix-number-inputfor number based inputs with optional stepper buttonsix-date-inputwhich shows a date picker within a dropdownix-textareafor larger text inputsix-radioandix-radio-groupix-checkboxix-custom-fieldto wrap custom components
Introduce a new layout component
ix-layout-autoto make it easier to create a typical input forms.Enhanced the compatibility with Forms for the following components:
ix-selectix-toggle
Deprecation:
Native css stylings for
inputandtextarea(e.ginput[type="checkbox"]andinput[type="radio"]) are deprecated and will be removed in upcoming major release. -
#1563
d6da6adfd6Thanks @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
f5af78e208Thanks @danielleroux! - Introduce several new input components:ix-inputfor text based inputsix-number-inputfor number based inputs with optional stepper buttonsix-date-inputwhich shows a date picker within a dropdownix-textareafor larger text inputsix-radioandix-radio-groupix-checkboxix-custom-fieldto wrap custom components
Introduce a new layout component
ix-layout-autoto make it easier to create a typical input forms.Enhanced the compatibility with Forms for the following components:
ix-selectix-toggle
Deprecation:
Native css stylings for
inputandtextarea(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
a5e217270fThanks @nuke-ellington! - feat(core/date-dropdown|date-picker|datetime-picker): add missing properties to picker components -
#1497
eb97f91e9dThanks @nuke-ellington! - feat(core): improve component a11y -
#1562
70ea07da0cThanks @nuke-ellington! - Add filter cleared event to ix-categroy-filter. -
#1318
f5af78e208Thanks @danielleroux! - Introduce several new input components:ix-inputfor text based inputsix-number-inputfor number based inputs with optional stepper buttonsix-date-inputwhich shows a date picker within a dropdownix-textareafor larger text inputsix-radioandix-radio-groupix-checkboxix-custom-fieldto wrap custom components
Introduce a new layout component
ix-layout-autoto make it easier to create a typical input forms.Enhanced the compatibility with Forms for the following components:
ix-selectix-toggle
Deprecation:
Native css stylings for
inputandtextarea(e.ginput[type="checkbox"]andinput[type="radio"]) are deprecated and will be removed in upcoming major release. -
#1563
d6da6adfd6Thanks @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
c8b2d3caf2Thanks @matthiashader! - feat(core/push-card): add alternative card types -
#1422
34ddfd0410Thanks @danielleroux! - feat(core): add css safe areas -
#1454
da1f10e8caThanks @danielleroux! - feat(core/group): handle preventDefault for events -
#1449
f91b0a5bedThanks @danielleroux! - feat(core/application-header): hide toggle menu if header used outside of application frame
Patch Changes
-
#1441
a69f108ba8Thanks @matthiashader! - fix(core/category-filter): does not clear category preview -
#1462
501cce588bThanks @matthiashader! - fix(core/tooltip): cutoff near viewport edges -
#1343
b4a306ef90Thanks @matthiashader! - fix(core/dropdown): spacing and color -
#1401
1b4da95e21Thanks @nuke-ellington! - fix(core/select): set value before triggering event -
#1444
5acd52a874Thanks @matthiashader! - fix(core/tooltip): styles bleeding in -
#1428
c19a537552Thanks @nuke-ellington! - fix(core/tree): handle text overflow gracefully -
#1354
938ca56ca5Thanks @ridvandmrc! - fix(core/card-list): card-list show all not getting truncated -
#1438
00c68b5af2Thanks @matthiashader! - fix(core/tooltip): cancel tooltip positioning when reference is not visible -
#1409
5343eed4eaThanks @danielleroux! - fix(core): export TypedEvent -
#1460
2401b2ee27Thanks @nuke-ellington! - fix(core/tree): prevent hyperlist from disposing dropdowns linked to tree items -
#1370
69658147c8Thanks @matthiashader! - fix(core/menu-item): occasionally empty tooltips in menu-item -
#1454
da1f10e8caThanks @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
4804d54c4bThanks @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
7181098e9aThanks @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
24a9514772Thanks @AndreasBerliner! - fix(core/avatar): include scrollbar mixin to apply styling -
#1379
97291dbd76Thanks @nuke-ellington! - fix(core/dropdown): stop auto update when closing dropdown -
#1380
55783f7a0dThanks @matthiashader! - fix(core/group-item): allow clicks on supress click event -
#1380
55783f7a0dThanks @matthiashader! - fix(core/application-header): increase font -
#1386
1cfadcd3b2Thanks @nuke-ellington! - fix(core/tabs): re-render each time parent container changes size -
#1390
6c8e3b789bThanks @nuke-ellington! - fix(core/tabs): minimize tab auto scroll distance -
#1375
c8580e421bThanks @nuke-ellington! - fix(core/slider): hide slider reference visual for extrema -
#1374
f57e82fcf3Thanks @matthiashader! - fix(core/tooltip): destroy auto update cycle before starting a new one -
#1391
a650347f34Thanks @nuke-ellington! - fix(core/pagination): disable buttons if count is unset -
#1373
bb1f9c3d4cThanks @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
55783f7a0dThanks @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
6ab338a65dThanks @danielleroux! - feat(core/select): allow prevention of events
Patch Changes
-
#1360
af16f8f7bfThanks @danielleroux! - fix(core): prevent minor update of stencil/core -
#1355
dff51d292cThanks @nuke-ellington! - fix(core/dropdown button): prevent close on click if close behaviour is outside -
#1335
47d2fe98a3Thanks @danielleroux! - build: remove internal polyfills
@siemens/ix-vue@2.4.0 (2024-07-02T10:50:48Z)
Patch Changes
-
#1335
47d2fe98a3Thanks @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
47d2fe98a3Thanks @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
57fa02891eThanks @nuke-ellington! - feat(core/date-dropdown): add disabled property -
#1320
bace31f8d5Thanks @PhentomPT! - feat(core): add hydrate output target -
#1277
55d9fca5b4Thanks @nuke-ellington! - feat(core/button|icon-button): add danger variant -
#1306
6118ff3e83Thanks @nuke-ellington! - feat(core/theme): sync css variables -
#1292
c1d4f7d6b9Thanks @nuke-ellington! - feat(core/split-button): add close behavior
Patch Changes
-
#1336
1db5a061f5Thanks @matthiashader! - fix(core/panes): rotate icon at left and right pane -
#1261
c025a49c02Thanks @danielleroux! - fix(core/date-dropdown): show year and month dropdown -
#1312
f4eeebfd5eThanks @matthiashader! - fix(core/chip): adjust width on outline variant -
#1243
b4b06a6b40Thanks @nuke-ellington! - fix(core/event-list-item): add aria-disabled attribute to list element -
#1246
756bc424a8Thanks @jul-lam! - fix(core/category-filter): open dropdown on text input and keep it open -
#1285
9ee4aab8faThanks @danielleroux! - fix(core/blind): avoid unnecessary wrapping -
#1274
4418b8cebdThanks @nuke-ellington! - fix(core/base-button): set aria disabled -
#1260
90a7b71940Thanks @danielleroux! - fix(core/group): show expand-collapse icon -
#1313
e74e830308Thanks @matthiashader! - fix(core/scrollbar): fix firefox appearance (scrollbar & input & tabs) -
#1262
5eea8d18bfThanks @nuke-ellington! - fix(core/group-context-menu): set default cursor -
#1297
7f31b94599Thanks @danielleroux! - fix(core/workflow-step): load icon names before component is initialized -
#1230
5b2df0c4d4Thanks @matthiashader! - fix(core/event-list): event-list-items not selectabe in chrome -
#1251
346fb9a2deThanks @danielleroux! - fix(core/tooltip): null check before event listener gets registered on trigger -
#1311
70ec75b65dThanks @matthiashader! - fix(core/tooltip): adjust arrow height -
#1334
5149f1a535Thanks @nuke-ellington! - fix(core/dropdown): prevent closing -
#1244
1a0175f11eThanks @nuke-ellington! - docs(core/menu-about): update jsdocs for label property -
#1225
a35859addcThanks @ridvandmrc! - fix(core/group): use correct cursors -
#1287
bee3696005Thanks @matthiashader! - fix(core/select): rollback and fix object iteration -
#1293
fb48f05e57Thanks @danielleroux! - fix(core/menu): use label property to render internal menu items -
#1339
9e75d7bd2dThanks @matthiashader! - fix(core/menu): fix firefox overflow behavior and input styling -
#1219
544ceed834Thanks @matthiashader! - fix(core/workflow): add flexible layout
@siemens/ix-vue@2.3.0 (2024-06-21T05:31:26Z)
Patch Changes
-
#1261
c025a49c02Thanks @danielleroux! - fix(core/date-dropdown): show year and month dropdown -
#1292
c1d4f7d6b9Thanks @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
a8a2d55801Thanks @matthiashader! - fix(angular/modal): avoid overflow of modal content -
#1292
c1d4f7d6b9Thanks @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