Commit Graph

864 Commits

Author SHA1 Message Date
Zhao Lei
c5b437a033 style(popover-item): the whole item should be clickable when using with link (#345) 2020-07-24 17:48:25 +08:00
Zhao Lei
2fbdf1cac6 docs(link): fix duplicate examples (#346) 2020-07-24 17:37:05 +08:00
Zhao Lei
ca4f8e3072 style(description): fix title font-weight (#348) 2020-07-24 17:33:45 +08:00
Zhao Lei
f96fdcb5bf fix(link): fix hard-coded background color (#347) 2020-07-24 17:28:40 +08:00
unix
e37bf8fd94 chore: release v1.8.0-canary.7 v1.8.0-canary.7 2020-07-21 21:50:54 +08:00
witt
4125e6f0a3 feat(dropdown): allow dropdown to set the specified container (#344)
* feat(dropdown): allow dropdown to set the specified container

* test(modal): update snapshots

* docs(select): add example for custom popup container

* fix(dropdown): fix type of getPopupContainer

* test(dropdown): add testcase for specified container rendering
2020-07-21 21:38:17 +08:00
yqrashawn
6e97f89540 fix(textarea): imperative api same as input (#341) 2020-07-21 18:46:38 +08:00
witt
dda76b2696 fix(input): always synchronize external value and ignore changes (#336)
* fix(input): always synchronize external value and ignore changes

* feat(input): support imperative API to update
2020-07-21 18:46:36 +08:00
unix
4b9715b10e chore: release v1.8.0-canary.6 2020-07-21 18:45:53 +08:00
witt
387423afb6 feat(modal): use Button to reconstrust Modal.Action (#332)
* feat(modal): use Button to reconstrust Modal.Action

* docs(modal): add example for action loading

* test: update snapshots
2020-07-21 18:45:53 +08:00
witt
9e23b4c75b feat(tabs): sync the label and set value to required (#334)
* feat(tabs): sync the label and set value to required

* test(tabs): add testcase for label sync

* docs(tabs): update value to required
2020-07-21 18:45:53 +08:00
unix
c915c4dd62 chore: release v1.8.0-canary.5 2020-07-21 18:45:53 +08:00
witt
9ac7349842 fix(snippet): remove space when the symbol is empty (#325)
* fix(snippet): remove space when the symbol is empty

style(snippet): remove unnecessary escape symbols

* fix(snippet): ignore spaces in symbol

style: fix lint warning
2020-07-21 18:45:53 +08:00
unix
f09902d470 chore: release v1.8.0-canary.4 2020-07-21 18:45:53 +08:00
witt
a24933d2f9 Button (#319)
* feat(button): center the icon if the button is empty

* test(button): add testcase for icon only

* docs(button): add example for icon only
2020-07-21 18:45:53 +08:00
unix
076e19a48c chore: release v1.8.0-canary.3 2020-07-21 18:45:53 +08:00
unix
3f15e33327 test: update snapshots 2020-07-21 18:45:53 +08:00
unix
3c23bbeb4f feat(modal): optimize the max width, height and alignment of layer 2020-07-21 18:45:52 +08:00
unix
59322e6b29 docs: format import statement 2020-07-21 18:45:52 +08:00
unix
b87d03a9c3 chore: release v1.8.0-canary.2 2020-07-21 18:45:52 +08:00
unix
218e314282 test: update snapshots 2020-07-21 18:45:52 +08:00
unix
145fbcd9fb feat(modal): optimize the animation of layer 2020-07-21 18:45:52 +08:00
unix
b6eddbc2f1 chore: release v1.8.0-canary.1 2020-07-21 18:45:52 +08:00
unix
cabfeae34c chore: release v1.8.0-canary.0 2020-07-21 18:45:52 +08:00
unix
752fd40ef6 docs(toast): add normal-types 2020-07-21 18:45:52 +08:00
unix
a675d492f9 docs(snippet): add enum type of APIs 2020-07-21 18:45:52 +08:00
Augusto
eb7ca4fa7f test(snippet): add custom symbol and toast 2020-07-21 18:45:52 +08:00
Augusto
bf8d6c04ab fix(snippet): default toast type as normal type 2020-07-21 18:45:52 +08:00
Augusto
30b66318b6 docs(snippet): add docs for custom symbol and toast 2020-07-21 18:45:52 +08:00
Augusto
513ec79c57 feat(snippet): add custom symbol and toast 2020-07-21 18:45:52 +08:00
yqrashawn
229887b3cb fix(typo): visibale -> visible (#340) 2020-07-20 18:39:06 +08:00
dependabot[bot]
a65f27b280 chore(deps): bump lodash from 4.17.15 to 4.17.19 (#338)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-20 13:58:51 +08:00
witt
9c0720bc87 docs: add example for custom colors (#329) 2020-07-14 12:23:07 +08:00
Takumi Nishimori
b4bcc5b4fc fix: typo Plese -> Please (#320) 2020-07-05 23:09:18 +08:00
witt
19435cf66a chore(gh): add help support template (#318) 2020-07-05 01:58:08 +08:00
unix
acf79d12db chore: release v1.7.6 v1.7.6 2020-07-02 22:07:37 +08:00
witt
34b26223f8 chore: update GH's template and prettier config (#309)
* chore(gh): update GitHub's pull-request template

* chore: use unified common prettier config

* chore: add the mdx file to prettier

* chore(gh): update contributing guide docs
2020-07-02 21:59:29 +08:00
witt
eaada29cac Merge pull request #308 from yqrashawn/tab-role
fix(tabs): add role="button" to tab for a11y
2020-07-02 20:38:38 +08:00
yqrashawn
f28a6078ec fix(tabs): add role="button" to tab for a11y 2020-07-02 18:59:47 +08:00
witt
c51e158b54 Merge pull request #307 from firede/fix-popover-classname
fix(popover): fix the undefined classname
2020-07-02 16:35:54 +08:00
Firede
e6792ffd8c fix(popover): fix the undefined classname 2020-07-02 14:53:48 +08:00
unix
1f8a6a3e0f chore: release v1.7.5 v1.7.5 2020-07-01 13:34:06 +08:00
witt
f11cd72f8d Merge pull request #305 from unix/auto-complete
fix(auto-complete): fix the height of custom options
2020-07-01 13:33:20 +08:00
unix
3b1bae72af docs: update example of custom options 2020-07-01 13:20:43 +08:00
unix
ee020acf2c fix(auto-complete): fix the height of custom options 2020-07-01 13:20:11 +08:00
witt
b612dba0db Merge pull request #303 from unix/template
chore(gh): update GitHub templates
2020-06-30 14:21:21 +08:00
unix
9bcebda311 chore(gh): update GitHub templates 2020-06-30 14:20:15 +08:00
witt
7c3383183d Merge pull request #299 from unix/format
docs: format unique abbreviations
2020-06-29 16:31:03 +08:00
unix
65f448ad40 docs: format unique abbreviations 2020-06-29 16:19:47 +08:00
unix
ead4b731f8 chore: release v1.7.4 v1.7.4 2020-06-28 17:01:08 +08:00