Skip to content

Releases: plotdb/sheet

0.1.6

17 Aug 18:48

Choose a tag to compare

  • support custom class names in cells

0.1.5

07 Aug 13:56

Choose a tag to compare

  • make it possible to add node instead of pure text.

0.1.4

03 Jul 16:28

Choose a tag to compare

  • fix bug: 0 wasn't shown when set cell content. fix this by checking !(textContent?) instead of !(textContent).

0.1.3

03 Jul 15:16

Choose a tag to compare

  • add data(d) api

0.1.2

02 Jul 10:41

Choose a tag to compare

  • add scrollLock option for locking body scrolling to prevent swipe gesture.

0.1.1

30 Jun 13:48

Choose a tag to compare

  • fix bug: escape should cancel editing.
  • fix bug: caret position incorrect after pressing enter.
  • fix bug: should re-focus after enter.
  • fix bug: caret and range should not be hidden after edited.

0.1.0

30 Jun 12:48

Choose a tag to compare

  • rename update event to change event.
  • check sheet focus before pasting data
  • support copy tsv format text to clipboard. use navigator.clipboard, which doesn't support older browsers.

0.0.10

30 Jun 08:29

Choose a tag to compare

  • fix selection issue across frozen cells

0.0.9

30 Jun 07:15

Choose a tag to compare

  • fix column label issue (#1)

0.0.8

29 Jun 14:54

Choose a tag to compare

  • fix bug: cell overflow should be hidden so content won't overflow and cover following cells if size is fixed.