Skip to content

Releases: kelvininc/ui-components

v0.33.1

16 May 17:23
Compare
Choose a tag to compare

What's Changed

  • fix(text-field): remove reflect on some props to avoid unwanted propagation bug by @djcouto in #444
  • fix(text-field)!: rename props existing in native input to avoid conflict with lp by @djcouto in #446
  • fix(absolute-time-picker-input): reset input text when user closes dropdown with empty input by @GoncaloCamaz in #445
  • fix(select-multi-options): prevent potential undefined error in selectOptions access by @miguelpinto98 in #447
  • feat(icons)!: remove old hierarchy assets and add new icons by @GoncaloCamaz in #443

Full Changelog: v0.33.0...v0.33.1

v0.33.0

06 May 14:35
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES:

KvActionButtonIcon component no longer has the 'href', 'target' and 'download' props
KvActionButtonSplit component no longer has the 'href', 'target', download, 'leftHref', 'leftTarget', 'leftDownload', 'rightHref', 'rightTarget', 'rightDownload' props
KvActionButtonText component no longer has the 'href', 'target' and 'download' props
KvActionButton component no longer has the 'href', 'target' and 'download' props
KvBreadcrumbItem component no longer has the 'href', 'target', download 'and' customLabel props
KvToggleButton component no longer has the 'href', 'target' and 'download' props
KvTreeItem component no longer has the 'href', 'target' and 'download' props
EIconName Shedule fixed and renamed to Schedule

Full Changelog: v0.32.0...v0.33.0

v0.32.0

06 May 14:33
Compare
Choose a tag to compare

What's Changed

  • fix!(select): change options renderer to be flat to enable virtualization by @djcouto in #430
  • fix(virtualized-list): update total height on change items count by @djcouto in #432
  • feat(absolute-time-picker): remove date input limits inplace validation by @djcouto in #431
  • fix(toggle-tip): allow toggle tip close when another toggle tip is opened by @GoncaloCamaz in #433
  • fix(schema-form): add title fallback to field label by @djcouto in #436
  • feat(icons): add new schedule send icon by @GoncaloCamaz in #435

Full Changelog: v0.31.1...v0.32.0

v0.31.1

01 Apr 15:40
Compare
Choose a tag to compare

What's Changed

  • fix(dropdown): change cancel create option event name due to native event conflict by @djcouto in #420
  • feat(dropdown): add search term as initial create option value by @djcouto in #422
  • fix(date-time-input)!: handle error range exceed in quarter dates by @GoncaloCamaz in #421
  • feat(dropdown): add 'create' option to 'no data available' state by @djcouto in #423
  • refactor(step-progress): align the step-progress with new designs by @ricardogoncalves89 in #403
  • chore: bump dayjs version to v1.11.10 by @djcouto in #425
  • fix(dropdown): reset create popup when dropdown closes by @djcouto in #426
  • fix(schema-form): fix untrusted submit event by @ricardogoncalves89 in #428
  • fix(absolute-time-picker): handle quarter dates limits in range by @GoncaloCamaz in #427

Full Changelog: v0.30.0...v0.31.1

v0.30.0

01 Apr 15:40
Compare
Choose a tag to compare

What's Changed

  • fix(form-help-text): text wrapping under the icon by @ricardogoncalves89 in #402
  • chore: bump stencil core by @GoncaloCamaz in #389
  • feat(icon): add kv-task-checkmark icon by @pedrorebelocosta in #406
  • feat(toggle-button): update toggle button styling by @djcouto in #407
  • fix(toggle-button): set icon size to be a square by @djcouto in #408
  • fix(toggle-button): change default size to small by @djcouto in #409
  • fix(toggle-button-group): change default size to small by @djcouto in #410
  • feat(absolute-time-picker-dropdown)!: add new dropdown component and single date functionality by @GoncaloCamaz in #405
  • fix(calendar-advanced-date-selector): separate total timezone options from filtered by @djcouto in #414
  • feat(select-option): add custom style prop to enable option custom styling by @djcouto in #412
  • fix(time-picker): remove empty group option from timezone list and prevent identical initial and end date by @GoncaloCamaz in #413
  • feat: improve styling of text-field, text-area and select components by @djcouto in #415
  • feat(schema-form): add the radio list widget by @ricardogoncalves89 in #411
  • feat(select): add create new option by @djcouto in #416
  • fix(absolute-time-picker)!: handle min and max dates on date click by @GoncaloCamaz in #418
  • feat!(select): update 'no data available' and 'no results found' states by @djcouto in #419

Full Changelog: v0.29.0...v0.30.0

v0.29.0

02 Feb 10:34
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • Illustrations - Adds new illustration called empty-state. Old empty-state illustration is now called empty-state-404.

Full Changelog: v0.28.0...v0.29.0

v0.28.0

20 Dec 11:05
Compare
Choose a tag to compare

What's Changed

  • fix(single-select-dropdown): set correct fallback 'selectOption' value #378
  • fix(text-field): add min and max values when the type is number #379
  • feat(schema-form): add 'select' widget to boolean fields #380
  • fix(select): set 'min-width' to 'max-content' to avoid overflow #381
  • feat(schema-form): add file widget #382
  • fix(multi-select-dropdown): fix 'disabled' styling selector to check for true value #383
  • fix(schema-form): prevent 'onChange' event when using array properties #384
  • fix(dropdowns): change dropdown search input size to small #385
  • feat(illustrations): add new illustrations #386
  • fix(illustrations): remove added height from illustrations #387

Full Changelog: v0.27.0...v0.28.0

v0.27.0

17 Nov 15:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.0...v0.27.0

v0.26.0

16 Nov 18:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.1...v0.26.0

v0.25.0

16 Nov 18:50
Compare
Choose a tag to compare

What's Changed

Breaking changes

  • text-field: removed highlighted property

Full Changelog: v0.24.0...v0.25.0