Skip to content

Latest commit

 

History

History
656 lines (551 loc) · 79.1 KB

CHANGELOG.md

File metadata and controls

656 lines (551 loc) · 79.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.2 (2024-04-06)

2.2.1 (2024-04-03)

2.2.0 (2024-04-03)

Features

  • 🎸 add openSearchDialog api (2ef84ef)
  • 封装checkIsAllowEdit方法检查是否允许前台编辑 (7b91004)
  • 复了引用打不开的bug,新增了工作表保护随sheet切换刷新的功能,新增了自定义sheet的API ,修复了使时的部分报错。 (ead75d3)
  • 工作表表保护打开不修复;自定义sheet修复;确定工作表保护触新函数 (a5e887c)
  • 监听系统 Ctrl + +/-/0/wheel 的缩放,同步到表格 (a5978c0)
  • 实现 sheetCreateBefore sheetCreateAfter 钩子 (5038508)
  • 实现 sheetEditNameBefore sheetEditNameAfter 钩子 (0f99de2)
  • 添加图片路径处理配置项 (d830c15)
  • 图表坐标消息发生变动后同步至sheet (1afc5de)
  • 新增 sheetCopyBefore 、 sheetCopyAfter 钩子 (0d17df9)
  • 新增 sheetHideBefore sheetHideAfter 钩子 (4412c3a)
  • 新增 sheetShowBefore sheetShowAfter 钩子 (a849d52)
  • 新增图片单独上传,只在数据中留地址的实现 (f1818ad)
  • 新增图片删除钩子 imageDeleteBefore imageDeleteAfter (8682011)
  • 修复数字超过16位时候的精度丢失问题,将超过16位的数字使用字符串文本返回 (e9d2596)
  • 修复指定order下标为0(第一个sheet) (504186b)
  • 修改当重命名sheet时输入了违规字符的交互方式和提示显示. (d5fb439)
  • 修改协同编辑的光标,hover上去显示完整用户名 (24eef90)
  • 优化复制生成html时,colgroup的生成 (5d62486)
  • add Vue3 + Vite demo (325934c)
  • allow library users to add locales (189d52f)
  • controllers/rowcolumnoperation.j: youjian add he delete hook hanshu,api charu (627183f)
  • paste formulas copied from Google Spreadsheet (9722977)
  • restore change (dbbad93)
  • setCellValue新增2个option项目triggerBeforeUpdate和triggerUpdated (271bff4)
  • setRangeConditionalFormatDefault方法支持正则表达式 (deb0ec0)
  • src/controllers/constant.js src/controllers/rowcolumnoperation.js src/index.html: custom (7317033), closes #514

