Commit Graph

111 Commits

Author SHA1 Message Date
jeremywu
c6bed151a5
epic(website): refactor website (#3426)
* feat(website): init viteperss (#3162)

* init vitepress

* Finish homepage

* relayout page

* partial finish

* update

* update use lang

* remove font weight; change font size

* docs: optimize docs folder structure

* reorganize project

* fix ssr issue

* fix build issues

Co-authored-by: Kevin <sxzz@sxzz.moe>
Co-authored-by: zouhang <zouhang@didiglobal.com>

* feat(website) integrate with crowdin (#3218)

- Introduce Crowdin CLI
- Add script for fetching Crowdin token from env
- Add script for local development

* fix formatting

* update codeblocks (#3249)

* feat(docs): update website preview script

- Update azure preview build script
- Eliminate dead links

* bootstrap docs

* fix homepage layout issue

* fix formating

* Finish ToC and codepen integration

* reorganized files and fix issue that causes demo unavailable after build

* feat(docs): migration documentations (#3283)

* feat(docs): migration documentations

- Move documentations to docs/

* remove unused files

* docs: [popconfirm] migrate document (#3285)

* feat(docs): migrate documentation from space.md to upload.md (#3292)

- Upload documentations acorrodingly

* docs: [date-picker] migrate document  (#3289)

* docs: [date-picker] migrate document

* fix: typo

* docs: [slider] migrate document (#3287)

* docs: migrate documents (#3290)

* docs: migrate-datetime-picker

* docs: migrate descriptions

* docs: migrate dialog

* docs: migrate divider

* docs: migrate drawer

* docs: migrate drapdown

* docs: fix drapdown

* docs: migrate empty

* docs: migrate form

* docs: add scoped for style

* docs: simplify toRefs

* chore: update doc (#3297)

* chore: update doc

* chore: update doc

* chore: update doc

* feat(docs): migrate documentations from infinite-scroll to page-header (#3303)

- Update docs accordingly
- Update CodePen icon to match style
- Update component name to match others

* docs: migrate documentions (#3293)

migrate list:
* image
* popover
* scrollbar
* radio
* rate
* skeleton
* select
* select-v2
* reault
* progress
* pagination

* chore: update doc (#3305)

Co-authored-by: 0song <0song@gmail.com>

* Fix broken pipeline

* chore: update demo plugin

* website perfection

* fix hydration bug

* docs: update guide (#3342)

* WIP docs

* docs: update docs

* add dark mode

* make dev fetch components from local instead of node_modules

Co-authored-by: msidolphin <msidolphin@outlook.com>
Co-authored-by: Aex <spryti@qq.com>
Co-authored-by: 0song <82012629+0song@users.noreply.github.com>
Co-authored-by: 0song <0song@gmail.com>
Co-authored-by: zouhang <zouhang@didiglobal.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>

* fix(docs): fix codepen code example issue (#3380)

* fix(docs): fix codepen code example issue

- Add lang="ts" for all example files
- Fix codepen import error

* revert changes in resource.vue

* feat(docs): complete crowdin integration (#3408)

* Update mds for preparing the integration script

* deprecate old website

* update sponsors and even handler for resize

* update build script for preview

* fix preview-build error

* fix preview-build error

* fix preview-build error

* fix preview-build error

* fix preview-build error

* update deploy script and some bugs

* Fix existing issue

* chore(project): add dev preview workflow

* chore(project): rename dev to staging

* update the size of toc

* update staging-preview script

* update preview scripts

* enable website build for preview

* fix build error

* final commitment for update the details

* remove azure pipeline

* move docs ignores into docs and update date

Co-authored-by: Kevin <sxzz@sxzz.moe>
Co-authored-by: zouhang <zouhang@didiglobal.com>
Co-authored-by: msidolphin <msidolphin@outlook.com>
Co-authored-by: Aex <spryti@qq.com>
Co-authored-by: 0song <82012629+0song@users.noreply.github.com>
Co-authored-by: 0song <0song@gmail.com>
2021-09-17 00:18:50 +08:00
三咲智子
a3f01b0f23
build: external packages (#3415) 2021-09-15 08:28:23 +08:00
三咲智子
5c70b303d9
fix(build): fix exclude dependency (#3404)
* fix(build): fix exclude dependency

* Update utils.ts
2021-09-15 01:13:36 +08:00
三咲智子
d26070d939
chore: add @vueuse/core (#3370) 2021-09-13 10:37:43 +08:00
三咲智子
55348b30b6
style: use prettier (#3228)
* style: use prettier

* style: just prettier format, no code changes

* style: eslint fix
object-shorthand, prefer-const

* style: fix no-void

* style: no-console
2021-09-04 19:29:28 +08:00
jeremywu
a4146608db
fix(build): agolia indices script (#3234) 2021-09-04 10:34:58 +08:00
Sanxiaozhizi
6cc16bbd06
refactor: enhance type definition (#3062)
* chore: add vue-tsc for type check

* refactor(components): respect Vue's own style type

* refactor(components): improve props type

* chore(build): improve types

* fix(components): remove unnecessary props

* perf(components): use shallowRef

* fix(components): add missing property type for table

* refactor(components): improve time-picker types

* refactor(components): extract import type

* refactor(components): improve popper types

* refactor(components): upload list types

* fix(docs): fix type

* better type

* fix: remove index
2021-08-31 09:40:13 +08:00
JeremyWuuuuu
b4342c5ef4 fix missing folders and umd locale builds and i18n docs for umd builds 2021-08-25 17:07:06 +08:00
jeremywu
e926d20179
fix(build): exposing installer function and version for umd build (#3041)
* fix(build): exposing installer function and version for umd build

* fix codepen code snippet error
2021-08-25 11:27:16 +08:00
jeremywu
0738aed40c
fix(build) fix rollup full bundile issue (#3034) 2021-08-25 01:22:03 +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
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
0song
ff3c7abac6
chore: update search (#2390) 2021-06-30 15:07:26 +08:00
zouyaoji
265a6e4c6d
fix: Highlighted the search results of document (#2382) 2021-06-30 14:36:41 +08:00
BeADre
e2c53a9944
style: fix code space (#2376) 2021-06-30 14:19:38 +08:00
jeremywu
e9ea4b4ee2
Fix/revert changes for fixing issue (#2313)
* Revert "fix(project): fix beta 49 build issue (#2310)"

This reverts commit 7d39b37f00.

* Revert "feat(hooks): feat: Encapsulate function for rendering teleport element"

This reverts commit 74ec002d23.

* Revert "refactor(popper): refactor extract common props for props (#2300)"

This reverts commit 45982cff8a.

Co-authored-by: jeremywuuuuu <jeremywuuuuu@no-reply.github.com>
2021-06-23 21:08:31 +08:00
jeremywu
7d39b37f00
fix(project): fix beta 49 build issue (#2310)
- Fix the build issue caused by internal objects

Co-authored-by: jeremywuuuuu <jeremywuuuuu@no-reply.github.com>
2021-06-23 19:58:02 +08:00
jeremywu
b60e4f3bef
build(project): release/1-0-2-beta-46 (#2136)
- Update release change log and update release script
2021-06-03 14:41:20 +08:00
hangzou
7baf85bf6d
feat(build): esbuild for single component build (#2112) 2021-06-03 13:05:21 +08:00
jeremywu
06731d8e70
fix(project): fix/1778-import-on-demand-not-working (#1788)
* fix(project): fix/1778-import-on-demand-not-working

- Fix the issue that when building utils the functions are inlined

* - remove unnecessary variable
2021-04-09 10:00:21 +08:00
0song
3171c992cd
chore: fix gen type (#1762) 2021-04-06 15:53:17 +08:00
wukang0718
7b7ec8d5c8
chore: 🤖 gen-type el-locale to locale (#1720)
gen-type el-locale to locale

Co-authored-by: wukang <wukang@yuzhilin.net.cn>
2021-04-06 11:41:25 +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
zazzaz
fbf5267de6
fix: fix full bundle export (#1350)
* fix: fix full bundle export

* chore: update
2021-01-25 22:42:25 +08:00
zazzaz
b1db142ad5
fix: fix i18n bundle error (#1346)
* fix: fix i18n bundle error

* chore: update

* chore: update
2021-01-25 16:23:15 +08:00
jeremywu
70c31d0bec
build(build): buid/add-locale-theme-in-es-build (#1132)
- Now lib provides cjs format exports and es provides esm format
2020-12-27 18:05:32 +08:00
jeremywu
2671c461b4
build(core): core/bundling-opt (#1118) 2020-12-27 14:16:18 +08:00
jeremywu
61f8317fa1
feat: release-automation (#1095) 2020-12-23 16:57:31 +08:00
XiongAmao
717db6ac56
fix: rewrite @element-plus/utils incorrectly (#1089) 2020-12-23 13:23:00 +08:00
hangzou
eb24622055
fix: fix some components import type (#959) 2020-12-11 15:37:09 +08:00
zazzaz
e4610e0feb chore: update build type 2020-11-27 12:03:44 +08:00
zazzaz
e35d3f761c chore: update build type 2020-11-27 11:19:13 +08:00
zazzaz
529b5f3289 chore: update build type 2020-11-27 11:19:13 +08:00
zazzaz
b1bdb6de8b
build: add type (#685)
* build: add type

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update

* chore: update
2020-11-26 23:09:31 +08:00
zazzaz
a2a515024a
Build/full (#668)
* build: update build full

* chore: update

* chore: update

* chore: update

* chore: update
2020-11-24 14:58:56 +08:00
zazzaz
5a424d4a43
Build/component (#656)
* build: update build conf

* chore: update

* chore: update

* chore: update

* fix: rm mixin
2020-11-23 13:55:48 +08:00
zazzaz
8e1dff7de7 build: update conf 2020-11-22 22:36:42 +08:00
zazzaz
a84b72e8f1 build: update build version 2020-11-22 21:56:33 +08:00
zazzaz
a174187bd7
build: external dayjs (#616) 2020-11-18 22:15:52 +08:00
Simona
c5fc8b4e9a
build: optimize (#560)
* build: replace ts-loader with @babel/preset-typescript
2020-11-10 14:24:09 +08:00
hangzou
9a3d2911d7
feat(build): upgrade rollup-plugin-vue (#563) 2020-11-10 10:38:38 +08:00
zazzaz
6b69d0a457
build: fix build bundle (#545)
* chore: update

* chore: update
2020-11-05 19:11:04 +08:00
hangzou
8394a64478
fix: Refactor dropdown (#454) 2020-11-04 11:24:36 +08:00
zazzaz
bd9f0ca11b chore: update ts config 2020-11-02 19:04:54 +08:00
hangzou
39cf4fc8c1
fix(build): improve code style (#528) 2020-11-02 16:48:46 +08:00
hangzou
c408492b2b
build: build esm bundle & esm components (#518) 2020-10-30 23:26:57 +08:00
hangzou
09418659e0
build: fix rollup build (#500) 2020-10-29 16:13:29 +08:00
Herrington Darkholme
59234e58c4 fix(build): remove vue extension
omitting vue extension is bad practice
2020-10-21 15:51:44 +08:00
hangzou
e8c162ea72
fix: fix rollup module (#434)
* fix(build): fix some export & import path

* fix(build): build utils

* fix: fix error import

* fix(build): fix import error

* fix(build): remove useless dependent

* fix(build): fix build command error
2020-10-20 11:45:44 +08:00
zazzaz
72d3311abd build: rename lib 2020-10-16 14:33:43 +08:00
zazzaz
5523c3e367 build: update name 2020-10-16 14:24:34 +08:00
plantainX
a432ae3966
fix(build): vue external config (#380) 2020-10-16 14:14:36 +08:00
hangzou
3c01d82efa
feat: add module in pkg & remove useless comment (#423) 2020-10-16 13:51:39 +08:00
zouhang
3e97aac8af fix(build): fix build error 2020-10-14 19:05:55 +08:00
zouhang
c6e8c5c45e build(core): fix some type error 2020-10-09 20:24:53 +08:00
zouhang
a14afae7c9 fix: fix some comp type erro & add rollup build 2020-10-09 20:24:53 +08:00
plantainX
bcaf4376a7
fix(build): externalize vue dependency as Vue (#370) 2020-09-29 16:56:11 +08:00
zazzaz
2f8c74078e chore: update 2020-09-15 18:59:58 +08:00
zazzaz
cdd451d158 chore: update 2020-09-15 18:59:58 +08:00
zazzaz
c57a6eaa53 build: init build script 2020-09-15 18:59:58 +08:00