Skip to main content

Changelog

Version 2.5

Released on March 25, 2026

New features

Fixes

  • Dropdowns of select controls are cut off or change container size when there is not enough space
  • Combo dropdown hides when there is no data
  • Button selectors are incompaticle with NextJs
  • RangeCalendar: impossible to change month in single-month calendars
  • Colorboard: excess re-rendering on value input
  • MultiCombo: checkboxes are not clickable
  • Timepicker: too big dropdown width
  • Incorrect submenu position when there is not enough space to the right
  • Submenus are not shown on mobile devices
  • Tasks cannot be edited on touch devices

Version 2.4.3

Released on January 28, 2026

Fixes

  • Correct label-input association in forms
  • Sourcemap included

Version 2.4.1

Fixes

  • Correct path to icons and fonts

Version 2.4

Released on December 22, 2025

New features

  • Fullscreen component

Updates

  • Enhanced syntax of Field component that ensures proper label-input association
  • More options to precisely position and align Popup, ContextMenu, DropDownMenu, ActionMenu

Fixes

  • Incorrect position of Popup and Menus in relatively positioned container
  • Incorrect position of Popup and Menus close to container edges
  • Checkbox is replaced by plus icon during editing in Tasklist
  • The onChange event is issued after edit field was closed without actual changes

Breaking changes

  • Popup mount property was removed

Version 2.3.1

Fixes

Tasklist:

  • Incorrect types for callback props
  • Incorrect checkbox styling

Version 2.3

Released on September 26, 2025

New features

  • TypeScript definitions

Fixes

  • Slider always has stable previous parameter and numeric value in the onChange event
  • DateRangepicker allows to select start date only
  • Segmented and Tabs set native tooltip only with option title

Toolbar

  • Item menuText property is not applied

Comments

  • Incorrect rendering of a custom component for messages and contents
  • Applying default base locale

Version 2.2

Released on September 17, 2025

Updates

  • Provides all the same functionality as Svelte Core 2.2.0
    • Form controls
    • Adding menu widgets: Menu, MenuBar, DropDownMenu, ContextMenu, ActionMenu
    • Toolbar widget
    • Comments widget
    • TaskList widget