Bug Fixes

  • #409: freeze range fixes the upper left corner of the range (a54c7a8)
  • cfg["rowlen"] might be undefined (0df32f8)
  • 点击【transpose(switch row/column)】按钮 报错 #6 (1f5c434)
  • 冻结使用更贴切的文案描述 (c28659e)
  • 对第表格一列的左侧添加列时,添加出来的列数据会同步的问题. (035ebe5)
  • 防止创建重复的chart dom (d6c7f2c)
  • 加个标志位,控制冻结首行首列到底是指可是区域还是实际的 (f265b63)
  • 解决容器id不是luckysheet时,点击工具栏中 “更多” 按钮,出现的偏移位置出错的问题 (022714f)
  • 解决allowEdit为false时仍然可以进行单元格合并拆分的问题 (a52626a)
  • 解决allowEdit为false时仍然允许进行边框编辑的问题。 (bf47a7f)
  • 解决allowEdit为false时允许上传图片的问题 (76194a3)
  • 取消冻结无须打勾 (65da5b9)
  • 统一命名 (f9e383c)
  • 修复 showtoolbar 为 false 时的错误 (76fabee)
  • 修复初始config为空的清空下,粘贴后撤销,边距等信息未正确撤销的问题 (e1e4ce3)
  • 修复垂直对齐功能在跨页复制粘贴中的丢失问题 (9db73c2)
  • 修复垂直对齐样式解析时的bug (cfccbf7)
  • 修复存在滚动时 点击冻结首列 实际冻结的是当前视图第一列的bug (efb593b)
  • 修复存在滚动时 点击冻结首行 实际冻结的是当前视图第一行的bug (d192b3c)
  • 修复单元格为合并单元格时仍然行高自适应的问题 (c3a80dd)
  • 修复单元格有部分样式时,回车换行让样式整体覆盖的问题 (e21fbd9)
  • 修复当合并单元格只有一列宽时,在合并单元格内向右添加列会导致这个合并单元格加宽的问题 (d3cdef4)
  • 修复当合并单元格只有一行高时,向下添加行会让这个合并单元格加高的问题 (9eac6a9)
  • 修复点击冻结首列再点击取消冻结的情况下,工具栏仍显示取消冻结的问题 (4e4e952)
  • 修复点击冻结首行首列的滚动问题 (009205e)
  • 修复调用 setSheetZoom API时图片未更新的问题 (44a2776)
  • 修复复制生成的行高有多个colgroup而不是col的问题 (1a179c9)
  • 修复复制时的多行文本的
    标签解析问题 (d35b51c)
  • 修复复制时生成的html,行高信息不在tr上的问题 (5c1a047)
  • 修复复制粘贴时获取的样式,下划线变成border-bottom的问题 (e38bd4e)
  • 修复换行单元格在mergecell时内容丢失的bug (1c6e44c)
  • 修复获取sheet数据时chartOptions不完整 (7a1baa4)
  • 修复截图位置偏移 (8d0b2ef)
  • 修复了保护工作表的提示语placeHolder为undefined的问题 (fe724dc)
  • 修复删除 sheet 页时触发隐藏sheet钩子的问题 (13cd4b0)
  • 修复数据透视 数据声明bug (a53e6af)
  • 修复添加sheet后的数据丢失问题. (7956748)
  • 修复添加sheet时,接受OP方的sheet滚动按钮显示问题 (5f9ac14)
  • 修复图片在裁剪等情况下的加载显示问题 (4b57f95)
  • 修复下划线功能在跨页复制粘贴时的失效问题 (e7d6630)
  • 修复协同编辑情况下,他人正在编辑时,修改行高列宽和添加行列报错的问题 (efe7261)
  • 修复协同编辑情况下的重命名sheet后OP广播错误问题 (8d57d79)
  • 修复协同编辑下的插入超链接问题 (b0a17b7)
  • 修复隐藏和删除sheet时,右下角的滚动按钮不会重新计算的问题 (163a344)
  • 修复英文下,合并单元格的拓展菜单UI显示问题 (64a51d3)
  • 修复英语语种下,插入链接弹窗的链接地址栏显示错误问题 (0629f29)
  • 修复右键添加多列时,添加出来的cell单元格数据会同步的问题 (9132ef5)
  • 修复在合并单元格内右键添加行列报错的问题 (b19d877)
  • 修复在禁止编辑下,仍然可以拖动行高列宽的问题 (26bef65)
  • 修复在只有一列的合并单元格内向左插入的问题 (d8b4e7b)
  • 修复在只有一行的合并单元格内向上插入的问题 (7659707)
  • 修复指定order下标为0(第一个sheet) (fb2e866)
  • 修复重构工具栏配置后不传 showtoolbar showtoolbarConfig 时的bug (4dd527b)
  • 修复重命名sheet为空时的tooltip导致无法进行下一步任何操作的问题 (68d1132)
  • 修复allowEdit为false时,交替颜色可以设置的问题 (723d6bf)
  • 修复allowEdit为false时,可以展开行列的右键菜单并且进行操作的问题 (a4556f7)
  • 修复allowEdit为false时,黏贴仍然可以修改表格内容的问题 (25626de)
  • 修复allowEdit为false时还允许格式化编辑的问题 (25f743f)
  • 修复allowEdit为false时仍然允许插入超链接的问题 (4636926)
  • 移除 console (c511651)
  • 以实际的第一行第一列冻结时,不能冻结到可视区域以外去 (a03a442)
  • 粘贴事件会注册多次,导致多次打开后,粘贴内容的重复次数会和打开次数相同 (2c36f26)
  • 只取第一个body元素 (b040165)
  • apply defaultFontSize to input fields (20b859c)
  • bug: 初次设置 setRangeMerge error (4428a03)
  • bug: 窗口大小变化工具栏竖线问题 (5d00990)
  • bug: 二次create时,不能进行更改颜色 (85e3737)
  • bug: 工具栏缩小后再放大不能回到原位置 (37316b0)
  • bug: 配置了showtoolbarConfig.undoRedo进行隐藏会出错 (98a16d2)
  • bug: 配置了showtoolbarConfig报错 (2d8d663)
  • bug: bug (aef64fe), closes #475
  • bug: lo undefined error (8e93224)
  • bug: pivotTable (950f2be), closes #474
  • bug: redo(重做)bug (bb7b532)
  • bug: setCellValue 初次设置时显示值不生效 (15b810f)
  • bug: setcellvalue 对其方式不应被覆盖 (08c4a22)
  • case insensitive search becomes case sensitive (414c29e)
  • cell data contains "<" sign (2f2e942), closes #1060
  • clearing cell removes hyperlink (a7c7174)
  • computeRowlenByContent function, skip hidden columns (a27966b)
  • constant: 移除演示使用的邮件菜单中的 test customsButtons (dfa6cc3)
  • copy&toolbar: 点击更多;复制自定义数据 (bdd23e5)
  • copying B1 having "=A1" to A2 generates "#REF!" instead of "=2" (94c80a9)
  • cursorPos: 修复 event.target 为 document 等情况下代码报错的问题 (45f0aea)
  • dataVerificationCtrl.js: 优化身份证验证规则 (adf2fb3)
  • dataVerificationCtrl: 修复文本长度验证切换选项时 下面输入框不切换的问题 (2191f73)
  • dataVerificationCtrl: 验证时文本长度应为大于等于0的整数 (c581ecd)
  • demo: demo index (767bff2)
  • demo: token alert (cc4f8bb)
  • draw.js: 数字格式的单元格值为字符串时设置条件格式为数据条会报错 (8aa9795), closes #528
  • draw.js: 修复背景色会盖过边框的问题 (2509ad9)
  • drop cell: drop cell formula (69884f6)
  • dropCell.update function (a415a2e)
  • event: click event scroll (776757d)
  • export: remove export config (90f9ee1)
  • Find&Replace also replaces in locked cells (3b37761)
  • formula: ask ai function (0abd26a)
  • formula: ask ai function (1203da9)
  • formula: get airtable error (bd35f52)
  • formula: INDIRECT update (4b9b174)
  • formula: refresh button hide (192a34c)
  • formula: remote (660ca43)
  • formula: remote refresh (86de7ef)
  • formula: result data (23c34d5)
  • formula: Supports cross-table references (5a69a4e)
  • freezen: 修复PR#843中修改遗漏处理冻结到选区的问题 (3421f67)
  • function DATEDIF (f02bdff)
  • function DATEDIF. Unit="YD" returns NaN (880544e)
  • function: get target area extend (6e45a67)
  • functionimplementation.js: 补充 luckysheet_calcADPMM 函数引用 (bfc2aa9)
  • getDefaultColWidth: 修复当工作表没有配置默认列宽时返回undefined的问题 (d24f9f9)
  • getDefaultRowHeight: 修复当工作表没有配置默认行高时返回undefined的问题 #861 (cff7e86)
  • gulpfile: 完善打包配置 (c5b0fca)
  • handle touch events on iPad (9f601cb)
  • hyperlinkctrl.js: 修复插入链接,撤销后,点击其他单元格报错的bug (e765070)
  • hyperlinkCtrl: 修复插入链接后,再次编辑链接,链接文本为还原显示的bug (aa0b4eb)
  • image: fix #81 delete rich text cell, (8298069), closes #174
  • increase/decrease decimal places was reversed (a99de8c)
  • localize hardcoded texts (4aa9a50)
  • localize hardcoded texts (f49de0f)
  • menuButton.js: 修复选中部分合并单元格时,格式刷渲染错误的问题 (e979f93)
  • options: 修复showtoolbarConfig配置font:false时的报错 (9857a5a)
  • pivotTable: calc (69d78fa)
  • postil: 修复批注鼠标悬浮显示时,大小和编辑状态不一致的问题 (af4d166)
  • postil: 修复 commentUpdateBefore 钩子中的bug (a0c93c0)
  • postil: 修复插入行列的时候批注被复制的问题 (4a5d2ab)
  • rowColumnOperation: 修复单元格清除内容后,超链接依然存在的bug (48192ad)
  • search: 查找搜索的错误,未勾选正则时,也是正则搜索 (6970f47)
  • selection: rich text copy paste error (c8dd424)
  • server.js: 修复协同编辑器i情况下,如果光标在左上的边接处显示不全的问题 (be1b655)
  • sheetmanage: 修复切换sheet滚动按钮大部分情况始终显示的bug (74b1f5d)
  • sheetmanage: jQuery3.0获取宽度有小数的问题 (b7810c7)
  • src/controllers/filter.js: 合并单元格筛选异常 (efffd54), closes #1309
  • src/controllers/inlinestring.js updateinlinestringformat: 内联样式设置的时候,会对部分内容失效 (962cf89)
  • toolbar: toolbar (86a3280), closes #414
  • typo (2eb9389)
  • typo (9cd9ba0)
  • undo rodo 不可用时图标灰化 (ca02b31)
  • update calcChain and hyperlink on merge cells (b7f7af5)
  • updatecell.js: 修复双击和Enter键激活单元格,输入中文时的首字母变成拼音的bug (02f3eb9), closes #726
  • warning: duplicate key in object literal (b38fa85)

