sanchit3008
|
4acc19c59d
|
v0.21.0 bump
|
2024-12-17 20:43:01 +05:30 |
|
Sanchit Agarwal
|
ebcad760a7
|
Merge pull request #651 from ruilisi/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.62.0
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.49.0 to 5.62.0
|
2024-12-17 17:29:59 +05:30 |
|
Sanchit Agarwal
|
afb4d2892c
|
Merge pull request #649 from Corbe30/optimize/formula
Optimisation: edit operation takes 4.5s in large sheets
|
2024-12-17 16:55:17 +05:30 |
|
dependabot[bot]
|
5f475b59c5
|
build(deps-dev): bump @typescript-eslint/eslint-plugin
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.49.0 to 5.62.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-12-16 13:53:00 +00:00 |
|
Shashank Agarwal
|
e068bf043c
|
removed: unnecessary null checks
|
2024-12-16 12:02:29 +00:00 |
|
Shashank Agarwal
|
20f3b66619
|
removed: FormulaDependenciesMap, fixed: undo-redo bugs with formula cache
|
2024-12-16 11:43:01 +00:00 |
|
Shashank Agarwal
|
02df819ca1
|
fixed: delete formula > undo - not reflecting changes
|
2024-12-16 08:12:43 +00:00 |
|
Shashank Agarwal
|
44be382ef5
|
fixed: row col nil check
|
2024-12-16 07:17:45 +00:00 |
|
Shashank Agarwal
|
bcb01ba48e
|
fixed: handle undefined
|
2024-12-16 06:50:12 +00:00 |
|
Shashank Agarwal
|
12c2c0c2f1
|
fixed: formula optimization bugfixes, renaming variables, defining types
|
2024-12-16 06:36:47 +00:00 |
|
Shashank Agarwal
|
d36e50e72b
|
fixed: skipping formula error
|
2024-12-13 09:27:46 +00:00 |
|
Shashank Agarwal
|
b1beffaba7
|
removed: comments
|
2024-12-13 06:47:57 +00:00 |
|
Shashank Agarwal
|
0cc827145c
|
optimized: formula cached
|
2024-12-12 18:21:27 +00:00 |
|
Sanchit Agarwal
|
27e733d8da
|
Merge pull request #648 from ruilisi/434-invalid-value-for-the-leftcss-style-warning-is-randomly-raised
fix: null check for freeze handles
|
2024-12-08 12:47:11 +05:30 |
|
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 |
|