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)
- 🎸 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
- #409:
freeze range
fixes the upper left corner of the range (a54c7a8) cfg["rowlen"]
might beundefined
(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: bug (025823b), closes #435
- bug: bug (a8ff967), closes #398
- bug: bug (deb3a96)
- bug: bug (5ce1f4a), closes #433
- bug: bug (932e821), closes #423 #424
- bug: bug (06636f6), closes #154 #410 #416
- bug: history bug (973eec8)
- bug: setRangeFormat history (065148b)
- bug: setRangeShow api (5bbc45b)
- bug (7412c5b)
- bug: 文本自动换行bug (bc926e5)
- 换行 (94022a4)
- bug: 渲染换行空行 (4162b7a)
- hook: cellrender (d444980)
- let: let declar (71ade32)
- pivottable: fix (7cecb12), closes #439 #447
- pivottable: init (5b19e8b)
- pivottable: refresh (78330c9)
2.1.12 (2020-12-22)
- api: find (ea97233)
- bug: bug (9357792), closes #359 #360 #376 #382
- bug: bug (19560eb), closes #367 #370
- bug: bug (0f257e8), closes #361 #364 #365
- bug: copy bug (2bcbab9)
- feature: functionButton (5983cb0), closes #336 #381
- copy (d177cc8)
2.1.10 (2020-12-18)
- rowtitle: bug (8faeffe)
2.1.9 (2020-12-17)
2.1.8 (2020-12-16)
- bug: n
- api add: image (16131b2), closes #270
- changlang: changLang (cbc81e9), closes #318
- collaborative editing: collaborative editing (6fe8726), closes #199 #201 #202
- condition format: formula condition (6c98bde), closes #186
- demo: proxy (bc64807)
- feature: closeWebsocket api and ctrl ; (9153bc7), closes #328 #326
- hook: add (2c6b1c2)
- print feature: develop (a0921b6)
- add forcecaculation config: add (e96d210)
- bug: bug (95e26c3), closes #330
- bug: bug (c003f8a), closes #184 #337
- bug: bug (4900b4a), closes #331
- bug: bug (b93ea6b), closes #284 #296
- bug: bug (57ff2b9), closes #182 #220
- bug: bug (31bdc4f), closes #263
- bug: bug (385bc03), closes #243 #226
- bug: bug (88aa6c5), closes #278 #276 #267 #215
- bug: copy to excel (5cf72ec), closes #319
- bug: data verification range select (6d60679)
- cell: render (ba21140)
- demo: websocket url (cf77ec3)
- dynamic array refresh fix: fix (b7d634f)
- fix #209: highlight (ab2d8b7), closes #209
- fix #209 ,fix #219: highlight follow checkout keep highlight (c547596), closes #209 #219
- fix #209 fix #219: highlight follow checkout page (0a5ca86), closes #209 #219
- fix #209 fix #219: highlight follow, checkout keep highlight (2c7b0bb), closes #209 #219
- fix #290: userinfo (80d67e1), closes #290
- fix #290: userinfo (dddfc8f), closes #290
- fix #290: userinfo (27a770e), closes #290
- main canvas: bottom space (23c8a78)
- tojson: bug (1c94783)
- setCellValue API 可设置自定义的属性,不显式设置v, v 不会丢失 (6d45cf2)
- jfrefreshgrid 函数第二个参数应该是个数组 (c7cf87a)
- setCellFormat data 引用 (ed50e47)
- setCellValue 刷新页面时的历史记录问题 (a2cf969)
- 修复alert (94e0020)
- 修复主动关闭socket仍然alert弹窗 (e0bdb2c)
- 修复主动关闭socket定时器仍运行问题 (82a8731)
- 初始化表单状态下标调整 (3a54312)
- 复制选区虚线框正确显示 (9d6a2ee)
- 解决单击非时间日期单元格后还会跳出日期时间弹框 (fc9eb4e)
- fix forcecaculation feature: complete (7568ceb)
- formula contain text bug: add iscell method (89358d3)
- formula update fix: formula update only one level, when cell value change. Fix it (cf6c5be)
2.1.7 (2020-11-26)
- demo: tool function (3baf93c)
- 修改日期能够正常的弹出格式框和设置对应格式的日期时间 (2c27044)
- 修改日期能够正常的弹出格式框和设置对应格式的日期时间 (67c44e7)
- formula: function (dad6e2b)
- formular: docs (ddac582)
- hook: function (fb43a56)
- hook function: cellupdate (5e8f71f)
- ie11右下角菜单图标会出现错位 (34fd6e7)
- 重复create会出现很多问题 (8f22790)
2.1.6 (2020-11-23)
- yes
q
- 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 fix: #26 #91 (a26ffd8)
- cooperative: bug (9e48c72)
- demo: ie11 (e7ddc39), closes #234
- fix #212: cancel highlight (289d3ef), closes #212
- fix #219: checkout (15dca04), closes #219
- fix #219: clear info (080f027), closes #219
- sheet menu position (a40f679)
- iconfont: conflict (bf4d539)
- mousemove hook error: fix (89b93e7)
2.1.5 (2020-11-03)
- 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: bug (ad73f9a), closes #129
- bug: bug (801cbe5)
- bug: bug (f8716c1), closes #67 #85
- bug: bug (0909f5e), closes #142 #132
- bug: dataVerification and sheet move and delete cell bug (4815d86)
- conflict: conflict (b11de26)
- conflict: toolbar (8cfa6ac)
- fix bug with inline string rotate wrap: add change to max, fix height error (1988687)
- hide row/column: right click menu (8070858), closes #37
- restore demo: restore demo (e799862)
2.1.3 (2020-10-22)
- 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)
- 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)
- frozen,docs: when init workbook and sheet has frozen row or column,you need init sheet's property frozen
- 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)
- 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)
- 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
- 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: bug (7dff640)
- bug: bug (8baf378)
- bug: bug (5ebd31e)
- bug: bug (f53addb)
- bug: bug (9cc36cf)
- bug: bug (186e3c9)
- bug: bug (447735c)
- bug: bug (74639a8)
- bug: bug (1082ab0)
- bug fix: sparkLines, pivot Table, change to sheet (69aee1a)
- canvas: canvas,function (2445ff5)
- fix: fix (bd6a9bd)
- fix: fix byg (d9fb5fe)
- fix allowedit: fix allowEdit attribute (35820b3)
- from github: github (abd44e8)
- hot key and mousemove: hot key fix (1ad40cf)
- internationalization: internationalization,formula (c6901fc)
- linestyle bug: lineStyle (27ba0a3)
- locale: locale bug (3bd0cae)
- locale finished and bug fix: locale finished, condition bug fix , multi range bug fix (0aa9b3b)
- locale,formula: locale,formula (b11b862)
- mac scroll x reverse fix: mac scroll x reverse fix and scroll optimization (8eb68e8)
- main: bug (67ebe19)
- pivot table bug: uni (56181e6)
1.0.1-6 (2020-07-14)
- core.js: core function (6e63969)