cyn
3e48307cdd
feat(date-picker): add footer slot ( #70 )
...
* feat(date-picker): add footer slot
* docs(changelog): change log add footer slot
* refactor(date-picker): refactor footer slot
* fix(date-picker): fix extra footer padding style
2021-06-11 17:40:17 +08:00
07akioni
864ac6fa97
feat(card): unstable rtl ( #76 )
2021-06-11 17:16:19 +08:00
07akioni
6177b96e86
feat(button): unstable rtl ( #74 )
2021-06-11 16:22:06 +08:00
07akioni
ae4b44dfb5
feat(spin): size
prop support number type ( #67 )
2021-06-11 00:51:11 +08:00
07akioni
5db8daa937
2.11.5
2021-06-10 22:54:48 +08:00
07akioni
3120750135
build: post changelog to dingtalk script
2021-06-10 22:49:35 +08:00
07akioni
ea4b3afe80
docs(readme): fix typo
2021-06-10 22:22:41 +08:00
07akioni
49c1dc912f
Merge pull request #60 from TuSimple/feat
...
chore: merge feat into main
2021-06-10 20:05:46 +08:00
07akioni
e7e1b2cd20
Update CHANGELOG.zh-CN.md
2021-06-10 19:44:55 +08:00
07akioni
f2006e8275
Update CHANGELOG.en-US.md
2021-06-10 19:44:21 +08:00
cyn
bcb52b14ec
fix(calendar): fix calendar date month error ( #56 )
...
* fix(calendar): fix calendar date calc error
* fix(calendar): optimize code
* docs(changelog): delete Feats info
* Update CHANGELOG.zh-CN.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-10 18:15:27 +08:00
五柳
21204a508e
fix(menu): the type definition of extra property of menu and submenu ( #59 )
2021-06-10 18:05:09 +08:00
CharTen
3d424dd018
fix(input): add 'password' declaration for 'input' ( #57 )
...
* add 'password' declaration for 'input'
* update change log
* update change log
* Update CHANGELOG.zh-CN.md
Co-authored-by: CharTen <caiting@3k.com>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-10 17:33:17 +08:00
yck
dbf624c0ac
build: add test:watch script ( #51 )
2021-06-10 17:21:57 +08:00
ahwgs
eb1bd5bd81
feat(dropdown): add disabled prop to option ( #42 )
...
* feat(dropdown): add disabled prop
* refactor: update dropdown disabled prop
* test(dropdown): add disabled case
* test(dropdown): update disabled case
2021-06-10 14:08:58 +08:00
五柳
3cd8dcda29
docs(popover): incorrect x and y description in popover in zh-CN( #52 )
...
* docs(popover-demos-zhCN): incorrect x and y description in popover's props
* Update CHANGELOG.en-US.md
* Update CHANGELOG.zh-CN.md
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-10 14:03:15 +08:00
handsomeFu
d7ff48e062
chore(.gitignore): update .gitignore file ( #54 )
2021-06-10 14:01:42 +08:00
07akioni
9a9c51787f
fix: dev not working on windows
2021-06-09 20:41:21 +08:00
07akioni
84be289484
fix(message): option should be optional ( #45 )
2021-06-09 17:14:13 +08:00
07akioni
6ec28ce22b
docs(select): remove unused var. fix #40
2021-06-09 16:44:50 +08:00
cyn
50dba5d131
docs: xicons link add www ( #38 )
2021-06-09 14:23:27 +08:00
cyn
5581cfcc8c
feat(card): add :target style ( #35 )
...
* feat(docs): add target style when anchor compoents demo
* feat(card): rename targetColor to colorTarget
* fix(changelog): fix changelog doc typo
* feat(card): delete !important, complete target style by override
* feat(card): rewrite target style
2021-06-09 11:30:00 +08:00
07akioni
44e45fe7a3
docs: fix typo.
2021-06-09 09:10:15 +08:00
07akioni
92fef0bb0e
site: adjust copy icon position
2021-06-09 02:27:40 +08:00
07akioni
8d918d1312
chore: tusimple case
2021-06-09 02:21:58 +08:00
dependabot[bot]
b40abf3d0a
chore(deps-dev): bump fs-extra from 9.1.0 to 10.0.0 ( #31 )
...
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra ) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases )
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0 )
---
updated-dependencies:
- dependency-name: fs-extra
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 00:55:21 +08:00
dependabot[bot]
60dbcb0203
chore(deps-dev): bump @vicons/ionicons4 from 0.7.0 to 0.8.0 ( #32 )
...
Bumps [@vicons/ionicons4](https://github.com/07akioni/xicons ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/07akioni/xicons/releases )
- [Changelog](https://github.com/07akioni/xicons/blob/main/CHANGELOG.md )
- [Commits](https://github.com/07akioni/xicons/commits )
---
updated-dependencies:
- dependency-name: "@vicons/ionicons4"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 00:37:25 +08:00
Anthony Fu
f50afd97bd
chore: fix cases for GitHub and TypeScript ( #28 )
2021-06-09 00:21:50 +08:00
w候人兮猗
358be3a491
chore(demo): demo add copy code button ( #25 )
...
* chore(demo): demo add copy button
* chore: copy code button update
* chore: change copy fun
* Update demo/utils/ComponentDemo.vue
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-08 22:32:31 +08:00
07akioni
af2317094c
ci: add pr template ( #24 )
...
* ci: add pr template
* Update .github/pull_request_template.md
2021-06-08 17:56:02 +08:00
w候人兮猗
c03b4a22ae
fix: fix dropmenu option hover pointer ( #23 )
2021-06-08 17:45:27 +08:00
07akioni
8978fa93bf
fix(popover): x, y may not be synced ( #21 )
...
* fix(popover): x, y may not be synced
* docs: changelog
2021-06-08 16:31:24 +08:00
XieZongChen
81f4d2c070
docs: Fix document errors in jsx ( #19 )
...
* docs: Fix document errors for jsx
* Update demo/pages/docs/jsx/enUS/index.md
* Update demo/pages/docs/jsx/zhCN/index.md
* docs: Optimization and modification scheme
Co-authored-by: 谢宗辰 <xiezongchen@xiezongchendeMacBook-Pro.local>
Co-authored-by: 07akioni <07akioni2@gmail.com>
2021-06-08 15:53:04 +08:00
dependabot[bot]
fa44d02b14
chore(deps-dev): bump @vicons/fluent from 0.7.0 to 0.8.0 ( #17 )
...
Bumps [@vicons/fluent](https://github.com/07akioni/xicons ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/07akioni/xicons/releases )
- [Changelog](https://github.com/07akioni/xicons/blob/main/CHANGELOG.md )
- [Commits](https://github.com/07akioni/xicons/commits )
---
updated-dependencies:
- dependency-name: "@vicons/fluent"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 15:31:02 +08:00
dependabot[bot]
f10983e1c0
chore(deps-dev): bump @vicons/ionicons5 from 0.7.0 to 0.8.0 ( #18 )
...
Bumps [@vicons/ionicons5](https://github.com/07akioni/xicons ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/07akioni/xicons/releases )
- [Changelog](https://github.com/07akioni/xicons/blob/main/CHANGELOG.md )
- [Commits](https://github.com/07akioni/xicons/commits )
---
updated-dependencies:
- dependency-name: "@vicons/ionicons5"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-08 15:30:51 +08:00
07akioni
802612922d
site: join us link
2021-06-08 13:49:17 +08:00
07akioni
9fe0cb0c74
refactor(cascader): simplify code
2021-06-08 13:48:08 +08:00
07akioni
f9c7deec84
docs(avatar): optimize intro
2021-06-08 12:45:46 +08:00
07akioni
1ec25f79e2
fix(select): lint
2021-06-08 12:33:19 +08:00
07akioni
75d6bfce01
feat(menu): only follow sider collapse state if sider's collapsed-mode is width
2021-06-08 12:27:22 +08:00
07akioni
7747a36428
fix(menu): type error
2021-06-08 12:23:39 +08:00
07akioni
043c9160b7
docs(contributing): tips
2021-06-08 12:16:08 +08:00
07akioni
7f09dc83f1
fix(scrollbar): set width 100% to scrollbar...
2021-06-08 12:15:46 +08:00
07akioni
35b1ac6576
docs(menu): fix collapsed-width & collapsed-icon-size prop
2021-06-08 12:15:31 +08:00
07akioni
950a64e420
fix(steps): type error
2021-06-08 11:58:32 +08:00
07akioni
e8d71d4a6f
docs(tab): fix size prop
2021-06-08 11:58:17 +08:00
07akioni
4f030d2a8b
docs(tooltip): fix no arrow demo
2021-06-08 10:35:09 +08:00
07akioni
79633953b0
fix(transfer): emtpy icon has no toggle transition
2021-06-07 18:22:38 +08:00
07akioni
22d8e97392
fix(radio-button): font-size
2021-06-07 18:22:38 +08:00
dependabot[bot]
1e5f4c3ef9
chore(deps-dev): bump autoprefixer from 9.8.6 to 10.2.6 ( #15 )
...
Bumps [autoprefixer](https://github.com/postcss/autoprefixer ) from 9.8.6 to 10.2.6.
- [Release notes](https://github.com/postcss/autoprefixer/releases )
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/autoprefixer/compare/9.8.6...10.2.6 )
---
updated-dependencies:
- dependency-name: autoprefixer
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 16:44:25 +08:00