Releases: bennyboer/table-engine
Releases · bennyboer/table-engine
v0.1.0
- Support for resizing rows/columns
- New line wrapping text cell renderer
- Copy-handle to the bottom-left of the selection rectangle
- Implemented missing event handlers for cell renderers
- Small bug fixes
v0.0.7
- Implemented missing cell renderer event listeners:
onFocus
, onBlur
, onKeyDown
, onKeyUp
- Demo application: Copying cell renderer (row/column header) in the first row or column when inserting rows/columns
- Smaller bugfixes
v0.0.6
- Support for resizing rows/columns using the first (or multiple first) rows and columns
v0.0.5
- New cell renderer (
TextCellRenderer
) replacing the old BaseCellRenderer
- Supporting line wrapping
- Supporting custom font family, font size, color, ...
- Introducing
viewportCache
property on ICell
so that cell renderers are able to cache values that are expensive to compute as long as the cell is visible
v0.0.4
- Refactored options
- Implemented copy-handler (can be enabled in options)
v0.0.1
Most features done but no documentation yet.