Commit Graph

154 Commits

Author SHA1 Message Date
Haoqun Jiang
5d9037a8b5
fix: stop pinning vue peer dependency version (#3051)
* fix: stop pinning vue peer dependency version

It should be safe to trust `vue` to follow semver.
Pinning a peer dependency version is a bad idea because any change in
peer dependency requirement should be considered a breaking change in
theory.

On the other hand, `@vue/compiler-sfc` has a strict peer dependency
version requirement.
So pinning the `vue` version is likely to causing issues like
https://github.com/vitejs/vite/issues/4573 in the future.

* chore: update lockfile
2021-08-25 17:34:57 +08:00
jeremywu
0738aed40c
fix(build) fix rollup full bundile issue (#3034) 2021-08-25 01:22:03 +08:00
jeremywu
ef94ac1a70
fix(build): upgrade vue to 3.2.x (#3031)
* chore(build): upgrade vue to 3.2.x

- Update Vue related dependencies version

* update vue version
2021-08-25 00:18:06 +08:00
kooriookami
e0095e3c1d
build: update browserslist (#3027) 2021-08-24 17:36:52 +08:00
jeremywu
a3d0d05d82
fix replaceAll is undefined (#3024) 2021-08-24 16:52:44 +08:00
jeremywu
b0f4fc5f23
refactor: update package path and bundle folder (#3016) 2021-08-24 13:36:48 +08:00
云游君
a2dba425a0
chore(build): remove useless dependencies & use ts for gulp & add progressbar (#2792)
* refactor(theme-chalk): upgrade to ts & renive gulp-mincss with gulp-clean-css

* feat(build): add clean-css colorful log && add progressbar for webpack
2021-08-03 09:12:34 +08:00
云游君
a2e1491411
refactor(slider): migrate css var & use sass map for message (#2772) 2021-07-30 17:40:22 +08:00
jeremywu
a7b4b61dc1
feat(icon): introduce-el-icons-into-ep (#2766)
- Add @element-plus/icons as dependency.
- Update el-icon.
- Update icon.md for all languages.
2021-07-30 11:29:25 +08:00
jeremywuuuuu
4e5ef0d3a8 build(project): update bundle strategy
- Update the build script for generating *.d.ts files
- Update package.json module entry.
- Update CI pipeline node version
- Reorganized main bundle structure
- Update i18n functionalities
2021-07-23 16:46:53 +08:00
Square Coin
d17d6a5b49
feat(menu): improve handleItemClick (#2514)
* feat(menu): improve handleItemClick function

* chore(menu): add description of handleItemClick

* feat(menu): better name

* Address comments

* Update doc for all languages

Co-authored-by: liik <linyunqianpp@126.com>
Co-authored-by: jeremywuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com>
2021-07-15 15:18:02 +08:00
云游君
37d3d778c1
chore(style): lint scss by prettier (#2515) 2021-07-14 09:27:52 +08:00
Enoch Qin
36f2d0964b
chore: upgrade sass from 1.34.0 to 1.35.1 (#2437) 2021-07-05 09:05:03 +08:00
william paulo
bb44760f56
fix: update peerDependencies vue version (#2352)
leave patch level open for vue
2021-06-30 15:21:52 +08:00
zouyaoji
265a6e4c6d
fix: Highlighted the search results of document (#2382) 2021-06-30 14:36:41 +08:00
Herrington Darkholme
0287d1a2b6
Fix/table test (#2229)
* fix(table): remove unnecessary test lib

we can safely use jest.fn

* fix(build): cleanup unused deps
2021-06-12 17:10:24 +08:00
jeremywu
8206e34a66
fix(project): fix/upgrade-to-vue-3-1-1-and-with-bug-fix (#2220)
- Upgrade Vue to 3.1.1 and fix the bug alone with the upgrade
2021-06-11 18:20:49 +08:00
hangzou
7baf85bf6d
feat(build): esbuild for single component build (#2112) 2021-06-03 13:05:21 +08:00
Bios Sun
eeedac6cf7
build: bump sass from 1.26.10 to 1.34.0 (#2060)
# Conflicts:
#	packages/theme-chalk/src/common/var.scss
2021-05-27 16:39:04 +08:00
0song
3171c992cd
chore: fix gen type (#1762) 2021-04-06 15:53:17 +08:00
qiang
87a16f24d3
workflow: Auto generate code hint files from the docs (#1749)
* chore: add components-helper

* docs: unified style

* docs: unified style

* docs: unified style

* docs: unified style

* chore: replace Accepted Values for icon

* chore: delete vetur folder

* chore: add components-helper

* docs: unified style

* docs: unified style

* docs: unified style

* docs: unified style

* chore: replace Accepted Values for icon

* chore: delete vetur folder
2021-04-06 11:41:02 +08:00
jeremywu
ac0612965f
build(project): project/bumping-vue-version (#1702)
* build(project): project/bumping-vue-version

- Bumping vue to 3.0.9

* remove unnecessary dependency

* restore @vue/compiler-sfc
2021-03-28 12:46:58 +08:00
qiang
8238fa8593
chore: add web-types.json (#1662) 2021-03-19 09:11:18 +08:00
Ryan2128
c550bcfd27
fix(popper): fix popper error cause by vue version update (#1556)
* chore: update vue version

* fix(infinite-scroll): fix test case error

* fix(popper): fix popper error cause by vue version update
2021-03-03 11:43:31 +08:00
Ryan2128
11d40fa791
feat(docs): add copy feat for demo (#1398) 2021-01-31 18:42:29 +08:00
zazzaz
29298d5974
Update package.json 2021-01-23 15:14:26 +08:00
qiang
9429ff303f
chore: add tags and attributes completions for vetur (#1303) 2021-01-20 15:31:07 +08:00
jeremywu
59bcb722e9
chore(project): chore/bumping-dep-versions (#1214)
- Bumping dep versions to get rid of Vulnerability
2021-01-07 11:22:54 +08:00
zazzaz
b71d151dce chore: update changelog 2021-01-05 16:52:23 +08:00
jeremywu
a58f0fab90
chore(project): chore/bumping-vue-version (#1159)
* chore(project): chore/bumping-vue-version

- Upgrade vue to 3.0.5

* chore(project): - revision dependencies
2020-12-31 11:11:45 +08:00
jeremywu
a3a1c3508e
build: add packages (#1138)
* build(build): build/opt-github-actions-build-productivity

- Reduce the maximum parallel process number to 2(correcsponding to github actions machine cores)

* build(build): build/add-packages-to-release-scope

- Add packages to package.json.file in order to provide theme.scss
2020-12-27 23:58:18 +08:00
jeremywu
2671c461b4
build(core): core/bundling-opt (#1118) 2020-12-27 14:16:18 +08:00
zazzaz
4955140376 1.0.1-beta.11 2020-12-21 22:37:41 +08:00
zazzaz
b11cac4ebd 1.0.1-beta.10 2020-12-18 11:36:32 +08:00
zazzaz
ed2d2de032 1.0.1-beta.9 2020-12-16 22:56:56 +08:00
zazzaz
36f676cf37 1.0.1-beta.8 2020-12-12 15:06:24 +08:00
hangzou
eb24622055
fix: fix some components import type (#959) 2020-12-11 15:37:09 +08:00
zazzaz
3effc34a9d 1.0.1-beta.7 2020-12-10 14:12:44 +08:00
zazzaz
79b8273fa0 1.0.1-beta.6 2020-12-09 12:40:40 +08:00
zazzaz
f5d4f5d25c 1.0.1-beta.5 2020-12-07 13:25:31 +08:00
zazzaz
4519575f73 1.0.1-beta.4 2020-12-05 13:02:32 +08:00
zazzaz
6235ce61db 1.0.1-beta.3 2020-12-03 17:37:59 +08:00
zazzaz
56b259e44e 1.0.1-beta.2 2020-12-02 11:44:22 +08:00
zazzaz
2b234fb4fb 1.0.1-beta.1 2020-12-01 21:57:04 +08:00
vok123
f529bbe7a0
fix: add esm bundle (#577) 2020-12-01 18:56:43 +08:00
zazzaz
2bcbcc8859
chore: rm type (#749) 2020-12-01 17:33:52 +08:00
jeremywu
de0696b4f6
core/bumping-dependency-vue-version (#729)
* bumping version

* build(core): bumping vue version

- Bumping up vue version from ^3.0.0 to ^3.0.3 due to the change of `emitOptions`

* Remove transition mock/Add before-enter and before-leave hook emitter for popper
2020-12-01 10:28:42 +08:00
zazzaz
0bc7f6d999 1.0.1-beta.0 2020-11-29 18:58:38 +08:00
zazzaz
45e7ade6dd 1.0.1-alpha.23 2020-11-27 11:30:48 +08:00
zazzaz
4986e8f98f 1.0.1-alpha.22 2020-11-26 23:19:33 +08:00