Skip to content

@siemens/ix-vue@2.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 11:30
· 2 commits to main since this release
fa2dbb1

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 inputs
    • ix-number-input for number based inputs with optional stepper buttons
    • ix-date-input which shows a date picker within a dropdown
    • ix-textarea for larger text inputs
    • ix-radio and ix-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 and textarea (e.g input[type="checkbox"] and input[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