Releases: siemens/ix
Releases · siemens/ix
v2.1.1-beta.0
What's Changed
- fix(core/modal): fixed closing modal issue when press space or enter by @ridvandmrc in #1080
- fix(react|vue): define internal components by @danielleroux in #1099
- fix(core/dropdown): check against undefined access by @danielleroux in #1104
- fix(core/message-bar): remove unwanted margin by @matthiashader in #1064
- fix(core/burger-menu): a11y expand state by @nuke-ellington in #1112
- fix(core/tooltip): remove direct constructor access by @danielleroux in #1118
- fix(core/panes): expanded and slot error by @jul-lam in #1119
- fix(core/menu-category): allow empty icon as menu-category-item by @jul-lam in #1110
- fix(core/menu-category): fix unwanted behavior with active element by @matthiashader in #1102
- fix(core/menu-avatar-item): use host for trigger target by @danielleroux in #1113
- fix(core/menu): fix theme switching icon by @matthiashader in #1121
Full Changelog: v2.1.0...v2.1.1-beta.0
v2.1.0
What's Changed
Bug Fixes
- fix(core/modal): ensure that key down listener gets called by @nuke-ellington in #870
- fix(core/push-card): option to collapse and expand push card by @matthiashader in #875
- fix(core/key-value-list): adjust full width input by @matthiashader in #905
- fix(core/group): fixed shift on overflow text by @matthiashader in #916
- fix(core/tooltip): accessibility by @jg0815 in #556
- fix(core/menu-item): suppress icon tooltip by @nuke-ellington in #887
- fix(core/burger-menu): cursor appearance by @jul-lam in #941
- fix(core/pill): fix custom outline variant and add variant examples by @nuke-ellington in #968
- fix(core/utils): prevent undefined access on OnListener decorator by @jul-lam in #1000
- fix(core/event-list): remove unwanted top margin by @nuke-ellington in #997
- fix(core/upload): replace class icons with ix-icon by @danielleroux in #1022
- fix(core/tooltip): positioning initial by @ridvandmrc in #1036
- fix(core/menu): adjust spacing of menu-button and app-switch by @danielleroux in #1040
- fix(core/modal): remove dialog on escape by @nuke-ellington in #1016
- fix(core/validation-tooltip): prevent assignment/reading on null element by @jul-lam in #1001
- fix(core/modal): fixes runtime error by @matthiashader in #902
- fix(core/key-value-list-label): label behavior by @matthiashader in #942
- fix(core): remove type declaration from ts file by @danielleroux in #1052
- fix(core/slider): use correct pointerup event by @danielleroux in #1054
- fix(core/dropdown): use controller instance to handle dropdown instances by @danielleroux in #1051
- fix(toast): fixed initial async undefined error by @ridvandmrc in #1039
- fix(core/workflow-step): retain icon color on state change when disabled by @matthiashader in #1031
- fix(aggrid): aggrid checkbox sizing by @robert-wettstaedt in #1067
- fix(core/dropdown): check submenu item by interface by @danielleroux in #1060
- fix(core/radio-button): fix alignment of checked indicator by @nuke-ellington in #1046
- fix(core/windows-doc-generation): fix for component-doc generation by @matthiashader in #1070
- fix(core/menu-about): unwanted behavior on fast tab change by @matthiashader in #933
- fix(core/card) selected hover by @nuke-ellington in #1089
- fix(core/dropdown) close on escape by @nuke-ellington in #1093
Features
- feat(core/date-dropdown): new date-dropdown component by @matthiashader in #797
- feat(core/menu-avatar): optional logout button, conditional dropdown by @matthiashader in #851
- feat(core/icon-button): implement a11y features for icon-button by @jg0815 in #502
- feat(core/menu-about-news): fullscreen pop up for sm screens by @nuke-ellington in #1005
- feat(core/avatar): add user-info to dropdown by @danielleroux in #1043
- feat(core/application): app switch by @danielleroux in #1007
- feat(core/sidepane): pane component by @matthiashader in #989
New Contributors
- @gyoengyiszabo made their first contribution in #904
- @Siddharth1605 made their first contribution in #1024
- @ridvandmrc made their first contribution in #1036
Full Changelog: v2.0.4...v2.1.0
v2.0.4
What's Changed
- fix(core/modal): use percentage to align modal centered by @danielleroux in #836
- fix(core/button): prevent interaction of ix-icon by @danielleroux in #839
- fix(core): request animation depending on zonejs; reduce global events by @danielleroux in #855
- fix(core/input-group): add padding left for error image by @danielleroux in #838
- fix(core/tree): add undefined check to disconnected callback by @danielleroux in #867
- fix(core/typography): use ms--1 size in h6 by @danielleroux in #871
- fix(core/basic-navigation): fixed behavior on missing breakpoints by @matthiashader in #874
- fix(core/button): documentation fix by @matthiashader in #885
- fix(core/modal-header): fix by @matthiashader in #883
- fix(core/event-list-item): fix right padding by @matthiashader in #859
- fix(core/select): filter corrections by @goncalosard in #784
- fix(core/ix-dropdown): reworked nested dropdown fix by @lzeiml in #849
- fix(core/blind): remove custom action from button tag by @danielleroux in #876
- fix(core/tabs): flickering by @matthiashader in #890
New Contributors
- @mfruehmannext made their first contribution in #845
- @matthiashader made their first contribution in #874
Full Changelog: v2.0.3...v2.0.4
v2.1.0-beta.0
What's Changed
- fix(core/modal): use percentage to align modal centered by @danielleroux in #836
- fix(core/button): prevent interaction of ix-icon by @danielleroux in #839
- fix(core): request animation depending on zonejs; reduce global events by @danielleroux in #855
Full Changelog: v2.0.3...v2.1.0-beta.0
v2.0.3
What's Changed
- fix(core/modal): skip tick during vdom rendering by @danielleroux in #788
- fix(core/drodown): nested dropdown closes parent dropdown by @lzeiml in #789
- fix(core/button): prevent native events to be dispatched by @danielleroux in #804
- fix(react/tree): load ix-tree web component on initialize react lib by @danielleroux in #806
- fix(core/pagination): dispatch complete page number by @danielleroux in #805
- fix(core/input-group): detect inital value padding by @danielleroux in #803
- fix(core/map-navigation): suppress responsive behavior by @danielleroux in #810
- fix(core/breadcrumb): check if overflow button is existing in DOM by @danielleroux in #811
- fix(core/drawer): add missing host class selector by @danielleroux in #815
- fix(core/checkbox, core/radiobutton): remove min-height by @danielleroux in #816
New Contributors
Full Changelog: v2.0.1...v2.0.3
v2.0.1
What's Changed
Bug Fixes
- aggrid: use default font fallbacks from core (#719) (5eed3b3)
- angular: fix change detection on modal when using a TemplateRef (#714) (fdfc9ef)
- core/blind: remove blind content after collapse changed (#690) (4f0c548)
- core/breakcrumb: remove hover style from last breadcrumb (#726) (9d3ef3d)
- core/datepicker: add width (#783) (efded9d)
- core/dropdownbutton: dropdown alignment (#694) (5d95a1e)
- core/dropdown: remove shadow-dom workaround (#777) (03a3099)
- core/input: show placeholder in readonly and disabled states (#770) (8f6d501)
- core/menu: a-tag styling (#689) (3e3e30b)
- core/modal: allow dialog to overflow (#692) (357e3b5)
- core/pushcard: use std-text as default color (#696) (ca59395)
- core/select: fix editable mode with shadow DOM (#758) (55a514a)
- core/slider: tick color (#764) (56e474c)
- core/split-button-item: deprecate component (#760) (950c66a)
- core/split-button: prevent inner event to bubble up (#710) (01d9f4f)
- core/styles: reduce css file size (#739) (c7e601c)
- core/toast: delay inital rendering of toast to next tick (#782) (b38f3c0)
- core/workflow-steps: onStepSelected event (#626) (4e8cac7)
- core: overwrite custom icon coloring (#753) (db6ec96)
- core: update classic theme (#725) (fb49e96)
- navigation-menu: bottom slot click event (#781) (b632ad0)
- aggrid: remove box shadow from editor cells (#600) (e3821b3)
- core/basic-navigation: increase content width to 100% (#571) (adbb655)
- core/button: pass through submit related events (#578) (3301a0d)
- core/chip: typo (94dfed1)
- core/date-picker: done button hidden (#624) (b7e95f5)
- core/drawer: start show true (#652) (56c730b)
- core/dropdown-button: deprecate unused property active (#599) (029fdf9)
- core/expanding-search: remove typo in variant (5ab05e0)
- core/icon-button: deprecated size 32 (#620) (e989be5)
- core/input: slot heights (#610) (6007776)
- core/spinner: update secondary color (#617) (242ac05)
- core/upload: drop while loading and input width (#655) (2a12e33)
- core: change variant values to lower case (#641) (c737d47)
Features
- core/blind: add sublabel property (#748) (6c8c665)
- core/blind: add variant property (#767) (8e2e908)
- core/breadcrumb: add keyboard navigation (#688) (1550bf2)
- core/breadcrumb: migrate to shadow dom (#679) (f8dc56a)
- core/card: add primary variant (#780) (c47a9c2)
- core/category-filter: enable shadow dom (#724) (01deb3f)
- core/dropdown-item: mark dropdown-item as internal event (#761) (b9d4804)
- core/flip-tile: migrate to shadow dom (#680) (6744195)
- core/grid: add grid component (#721) (d82ef06)
- core/input-group: migrate to shadow dom (#673) (9c9cb0e)
- core/input: add basic input styling (#717) (429f39e)
- core/map-navigation-overlay: migrate to shadow dom (#707) (cadc503)
- core/menu: provide keyboard navigation (#685) (4327a96)
- core/pagination: migrate to shadow dom (#678) (a8c2187)
- core/select: migrate to shadow dom (#670) (0d00293)
- core/select: support for angular forms (#738) (c0bb78f)
- core/slider: add slider component (#723) (6a7f3cb)
- core/styles: load input styles global (a396383)
- core/tabs: add additional navigation events (#669) (d800f29)
- **core/toggle-button|icon-tog...
v1.6.3
fix(core/icon-button): dispatch submit event with shadow button
v1.6.0
What's Changed
Features
- feat(core): integrate @siemens/ix-icons web components by @danielleroux in #524
- feat(core/bind): enable shadowDOM by @danielleroux in #533
- feat(core/button): enable shadowDOM by @danielleroux in #534
- feat(core/cards): add card related components by @danielleroux in #542
- feat(core/drawer): enable shadow dom by @danielleroux in #544
- feat(core/empty-state): enable shadow dom by @danielleroux in #543
- feat(core/empty-state): implement empty state by @christopher-bergwein-siemens in #523
- feat(core/key-value): implement key value by @christopher-bergwein-siemens in #545
- feat(core/kpi): enable shadow dom by @christopher-bergwein-siemens in #546
- feat(core/map-navigation): expose method to change visibility of sidebar by @goncalosard in #550
- feat(core/message-bar): enable shadow dom by @christopher-bergwein-siemens in #547
- feat(core/page-header): add page-header by @michael98123 in #526
- feat(core/spinner): enable shadow dom by @christopher-bergwein-siemens in #548
- feat(core/typography): add color property by @danielleroux in #530
Bug fixes
- fix(core/expanding-search): add full-width support by @goncalosard in #491
- fix(core/input): prevent mouse states for read-only and disabled inputs by @nuke-ellington in #562
- fix(core/menu): adapt width by @goncalosard in #514
- fix(core/menu): menu more disabled state by @goncalosard in #527
- fix(core/menu-item): update title when slot changes by @goncalosard in #539
- fix(core/modal): border-radius value by @goncalosard in #517
- fix(core/select): updated style and multimode functionality by @goncalosard in #516
- fix(core/time-picker): make inputs editable by @nuke-ellington in #512
- fix(core/toast): timer on hover by @goncalosard in #537
New Contributors
- @christopher-bergwein-siemens made their first contribution in #523
- @akash568 made their first contribution in #538
- @michael98123 made their first contribution in #526
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
Features
- feat(vue): add vue support by @PhentomPT in #291
- feat(input): search input example by @goncalosard in #439
- feat(core/pagination): add pagination component by @nuke-ellington in #413
- feat(core/flip-tile): add support for custom sizing by @nuke-ellington in #427
- feat(core/tree): add node clicked and toggled events by @nuke-ellington in #438
- feat(core/toast): add position top-right by @nuke-ellington in #432
- feat(core/blind): add icon and actions slot by @nuke-ellington in #448
- feat(core/tooltip): add position property by @danielleroux in #466
- feat(core/select): hide header text by @goncalosard in #471
- feat(core/datepicker): improve useability of the datepicker for range selection by @nuke-ellington in #473
- feat(core/select): show info if no matches found and fix selection bug by @nuke-ellington in #489
Bug Fixes
- fix(core/dropdown): fix editable dropdown width by @nuke-ellington in #435
- fix(core/menu-item): adjust bottom background color by @goncalosard in #420
- fix(core/chip): new custom event by @goncalosard in #441
- fix(core/select): stop form trigger by @goncalosard in #446
- fix(core/workflow-step): icons overflow by @goncalosard in #426
- fix(core/tooltip): remove arrow if not visible by @danielleroux in #451
- fix(core/breadcrumb): ellipsis overflow by @goncalosard in #452
- fix(core/filter-chip): update styling by @nuke-ellington in #458
- fix(core/group): header and item hover/active style by @goncalosard in #453
- fix(core/workflow-steps): new added step state by @goncalosard in #459
- fix(core/select): clear button by @goncalosard in #465
- fix(core/modal): close only target modal by @danielleroux in #469
- fix(core/blind): improve keyboard accessibility by @jg0815 in #461
- fix(core/select): add vertical margin to filter chips by @nuke-ellington in #474
- fix(core/toggle): remove attribute selector for disable state by @danielleroux in #478
- fix(core/blind): adjust padding and update docs by @nuke-ellington in #475
- fix(core/datetime-picker): adjust done button placement by @nuke-ellington in #484
- fix(core/form-controls): Input, Select, Textarea readonly states by @goncalosard in #485
- fix(core/group): group selected style and actions & header correction by @goncalosard in #470
- fix(core/category-filter): options by @goncalosard in #479
- fix(core/workflow-steps): single state by @goncalosard in #464
- fix(core/pagination): select and overflow behavior by @nuke-ellington in #486
- fix(core): Inputs and Textareas cursor by @goncalosard in #490
Documentation
- docs: restructure navigation layout by @danielleroux in #496
- docs(security): add securty page with csp section by @nuke-ellington in #462
- docs(button): update button description by @linstedt in #447
- docs(expanding-search): example height by @goncalosard in #454
New Contributors
Full Changelog: v1.4.2...v1.5.0
v1.4.2
Full Changelog: v1.4.0...v1.4.2