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