mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 18:27:40 +08:00
build(project): release/1-0-2-beta-46 (#2136)
- Update release change log and update release script
This commit is contained in:
parent
e8fa016b46
commit
b60e4f3bef
@ -1,5 +1,24 @@
|
||||
## Changelog
|
||||
|
||||
### 1.0.2-beta.46
|
||||
|
||||
#### Features
|
||||
- Feat website: demo Composition API (#2099)
|
||||
- Feat Input: add input-style prop (#2117)
|
||||
|
||||
#### Bugfixes
|
||||
- Fix Col: should hidden when span is zero (#1769)
|
||||
- Fix Table: hot reload (#2077) (#2097)
|
||||
- Fix Popper: in dialog isn't enough space to position problem (#2102)
|
||||
- Fix ImageViewer: isLast attribute calculation error issue (#1902) (#2125)
|
||||
- Fix Popper: tabindex prop type (#2130)
|
||||
- Fix Locale: week translations for hr locale (#2134)
|
||||
- Fix Cascader: size issue when filterable and multiple are enabled (#2123)
|
||||
|
||||
#### Chore
|
||||
- Chore Website: update radio VCA doc (#2111)
|
||||
- Chore Project: esbuild for single component build (#2112)
|
||||
- Chore Website: use built-in throwError function. (#2131)
|
||||
|
||||
### 1.0.2-beta.45
|
||||
|
||||
|
@ -1,5 +1,24 @@
|
||||
## Changelog
|
||||
|
||||
### 1.0.2-beta.46
|
||||
|
||||
#### Features
|
||||
- Feat website: demo Composition API (#2099)
|
||||
- Feat Input: add input-style prop (#2117)
|
||||
|
||||
#### Bugfixes
|
||||
- Fix Col: should hidden when span is zero (#1769)
|
||||
- Fix Table: hot reload (#2077) (#2097)
|
||||
- Fix Popper: in dialog isn't enough space to position problem (#2102)
|
||||
- Fix ImageViewer: isLast attribute calculation error issue (#1902) (#2125)
|
||||
- Fix Popper: tabindex prop type (#2130)
|
||||
- Fix Locale: week translations for hr locale (#2134)
|
||||
- Fix Cascader: size issue when filterable and multiple are enabled (#2123)
|
||||
|
||||
#### Chore
|
||||
- Chore Website: update radio VCA doc (#2111)
|
||||
- Chore Project: esbuild for single component build (#2112)
|
||||
- Chore Website: use built-in throwError function. (#2131)
|
||||
|
||||
### 1.0.2-beta.45
|
||||
|
||||
|
@ -1,6 +1,26 @@
|
||||
## Changelog
|
||||
|
||||
|
||||
### 1.0.2-beta.46
|
||||
|
||||
#### Features
|
||||
- Feat website: demo Composition API (#2099)
|
||||
- Feat Input: add input-style prop (#2117)
|
||||
|
||||
#### Bugfixes
|
||||
- Fix Col: should hidden when span is zero (#1769)
|
||||
- Fix Table: hot reload (#2077) (#2097)
|
||||
- Fix Popper: in dialog isn't enough space to position problem (#2102)
|
||||
- Fix ImageViewer: isLast attribute calculation error issue (#1902) (#2125)
|
||||
- Fix Popper: tabindex prop type (#2130)
|
||||
- Fix Locale: week translations for hr locale (#2134)
|
||||
- Fix Cascader: size issue when filterable and multiple are enabled (#2123)
|
||||
|
||||
#### Chore
|
||||
- Chore Website: update radio VCA doc (#2111)
|
||||
- Chore Project: esbuild for single component build (#2112)
|
||||
- Chore Website: use built-in throwError function. (#2131)
|
||||
|
||||
### 1.0.2-beta.45
|
||||
|
||||
*2021-05-28*
|
||||
|
@ -1,5 +1,24 @@
|
||||
## Changelog
|
||||
|
||||
### 1.0.2-beta.46
|
||||
|
||||
#### Features
|
||||
- Feat website: demo Composition API (#2099)
|
||||
- Feat Input: add input-style prop (#2117)
|
||||
|
||||
#### Bugfixes
|
||||
- Fix Col: should hidden when span is zero (#1769)
|
||||
- Fix Table: hot reload (#2077) (#2097)
|
||||
- Fix Popper: in dialog isn't enough space to position problem (#2102)
|
||||
- Fix ImageViewer: isLast attribute calculation error issue (#1902) (#2125)
|
||||
- Fix Popper: tabindex prop type (#2130)
|
||||
- Fix Locale: week translations for hr locale (#2134)
|
||||
- Fix Cascader: size issue when filterable and multiple are enabled (#2123)
|
||||
|
||||
#### Chore
|
||||
- Chore Website: update radio VCA doc (#2111)
|
||||
- Chore Project: esbuild for single component build (#2112)
|
||||
- Chore Website: use built-in throwError function. (#2131)
|
||||
|
||||
### 1.0.2-beta.45
|
||||
|
||||
|
@ -1,6 +1,26 @@
|
||||
## Changelog
|
||||
|
||||
|
||||
### 1.0.2-beta.46
|
||||
|
||||
#### Features
|
||||
- Feat website: demo Composition API (#2099)
|
||||
- Feat Input: add input-style prop (#2117)
|
||||
|
||||
#### Bugfixes
|
||||
- Fix Col: should hidden when span is zero (#1769)
|
||||
- Fix Table: hot reload (#2077) (#2097)
|
||||
- Fix Popper: in dialog isn't enough space to position problem (#2102)
|
||||
- Fix ImageViewer: isLast attribute calculation error issue (#1902) (#2125)
|
||||
- Fix Popper: tabindex prop type (#2130)
|
||||
- Fix Locale: week translations for hr locale (#2134)
|
||||
- Fix Cascader: size issue when filterable and multiple are enabled (#2123)
|
||||
|
||||
#### Chore
|
||||
- Chore Website: update radio VCA doc (#2111)
|
||||
- Chore Project: esbuild for single component build (#2112)
|
||||
- Chore Website: use built-in throwError function. (#2131)
|
||||
|
||||
### 1.0.2-beta.45
|
||||
|
||||
*2021-05-28*
|
||||
|
@ -20,7 +20,6 @@ const inputs = getPackagesSync()
|
||||
.map(pkg => pkg.name)
|
||||
.filter(name =>
|
||||
name.includes('@element-plus') &&
|
||||
!name.includes('transition') &&
|
||||
!name.includes('utils'),
|
||||
)
|
||||
|
||||
@ -38,6 +37,7 @@ export default inputs.map(name => ({
|
||||
},{
|
||||
format: 'cjs',
|
||||
file: getOutFile(name, 'lib'),
|
||||
exports: 'named',
|
||||
paths(id) {
|
||||
if (/^@element-plus/.test(id)) {
|
||||
if (noElPrefixFile.test(id)) return id.replace('@element-plus', '..')
|
||||
|
@ -16,7 +16,9 @@ yarn build:lib-full
|
||||
|
||||
# -P2 stands for 2 maximum parallel, with
|
||||
# node .build/build.js command
|
||||
find './packages' -type d -maxdepth 1 ! -name '*util*' ! -name '__mocks__' ! -name 'locale' ! -name 'theme*' -print0 | xargs -I {} -P2 -0 node ./build/build.comps.js {}
|
||||
# find './packages' -type d -maxdepth 1 ! -name '*util*' ! -name '__mocks__' ! -name 'locale' ! -name 'theme*' -print0 | xargs -I {} -P2 -0 node ./build/build.comps.js {}
|
||||
|
||||
yarn build:components
|
||||
|
||||
find ./packages/utils -type f ! -name '*.test.ts' ! -name 'package.json' -print0 \
|
||||
| xargs -P2 -0 -I {} node ./build/build-util.js {}
|
||||
|
Loading…
Reference in New Issue
Block a user