2.1.13 (2021-01-19)

Bug Fixes

2.1.12 (2020-12-22)

Features

Bug Fixes

2.1.10 (2020-12-18)

Bug Fixes

2.1.9 (2020-12-17)

Bug Fixes

2.1.8 (2020-12-16)

⚠ BREAKING CHANGES

  • bug: n

Features

Bug Fixes

2.1.7 (2020-11-26)

Features

  • demo: tool function (3baf93c)
  • 修改日期能够正常的弹出格式框和设置对应格式的日期时间 (2c27044)
  • 修改日期能够正常的弹出格式框和设置对应格式的日期时间 (67c44e7)

Bug Fixes

  • formula: function (dad6e2b)
  • formular: docs (ddac582)
  • hook: function (fb43a56)
  • hook function: cellupdate (5e8f71f)
  • ie11右下角菜单图标会出现错位 (34fd6e7)
  • 重复create会出现很多问题 (8f22790)

2.1.6 (2020-11-23)

⚠ BREAKING CHANGES

  • yes

q

Features

  • api: hook function (a0db530)
  • hook: add hook function (215dec2)
  • q (54a42a2)
  • bottom alignment of english letters: fix (a596d2f)
  • config: sheetRightClickConfig (59c7cb3)
  • add underline button (df56ba6)
  • use npm dependencies (e4bd439)
  • row and column width: batch change the height and width of the selected row and column (956bd2a)

