Skip to content

Releases: plotdb/sheet

0.6.10

20 Sep 07:27

Choose a tag to compare

  • add ctrl (keycode 17) in the skip list when reacting to keyboard events.

0.6.9

26 Apr 05:59

Choose a tag to compare

  • fix bug: keydown cause exception if selection is out of viewport after scrolled.

0.6.8

18 Apr 12:47

Choose a tag to compare

  • call focus with preventScroll: true in render-selection to prevent scrolling from non-interaction update.

0.6.7

30 Nov 15:22

Choose a tag to compare

  • skip cell copy/cut if we are editing in textarea to preserve content editing experience.

0.6.6

30 Nov 11:54

Choose a tag to compare

  • add enableScrolling option for enabling scrolling which by default is true
  • upgrade dependencies

0.6.5

18 Oct 11:45

Choose a tag to compare

  • tweak scroll controller speed
  • add sample code for overscrolling

0.6.4

10 Oct 04:14

Choose a tag to compare

  • bug fix: check ccfg existence before using it

0.6.3

15 Sep 13:49

Choose a tag to compare

  • bug fix: sliders is covered by grid due to z-index issue

0.6.2

15 Sep 13:27

Choose a tag to compare

  • bug fix: change isn't fired when editing

0.6.1

15 Sep 11:41

Choose a tag to compare

  • simplify opt.cellcfg to _ccfg
  • prevent readonly cells to be edited by paste, cut or delete
  • add papaparse in demo page