Skip to content

Commit a164081

Browse files
committed
update CHANGELOG.md 0.1.13
1 parent 91ac08e commit a164081

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [0.1.13](https://github.com/royians/print-template-designer/compare/0.1.12...0.1.13) (2023-01-13)
2+
3+
4+
### Bug Fixes
5+
6+
* 表格样式、富文本样式、文本样式修复和调整 ([91ac08e](https://github.com/royians/print-template-designer/commit/91ac08ecfc47ec195283202a59e3bd99013e17a6))
7+
* 去除Text组件p标签默认上下margin ([e67badb](https://github.com/royians/print-template-designer/commit/e67badb79a5ba446bad3a4ce870a253d078c7a4c))
8+
* 数据表格宽度问题修复。(表格行高因此暂时失效,以后修复) ([ed80dff](https://github.com/royians/print-template-designer/commit/ed80dff7bfe807f867954bed0346102bcee1d26d))
9+
* margin写错 ([cdc0361](https://github.com/royians/print-template-designer/commit/cdc03612ae05b535c0788ccbce1a8c5ae62c3302))
10+
11+
12+
113
## [0.1.12](https://github.com/royians/print-template-designer/compare/0.1.11...0.1.12) (2023-01-12)
214

315

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,6 @@ export default {
116116
以下是待办列表,写一些接下来该项目要干的事:
117117

118118
[] 基本功能
119+
[·] BUG修复
120+
[·] 剔除ElementUI
121+
[·] 调整RoyText渲染逻辑

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "print-template-designer",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"private": false,
55
"author": {
66
"email": "admin@royians.cn",

src/components/Main/Home.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@ export default {
157157
}),
158158
async initMounted() {
159159
console.log(
160-
`\n %c PrintTemplateDesigner® v${VERSION} %c ${new Date(
161-
window.printTemplateVersionTime || new Date().getTime()
162-
).toLocaleString()}`,
160+
`\n %c PrintTemplateDesigner® v${VERSION} %c`,
163161
'color:#fff;background:linear-gradient(90deg,#4579e1,#009688);padding:5px 0;',
164162
'color:#000;background:linear-gradient(90deg,#009688,#ffffff);padding:5px 10px 5px 0px;'
165163
)

src/components/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const install = function (Vue, opts = {}) {
4444
})
4545
}
4646
const Api = {
47-
version: 'ROY-PRINT-DESIGNER@0.1.12',
47+
version: 'ROY-PRINT-DESIGNER@0.1.13',
4848
PtdDesigner,
4949
PtdViewer,
5050
NightModeStore,

0 commit comments

Comments
 (0)