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
plusicon during editing in Tasklist - The
onChangeevent is issued after edit field was closed without actual changes
Breaking changes
- Popup
mountproperty was removed
Version 2.3
Released on September 26, 2025
New features
- TypeScript definitions
Updates
API changes with backward compatibility until 3.0:
onClickevent of all menus:actionparameter is renamed tooption- Option
typeproperty is renamed tocomp - Property
itemof a custom component, registered as menu option, is renamed tooption
Fixes
- Slider always has stable
previousparameter and numericvaluein theonChangeevent - DateRangepicker allows to select start date only
- Segmented and Tabs set native tooltip only with option
title
Toolbar
- Item
menuTextproperty 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