afc163
75fde3806b
chore: add ISSUE_TEMPLATE
2021-11-02 19:54:59 +08:00
afc163
6dcaa444de
Rename 1-bug-report.yml to template-1-bug-report.yml
2021-11-02 19:33:07 +08:00
afc163
e6ebabd8bd
Rename bug-report.yml to 1-bug-report.yml
2021-11-02 19:32:10 +08:00
afc163
2bd673f714
chore: Create bug-report.yml ( #32716 )
...
* Create bug-report.yml
* Update bug-report.yml
2021-11-02 18:53:01 +08:00
afc163
afb271c0b3
chore: improve overview card style
2021-11-01 16:16:23 +08:00
Miloud Belaabed
884c8ef5a3
fix: table loading css error when sticky is true ( #32703 )
...
* Table loading css error when sticky is true
* [CodeFactor] Apply fixes to commit dc1a930
[ci skip] [skip ci]
* fix Table loading css error when sticky is true
* Fix table loading css error when sticky is true bug
* Update index.less
Co-authored-by: Miloud Belaabed <m.belabed@itihad.me>
Co-authored-by: codefactor-io <support@codefactor.io>
Co-authored-by: afc163 <afc163@gmail.com>
2021-10-31 17:43:34 +08:00
afc163
6d06f40a58
docs( ✨ ): release 4.17.0-alpha.9 ( #32705 )
2021-10-31 15:02:26 +08:00
afc163
a0982081fa
style: fix Card tabs of left position ( #32695 )
...
close #32673
2021-10-30 14:46:34 +08:00
afc163
e40b02b544
docs: fix List demo
...
close #32685
2021-10-29 15:56:41 +08:00
zwlafk
b0e0e592b3
chore(ci): update release workflow ( #32668 )
...
* chore(ci): update release workflow
* chore(ci): update release-helper workflow
Co-authored-by: zwlafk <zwlafk@users.noreply.github.com>
2021-10-28 20:25:56 +08:00
WeijieChen
4d9b6dc74e
docs: form register demo add textarea item ( #32669 )
...
Co-authored-by: machixian <machixian@myweimai.com>
2021-10-28 12:26:18 +08:00
afc163
7065e03493
style: fix Upload picture loading style ( #32664 )
2021-10-27 18:32:40 +08:00
hydraZty
a35b567135
fix: Collapse style issue when expandIconPosition is right ( #32648 )
...
Co-authored-by: ext.zhangtianyi3 <ext.zhangtianyi3@360buyad.local>
2021-10-27 12:02:18 +08:00
Chang Wei
a09e1ad921
fix: Avoid selecting the placeholder of input control on Chrome browser, keep consistent of selection behavior with Firefox browser ( #32639 )
2021-10-26 13:33:21 +08:00
Jtree03
0e7d82bdb4
refactor: Use getKeyThenIncreaseKey in message notice function ( #32642 )
2021-10-26 13:17:21 +08:00
Steven.zhong
abc689b796
chore: document and typescript definition update ( #32625 )
2021-10-25 19:43:17 +08:00
vagusX
f08b6cdd1a
docs: release 4.17.0-alpha.8 ( #32632 )
...
Co-authored-by: xrkffgg <xrkffgg@gmail.com>
2021-10-25 14:07:17 +08:00
afc163
4d26556a27
docs: use light theme for codesandbox demo
2021-10-22 13:47:11 +08:00
renovate[bot]
b6bd4c18b4
chore(deps): update dependency stylelint to v14 ( #32609 )
...
* chore(deps): update dependency stylelint to v14
* Update package.json
* fix some stylelint
* fix some stylelint
* fix some stylelint errors
* fix some stylelint errors
* fix some stylelint errors
* fix some stylelint errors
* fix some stylelint errors
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: afc163 <afc163@gmail.com>
2021-10-22 13:35:36 +08:00
renovate[bot]
628836505a
chore(deps): update dependency stylelint-order to v5 ( #32611 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-22 10:16:47 +08:00
hydraZty
9fe5820cf0
fix: Typography ellipsis height error ( #32496 )
2021-10-21 13:22:13 +08:00
afc163
38b94e5aeb
fix: Transfer menu item key warning ( #32578 )
...
* fix: Transfer menu item key warning
close #32574
* chore: skip tree demo in UI test
2021-10-20 18:19:20 +08:00
叶枫
7d68eca271
docs: add doc ( #32570 )
...
* feat: add doc
2021-10-20 12:23:56 +08:00
renovate[bot]
39ca711cfa
chore(deps): update dependency http-server to v14 ( #32568 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-20 11:18:08 +08:00
xrkffgg
4a62d1a354
ci: update version ( #32563 )
...
* Update pr-check-ci.yml
* Update verify-files-modify.yml
2021-10-19 19:55:20 +08:00
afc163
f965f99e22
chore: upgrade peaceiris/actions-gh-pages to v3
2021-10-19 19:40:08 +08:00
xrkffgg
96648754a0
ci: unite action version ( #32537 )
...
* ci: unite action version
* Update verify-package-version.yml
* Update issue-open-check.yml
* Update preview-start.yml
* Update preview-deploy.yml
* Update pr-open-check.yml
* Update issue-remove-inactive.yml
2021-10-19 19:36:22 +08:00
二货机器人
2bb9407f5f
chore: table support rowSpan hover ( #32557 )
2021-10-19 15:27:37 +08:00
D-to-the-K
0a8065e5bd
fix: DirectoryTree keyboard error ( #32551 )
...
* Fix bug in keyboard navigation
When selecting a node using the keyboard (spacebar), the event received by onSelect has an undefined MouseEvent. Keyboard navigation was not possible because an error was thrown when trying to access properties from the undefined nativeEvent. We are now testing if nativeEvent is defined before accessing its properties.
* fix: DirectoryTree throws error during keyboard navigation
2021-10-19 13:05:17 +08:00
chen-jingjie
413d979731
fix(pagination): simple-pager input
no box-shadow ( #32528 )
...
Co-authored-by: chenjingjie <chenjingjie@coding.net>
2021-10-18 21:52:59 +08:00
xrkffgg
f32b44c394
docs: add 4.17.0-alpha.7 changelog ( #32534 )
...
* docs: add 4.17.0-alpha.7 changelog
* Update package.json
* up changelog
2021-10-18 13:08:57 +08:00
chen-jingjie
204af50bff
fix(Message): typescript type error ( #32524 )
...
Co-authored-by: chenjingjie <chenjingjie@coding.net>
2021-10-18 10:22:27 +08:00
renovate[bot]
14fa342da3
chore(deps): update dependency eslint to v8 ( #32501 )
...
* chore(deps): update dependency eslint to v8
* fix eslint errors
* fix eslint errors
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: afc163 <afc163@gmail.com>
2021-10-15 11:19:14 +08:00
renovate[bot]
94b21979e0
chore(deps): update dependency @typescript-eslint/parser to v5 ( #32500 )
...
* chore(deps): update dependency @typescript-eslint/parser to v5
* fix md lint
* fix eslint errors
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: afc163 <afc163@gmail.com>
2021-10-15 09:30:56 +08:00
renovate[bot]
61a25e3b31
chore(deps): update buildkite/puppeteer docker tag to v10 ( #32509 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-15 09:00:10 +08:00
renovate[bot]
0543f29ecd
chore(deps): update dependency @typescript-eslint/eslint-plugin to v5 ( #32499 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-15 08:34:22 +08:00
renovate[bot]
d4199d972c
chore(deps): update cirrus-actions/rebase action to v1.5 ( #32507 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-14 22:17:50 +08:00
afc163
811ac36405
chore(🛡): update badges
2021-10-14 22:16:10 +08:00
renovate[bot]
b9eeb96127
chore: Configure Renovate ( #32494 )
...
* Add renovate.json
* Update renovate.json
* Update renovate.json
* Update renovate.json
* Create renovate.json
* Delete renovate.json
* Delete renovate.json
* Create renovate.json
* Update renovate.json
* Update renovate.json
* Update renovate.json
* Update renovate.json
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: afc163 <afc163@gmail.com>
2021-10-14 21:58:20 +08:00
二货机器人
7c330b77d1
chore: Adjust Collapse header style ( #32492 )
...
* chore: Adjust collapse header style for align
* chore: replace variable
* test: Update snapshot
2021-10-14 17:16:38 +08:00
Peach
0163fdf6fc
docs: correct content for 4.17.0-alpha.6 changelog ( #32491 )
2021-10-14 15:51:46 +08:00
afc163
21d6d10af6
docs: improve alert loop demo ( #32488 )
...
* docs: improve alert loop demo
- react-text-loop => react-text-loop-next
- adding demo of react-fast-marquee
* update snapshot
2021-10-14 15:48:33 +08:00
liuxulian
b8f8e995ec
fix: selected text weight depend hx tag ( #32486 )
...
* fix: selected text weight depend hx tag
* fix: selected text weight depend hx tag
* fix: selected text weight depend hx tag
* fix: selected text weight depend hx tag
* fix: selected text weight depend hx tag
Co-authored-by: liuxulian.lxl <liuxulian.lxl@antgroup.com>
2021-10-14 15:04:32 +08:00
afc163
827225b895
chore: replace demo image to public avatar resources ( #32479 )
...
* docs: replace avatar image to joeschmoe placeholder
* docs: usage randomme avatar url
2021-10-14 12:09:07 +08:00
afc163
8cafb114a7
docs: react-infinite-scroller => react-infinite-scroll-component ( #32469 )
...
* docs: react-infinite-scroller => react-infinite-scroll-component
close #32388
* update
* replace recommendataion
* update snapshot
2021-10-13 18:59:17 +08:00
afc163
0313871c16
fix: Radio type cannot be override ( #32463 )
...
close #32459
2021-10-13 17:13:07 +08:00
dependabot[bot]
b445baa001
chore(deps-dev): bump stylelint-config-prettier from 8.0.2 to 9.0.2 ( #32451 )
...
* chore(deps-dev): bump stylelint-config-prettier from 8.0.2 to 9.0.2
Bumps [stylelint-config-prettier](https://github.com/prettier/stylelint-config-prettier ) from 8.0.2 to 9.0.2.
- [Release notes](https://github.com/prettier/stylelint-config-prettier/releases )
- [Commits](https://github.com/prettier/stylelint-config-prettier/compare/v8.0.2...v9.0.2 )
---
updated-dependencies:
- dependency-name: stylelint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: autofix stylelint errors
* chore: autofix stylelint errors
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2021-10-13 15:38:59 +08:00
dependabot[bot]
a6bc104a4a
chore(deps-dev): bump eslint-plugin-unicorn from 36.0.0 to 37.0.1 ( #32450 )
...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 36.0.0 to 37.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v36.0.0...v37.0.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
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-10-13 12:18:55 +08:00
Mohammad Arsalan
ee703c187e
fix: TextArea missing maxLength attribute ( #32448 )
2021-10-13 11:55:55 +08:00
afc163
3b27f47097
fix: Typography ellipsis not working in Table ( #32447 )
...
* chore: add reproduce demo
* fix: Typography ellipsis in Table
close #32432
2021-10-12 17:18:59 +08:00