update 0.10.1

This commit is contained in:
hufeixiong
2021-11-05 11:05:36 +08:00
parent 852532762d
commit 015383492b
6 changed files with 12 additions and 5 deletions

View File

@@ -1,5 +1,9 @@
## changelog
## 0.10.1
修改timeline类名方便修改样式。
## 0.10.0
函数名提出name作为单独配置项传递第一个参数作为id最后个参数作为函数名这样函数的显示名称可以支持转换。

View File

@@ -4,6 +4,10 @@ order: 1
---
## changelog
## 0.10.1
修改timeline类名方便修改样式。
## 0.10.0
函数名提出name作为单独配置项传递第一个参数作为id最后个参数作为函数名这样函数的显示名称可以支持转换。

View File

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

View File

@@ -168,9 +168,8 @@ export function TimeLine(props: TimeLineProps) {
return (
<div
className={props.classes}
className={`${props.classes} ant-menu yh-timeline`}
style={{
backgroundColor: 'white',
width: '100%',
position: 'absolute',
height: '150px',

View File

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

View File

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