Releases: siemens/ix
@siemens/[email protected]
Patch Changes
-
#1587
0e173504ea
Thanks @danielleroux! - Adjust the spacing of the toggle -
#1587
0e173504ea
Thanks @danielleroux! - Align label overflow behavior of ix-toggle to wrap -
#1574
57586a7fd1
Thanks @matthiashader! - Hide clear button in ix-select for disabled and readonly states. -
#1595
77f76febbc
Thanks @danielleroux! - Fix undefined access of ix-select during rendering of label -
#1603
0fe4d521ed
Thanks @danielleroux! - Remove hyperlist from the dependencies -
#1587
0e173504ea
Thanks @danielleroux! - Increase gap between switch and label of ix-toggle -
#1588
1c65a17d69
Thanks @nuke-ellington! - Enable the possibility to use autofocus within ix-modal -
#1587
0e173504ea
Thanks @danielleroux! - Make ix-toggle not clickable if disabled property is present (Fixes #1585)
@siemens/[email protected]
Patch Changes
- Updated dependencies [
0e173504ea
,0e173504ea
,57586a7fd1
,77f76febbc
,0fe4d521ed
,0e173504ea
,1c65a17d69
,0e173504ea
]:- @siemens/[email protected]
@siemens/[email protected]
Patch Changes
- Updated dependencies [
0e173504ea
,0e173504ea
,57586a7fd1
,77f76febbc
,0fe4d521ed
,0e173504ea
,1c65a17d69
,0e173504ea
]:- @siemens/[email protected]
@siemens/[email protected]
Patch Changes
- #1604
7ef10e3f6d
Thanks @silviowolf! - Update ECharts theme chart colors.
@siemens/[email protected]
Patch Changes
-
#1589
ce681e2baf
Thanks @Johanneslueke! - Useix-number-input
selector in text-value-accessor for ix-number-input -
Updated dependencies [
0e173504ea
,0e173504ea
,57586a7fd1
,77f76febbc
,0fe4d521ed
,0e173504ea
,1c65a17d69
,0e173504ea
]:- @siemens/[email protected]
@siemens/[email protected]
Patch Changes
-
#1615
e6bbb44a43
Thanks @nuke-ellington! - Hide border sticky bottom in ag-grid. -
Updated dependencies [
0e173504ea
,0e173504ea
,57586a7fd1
,77f76febbc
,0fe4d521ed
,0e173504ea
,1c65a17d69
,0e173504ea
]:- @siemens/[email protected]
@siemens/[email protected]
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/[email protected]
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/[email protected]
@siemens/[email protected]
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/[email protected]
@siemens/[email protected]
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/[email protected]