Features
- Allow Validator to render children, i.e. ValidationError (undocumented)
Fixes
- Expose SimpleSelection (undocumented)
Fixes
- Allow up to eight typed parameters in triggers and computables
- Allow entering negative decimal numbers in NumberFields with reactOn="change"
Fixes
- Fix
quoteStr
handling of special characters (used for multiline string templates)
Features
- Allow Grid to render children, i.e. loading mask
Fixes
- Make AccessorChain assignable to AccessorChain
Features
- Dart Sass compatibility (see Breaking Changes)
- Dropping IE support
Fixes
- Typing for
Dropdown.relatedElement
- Typing for
List.keyField
Features
- Add the
constrain
property to limit NumberField inputs
Fixes
- Typing for Url.setBaseFromScript
- Typing for the
bind
function - Typing for the LineGraph
- Propagate colSpan to grid column footers
Features
- Add the
dayData
property for calendar day styling
Fixes
- Add typing for LookupField bindings
- Improve typing for openContextMenu
Features
- Add LookupField onCreateVisibleOptionsFilter callback docs and example
Fixes
- Properly sort by the second column if the values in first column are null
Fixes
- Recalculate the widget on store change to correctly propagate the new store to widget's children
** Features**
- Add the onTrackMappedRecords callback for easier manipulation of sorted and filtered grid data
- Document onGetGrouping
Fixes
- Prevent late autofocus for touch devices
Fixes
- Add text ellipsis to all form fields
- Fix problems with datetime field dropdowns
Fixes
- Various typing improvements
Fixes
- Allow onContextMenu on all HTML elements in TypeScript
- Properly handle context menus within windows and dropdowns
- Allow get/set props in TypeScript
- Allow accessor chains for the Sandbox.storage prop
- Orient vertical Sliders to be bottom up, instead of top to bottom with the invert flag to control the behavior
Fixes
- Render overlay backdrop before the body and allow propagation of
mousedown
event to to allow integration of other libraries (i.e. prosemirror) which catch events on the document level.
New Features
- TreeAdapter now supports preserving expanded state through a flag
restoreExpandedNodesOnLoad
- Added an example for stateful tree grids
New Features
- TreeAdapter now support the flag
hideRootNodes
- Added the function
findTreePath
tocx/data
.
Fixes
- Typings for MenuItem
- Typings for PieSlice
- Skip focusing disabled LookupField options
- Typings for Window
Fixes
- Fix for onCellEdited firing twice (#982)
- Fix for grid cell editing not working in the first column (#980)
- Allow accessor chains for
value
andtext
props in lookup fields
- Allow tooltips in grid headers (#977)
- Fix MenuItem typing
Fixes
- Fix typings for the
Repeater
widget
Fixes
- Fix bugs related to
startWithMonday
inCalendar
widgets - Typing improvements
- Fix detection of touch events inside modal windows