Skip to content

Latest commit

 

History

History
232 lines (190 loc) · 33.6 KB

CHANGELOG.md

File metadata and controls

232 lines (190 loc) · 33.6 KB

0.1.4 (2024-03-25)

Bug Fixes

  • design: correct checkbox checked state logic for standalone usage (#1627) (5eea109)
  • design: fix checkbox group value couldn't be modified (#1613) (dcb3e93)
  • docs: remove deprecated property standalone (#1670) (ff686e6)
  • editor: control state (#1649) (c39799f)
  • editor: optimize editor focus (#1616) (e4231eb)
  • editor: preload the editor (#1662) (09ceb16)
  • editor: short key error (#1679) (7afaff0)
  • engine-render: add missing IPageRenderConfig type export (d972f5d)
  • export more types from render engine plugin (#1608) (cf134be)
  • facade: should not return promise in syncExecuteCommand (#1648) (9a0d300)
  • find-replace: fix dialog issues (#1590) (2390086)
  • fix extracted value from cell content (2e22324)
  • formula: add OR/TEXT/LEN functions (#1593) (c26eed1)
  • formula: array cache error (#1644) (19d9612)
  • formula: index function supports reference object (#1657) (b47487a)
  • formula: math functions support string number calculation (#1581) (0779488)
  • rectangle subtract func (#1647) (345fddc)
  • sheet: error value object (#1596) (e3714e1)
  • sheet: fix error edit position after merging (#1520) (8685e14)
  • sheet: fix the issue of incorrect number of merged cells in the format painter (#1526) (cd9b6f8)
  • sheet: handleRemoveRowsCols util func (#1656) (f30b987)
  • sheets-ui: merge setRangeValuesMutation at clipboardservice (#1665) (bf9fc0d)
  • sheets: boolean should store as number (#1605) (78e5426), closes #1534
  • slide: image loaded (#1653) (9cecaaa)
  • slide: slide initialize (#1641) (599ed71)
  • ui: cleanup DOMs when dispose (#1663) (b81ba1a)
  • ui: prevent formula bar from displaying when header is set to false & remove unused code (#1633) (e3d875c)
  • ui: should not make clipboard util iframe visible (#1620) (06760b5)
  • wrong doc example data (#1667) (a875a31)

Features

Performance Improvements

  • engine-render: optimize border perf (#1574) (0aa2898)
  • formula: optimize dependency calculate and array value object compare (#1629) (d884ee0)
  • render: optimize doc render (#1599) (ab76ebd)
  • sheet: statistic and formula perf (#1583) (9e63af7)

BREAKING CHANGES

  • sheets: Before: Boolean values ("TRUE" "FALSE") were stored in the IWorkbooData as strings. After: Boolean values would be store as number (0, 1).

0.1.3 (2024-03-15)

Bug Fixes

Features

0.1.2 (2024-03-06)

Bug Fixes

Features

0.1.1 (2024-03-01)

Bug Fixes

Features

  • add isEditing param (#1428) (aa92e60)
  • add trigger in the if condition for share cursor use (#1431) (c781f22)
  • export is active for share cursor use (#1420) (ba51971)
  • i18n: add TypeScript type checking for localization files (#1424) (4afe9e5)

0.1.0-beta.5 (2024-02-23)

Bug Fixes

Features

  • add destroyOnClose for Dialog (#1391) (a6e17ef)
  • add resources in IDocumentData (#1327) (339c36b)
  • add string interpolation support for locale service (#1362) (8f338ba)
  • core: set appVersion to package version (#1328) (c9193a1)
  • design: change the style of the Dialog and Select (#1352) (0204b43)
  • export IDocStateChangeParams and DocStateChangeManagerService (#1336) (8a99b05)
  • facade: add onBeforeCommandExecute API (#1370) (b842579), closes #1346
  • facade: add set font apis and get cell model data api (#1266) (d0a8709)
  • formula: today function, set numfmt data (#1295) (f069dd8)
  • hide the header menu when there is no content in it (#1331) (bf692c2)
  • ref-range: support default range change util (#1351) (54512ea)
  • sheet: optimize sheet render (#1245) (33bc465)
  • sheets-zen-editor: export language packs (#1413) (0ec2dc9)