Skip to content

Latest commit

 

History

History
95 lines (56 loc) · 14.2 KB

CHANGELOG.md

File metadata and controls

95 lines (56 loc) · 14.2 KB

@siemens/ix-angular

2.6.0

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

2.5.0

Patch Changes

2.4.1

Patch Changes

2.4.0

Patch Changes

2.3.0

Patch Changes

2.2.1

Patch Changes

2.2.0

Minor Changes

Patch Changes