Skip to content

Releases: plotdb/sheet

0.6.0

15 Sep 11:05

Choose a tag to compare

  • optionally disable pasting if papaparse is not available (not yet implemented TODO)
  • support slider with slider option to toggle it on
  • let tab key stroke move cursor one cell forward in x direction.
  • support shift + arrow key to extend selection.
  • fix bug: IME composition isn't working at the first keystroke to enter editing mode.
  • support cellcfg() for customizing cells with readonly and class type.
  • check Papa for existency before parsing CSV with papaparse.

0.5.9

30 Apr 13:49

Choose a tag to compare

  • add sorting API

0.5.8

07 Apr 03:14

Choose a tag to compare

  • support html parsing when HTML code is detected in paste event.

0.5.7

28 Mar 14:12

Choose a tag to compare

  • correctly handle ctrl++ event for row/col insertion
  • prevent enter from sending newline to cell when it's used to toggle editing.

0.5.6

28 Mar 12:57

Choose a tag to compare

  • fix bug: selection out of range isn't rendered correctly if current view is closer to origin point.

0.5.5

28 Mar 02:20

Choose a tag to compare

  • support menu.on and menu.off event
  • fix bug: right click incorrectly considered as selection.

0.5.4

02 Mar 08:28

Choose a tag to compare

  • add insert api

0.5.3

10 Jan 15:57

Choose a tag to compare

  • cell lookup now doesn't throw exception if node not found.
    instead, null returned value is handled by caller
  • fix bug: for narrow table, cell lookup of previous location may fail due to sheet move.
  • trim class name.

0.5.2

09 Jan 16:09

Choose a tag to compare

  • fix bug: exception when slice without selection

0.5.1

09 Jan 15:51

Choose a tag to compare

  • upgrade dev modules and fix vulnerabilities
  • add slice api