Commit Graph

891 Commits

Author SHA1 Message Date
sanchit3008
df12d4392b fix: null check for freeze handles 2024-12-08 12:31:10 +05:30
sanchit3008
1ad747d30b v0.20.2 bump 2024-12-07 23:23:57 +05:30
Sanchit Agarwal
cab5d3dce3
Merge pull request #647 from ruilisi/textbreak-optimizations
Optimize textbreak processing
2024-12-07 23:23:06 +05:30
sanchit3008
21b74a346f optimize textbreak processing 2024-12-07 23:16:45 +05:30
sanchit3008
4f0399a374 v0.20.1 bump 2024-12-07 21:52:32 +05:30
Sanchit Agarwal
a97ea71ad9
Merge pull request #646 from ruilisi/610-textbreak-tb-makes-sheet-very-laggy-performance-issues-bug
Optimize inline textwrap processing
2024-12-07 21:51:46 +05:30
sanchit3008
b63bebf9c6 optimize inline textwrap processing 2024-12-07 21:45:22 +05:30
sanchit3008
408229dae9 v0.20.0 bump 2024-11-27 11:54:47 +05:30
Sanchit Agarwal
1eb99d20ba
Merge pull request #639 from Corbe30/bugfix/tsc-issues
fixed: tsc, lint errors
2024-11-26 12:10:23 +05:30
Shashank Agarwal
f2d41934a7 fixed: tsc, lint errors 2024-11-26 12:05:08 +05:30
Sanchit Agarwal
f8885c5950
run ci action only for pr to master 2024-11-25 22:16:27 +05:30
Sanchit Agarwal
fe10bb662d
Merge pull request #637 from Kreijstal/fix-my-bug
Fix typescript error
2024-11-25 22:06:48 +05:30
Kreijstal
d83324a8ba Perform fix, if not globalThis, then Window 2024-11-25 16:34:17 +00:00
Sanchit Agarwal
ae482085b2
Merge pull request #631 from Corbe30/feature/custom-number-fmt-v1
added: number format support - Volts, ampere, ohms
2024-11-25 21:54:30 +05:30
Sanchit Agarwal
54f02add63
Merge pull request #634 from Corbe30/bugfix/data-validation-cell-range
removed: redundant default value, fixes cell range issue
2024-11-25 21:49:47 +05:30
Sanchit Agarwal
2629e8b51d
Merge pull request #636 from Kreijstal/globalThis-not-in-browser
check for globalThis.
2024-11-25 21:45:16 +05:30
Sanchit Agarwal
9b677743e3
Merge pull request #635 from Corbe30/bugfix/select-cell-range-scroll
fixed #633: 'select cell range' does not scroll
2024-11-25 14:16:58 +05:30
Shashank Agarwal
106c3e7247 fixed #633: 'select cell range' does not scroll 2024-11-25 08:45:02 +00:00
Shashank Agarwal
17df88c90d removed: redundant default value 2024-11-25 08:18:00 +00:00
Shashank Agarwal
b7d852da84 added: number format support - Volts, ampere, ohms 2024-11-22 11:14:56 +00:00
Sanchit Agarwal
ede5afa76d
Merge pull request #630 from Corbe30/feature/12hr-format
added: 12hr format support
2024-11-22 13:56:18 +05:30
Shashank Agarwal
4b14a55a14 added: 12hr format support 2024-11-21 10:47:43 +00:00
Kreijstal
9164f1d4c2
globalThis error should not be handled by vite otherwise creates dependency there 2024-11-19 17:58:15 +01:00
Sanchit Agarwal
c489e509cf
fix: remove extra space 2024-11-19 21:40:12 +05:30
Sanchit Agarwal
98d79d6039
Merge pull request #627 from Kreijstal/patch-1
Do not import isPlainObject directly
2024-11-19 21:34:31 +05:30
Kreijstal
76562d708d
Do not import isPlainObject directly
but indirectly
2024-11-19 16:02:23 +01:00
sanchit3008
5daf15bbdf v0.19.18 bump 2024-11-19 12:42:10 +05:30
Sanchit Agarwal
6e85e92939
Merge pull request #624 from Corbe30/refactor/readme
added: updated features and roadmap in readme
2024-11-18 21:08:20 +05:30
Shashank Agarwal
3313681be0 added: disclaimer for outdated storybook and docs 2024-11-18 10:29:30 +00:00
Sanchit Agarwal
0d5aee5e4d
Merge pull request #623 from Corbe30/bug/font-styling-with-newline-cells
fixed #622: font family not included in css
2024-11-18 15:46:24 +05:30
Sanchit Agarwal
d8891bee4a
Merge pull request #625 from Corbe30/bugfix/data-verification-message
Bugfix/data verification message
2024-11-18 15:45:54 +05:30
Shashank Agarwal
85b1565b96 fixed: english as default language for data verification 2024-11-18 10:09:31 +00:00
Shashank Agarwal
0c8ba33db0 fixed #619: browser displays language in different names 2024-11-18 09:58:25 +00:00
Shashank Agarwal
6f66814548 added: updated features and roadmap in readme 2024-11-18 09:08:33 +00:00
Shashank Agarwal
f7a43c27a8 fixed #622: font family not included in css 2024-11-18 08:40:08 +00:00
Sanchit Agarwal
bffee0a2e8
Merge pull request #617 from Corbe30/bugfix/scroll-lock
Bugfix: scroll restricted to a single axis
2024-11-12 14:55:41 +05:30
Shashank Agarwal
052d4820c5 fixed: scroll restricted to horizontal axis 2024-11-12 07:21:16 +00:00
Shashank Agarwal
71b8164bec fixed: semicolon 2024-11-11 09:23:10 +00:00
Shashank Agarwal
6093921f62 fixed: scroll restricted to a single axis 2024-11-11 09:22:33 +00:00
Sanchit Agarwal
01d52cec91
Merge pull request #615 from Corbe30/optimize/filltext-newline-parsing
fixed #578: performance improvement on filltext()
2024-11-03 07:41:56 +05:30
Shashank Agarwal
96ba05a024 removed: unnecessary loop to split homogeneous characters 2024-10-24 12:24:15 +00:00
sanchit3008
a5911bb2e4 v0.19.17 bump 2024-10-23 15:41:36 +05:30
Sanchit Agarwal
5f2da8ed7c
Merge pull request #614 from Corbe30/bugfix/yarn-tsc-getContainer
fixed: reverted getContainer change
2024-10-22 16:47:11 +05:30
Shashank Agarwal
94a091df70 fixed: reverted getContainer change 2024-10-17 16:49:14 +05:30
Sanchit Agarwal
b441c81ab6
Merge pull request #612 from Corbe30/bugfix/filtered-rows-copied
#605 fixed: copy ignores hidden rows, columns in all cases + linter issues
2024-10-17 16:08:58 +05:30
Sanchit Agarwal
3e20be4d5e
Merge pull request #613 from Corbe30/bugfix/canvas-selection-issue
fixed #588: cellmainWidth value corrected
2024-10-17 16:08:46 +05:30
Shashank Agarwal
2315fcb1e5 fixed #588: cellmainWidth value corrected 2024-10-17 13:05:47 +05:30
Shashank Agarwal
10478d906f added: ignore hidden cols as well as rows 2024-10-16 08:11:40 +00:00
Shashank Agarwal
0ede3c13c9 Merge branch 'master' of https://github.com/Corbe30/fortune-sheet into bugfix/filtered-rows-copied 2024-10-16 07:40:39 +00:00
Shashank Agarwal
ad74138107 fixed: copy ignores hidden rows in all cases + linter issues 2024-10-16 07:29:26 +00:00