Skip to main content

What's New

Version 2.0

Updates

  • major update is migration to Svelte 5
  • controls with options now define options array elements as id, label
  • all controls now have the change event that fires when the value is changed; the new value comes as the value parameter to the event handler
  • the way how menus are triggered has changed: ContextMenu, ActionMenu, DropdownMenu now have the inner show method instead of the handler property
  • Area has been renamed to TextArea
  • Timepicker has changed to TimePicker
  • for Sidearea the close event is renamed to oncancel
  • for ColorBoard the onchange event has been updated with new parameters
  • for all Modal boxes as well as the showModal helper, the cancel and confirm properties are now events and renamed to oncancel and onconfirm

New features

  • the Clear button has been added to the next controls: Colorpicker, Colorselect, Combo, Datepicker, Daterangepicker, Richselect, Select, Text

Version 1.3.1

Fixes

  • the locale object lacks language marker
  • incorrect parameter of the change event in Tabbar
  • required fields don't have marks in labels
  • a disabled Richselect throws an error on click/keydown
  • the current month of Calendar doesn't update correctly

Version 1.3.0

Updates

  • improved Popup positioning strategies

Fixes

  • incorrect styling of the right selection marker in Calendar
  • impossible to track input changes in Textarea

Version 1.2.3

Fixes

  • closing Menu and Popup when clicking on a disabled control

Version 1.2.1

Fixes

  • regression in Popup closing in some cases

Version 1.2

New features

  • common logic for click-outside tracking for Popup and SideArea
  • the Counter widget added

Updates

Fixes

  • the change event in DatePicker / Calendar

Version 1.1.4

Fixes

  • compatibility with SvelteKit (TypeScript)

Version 1.1.3

Fixes

  • the input in an editable DatePicker triggers an immediate value reset

Version 1.1.2

Fixes

  • partial Combo clearing after clicking the "Clean" button