Sanchit Agarwal
|
9fe2294bb4
|
feat: api for hide/show rows and cols
|
2024-09-23 09:08:54 +00:00 |
|
Sanchit Agarwal
|
0e4d0ba6bf
|
Merge pull request #600 from ruilisi/597-pasting-formula-into-sheet-doesnt-evaluate-it
Dont clear formula class on input
|
2024-09-17 23:01:28 +05:30 |
|
Sanchit Agarwal
|
9f270d9db5
|
dont clear formula class on input
|
2024-09-17 22:59:26 +05:30 |
|
Sanchit Agarwal
|
ac6fe2edf9
|
Merge pull request #598 from ruilisi/597-pasting-formula-into-sheet-doesnt-evaluate-it
Add handleFormulaStringPaste method
|
2024-09-17 20:45:06 +05:30 |
|
Sanchit Agarwal
|
3a63f2bcd6
|
non-null asserts for handleFormulaStringPaste
|
2024-09-16 17:18:52 +05:30 |
|
Sanchit Agarwal
|
5078400abe
|
add handleFormulaStringPaste method
|
2024-09-16 17:15:22 +05:30 |
|
sanchit3008
|
654be910e8
|
v0.19.15 bump
|
2024-09-14 20:20:21 +05:30 |
|
Sanchit Agarwal
|
a83a36a239
|
Merge pull request #594 from ruilisi/592-beforepaste-bug
call beforePaste hook for ctx menu paste option
|
2024-09-12 12:56:31 +05:30 |
|
Sanchit Agarwal
|
48d3a5ffaf
|
Merge pull request #596 from ruilisi/595-adding-cells-to-a-formula-shifts-focus-to-beginning
Handle cell range selection for autocompleted formulae
|
2024-09-12 12:56:15 +05:30 |
|
Sanchit Agarwal
|
39a382c53d
|
handle cell range selection for autocompleted formulae
|
2024-09-11 19:42:51 +00:00 |
|
Sanchit Agarwal
|
8269f12897
|
call beforePaste hook for ctx menu paste option
|
2024-09-10 22:05:26 +05:30 |
|
Sanchit Agarwal
|
a24359bc83
|
Update package.json
|
2024-08-31 13:51:17 +05:30 |
|
Sanchit Agarwal
|
ccbb70517c
|
bump core version
|
2024-08-31 13:51:12 +05:30 |
|
Sanchit Agarwal
|
202aa69bc1
|
Merge pull request #590 from ruilisi/589-set-default-currency-symbol-in-settings
feat: add support for custom currency symbols
|
2024-08-31 13:49:32 +05:30 |
|
Sanchit Agarwal
|
64ff1bd62f
|
fix: set default currency value
|
2024-08-31 08:15:57 +00:00 |
|
Sanchit Agarwal
|
fdebe93dd4
|
fix: make currency prop optional
|
2024-08-31 08:04:59 +00:00 |
|
Sanchit Agarwal
|
2bf3f13959
|
feat: add support for custom currency symbols
|
2024-08-31 07:57:18 +00:00 |
|
Sanchit Agarwal
|
3debb19f4d
|
version upgrade
|
2024-08-08 22:36:43 +05:30 |
|
Sanchit Agarwal
|
19cc6f8419
|
core version update
|
2024-08-08 22:36:15 +05:30 |
|
Sanchit Agarwal
|
b07bb7a777
|
Merge pull request #583 from ruilisi/regenerator-fix
add regenerate-runtime to context menu
|
2024-08-07 22:06:22 +05:30 |
|
Sanchit Agarwal
|
a1063126a3
|
add regenerate-runtime to context menu
|
2024-08-07 22:03:26 +05:30 |
|
Sanchit Agarwal
|
de46824dce
|
Merge pull request #582 from ruilisi/580-单元格处于编辑状态时右键菜单插入行列代码报错页面白屏
null checks for getStyleByCell
|
2024-08-06 22:16:31 +05:30 |
|
Sanchit Agarwal
|
46d9e66db0
|
null checks for getStyleByCell
|
2024-08-06 14:10:57 +05:30 |
|
sanchit3008
|
4b9dc3fd4a
|
v0.19.12 bump
|
2024-07-22 15:54:28 +05:30 |
|
Sanchit Agarwal
|
1793b88d6f
|
Merge pull request #577 from ruilisi/576-cmd-shift-arrow-does-not-work-in-first-column
Handle edge node condition for 0th column
|
2024-07-22 15:44:36 +05:30 |
|
Sanchit Agarwal
|
a30fc01843
|
handle edge node condition for 0th column
|
2024-07-22 15:24:20 +05:30 |
|
sanchit3008
|
bbdeb3b605
|
0.19.11 bump
|
2024-07-21 23:45:55 +05:30 |
|
Sanchit Agarwal
|
f7de966abd
|
Merge pull request #575 from sanchit3008/master
Keyboard usability + bug fixes
|
2024-07-21 16:21:21 +05:30 |
|
Sanchit Agarwal
|
57e0d63db9
|
Merge pull request #574 from labxchange/master
Improve keyboard and screen-reader related accessibility
|
2024-07-21 13:58:26 +05:30 |
|
Gareth B.
|
822cc5524b
|
Add tabIndex attribute to all tags with an onClick attribute (+ ran npx prettier --write ./packages to address warnings)
|
2024-07-20 16:44:37 +00:00 |
|
Gareth B.
|
e5b8a11cbb
|
Add toolbar group aria-label to improve screen reader accessibility (includes formatting fxies for linting)
|
2024-07-20 16:22:50 +00:00 |
|
Gareth B.
|
1b42ddd8eb
|
add shift + key to moeve cell focus left to improve keyboard navigation
|
2024-07-20 15:31:03 +00:00 |
|
Gareth B.
|
fa2817fbb7
|
added aria-label to tooltip buttons to improve screen reader accessibility
|
2024-07-20 15:14:40 +00:00 |
|
Gareth B.
|
c5b5826115
|
Fix linting error
|
2024-07-20 15:13:48 +00:00 |
|
Gareth B.
|
dade00d9c5
|
Make toolbard button image fully decorative to improve screen reader accessibility
|
2024-07-20 15:12:57 +00:00 |
|
Sanchit Agarwal
|
a9cab67e3f
|
Merge pull request #572 from ruilisi/hindi-translation
Add support for Hindi language
|
2024-07-19 12:52:49 +05:30 |
|
Sanchit Agarwal
|
b858f7ca01
|
Update dataVerification.ts for hindi
|
2024-07-19 12:45:40 +05:30 |
|
Sanchit Agarwal
|
f949a63fc6
|
Create hi.ts
|
2024-07-19 12:45:12 +05:30 |
|
Sanchit Agarwal
|
bc0bdc2cdb
|
add hindi option to locales
|
2024-07-19 12:44:35 +05:30 |
|
Sanchit Agarwal
|
0619942463
|
add hindi option labels
|
2024-07-19 12:43:44 +05:30 |
|
Sanchit Agarwal
|
e21990a804
|
highlight first suggestion by default
|
2024-07-19 11:26:04 +05:30 |
|
Sanchit Agarwal
|
de3e844baa
|
revert formulasearch index
|
2024-07-19 11:25:23 +05:30 |
|
Sanchit Agarwal
|
5d5ce413c6
|
handle paste for hidden rows
|
2024-07-19 00:42:52 +05:30 |
|
Sanchit Agarwal
|
be4fd67578
|
highlight first suggestion by default
|
2024-07-18 22:33:26 +05:30 |
|
Sanchit Agarwal
|
55c01f7797
|
handle formula autocomplete on tab/enter and arrow key selection
|
2024-07-18 22:32:51 +05:30 |
|
Sanchit Agarwal
|
d2e2e84de4
|
handle formula autocomplete
|
2024-07-18 22:32:04 +05:30 |
|
Sanchit Agarwal
|
719c85f316
|
remove comment
|
2024-07-18 00:48:35 +05:30 |
|
Sanchit Agarwal
|
afa55aa2fc
|
apply formula only to visible rows
|
2024-07-18 00:47:52 +05:30 |
|
Sanchit Agarwal
|
6785cdf891
|
support for ctrl+shift+arrow and cmd+arrow keys
|
2024-07-17 02:02:57 +05:30 |
|
sanchit3008
|
f308df550a
|
v0.19.10 bump
|
2024-07-03 11:47:46 +05:30 |
|