update 0.15.3

This commit is contained in:
yehuozhili
2022-05-01 19:32:06 +08:00
parent 1d21e2a28e
commit 94d9618633
8 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
## 0.15.3
修改选框选中算法
## 0.15.2 ## 0.15.2
修复行内元素编辑预览不一致情况。 修复行内元素编辑预览不一致情况。

View File

@@ -5,6 +5,8 @@ nav:
title: Change log title: Change log
order: 6 order: 6
--- ---
## 0.15.3
Modify check box selection algorithm
## 0.15.2 ## 0.15.2
Fix inconsistencies in line element editing preview. Fix inconsistencies in line element editing preview.
Add line height font size configuration item. Add line height font size configuration item.
@@ -33,7 +35,7 @@ Modify the timeline color and style to optimize the selected state.
## 0.12.3 ## 0.12.3
Fix double click positioning problem Fix double click positioning problem
## 0.12.2 ## 0.12.2
Add double click positioning frame. New double click positioning frame.
Fixed drag frame reset pointer behavior after pause. Fixed drag frame reset pointer behavior after pause.
## 0.12.0 ## 0.12.0
The operation of adding frames to the animation can accurately view the animation status every 0.1 seconds! The operation of adding frames to the animation can accurately view the animation status every 0.1 seconds!
@@ -44,7 +46,7 @@ Add container overflow configuration.
Adjust the style of the timeline section. Adjust the style of the timeline section.
Example part style adjustment. Example part style adjustment.
## 0.11.10 ## 0.11.10
Add color and style settings for markline New color pair
## 0.11.9 ## 0.11.9
A new setting panel is added to control adsorption scaling and other behaviors. A new setting panel is added to control adsorption scaling and other behaviors.
Fixed pop-up button style issues. Fixed pop-up button style issues.

View File

@@ -5,6 +5,10 @@ nav:
title: 变更日志 title: 变更日志
order: 6 order: 6
--- ---
## 0.15.3
修改选框选中算法
## 0.15.2 ## 0.15.2
修复行内元素编辑预览不一致情况。 修复行内元素编辑预览不一致情况。

View File

@@ -131,6 +131,16 @@ Contributions, issues and feature requests are welcome!.
[pc-Dooring]: https://github.com/MrXujiang/pc-Dooring [pc-Dooring]: https://github.com/MrXujiang/pc-Dooring
### DooringX视频教程 | dooringx tech
| title(标题) | address(视频地址) |
| --------------------- | ------------------------------- |
| 前端推荐!使用这款工具,设计稿一键转化成H5页面 | [观看教程](https://www.bilibili.com/video/BV11R4y1E7at?spm_id_from=333.337.search-card.all.click) |
| 学会了这个低代码框架, 你就是别人眼中的技术大佬! | [观看教程](https://www.bilibili.com/video/BV1Wr4y1k7mL?spm_id_from=333.337.search-card.all.click) |
| [H5制作]如何轻松制作H5页面,并定制自己的低代码平台? | [观看教程](https://www.bilibili.com/video/BV1ov411g7YX?spm_id_from=333.337.search-card.all.click) |
| 前端推荐!使用这款工具,设计稿一键转化成H5页面 | [观看教程](https://www.bilibili.com/video/BV11R4y1E7at?spm_id_from=333.337.search-card.all.click) |
| H5制作】lowocde盛行, 使用这款可视化编辑器轻松帮你制作H5页面 | [观看教程](https://www.bilibili.com/video/BV1q3411i79j?spm_id_from=333.337.search-card.all.click) |
### 团队介绍 | Team ### 团队介绍 | Team

View File

@@ -1,5 +1,5 @@
{ {
"version": "0.15.2", "version": "0.15.3",
"license": "MIT", "license": "MIT",
"main": "dist/index.js", "main": "dist/index.js",
"module": "dist/dooringx-lib.esm.js", "module": "dist/dooringx-lib.esm.js",

View File

@@ -2,7 +2,7 @@
* @Author: yehuozhili * @Author: yehuozhili
* @Date: 2022-04-30 23:25:05 * @Date: 2022-04-30 23:25:05
* @LastEditors: yehuozhili * @LastEditors: yehuozhili
* @LastEditTime: 2022-05-01 19:16:08 * @LastEditTime: 2022-05-01 19:31:14
* @FilePath: \dooringx\packages\dooringx-lib\src\core\selectRange\sat.ts * @FilePath: \dooringx\packages\dooringx-lib\src\core\selectRange\sat.ts
*/ */

View File

@@ -1,6 +1,6 @@
{ {
"name": "dooringx-plugin-template", "name": "dooringx-plugin-template",
"version": "0.15.2", "version": "0.15.3",
"description": "> TODO: description", "description": "> TODO: description",
"author": "yehuozhili <673632758@qq.com>", "author": "yehuozhili <673632758@qq.com>",
"homepage": "https://github.com/H5-Dooring/dooringx#readme", "homepage": "https://github.com/H5-Dooring/dooringx#readme",

View File

@@ -40,7 +40,7 @@
"@rollup/plugin-node-resolve": "^13.0.4", "@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-url": "^6.1.0", "@rollup/plugin-url": "^6.1.0",
"@svgr/rollup": "^5.5.0", "@svgr/rollup": "^5.5.0",
"dooringx-lib": "^0.15.2", "dooringx-lib": "^0.15.3",
"postcss": "^8.3.6", "postcss": "^8.3.6",
"rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1", "rollup-plugin-postcss": "^4.0.1",