Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@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 componentsIntroduce 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
#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
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]
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 componentsIntroduce 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
#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
#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 componentsIntroduce 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
Patch Changes
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]
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 componentsIntroduce 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
#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
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]
Patch Changes
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
]: