What's New
Version 2.1
New features
- Month and year formats for locales to adjust Calendar header
textOptions
property for Combo, RichSelect and MultiCombo to allow separate options for dropdown and text field
Fixes
- ContextMenu breaks parent scrollable container
- Dropdown lists of Combo, RichSelect and MultiCombo do not scroll during keys navigation
- Dropdown Menu is incorrectly positioned near viewport edges
- Popup positioning close to screen edges
- Done button in Calendar does not invoke value change
- Parts in RangeCalendar are not synchronized
- Typos in locales
Version 2.0
New features
- Code is migrated to Svelte 5
- Tasklist widget
- Comments widget
- Clear button has been added to Colorpicker, Colorselect, Combo, Datepicker, Daterangepicker, Richselect, Select, Text
change
event for all controls;- The initial value of all controls is defined as
value
in properties and in thechange
event handler
Updates
- Extra parameter for ColorBoard
change
event
Breaking changes
- Options for controls are defined with
id
andlabel
keys instead ofid
andname
- ContextMenu, ActionMenu and DropdownMenu have the
show
method instead of thehandler
property - Area has been renamed to TextArea
- Timepicker has changed to TimePicker
- Sidearea
close
event is renamed tocancel
- For Modal boxes and
showModal
helper thecancel
andconfirm
properties are replaced withcancel
andconfirm
events
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
- Counter widget added
Updates
- CSS styles are corrected (wx-prefixes, names of the top classes for each widget, error state)
- The Uploader has been removed (wx-svelte-uploader)
- Date formats can be set from the locale
Fixes
change
event in DatePicker / Calendar
Version 1.1.4
Fixes
- Compatibility with SvelteKit (TypeScript)
Version 1.1.3
Fixes
- Input in an editable DatePicker triggers an immediate value reset
Version 1.1.2
Fixes
- Partial Combo clearing after clicking the "Clean" button