Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D2M #8708

Merged
merged 27 commits into from
Jul 8, 2022
Merged

D2M #8708

merged 27 commits into from
Jul 8, 2022

Conversation

iamkun
Copy link
Contributor

@iamkun iamkun commented Jul 8, 2022

Please make sure these boxes are checked before submitting your PR, thank you!

  • Make sure you follow contributing guide English | (中文 | Español | Français).
  • Make sure you are merging your commits to dev branch.
  • Add some descriptions and refer to relative issues for your PR.

ParkerFiend and others added 26 commits July 1, 2022 22:01
…8533)

* fix(components): [menu] fix infinite flicker after choosing subMenu

closed #8525, #8487
…8354)

* fix(theme-chalk): [select] change style when disalbed and selectded

* fix(theme-chalk): [select-v2] change style when disalbed and selectded

* refactor: replace with include

* refactor: replace with include
* fix(components): [TreeSelect] check child when parent checked

* refactor(components): [TreeSelect] move utility functions to utils.ts

* fix(components): [TreeSelect] exclude check event from click node

* fix(components): [TreeSelect] handle dup when `checkOnClickNode`

* feat(components): [TreeSelect] `treeFind` support find parent node

* fix(components): [TreeSelect] show current selected node only first time

* fix(components): [TreeSelect] incorrect node selection condition

* docs(components): [TreeSelect] update checkbox examples and tips

* fix(components): [TreeSelect] incorrect label when data modify
#8587)

* fix(components): [input-number] Fix value decimals miss prop precision
* fix(components): add validate-event for form types component

* chore: format code
* fix(components): [time-picker] Ignore key down if readonly

* fix(components): [time-picker] Ignore key if readonly
* fix(components): [date-picker]

fix date-picker's type of year disabled failure

closed #8554

* fix(components): [date-picker] fix type of year disabled failure

fix date-picker's type of year disabled failure

closed #8554

Co-authored-by: guowanzi <8750640+guowanzi@user.noreply.gitee.com>
Co-authored-by: KimYangOfCat <kim.yang.yj@outlook.com>
* feat(components): [autocomplete] Add fitInputWidth prop

* feat(components): [autocomplete]

* feat: add docs

* feat(components): [autocomplete]
…#8522)

* fix(components): [table]  table-column expand nested table wrong style

* docs: update table component expandable row example
* feat(components): [slider] placement

feat: add fallback placements

feat: rename tooltip-placement

refactor: test code

docs: add placement attribute

docs: prettier

* docs: example placement
* Revert "fix(components): [radio] fix typo (#8556)"

This reverts commit b922b9e.

* Revert "fix(components): [radio] Divide attrs into label and input (#8476)"

This reverts commit 2d8a9e4.
@element-bot
Copy link
Member

element-bot commented Jul 8, 2022

General Info

Current version: 2.2.8
Current time: 2022-07-08T03:29:23+00:00


2.2.9

2022-07-08

Features

Bug fixes

Refactors

Other

@pull-request-triage
Copy link

👋 @iamkun, thank you for contributing element-plus.

  • You can comment with /label Components:[component_name] to add a label for which component you are working on.
  • You may join our Discord for staying tuned.

@github-actions
Copy link

github-actions bot commented Jul 8, 2022

@github-actions
Copy link

github-actions bot commented Jul 8, 2022

Total changed files: 6

ℹ️ Files have been changed
Filename Status
utils.d.ts Added 🟢
utils.mjs Added 🟢
utils.mjs.map Added 🟢
utils.d.ts Added 🟢
utils.js Added 🟢
utils.js.map Added 🟢

Generated with ❤️ by Element Plus bot

@github-actions
Copy link

github-actions bot commented Jul 8, 2022

Size Change: +1.86 kB (0%)

Total Size: 1.29 MB

Filename Size Change
./dist/element-plus/dist/index.css 43 kB +100 B (0%)
./dist/element-plus/dist/index.full.js 365 kB +507 B (0%)
./dist/element-plus/dist/index.full.min.js 267 kB +325 B (0%)
./dist/element-plus/dist/index.full.min.mjs 263 kB +334 B (0%)
./dist/element-plus/dist/index.full.mjs 357 kB +597 B (0%)

compressed-size-action

@github-actions
Copy link

github-actions bot commented Jul 8, 2022

🧪 Playground Preview: https://element-plus.run/?pr=8708
Please comment the example via this playground if needed.