Bug Fixes

2.1.5 (2020-11-03)

Features

  • cell date picker: cell date picker and bug solve (2996ae9)
  • cell hooks add: go to document for detail (927ff46)
  • config: custom menu button config (14eb78e)
  • config: sheetbar (3555746)
  • date format: date format Chinese (8f8d0cb)
  • hyperlink: add hyperlink function (439dff4)
  • hyperlink: perfect hyperlink function (5adfc60)
  • statisticbar: config docs (c1ed417)
  • tojson: api/docs (8e410f5)

Bug Fixes

2.1.3 (2020-10-22)

Features

  • api add: getRowHeight getColumnWidth getDefaultRowHeight getDefaultColumnWidth (a72f38b)
  • api add: setRowHeight setColumnWidth setSheetZoom setDataVerification deleteDataVerification (0fd06cc)
  • api add: setSheetOrder refresh getScreenshot setWorkbookName undo redo (b2a4617)
  • api and config: api exitEditMode() scroll() config defaultFontSize (5eedc48)
  • support spanish: support Spanish (41c527c)

Bug Fixes

  • api: api (14d72eb)
  • bug: postil image zoom (76dbb5c)
  • destroy function repaire: repair (02b9fe7)
  • event name: fix (f64ba54)
  • fix focus after formula edit: fix (0ee5f31)
  • fix text whole text wrap bug: fix (ef3d324)
  • function array value error: fix it (31e4b3d)
  • function update fix: fix bug (28835bb)
  • image: resize and change row or column size (05c49a2)
  • image fuzzy: fix it (8fb1a88)
  • image zoom: fix (1337178)
  • index offset indirect fix: improve the overall execution efficiency of the function (7a2f8d0)
  • inline style: inline style cell delete bug (8067a01)
  • lineheight change to 0.5: similar to excel (760378b)
  • more btn: fix more btn align middle (c5112e9)
  • more formats toolbar: fix more formats toolbar can't sync with cell, fix mac delete button can't delete cell, fix can't delete cell with inline-style (23fcb13)
  • selection bug: fix it (b83447d)
  • setcellvalue delete function fix: fix it (00b351f)
  • sheet name contains squotes bug: formla can not execute, when sheet name contains squotes (fc1dd83)
  • text wrap postion bug: wrap and rotation postion wrong (9538972)
  • the bug with first word is space: fix ti (6ae8319)
  • update number add quote automatically: similar to excel (05b01a6)
  • validation of "0" values: fix (7255c51)

2.1.0 (2020-10-10)

⚠ BREAKING CHANGES

  • frozen,docs: when init workbook and sheet has frozen row or column,you need init sheet's property frozen

