Commit Graph

1217 Commits

Author SHA1 Message Date
832327e1ba Merge branch 'release/v9.2.0' into fix/bug-78419 2025-11-14 15:17:07 +03:00
19134fc813 [se] Fix bug 78419 2025-11-14 15:02:26 +03:00
ec68f327e7 [SE] [tests] fix tests for VLOOKUP 2025-11-13 19:27:57 +03:00
7fa72bf1bd [SE] [tests] added tests for TypedMapCache.prototype.getData new logic 2025-11-13 17:22:39 +03:00
0715e2ea51 Merge pull request 'fix/bug-77705' (#1643) from fix/bug-77705 into release/v9.2.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/sdkjs/pulls/1643
2025-11-07 15:32:01 +00:00
22d5043a5b [SE] [tests] added tests for new bugs. fix bug 77705 2025-11-07 17:40:43 +03:00
8cb74a546b Fix 2025-11-07 10:44:49 +03:00
4e421945e2 Fix GetTextOfElement for MathContent and test for MathML 2025-11-07 10:42:47 +03:00
9fc57788b5 Fix bug #77392 2025-11-06 14:32:29 +00:00
512e03041f Fix bug #77380 2025-11-06 14:32:15 +00:00
7f23a8df83 fix/forms-paste-html (#1627)
[de] Html forms paste

Co-authored-by: GoshaZotov <Igor.Zotov@onlyoffice.com>
Co-committed-by: GoshaZotov <Igor.Zotov@onlyoffice.com>
2025-11-03 22:06:14 +00:00
d7ee10d983 [de] Add methods GetParaId/SetParaId for ApiParagraph
Also change the type Paragraph.ParaId from string to number
2025-10-31 13:47:18 +03:00
1460e4ef61 [de][bu] Add Delete method for ApiFormBase
Don't return forms on GetAllContentControls method in JsApi
2025-10-30 14:40:08 +03:00
d5dab0eb40 [se] Fix bug 75318 and add some test for CellFormat.format 2025-10-28 00:32:48 +04:00
d574239a1f [test] Separate tests for forms 2025-10-08 14:06:58 +03:00
5018ff6f10 [de] Add test for new method in the js-api 2025-10-08 12:38:04 +03:00
2b0a858bbf Merge pull request '[se] Fix bug 77330' (#1506) from fix/bug-77330 into release/v9.1.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/sdkjs/pulls/1506
2025-10-07 10:13:51 +00:00
77770e47b2 [se] Fix bug 77330 2025-10-07 13:18:08 +05:00
9303889bab Fix bug #77304 2025-10-06 12:46:59 +00:00
cfb4c51b1c Fix bug #77088
Added normalization logic for MathML tables to handle malformed structures where mtr or mtd elements are incorrectly nested. Previously, the parser would create invalid table structures when encountering nested table elements.
2025-10-06 12:46:25 +00:00
a361c57b6e [de] Refactor MathML 2025-10-03 14:37:37 +03:00
4b208e908c [all] Refactor MathML for correct minimization 2025-10-02 17:26:18 +03:00
37b80407db Merge pull request 'feature/optimize-if' (#1455) from feature/optimize-if into release/v9.1.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/sdkjs/pulls/1455
2025-09-30 15:59:34 +00:00
1612c9535c [SE] created common func for matching getMatchingFunction 2025-09-30 17:53:56 +03:00
222b6b7699 [SE] [tests] added todo 2025-09-30 11:47:14 +03:00
a673823ae3 [SE] fixed CountIfCache.prototype.calculate for cellsRange / array second arg types 2025-09-29 19:13:28 +03:00
b7fd10fbf0 [SE] added tests for COUNTIF 2025-09-26 14:52:19 +03:00
888fbe760b Merge branch 'release/v9.1.0' of git.onlyoffice.com:ONLYOFFICE/sdkjs into fix/bug-48987
# Conflicts:
#	common/apiBase.js
#	common/commonDefines.js
#	configs/slide.json
#	configs/word.json
#	word/api.js
2025-09-24 17:57:42 +03:00
27c9ee3587 [SE] optimize CountIfCache.prototype._calculate. Implemented storage and search in simple data types 2025-09-24 16:14:03 +03:00
9018ddd208 Merge branch 'fix/bug-76671' into feature/optimize-if 2025-09-24 14:34:16 +03:00
4de7c8887e [de] Remove unused file 2025-09-23 15:32:46 +03:00
6bae7d957a [de] Add color tests for ApiRun/ApiParagraph/ApiInlineLevelSdt 2025-09-23 15:31:06 +03:00
e0355fc3a4 [SE] fixed COUNTIF function for errors. Added universed arrays for optimization. Added tests for new logic 2025-09-22 13:43:47 +03:00
73ad9b611b For bug #76557
Add test to check line breaks
2025-09-18 13:06:29 +03:00
e2061a5b86 [de] Refactor: rename paragraph tests 2025-09-18 10:45:00 +03:00
35ca016d64 Rename common shortcut types 2025-09-16 11:30:54 +03:00
623064bba6 [se] Fix conditional num formats; Fix bug 76595 2025-09-11 14:20:44 +03:00
bdc71f5f8d [SE] [tests] updated tests for bug 76652 2025-09-11 08:12:45 +00:00
8210abf2e4 Undo prev change of math test 2025-09-09 15:01:02 +03:00
e9ce453e92 Fix cursor position on add math equations 2025-09-09 07:07:25 +00:00
324adb49c2 [de] Extend returned props for content controls
Also comment obsolete tests
2025-09-05 01:18:32 +03:00
229e86604b [se] Fix bug #76318,76156 2025-09-04 06:20:21 +00:00
32ed65899b [de] Update MathML processing 2025-09-01 15:17:39 +03:00
6ec24cf796 [se] Fix parseText handling for newlines inside textQualifier; For bug 76512 2025-09-01 13:59:55 +03:00
da4a750728 Merge branch 'fix/bug-42132' into release/v9.1.0 2025-08-30 17:29:37 +03:00
f6ad4988e5 [de] Refactor names of methods related to page/column/section indexing 2025-08-15 16:42:30 +03:00
5fd54f7ab3 Merge pull request 'fix/xlookup' (#1330) from fix/xlookup into release/v9.1.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/sdkjs/pulls/1330
2025-08-14 13:35:44 +00:00
c99875cb08 [SE] [tests] added tests 2025-08-14 16:10:24 +03:00
2a8f82ec51 [SE] [tests] chores for LOOKUP tests 2025-08-13 13:11:00 +03:00
f345bd954b [SE] [tests] changed tests for LOOKUPs 2025-08-13 12:16:55 +03:00