Commit Graph
5158 Commits
Author SHA1 Message Date
Univer a88c4e239f fix(sheets-ui): smooth sheet tab wheel scrolling (#7390) 2026-08-01 20:05:26 +08:00
白熱 d971fbb1c4 refactor: use local DI exports 2026-08-01 19:21:04 +08:00
Univer 6dbe0a4597 fix(docs): preserve drawing drag positions across layouts (#7388) 2026-08-01 17:17:45 +08:00
343faadedf fix: calcAverageFrameTime Remove one maximum (#7382)
Co-authored-by: lingkong <gaokun333@qq.com>
Co-authored-by: 白熱 <sonne@asaki.me>
2026-08-01 12:40:09 +08:00
Univer f23c9ee81e fix(docs-drawing): expose TextWrappingStyle through Facade (#7385) 2026-08-01 11:50:08 +08:00
Univer 857e49c2b1 docs(base): document RecordLink field configuration (#7386) 2026-08-01 10:58:40 +08:00
Univer 46991c5230 fix(docs): render images inserted at table cell tail (#7387) 2026-08-01 01:23:25 +08:00
Univer eb627320f8 fix(docs-ui): refine embed bleed and Sheet Float DOM scroll (#7350) 2026-07-31 23:43:09 +08:00
Univer 91564ad7bc perf(engine-render): skip invisible drawing effects (#7384) 2026-07-31 21:37:42 +08:00
Univer 767ba3e411 feat(base): add record identity and record link contracts (#7380) 2026-07-31 20:25:11 +08:00
Univer 55ce087a66 fix(sheets-numfmt): preserve empty format results (#7383) 2026-07-31 20:05:49 +08:00
Univer e9b3c28a1f feat(sheets-drawing): complete anchor placement API (#7379) 2026-07-31 17:47:26 +08:00
wpxp123456 0bf24cf9fe fix(cell-image): sync resize and hover bounds (#7377) 2026-07-30 20:13:58 +08:00
白熱 44f378388e fix: refine localized translations 2026-07-30 16:50:35 +08:00
Univer 7ed33c76c2 fix(base): attachment source contract (#7375) 2026-07-30 16:22:37 +08:00
Univer 1ab98a155f feat(core): add Base date field config types (#7374) 2026-07-30 15:38:56 +08:00
wpxp123456 89981030bf fix: improve embedded editor interactions (#7376) 2026-07-30 15:10:53 +08:00
Univer cc6211b8ed fix(docs-ui): move custom range chrome test (#7363) 2026-07-30 11:06:05 +08:00
Univer d926e09ed8 fix(ui): retry emoji source downloads (#7373) 2026-07-30 11:05:30 +08:00
Univer 5965101346 fix(core): default Base tables to zero records (#7372) 2026-07-29 22:55:36 +08:00
Univer 5fcf165485 fix(render): skip invalid shape stroke widths (#7370) 2026-07-29 21:39:11 +08:00
Wpxp123456 a5851c95b2 chore(release): release v1.0.0-alpha.8 2026-07-29 20:15:31 +08:00
白熱 ca5a81fc3f fix(sheets-crosshair-highlight): add overlay padding (#7369) 2026-07-29 15:35:08 +08:00
Univer 20e605f453 fix(sheets): skip snapshot preview before workbench ready (#7368) 2026-07-29 15:20:07 +08:00
白熱 3ffd9c4e8a refactor(engine-render): remove unused opentype shaping (#7367) 2026-07-29 11:59:51 +08:00
白熱 d38f51e5f1 chore(test): normalize test file layout (#7366) 2026-07-29 11:50:33 +08:00
wpxp123456 39323d26ab fix: keep range selector documents structurally valid (#7365) 2026-07-29 11:19:02 +08:00
Univer 9da46c4365 feat(docs): support inline formula custom ranges (#7360) 2026-07-29 00:20:35 +08:00
wpxp123456 62f4011a02 refactor: remove deprecated APIs (#7358) 2026-07-28 20:55:53 +08:00
白熱 3d53e787b7 refactor: remove obsolete value state (#7356) 2026-07-28 20:09:30 +08:00
白熱 499353215a fix: sync and clean up locale files (#7354) 2026-07-28 15:47:29 +08:00
Univer 45fee6f375 perf(render): cache shape shadows and glows (#7353) 2026-07-28 14:59:30 +08:00
白熱 24aa8ff89e feat(themes): add yellow theme (#7351) 2026-07-28 12:25:18 +08:00
Univer d5e3fdf2f9 fix(docs): align overflow table interactions (#7347) 2026-07-27 23:03:16 +08:00
wpxp123456 b2c844ac72 refactor(core): remove deprecated changeDoc API (#7349) 2026-07-27 20:57:00 +08:00
白熱 afb61c2297 fix(docs-find-replace): register plugin config and fix dependency order (#7348) 2026-07-27 19:40:13 +08:00
白熱 bb932c2f67 feat(docs-find-replace): add find/replace plugin for Univer Docs (#7346) 2026-07-27 19:13:39 +08:00
白熱 55aac7e027 fix(ui): scope ResizeObserver to hook to prevent detached DOM retention (#7345) 2026-07-27 17:37:07 +08:00
wpxp123456 098bea0f42 refactor(core): remove getUniverSheetInstance (#7343) 2026-07-27 17:26:13 +08:00
Univer ac9ac0e1d5 fix(sheets-table): keep super table mutations local (#7344) 2026-07-27 16:49:42 +08:00
白熱 429807437d refactor(design): replace react-transition-group with tailwind transitions (#7341) 2026-07-27 16:17:46 +08:00
Univer 3543b5b54f fix(formula): bound non-sheet other formulas (#7340) 2026-07-27 13:58:30 +08:00
22472c3652 fix(sheets-formula): update formula refs when deleting rows on inactive sheet (#7306)
Co-authored-by: qjerry <>
Co-authored-by: 白熱 <sonne@asaki.me>
2026-07-27 11:44:48 +08:00
fxwan fe2d2052f9 fix(engine-render): clip cache blit source rect to canvas bounds for Safari < 18 (#7331) 2026-07-27 11:09:26 +08:00
Univer 618bf13459 feat(formula): add host external reference contract (#7338) 2026-07-27 03:20:32 +08:00
Univer 0793534d68 feat(engine-render): add reusable line primitive (#7339) 2026-07-27 01:11:07 +08:00
Univer d4c32e5909 fix: route embedded editor shortcuts explicitly (#7337) 2026-07-26 17:47:38 +08:00
Univer 6bad31acf8 feat: unify drawing glow and shadow effects (#7336) 2026-07-26 12:43:08 +08:00
Univer a6d281f36c feat(docs): add Word-compatible pagination (#7334) 2026-07-25 21:31:34 +08:00
wpxp123456 382c3614a6 refactor(engine-render): remove deprecated getRenderById (#7335) 2026-07-25 20:24:58 +08:00