Features

  • add autocalculationmerge sheet attribute: it can auto calculate merge infomation (f7e30cf)
  • add force cacultion formula: add forceCaculate parameter (4dd82ad)
  • api: add some api functions (37910ab)
  • api: api (6f7ca26)
  • api: api (66aecbe)
  • api: provides an api for users (b176753)
  • api add: api add (e4198fa)
  • api add: deleteRangeConditionalFormat clearRange deleteRange (44cf72a)
  • api add: setSheetDelete setSheetCopy setSheetHide setSheetShow setSheetName setSheetColor (62f641f)
  • data verification: data verification (a661d30)
  • data verification: data verification (9cbbbce)
  • delete cell: delete cell (d7de718)
  • draw use sacle: cancel manual devicePixRatio, use context sacle (c832283)
  • drawmain efficiency optimization: efficiency optimization (37080fa)
  • editor box position fit: show diffrent position acording to align (636046d)
  • fix: fix (9830714)
  • hide column: hide column (9f05959)
  • image: copy and paste (33d6c96)
  • image insert: image insert (4232dfc)
  • inline string: finished (325b66c)
  • inline string: operation like excel (9ac9f08)
  • inline string: when focus cell, show inline string content (713805c)
  • inline string render finished: begin to develop edit feature (2ffd9ae)
  • insert image: insert image (cf3ba93)
  • insert image perfect: insert image perfect (ad0a88a)
  • mobile touch event optimized: very smooth, good experience (0ed0bf6)
  • new style: new style (5c8d603)
  • optimization function: setCellvalue support any cell param (9b208e4)
  • protection feature: protection feature similar to Excel (a71c92a)
  • zoom feature beta: zoom in and zoom out sheet (249aa02)
  • zoom gui: zoom plus and minus, restore origin, slider (d70dab4)
  • zoom redo undo suport: redo undo (4d03906)

