Skip to content

Commit

Permalink
0.18.0 (#601)
Browse files Browse the repository at this point in the history
* fix: resolve path reference problem (#578)

* refactor(Cascader): new cascader (#533)

* refactor(Cascader): new cascader

* test: update snapshot

---------

Co-authored-by: leejimqiu <[email protected]>

* refactor(badge): new badge (#576)

* refactor(badge): new badge

* refactor(badge): demo base dot

* refactor(badge): demo finish(#576)

* refactor(badge): finish(#576)

* Feat/new grid (#584)

* chore(grid): update demo

* feat(grid): finish new version

* test: update snapshot

* test: update snapshot

* chore: update common

* fix: remove click event

* fix: rename badgeProps

* fix: update demo

* fix(upload): using new style (#587)

* fix(upload): using new style

* fix(upload): finish new upload

* fix(upload): resolve type

* refactor(message): new message (#586)

re #548

* Refactor/link (#589)

* feat: update api

* feat(link mobile component\): link Mobile Component

* feat(create link): create link

* fix(link style fix): link style fix

* feat(merge code): merge code

* fix(update _common): update common

* feat(merge code): merge code

* feat(merge code): merge code

* feat(update snapshots): update snapshots

* feat: 更新link hover,click

* feat(update link demo): update link demo

* feat(create link): create link

* feat(create link): create link

---------

Co-authored-by: anlyyao <[email protected]>

* feat: add form (#591)

* feat: add form

* fix(Form): fix demo

* fix: fix cr

* chore: update common

* chore: publish v0.18.0 (#599)

* chore: publish v0.18.0

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

---------

Co-authored-by: Y <[email protected]>
Co-authored-by: jarmywang <[email protected]>
Co-authored-by: yusuf <[email protected]>
Co-authored-by: brian <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
6 people authored Apr 18, 2023
1 parent ff9dde1 commit 5feab4d
Show file tree
Hide file tree
Showing 156 changed files with 25,864 additions and 5,976 deletions.
1,219 changes: 623 additions & 596 deletions CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdesign-mobile-vue",
"purename": "tdesign",
"version": "0.17.0",
"version": "0.18.0",
"description": "tdesign-mobile-vue",
"author": "TDesign Group",
"homepage": "https://tdesign.tencent.com/mobile-vue/",
Expand Down Expand Up @@ -82,10 +82,12 @@
"dependencies": {
"@babel/runtime": "^7.16.5",
"@types/lodash": "^4.14.178",
"@types/validator": "^13.6.3",
"@vueuse/core": "^8.2.5",
"dayjs": "^1.10.7",
"lodash": "^4.17.21",
"tdesign-icons-vue-next": "^0.1.8"
"tdesign-icons-vue-next": "^0.1.8",
"validator": "^13.5.1"
},
"peerDependencies": {
"vue": "^3.2.6"
Expand Down Expand Up @@ -117,8 +119,8 @@
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vitest/ui": "^0.16.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/server-renderer": "^3.2.4",
"@vue/runtime-core": "^3.2.41",
"@vue/server-renderer": "^3.2.4",
"@vue/test-utils": "^2.0.0-rc.17",
"autoprefixer": "^10.2.4",
"axios": "^0.21.0",
Expand Down
12 changes: 12 additions & 0 deletions site/docs.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ export default {
path: '/mobile-vue/components/icon',
component: () => import('@/icon/icon.md'),
},
{
title: 'Link 链接',
name: 'link',
path: '/mobile-vue/components/link',
component: () => import('@/link/link.md'),
},
],
},
{
Expand Down Expand Up @@ -124,6 +130,12 @@ export default {
title: '输入',
type: 'component',
children: [
{
title: 'Form 表单',
name: 'form',
path: '/mobile-vue/components/form',
component: () => import('@/form/form.md'),
},
{
title: 'Calendar 日历',
name: 'calendar',
Expand Down
9 changes: 5 additions & 4 deletions site/styles/mobile/components.less
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,13 @@

.badge-demo {
display: flex;
padding: 16px 0;
width: 100%;
margin-top: 28px;
margin-bottom: 24px;
margin-left: 16px;
align-items: center;

.badge-item {
width: 24%;
text-align: center;
margin-right: 48px;
}
}
}
2 changes: 1 addition & 1 deletion src/_common
Submodule _common updated 117 files
Loading

0 comments on commit 5feab4d

Please sign in to comment.