update 0.10.1
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
## changelog
|
||||
|
||||
## 0.10.1
|
||||
|
||||
修改timeline类名,方便修改样式。
|
||||
|
||||
## 0.10.0
|
||||
|
||||
函数名提出name作为单独配置项传递,第一个参数作为id,最后个参数作为函数名,这样函数的显示名称可以支持转换。
|
||||
|
@@ -4,6 +4,10 @@ order: 1
|
||||
---
|
||||
## changelog
|
||||
|
||||
## 0.10.1
|
||||
|
||||
修改timeline类名,方便修改样式。
|
||||
|
||||
## 0.10.0
|
||||
|
||||
函数名提出name作为单独配置项传递,第一个参数作为id,最后个参数作为函数名,这样函数的显示名称可以支持转换。
|
||||
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.10.0",
|
||||
"version": "0.10.1",
|
||||
"license": "MIT",
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/dooringx-lib.esm.js",
|
||||
|
@@ -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',
|
||||
|
@@ -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",
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user