Bug Fixes

  • a few bug fix: fix (f07e25d)
  • add button bug: fix (3250ef6)
  • allowedit dont work ,when press del: allowEdit dont work ,when press DEL (10dccec)
  • array unique very slow: fix it (20f3cb3)
  • big data slowly: speed up (5109873)
  • blank border position: fix (d285d9f)
  • bug: bug (6bb113b)
  • bug: bug (4806de8)
  • bug: bug (0cb1ec2)
  • bug: bug (735d1c8)
  • bug: bug (ad1ac61)
  • bug: bug (27d1be0)
  • bug: bug (dea7bbf)
  • bug: bug (061ea20)
  • bug: bug (ba0b047)
  • bug: bug (7263008)
  • bug: bug (c578c0e)
  • bug: bug (fc8f61b)
  • bug: bug (fb3b512)
  • bug: bug (6236e5e)
  • bug: bug (f057d7d)
  • bug fix: #55 #50 #54 (5caf2b0)
  • bug fix: pivotTable blank title disapear, merge cell is recognized as range (47fe25c)
  • bugs: fix issue #27 #29 (5d57267)
  • celloverflow border bug: celloverflow border bug (86403c2)
  • change sheet: change sheet must setTimeOut (e51457e)
  • change sheet bug: multiple refresh canvas bug (7a625e0)
  • change sheet scroll bar fix: change sheet scroll bar dont restore (02d2655)
  • chart: chart (2be467d)
  • cloumn and row highlight bug: column and row highlight bar disapear (c806211)
  • columlen: columlen (b656c27)
  • copy cut paste bug: bug fix (ade56d5)
  • demo fix: fix (3d17426)
  • demo fix: fix (732f678)
  • demo fontlist url change: local path (feb89b3)
  • filter option bug: position error (3324512)
  • fix: bug fix (52375dc)
  • fix: fix (194dea1)
  • fix bug: param dont remenber change (0425e4e)
  • fix bugs: fix (bbaafe0)
  • fix index.html: fix (e980cd9)
  • fix number to column title bug: if column title is big , it will show undefined (2d6e73e)
  • fix touch: touch fix (d884a69)
  • fix wrap bug: alt + enter twice bug (789bab5)
  • float calculate bug: fix it (ef2a96a)
  • fonts bug on ie: fit it (f9a1546)
  • format of formula cell bug fix: if cell has format , it is no effect (1f6ebad)
  • formula -(1-2) error: fix it (dee2333)
  • formula bug: formula bug (6c84420)
  • formula efficiency up: speed up (d05151f)
  • formula initialization bug: if formula has cross sheet param, initial this (c5f6254)
  • frozen bug: fix (91daa07)
  • frozen bug and style change: fix bug (7cfd0d9)
  • frozen,docs: frozen,docs (e1bd844)
  • function box input bug: editor box and function box fix (4ebb79d)
  • green label size fix: fix (b0734b5)
  • hide row and column fix: add lines (c430d66)
  • hot key bug fix: range bug when formula move selection (f4625d1)
  • image background opacity: fix (d61d3a0)
  • image,config: image,config (2dddfaa)
  • inline string bug: style lost when change cell to inline string, input error (405d90b)
  • inline string finished: fix some bus (57e7518)
  • inline string space dont recognize: fix it (ddc5c5d)
  • input range bug: fix it (5412721)
  • jquery error: jquery error (1a2fed9)
  • menubutton.js fonts: fix bug (1e62de3)
  • mobile text dose not display: fix bug (19922c7)
  • mobile touch: moubile touch fix (04e2b8e)
  • my english is pool: fix (26ff1fd)
  • no fullscreen bug: when no fullscreen , div go to top (64f7d0e)
  • normal style change bug: fit error (f24eb7f)
  • offset indirect formula fix: fix bug (d8dfe50)
  • old chrome dont surport actualboundingboxascent: fix it and make it beautiful (5c503d8)
  • paste bug: fixed (76d966f)
  • pivot table bug: bug (9fcc209)
  • pivot table change sheet bug: if prevous sheet is pivot table and pennel is closed, change bug (7cac8e6)
  • pivot table filter bug: change sheet bug ,after filter pivot table (c7c1999)
  • pivot table show error: when column area have field and row area is null,pivot table show error (04bc51c)
  • remain cell style in inline string mode: click cell and change cell style like to Excel (7d0438a)
  • render: render (40550d6)
  • render bug fix: new render method (a1bcf81)
  • rotate text position mistake, when sheet zoom: fix zoom bug, fix strike and underline bug (6680a13)
  • scroll bug: scroll bug (3637fa4)
  • several bug and new feature: formula calculation , quotePrefix add (5a95304)
  • sheet change arrow: fix bug (4a7850b)
  • splines and dynamicarray bug fix: formula calculation update is finished (a59aa04)
  • ssf column resize: change (2a09f59)
  • store cache: bug fix (cbd9014)
  • text get wrong height when zoom: fix height (106f1fd)
  • toolbar: menu button style (d18478c)
  • underline and cancelline: add and fix (d3f23ff)
  • undo redo bug fix: formula update bug (373dc4f)
  • update demo: fix (e101b91)
  • updatecell bug fix: fix undo redo (d8b76ce)
  • websocket bux: bug (4eda52a)
  • zoom scroll position wrong: fix (5830e9a)
  • zoom slider drag lag: fix lag (17ddd13)

2.0.0 (2020-07-31)

⚠ BREAKING CHANGES

  • api: 1. luckysheet.flowdata change to luckysheet.flowdata() 2.all apis list in documentation
  • gulp: demo index.html's js and css refrence change
  • bug: bug

bug

  • chart: add new config : plugins, array
  • main: bug

Features

  • cell overflow: cell overflow (c3e4f39)
  • chart: chart (9991702)
  • chart: chart plugin (196362d)
  • d (07d004f)
  • allowedit support: allowEdit support (59561bb)
  • bug fix: bu (f23ba5d)
  • canvas: canvas (c63871f)
  • chart: add chart (139bc6e)
  • gloabe improve and bug fix: global improve and bug fix,include formula,find and replace,filter (e6cfa31)
  • globalization fix: pivot table , drop cell (55d4cf2)
  • locale: locale (4cd2ee4)
  • move: move chart (cda6df0)
  • optimiz: optimization (abbf592)
  • rightclick menu perfect: add rows and cols delete rows and cols hide rows and cols (32f94a7)
  • scroll style fix beautify: scroll,sheet color and style (63f2630)
  • split handler.js to small file: split handler.js file to seven files (0a62ff0)
  • zh en: zh en (040bfe4)
  • zh-cn: zh-cn (907226c)
  • zh-cn: zh-cn (01f9521)

Bug Fixes

build

1.0.1-6 (2020-07-14)

Bug Fixes

1.0.1-2 (2020-07-14)

1.0.1-1 (2020-07-14)

1.0.1-0 (2020-07-14)

2.0.0-0 (2020-07-24)

⚠ BREAKING CHANGES

  • all project: File name change

  • all project: modular,Document promotion,Some bugs (37c3070), closes #11 #2