chenjiahan
|
448584a146
|
docs: add changelog-v3
|
2020-08-09 20:49:01 +08:00 |
|
chenjiahan
|
7f76852ef3
|
Merge branch 'dev' into next
|
2020-08-09 20:40:22 +08:00 |
|
neverland
|
927268cc25
|
feat(Button): add loading slot (#6966)
|
2020-08-09 08:10:44 +08:00 |
|
chenjiahan
|
3d8798ce3f
|
docs(locale): add Norwegian
|
2020-08-08 21:19:40 +08:00 |
|
Anders
|
87bfaa7274
|
adding Norwegian Language support (#6962)
* adding Norwegian Language support
* Rename no-NB.ts to nb-NO.ts
|
2020-08-08 21:17:08 +08:00 |
|
neverland
|
c0a2e8081a
|
docs(ShareSheet): add hide cancel button guide (#6959)
|
2020-08-07 18:20:46 +08:00 |
|
chenjiahan
|
ca220e7d9b
|
docs(changelog): 2.10.0
|
2020-08-07 10:22:48 +08:00 |
|
chenjiahan
|
3e86cd0cb5
|
chore: release 2.10.0
v2.10.0
|
2020-08-07 10:13:45 +08:00 |
|
chenjiahan
|
de66903bae
|
fix(Popup): missing overlay class & style
|
2020-08-07 07:20:57 +08:00 |
|
chenjiahan
|
34ff811102
|
fix(Popup): legacy removeNode
|
2020-08-07 07:17:19 +08:00 |
|
chenjiahan
|
5d2cd516ed
|
feat: migrate Toast component
|
2020-08-07 07:16:33 +08:00 |
|
chenjiahan
|
17c64b24e7
|
Merge branch 'dev' into next
|
2020-08-07 06:33:04 +08:00 |
|
chenjiahan
|
db94fa3193
|
docs(changelog): 2.10.0-beta.5
|
2020-08-06 19:15:40 +08:00 |
|
chenjiahan
|
3fcc6dea02
|
chore: release 2.10.0-beta.5
v2.10.0-beta.5
|
2020-08-06 19:10:19 +08:00 |
|
neverland
|
3eb8e00843
|
fix(Info): number vertical align center (#6952)
|
2020-08-06 19:01:45 +08:00 |
|
shell
|
93e01053c3
|
fix(Picker): When item.defaultIndex is 0, this.defaultIndex will be used (#6948)
|
2020-08-06 18:59:09 +08:00 |
|
neverland
|
625c6816c4
|
fix(Sku): header image shrink (#6949)
|
2020-08-06 18:58:32 +08:00 |
|
neverland
|
ff200f6e5f
|
fix(AddressEdit): render error in some cases (#6942)
* fix(AddressEdit): render error in some cases
* chore: update snapshot
|
2020-08-05 20:07:58 +08:00 |
|
neverland
|
0e8ae68f98
|
style(NumberKeyboard): adjust padding bottom (#6938)
|
2020-08-04 19:20:40 +08:00 |
|
neverland
|
bbfdbc96d4
|
fix(NumberKeyboard): incorrect key height on legacy safari (#6937)
|
2020-08-04 19:17:43 +08:00 |
|
rex
|
e0da17d8d9
|
fix(Dialog): incorrect padding with round-button theme (#6936)
* refactor(dialog): incorrect padding with round-button theme
* refactor(dialog): remove class name & combine style
|
2020-08-04 19:07:19 +08:00 |
|
chenjiahan
|
5a9f1f2988
|
docs(changelog): 2.10.0-beta.4
|
2020-08-04 17:06:41 +08:00 |
|
chenjiahan
|
7aed21bd8c
|
chore: release 2.10.0-beta.4
v2.10.0-beta.4
|
2020-08-04 17:05:15 +08:00 |
|
chenjiahan
|
eca9f551cb
|
Revert "fix(Icon): incorrect image icon height when loading (#6858)"
This reverts commit 7f466a3859a197bee255c3dca4e620f2ae5014fb.
|
2020-08-04 17:04:01 +08:00 |
|
chenjiahan
|
ac31b694c3
|
docs(changelog): 2.10.0-beta.3
|
2020-08-04 16:54:08 +08:00 |
|
chenjiahan
|
827bd3f918
|
chore: release 2.10.0-beta.3
v2.10.0-beta.3
|
2020-08-04 16:52:08 +08:00 |
|
neverland
|
9c4ec90cb6
|
chore(GoodsActionButton): reduce class names (#6935)
|
2020-08-04 16:47:34 +08:00 |
|
neverland
|
d342fa3781
|
style(Dialog): fix round-button theme (#6934)
* style(Dialog): fix round-button theme
* style(Dialog): improve round-button theme
|
2020-08-04 16:37:00 +08:00 |
|
chenjiahan
|
f82177abcc
|
docs(changelog): 2.10.0-beta.2
|
2020-08-03 21:44:16 +08:00 |
|
chenjiahan
|
32013d6ae5
|
chore: release 2.10.0-beta.2
v2.10.0-beta.2
|
2020-08-03 21:42:14 +08:00 |
|
chenjiahan
|
776d98804a
|
chore: bump @vant/icons@1.2.5
|
2020-08-03 21:34:21 +08:00 |
|
chenjiahan
|
8609d7740f
|
chore: release @vant/icons 1.2.5
|
2020-08-03 21:33:01 +08:00 |
|
chenjiahan
|
c72927f404
|
chore(Dialog): rename round theme to round-button
|
2020-08-03 21:31:40 +08:00 |
|
neverland
|
9e86cfbdd8
|
feat(Icon): add back-top icon (#6931)
|
2020-08-03 21:26:23 +08:00 |
|
rex
|
26c754e2f6
|
feat(Dialog): add new prop theme (#6921)
* feat(dialog): add new prop button-theme & change default confirm button text color
* test(dialog): update snapshot
* refactor(dialog): rename button-theme to theme
* refactor(dialog): add theme definition
* docs(dialog): add version tip & change default confirm-button-color
|
2020-08-03 21:02:14 +08:00 |
|
neverland
|
39c6637894
|
fix(Calendar): should only scroll calendar body when inited (#6926)
|
2020-08-02 16:49:57 +08:00 |
|
dependabot[bot]
|
81de225e69
|
build(deps): bump elliptic from 6.5.2 to 6.5.3 in /packages/vant-cli (#6924)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-08-02 11:17:37 +08:00 |
|
chenjiahan
|
af1261f546
|
chore(Tab): remove unused style
|
2020-07-31 20:55:24 +08:00 |
|
chenjiahan
|
bc0e45687a
|
style(Tab): disable ellipsis when scrollable
|
2020-07-31 20:48:10 +08:00 |
|
chenjiahan
|
729cca61a9
|
style(Image): adjust icon color to @gray-4
|
2020-07-31 20:35:40 +08:00 |
|
chenjiahan
|
52513b55a4
|
docs(changelog): 2.10.0-beta.1
|
2020-07-31 20:33:02 +08:00 |
|
chenjiahan
|
9f9a42dabf
|
chore: release 2.10.0-beta.1
v2.10.0-beta.1
|
2020-07-31 20:26:55 +08:00 |
|
chenjiahan
|
6d0c54e8f4
|
feat(DropdownMenu): add @dropdown-menu-box-shadow var
|
2020-07-31 20:09:57 +08:00 |
|
chenjiahan
|
69ac602bc2
|
style(Tab): remove default border
|
2020-07-31 19:25:19 +08:00 |
|
chenjiahan
|
f08064db1c
|
docs: update tab color
|
2020-07-31 19:07:20 +08:00 |
|
neverland
|
c602367878
|
docs(Tag): update demo (#6919)
|
2020-07-31 19:01:30 +08:00 |
|
zhongnan
|
e66504ea03
|
docs(tab): update readme
|
2020-07-31 16:46:34 +08:00 |
|
zhongnan
|
8027f46f3f
|
refactor(tab): update nav padding
|
2020-07-31 16:46:34 +08:00 |
|
zhongnan
|
6635eba0a9
|
test(tab): update snapshot
|
2020-07-31 16:46:34 +08:00 |
|
zhongnan
|
90e678756a
|
refactor(tab): adjust padding in complete mode
|
2020-07-31 16:46:34 +08:00 |
|