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