@iamkun iamkun merged commit 51bd8cf into master Jul 8, 2022
@github-actions
Copy link

github-actions bot commented Jul 8, 2022

Hello, @, seems like your commit message contains some issues.

你好,@,你的提交消息不符合 Element Plus 的提交消息规范。

⧗   input: D2M (#3418)

* fix release scirpt (#3410)

* fix release scirpt (#3412)

* fix: [el-cascader] multiple search with v-model can't work (#3350)

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

* build: external packages (#3415)

* fix(utils): add type remove the ts error (#3406)

* fix(utils): add type remove the ts error

* fix: optional chaining operator replace non-nullish assertion

* chore: try again test

Co-authored-by: Alan Wang <948467222@qq.com>
Co-authored-by: Kevin <sxzz@sxzz.moe>
Co-authored-by: btea <2356281422@qq.com>
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: D2M (#3413)

* fix release scirpt (#3410)

* fix release scirpt (#3412)
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: fix release scirpt (#3410) (#3411)
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint

⧗   input: D2M (#2137)

* fix: hot reload (#2077) (#2097)

Co-authored-by: yangyu8 <yangyu8@kingsoft.com>

* fix: fix popper in dialog isn't enough space to position problem (#2102)

Co-authored-by: yangyu8 <yangyu8@kingsoft.com>

* feat: demo Composition API (#2099)

* feat: demo Composition API

* chore: update

* chore: update

* chore: update

* chore: update radio VCA doc (#2111)

* fix: ImageViewer isLast attribute calculation error issue (#1902) (#2125)

Co-authored-by: yangyu8 <yangyu8@kingsoft.com>

* fix(col): col should hidden when span is zero (#1769)

* fix: tabindex prop type (#2130)

Co-authored-by: Qian Jie <jie.qian@blockheaders.com>

* fix: week translations for hr locale (#2134)

Co-authored-by: wp178491 <wp178491@alibaba-inc.com>

* feat: use built-in throwError function. (#2131)

* feat: use built-in throwError function.

* Update index.vue

* Update index.vue

* feat(build): esbuild for single component build (#2112)

* feat(input): add input-style prop (#2117)

* feat(input): add input-style prop

* test(input): add test case

* fix: Cascader size issue when filterable and multiple are enabled (#2123)

Co-authored-by: yangyu8 <yangyu8@kingsoft.com>

* build(project): release/1-0-2-beta-46 (#2136)

- Update release change log and update release script

Co-authored-by: msidolphin <msidolphin@outlook.com>
Co-authored-by: yangyu8 <yangyu8@kingsoft.com>
Co-authored-by: 0song <82012629+0song@users.noreply.github.com>
Co-authored-by: 神楽坂みずき <45122329+cokemine@users.noreply.github.com>
Co-authored-by: bastarder <85257684@qq.com>
Co-authored-by: Qian Jie <jie.qian@blockheaders.com>
Co-authored-by: 好多大米 <lost1q84@gmail.com>
Co-authored-by: wp178491 <wp178491@alibaba-inc.com>
Co-authored-by: 波比小金刚 <2890636389@qq.com>
Co-authored-by: hangzou <zouhang@didiglobal.com>
Co-authored-by: Ryan2128 <33176053+Ryan2128@users.noreply.github.com>
✖   subject may not be empty [subject-empty]
✖   type may not be empty [type-empty]

✖   found 2 problems, 0 warnings
ⓘ   Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint


Please refer to Commit Example for fixing it.

请参考 提交示例 来修改你的提交消息。

Note that all your commits will be squashed into one for being linted, so you might need to revision your commits.
If you do not know how to do so, please refer to Keeping git commit history clean to update your commit message.

你的所有 commit(s) 会被合并为一个 commit 来被验证,所以你可能需要修改你之前的 commit(s) 消息。
如果你不知道如何来修改之前已经提交的记录,请参考让你的 Git 提交历史保持干净来修改。

If you find it hard to do it by yourself, run command below to use an intuitive tool for that.

如果你觉得自己写这个提交消息很难,请使用下面的命令来启动一个交互式工具来帮助你生成消息。

pnpm cz

Note that if you do not fix the commit message issue, your PR will be automatically closed within 3 days.

请注意,如果你没有按照规范修改你的提交消息,你的 PR 将会在三天内被自动关闭。

Generated with ❤️ by ElementPlusBot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet