Skip to main content

Changelog

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

Released on September 26, 2025

New features

  • TypeScript definitions

Updates

API changes with backward compatibility until 3.0:

  • onClick event of all menus: action parameter is renamed to option
  • Option type property is renamed to comp
  • Property item of a custom component, registered as menu option, is renamed to option

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

Version 2.2

Released on September 17, 2025

Updates

  • Provides all the same functionality as Svelte Core 2.2.0
    • Form controls
    • Menu widget
    • Toolbar widget
    • Comments widget
    • TaskList widget