dependabot[bot]
|
045c9217e7
|
build(deps): bump dns-packet from 1.3.1 to 1.3.4
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
6b729896eb
|
build(deps): bump browserslist from 4.16.1 to 4.16.6
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.1 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.1...4.16.6)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Yerzhan Tulepov
|
4c8a0ac112
|
Add remote function
|
4 years ago |
zhourf
|
8aa9795f7a
|
fix(draw.js): 数字格式的单元格值为字符串时设置条件格式为数据条会报错
fix #528
|
4 years ago |
Yerzhan Tulepov
|
95a65de6bf
|
Add new backend response types to show and hide loading progress circle
|
4 years ago |
Yerzhan Tulepov
|
97cc598273
|
Allow to not call save param on showing rows/columns
|
4 years ago |
Yerzhan Tulepov
|
d1d3633f59
|
Allow to not call save param on hiding rows/columns
|
4 years ago |
cdswyda
|
45b6d209ba
|
Merge branch 'master' of github.com:cdswyda/Luckysheet
|
4 years ago |
cdswyda
|
bc4fd52065
|
打包结果新增版本等banner
|
4 years ago |
break-wave
|
85e3737e3a
|
fix(bug): 二次create时,不能进行更改颜色
|
4 years ago |
Yerzhan Tulepov
|
0f0d983a35
|
Update an index by a new one gotten from a server
|
4 years ago |
dependabot[bot]
|
8044519c19
|
build(deps): bump lodash from 4.17.20 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
break-wave
|
98a16d2b18
|
fix(bug): 配置了showtoolbarConfig.undoRedo进行隐藏会出错
|
4 years ago |
break-wave
|
37316b03e2
|
fix(bug): 工具栏缩小后再放大不能回到原位置
|
4 years ago |
break-wave
|
5d00990878
|
fix(bug): 窗口大小变化工具栏竖线问题
|
4 years ago |
break-wave
|
2d8d663795
|
fix(bug): 配置了showtoolbarConfig报错
|
4 years ago |
dependabot[bot]
|
20f295e6aa
|
chore(deps): bump url-parse from 1.4.7 to 1.5.1
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.1.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
036d0c764c
|
chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
94b4a98214
|
chore(deps): bump handlebars from 4.7.6 to 4.7.7
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.7.6...v4.7.7)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
ae2ca50179
|
chore(deps): bump ua-parser-js from 0.7.23 to 0.7.28
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.23 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.23...0.7.28)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dava
|
a626118f64
|
bugfix: 关闭任意一个toolbar的功能时,界面无法加载
原因: 关闭功能时,由于界面没有渲染该节点,在resize.js 的445行中,无法找到该节点获取offset导致错误
bugfix: undoRedo 配置在toolbar.js中判断后直接删除,由于是引用对象,配置被全局删除,在resize.js中也使用该配置,却无法获取该配置参数,导致出错
|
4 years ago |
cdswyda
|
a22cbc3c1b
|
公式栏拖动高度后 单元格下拉位置也居中显示
|
4 years ago |
cdswyda
|
40967325ac
|
打包结果新增版本等banner
|
4 years ago |
Yerzhan Tulepov
|
1a6c1b0e9c
|
Add extend data to API
|
5 years ago |
文顶顶
|
9a8cb551a7
|
Merge pull request #621 from flowerField/master
解决合并单元格情况下高度计算问题和格式刷的bug
|
5 years ago |
flowerField
|
053382f7aa
|
解决合并单元格情况下高度计算问题和格式刷的bug
|
5 years ago |
文顶顶
|
270c466e78
|
Merge pull request #616 from cdswyda/toolbar
feature: 重构工具栏配置功能
|
5 years ago |
dependabot[bot]
|
1a88da108a
|
chore(deps): bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
5 years ago |
文顶顶
|
947a5ddeaa
|
Merge pull request #619 from flowerField/master
解决LuckyExecl转换后编辑态字符开头的'和null问题
|
5 years ago |
flowerField
|
33f488de96
|
解决LuckyExecl转换后编辑态字符开头的'和null问题
|
5 years ago |
Smillence
|
3d6ed4956d
|
auto collen
|
5 years ago |
cdswyda
|
76fabee52b
|
fix: 修复 showtoolbar 为 false 时的错误
|
5 years ago |
cdswyda
|
c511651f94
|
fix: 移除 console
|
5 years ago |
cdswyda
|
4dd527b6cf
|
fix: 修复重构工具栏配置后不传 showtoolbar showtoolbarConfig 时的bug
|
5 years ago |
cdswyda
|
831f958e91
|
feature: 重构工具栏配置功能
558 支持以数组的形式直接配置工具栏按钮的显示隐藏和位置信息
|
5 years ago |
Smillence
|
717ccaf6df
|
API setauto rowheight cs
|
5 years ago |
Mike Ungers
|
dbd50f18e0
|
Merge branches 'master' and 'master' of https://github.com/mikeungers/Luckysheet
|
5 years ago |
Mike Ungers
|
0f7d467c31
|
potential bugfix when pasting previous copied data from excel
|
5 years ago |
Smillence
|
569e04f885
|
Merge remote-tracking branch 'origin/autoHeightWidth' into autoHeightWidth
|
5 years ago |
Smillence
|
3cf4236045
|
API setauto rowheight
|
5 years ago |
Smillence
|
5c046ad894
|
API setauto rowheight
|
5 years ago |
break-wave
|
4428a0300c
|
fix(bug): 初次设置 setRangeMerge error
|
5 years ago |
dushusir
|
3b0713699a
|
build(esbuild): add esbuild
esbuild handle es module
|
5 years ago |
文顶顶
|
703483a8ad
|
Merge pull request #604 from flowerField/master
解决方向键操作合并单元格情况下选区不正确问题
|
5 years ago |
flowerField
|
88a555c0d2
|
解决方向键操作合并单元格情况下选区不正确问题
|
5 years ago |
文顶顶
|
9c5bc0ac72
|
Merge pull request #597 from flowerField/master
解决拷贝特殊内容(比如从WPS单元格拷贝PC&Web)粘贴后操作换行内容丢失和错乱问题
|
5 years ago |
flowerField
|
fd017a93c0
|
git commit -m 解决拷贝特殊内容(比如PC
|
5 years ago |
文顶顶
|
ce61add241
|
Merge pull request #596 from flowerField/master
解决从其他表格拷贝粘贴后字体计算问题
|
5 years ago |
flowerField
|
4565c9a1c3
|
解决从其他表格拷贝粘贴后字体计算问题
|
5 years ago |
文顶顶
|
5f801c9eb4
|
Merge pull request #594 from flowerField/master
解决格式刷的一些问题
|
5 years ago |