Commit Graph

668 Commits

Author SHA1 Message Date
Sanchit Agarwal
798994bc4f fix: sheet keeps focus on copy 2023-06-13 17:01:52 +08:00
Sanchit Agarwal
9f504b0a8c fix: make moveHighlightCell generic 2023-06-13 17:01:52 +08:00
Sanchit Agarwal
6aef552af4 fix: non ts compatibility for getCellTextInfo 2023-06-13 17:01:52 +08:00
ice_win_linux
b5b5a530c7 fix: Clear content, formula not updated 2023-06-13 14:12:23 +08:00
Sanchit Agarwal
a97b9cfb2b fix: correct minimum up scroll value 2023-06-04 10:35:52 +08:00
Sanchit Agarwal
160852aee2 fix: make scrollToHighlightCell generic 2023-06-04 10:35:52 +08:00
zyc9012
2d97c50944 chore: support getting globalCache from context 2023-06-03 21:13:05 +08:00
gazedreamily
ddaeccd580 fix: cannot use mouse to change cursor in sheetTab in firefox 2023-05-31 20:53:27 +08:00
ice_win_linux
55af0037d5 chore: add zoom limit and fix float precision 2023-05-29 22:02:26 +08:00
gazedreamily
5d4e2f835e fix: single cell selected when right-clicking a merged cell 2023-05-29 12:27:39 +08:00
gazedreamily
ee31528150 fix: improve freeze handler 2023-05-26 14:11:25 +08:00
gazedreamily
b19c416e37 fix: format paint error from mergedCell to other cell 2023-05-21 20:50:52 +08:00
igeligel
2a99c0a26c docs: README
Update readme with improved installation instructions for example for pnpm
2023-05-20 18:02:24 +08:00
zyc9012
839fc3d541 fix(sort): row offset calc 2023-05-20 17:14:00 +08:00
ice_win_linux
67488ebe00 fix: sort with formula 2023-05-20 17:14:00 +08:00
zyc9012
086350b79f fix: formula range overflow 2023-05-18 16:17:14 +08:00
zyc9012
3337ec28d4 Update CI 2023-05-18 15:25:37 +08:00
tato
cfc65fda43 fix: IE compatibility 2023-05-18 12:25:31 +08:00
Arthur
42fd788ab7 fix: issue of initial formula inputs 2023-05-18 11:55:39 +08:00
Bob
6c1be8a93e chore: bump version 0.17.0 2023-05-06 07:30:47 +08:00
zyc9012
43297d4b29 chore: remove unwanted changes 2023-05-02 22:54:28 +08:00
zyc9012
5c6877817c fix: scrollbar overflow on zoom 2023-05-02 22:54:28 +08:00
zyc9012
e20abcbbf6 fix: image not affected by zoom 2023-05-02 22:54:28 +08:00
zyc9012
7d3288afd5 chore: remove dragging ball, polish code and move zoom control into sheet tab area 2023-05-02 22:54:28 +08:00
zyc9012
548b5f67fc chore: extract zoom control to a separate component 2023-05-02 22:54:28 +08:00
zyc9012
7c358af34b chore: rename css classes 2023-05-02 22:54:28 +08:00
tato
1241d3eeda chore: simplify code 2023-05-02 22:54:28 +08:00
zyc9012
683301b2bc feat: keyboard shortcut for zoom 2023-05-02 22:54:28 +08:00
zyc9012
c7a967fb89 fix: input box content not responding to zoom 2023-05-02 22:54:28 +08:00
zyc9012
925705b6b3 fix: row header and column header not responding to zoom 2023-05-02 22:54:28 +08:00
root
6f8a77849c feat: add zoom 2023-05-02 22:54:28 +08:00
zyc9012
255949983d chore: remove transition 2023-04-30 21:03:31 +08:00
zyc9012
2dbe823caa Implement freeze drag handle 2023-04-30 20:40:55 +08:00
zyc9012
28479c093d Revert "feat: add background picture"
This reverts commit 688ad4457d.
2023-04-28 13:50:14 +08:00
zyc9012
3c05925a23 fix: selection style overflow when acrossing freeze line
Rework of https://github.com/ruilisi/fortune-sheet/pull/320
2023-04-28 12:00:50 +08:00
zyc9012
a417df231f Revert "fix: Style error when moving selection while freezing cells"
This reverts commit fe6a7bb59d.
2023-04-28 10:53:11 +08:00
zyc9012
48ddd13df1 fix: revert hardcoded height 2023-04-28 10:21:39 +08:00
zyc9012
93bc677343 chore: refine code 2023-04-27 16:42:17 +08:00
zyc9012
adba15732e chore: remove 'focus' menu from default 2023-04-27 15:49:20 +08:00
zyc9012
989a7dae7c fix: state update for add/delete row/col
Rework of https://github.com/ruilisi/fortune-sheet/pull/260
2023-04-27 15:05:38 +08:00
zyc9012
961e046ed1 chore: remove remaining usage of startsWith 2023-04-27 11:53:04 +08:00
zyc9012
7413a768ee Revert "refactor: replace some substring with startsWith"
This reverts commit 93010144aa.
2023-04-27 11:42:59 +08:00
zyc9012
2b5aaae5f9 fix: canvas drawing breaks on zoom and update
Rework of https://github.com/ruilisi/fortune-sheet/pull/176
2023-04-27 10:41:48 +08:00
zyc9012
29bb4a8ca5 fix: sheet added twice on fast click
Rework of https://github.com/ruilisi/fortune-sheet/pull/198
2023-04-27 10:41:48 +08:00
zyc9012
1b25e88873 chore: simplify sheet item scrolling
Rework of https://github.com/ruilisi/fortune-sheet/pull/163
2023-04-27 10:41:47 +08:00
zyc9012
5c90e87ff1 fix: inconsistent behavior of undo/redo between api and module
Rework of https://github.com/ruilisi/fortune-sheet/pull/126
2023-04-27 10:41:47 +08:00
zyc9012
cf852995b8 fix: html escaping
Rework for https://github.com/ruilisi/fortune-sheet/pull/94
2023-04-27 10:41:47 +08:00
zyc9012
795bf8dbb5 fix: remove duplicated code 2023-04-27 10:40:20 +08:00
zyc9012
ba36ba3c2c fix: paint brush copying non-style attributes
Rework for https://github.com/ruilisi/fortune-sheet/pull/36
and https://github.com/ruilisi/fortune-sheet/pull/54
and https://github.com/ruilisi/fortune-sheet/pull/71
2023-04-27 10:40:20 +08:00
zyc9012
9160e1fb60 chore: refine null test 2023-04-27 10:40:20 +08:00