Skip to content

Latest commit

 

History

History
83 lines (49 loc) · 1.73 KB

CHANGES.md

File metadata and controls

83 lines (49 loc) · 1.73 KB

Changelog

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 to cx/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 and text 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 in Calendar widgets
  • Typing improvements
  • Fix detection of touch events inside modal windows