zombiej
567eaf9ff4
close #10990 . Update rc-tree-select
7 years ago
Wei Zhu
fd06baa9d7
use fork version of offline-plugin
7 years ago
dependabot[bot]
31014e94ba
Update react-virtualized requirement to ~9.20.0 ( #11031 )
Updates the requirements on [react-virtualized](https://github.com/bvaughn/react-virtualized ) to permit the latest version.
- [Release notes](https://github.com/bvaughn/react-virtualized/releases )
- [Changelog](https://github.com/bvaughn/react-virtualized/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bvaughn/react-virtualized/commits/9.20.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
zombiej
4cf18eaae8
update rc-tree-select to 2.0.1
7 years ago
afc163
46735a9f6b
fix lint
7 years ago
afc163
009ed08580
upgrade eslint-config-airbnb
7 years ago
dependabot[bot]
8931591734
Update eslint requirement to ^5.0.0
Updates the requirements on [eslint](https://github.com/eslint/eslint ) to permit the latest version.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/commits/v5.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
Matt Lein
9523a1b528
back out package updates
7 years ago
Matt Lein
77fcbca04d
pass data-* aria-* and role props
7 years ago
Matt Lein
04c0013e58
back out package updates
7 years ago
Matt Lein
20348614d5
Alert - pass data-* attributes to alert div
7 years ago
dependabot[bot]
f80961b946
Update babel-eslint requirement to 8.2.5
Updates the requirements on [babel-eslint](https://github.com/babel/babel-eslint ) to permit the latest version.
- [Release notes](https://github.com/babel/babel-eslint/releases )
- [Commits](https://github.com/babel/babel-eslint/commits/v8.2.5 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
愚指导
d11d44e413
Bump 3.6.4 and fix some lint issue.
7 years ago
dependabot[bot]
dd3490e4ef
Update stylelint requirement to 9.3.0
Updates the requirements on [stylelint](https://github.com/stylelint/stylelint ) to permit the latest version.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/commits/9.3.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
afc163
d6ee287924
bump 3.6.3
7 years ago
Wei Zhu
1c2385de98
Add polyfill
7 years ago
dependabot[bot]
01460c0297
Update rc-tween-one requirement to ^2.0.1
Updates the requirements on [rc-tween-one](https://github.com/react-component/tween-one ) to permit the latest version.
- [Release notes](https://github.com/react-component/tween-one/releases )
- [Changelog](https://github.com/react-component/tween-one/blob/master/HISTORY.md )
- [Commits](https://github.com/react-component/tween-one/commits/2.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
afc163
fd96967c87
upgrade rc-upload to 2.5
- support `directory` close #7315
- action can be a function return Promise
7 years ago
Wei Zhu
c3769e3b96
Bump 3.6.2
7 years ago
dependabot[bot]
ae6de361e2
Update eslint-plugin-react requirement to 7.9.1 ( #10760 )
Updates the requirements on [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react ) to permit the latest version.
<details>
<summary>Release notes</summary>
*Sourced from [eslint-plugin-react's releases](https://github.com/yannickcr/eslint-plugin-react/releases ).*
> ## v7.9.1
> Nothing was fixed; this is a republish with some updated deps. ([#1804 ](https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1804 ) [**ljharb**](https://github.com/ljharb ))
</details>
<details>
<summary>Changelog</summary>
*Sourced from [eslint-plugin-react's changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md ).*
> ## [7.9.1] - 2018-06-03
> * Nothing was fixed; this is a republish with some updated deps. ([#1804 ][] [**ljharb**](https://github.com/ljharb ))
>
> [#1804 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1804
>
> ## [7.9.0] - 2018-06-03
> ### Added
> * Add [`jsx-props-no-multi-spaces`][] rule ([#1755 ][] [**ThiefMaster**](https://github.com/ThiefMaster ))
> * Add `first` option to [`jsx-indent-props`][] ([#398 ][] [**ThiefMaster**](https://github.com/ThiefMaster ))
> * Add `enforceDynamicLinks` option to [`jsx-no-target-blank`][] ([#1737 ][] [**kenearley**](https://github.com/kenearley ))
>
> ### Fixed
> * Fix static lifecycle methods validation in [`sort-comp`][] ([#1793 ][] [**lynxtaa**](https://github.com/lynxtaa ))
> * Fix crash in [`no-typos`][] when encountering anonymous react imports ([#1796 ][] [**jsg2021**](https://github.com/jsg2021 ))
> * Fix ESLint 3 support ([#1779 ][])
>
> ### Changed
> * Documentation improvements ([#1794 ][] [**lencioni**](https://github.com/lencioni ))
> * Update Travis CI configuration to test on multiple ESLint verions
>
> [7.9.0]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.2...v7.9.0
> [#1755 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1755
> [#398 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/398
> [#1737 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1737
> [#1793 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1793
> [#1796 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1796
> [#1779 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1779
> [#1794 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/pull/1794
>
> ## [7.8.2] - 2018-05-13
> ### Fixed
> * Fix crash in [`boolean-prop-naming`][] when encountering a required shape prop type ([#1791 ][] [**pcorpet**](https://github.com/pcorpet ))
>
> [7.8.2]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.1...v7.8.2
> [#1791 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1791
>
> ## [7.8.1] - 2018-05-12
> ### Fixed
> * Fix crash in [`no-deprecated`][] when encountering a class constructor ([#1785 ][] [**taddei**](https://github.com/taddei ))
>
> [7.8.1]: https://github.com/yannickcr/eslint-plugin-react/compare/v7.8.0...v7.8.1
> [#1785 ]: https://github-redirect.dependabot.com/yannickcr/eslint-plugin-react/issues/1785
>
> ## [7.8.0] - 2018-05-11
> ### Added
> * Add support for fragments to [`react-in-jsx-scope`][] ([#1758 ][])
> * Add support for Flow generic PropType to [`require-default-props`][] ([#1724 ][] [**Miziak**](https://github.com/Miziak ))
> * Add component whitelist option to [`forbid-component-props`][] ([#1732 ][] [**ThiefMaster**](https://github.com/ThiefMaster ))
> * Add support for React 16.3 lifecycle methods to [`no-unused-prop-types`][] ([#1681 ][] [**bvaughn**](https://github.com/bvaughn ))
> * Add support for React 16.3 lifecycle methods to [`sort-comp`][] ([#1767 ][] [**joe-denea**](https://github.com/joe-denea ))
></table> ... (truncated)
</details>
<details>
<summary>Commits</summary>
- See full diff in [compare view](https://github.com/yannickcr/eslint-plugin-react/commits/v7.9.1 )
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use (this|these) label[s]` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use (this|these) reviewer[s]` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use (this|these) assignee[s]` will set the current assignees as the default for future PRs for this repo and language
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com ):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot .
</details>
7 years ago
Wei Zhu
5174801b95
Revert "Upgrade react-dnd"
This reverts commit 71d2a991ed
.
7 years ago
Wei Zhu
71d2a991ed
Upgrade react-dnd
7 years ago
zombiej
c488aca05e
close #10666 #10821.Update tree support loadedKeys
7 years ago
afc163
f2fddff3fd
upgrade rc-table to 16.2
close #10392
close #10379
close #10828
7 years ago
zombiej
8f449861cf
fix progress test case & dropdown support alignPoint
7 years ago
Wei Zhu
57a01e1b9f
Update offline-plugin
7 years ago
zombieJ
a825ed4e66
Directory Tree ( #10139 )
Support DirTree. close #7749
7 years ago
picodoth
70ca0281ed
3.6.1
7 years ago
Junbin Huang
bbf5cb75c3
chore: update typescript@~2.9.1 ( #10748 )
7 years ago
picodoth
15637c885b
3.6.0
7 years ago
Wei Zhu
2b5abd6dec
Use forked offline-plugin
7 years ago
Wei Zhu
7149d1fdff
Add offline support ( #10738 )
* site: add offline support
* test update
* Revert "test update"
This reverts commit e1cb2fba80
.
* use reduce
7 years ago
Wei Zhu
87163dfcd6
tests: mock xhr request
Close #10342
7 years ago
Wei Zhu
31be3717ad
Upgrade react-dnd
7 years ago
zombiej
ca7ed4c07d
clean up 3.5.5 since warning 4.0.1 already fixed
7 years ago
dependabot[bot]
64a29dfd1a
Update warning requirement to ~4.0.1
Updates the requirements on [warning](https://github.com/BerkeleyTrue/warning ) to permit the latest version.
- [Release notes](https://github.com/BerkeleyTrue/warning/releases )
- [Changelog](https://github.com/BerkeleyTrue/warning/blob/master/CHANGELOG.md )
- [Commits](https://github.com/BerkeleyTrue/warning/commits/v4.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
zombiej
d18f100721
Bump 3.5.5
7 years ago
Wu Haotian
b10e7c4e82
downgrade warning to 3.0.0
7 years ago
zombiej
ad0108dfd5
bump 3.5.4, update change log
7 years ago
afc163
076540c83e
test: breadcrumd work with react-router
7 years ago
dependabot[bot]
4c101275a5
Update jest requirement to ^23.0.0 ( #10653 )
Updates the requirements on [jest](https://github.com/facebook/jest ) to permit the latest version.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v23.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
dependabot[bot]
4c1b2369d7
Update warning requirement to ~4.0.0 ( #10654 )
Updates the requirements on [warning](https://github.com/BerkeleyTrue/warning ) to permit the latest version.
- [Release notes](https://github.com/BerkeleyTrue/warning/releases )
- [Changelog](https://github.com/BerkeleyTrue/warning/blob/master/CHANGELOG.md )
- [Commits](https://github.com/BerkeleyTrue/warning/commits/v4.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
afc163
b7cf33d1eb
Fix test case temporarily
7 years ago
afc163
b828a599fb
Fix test case temporarily
7 years ago
偏右
a2e0e40caa
[WIP] Use raf to replace getRequestAnimationFrame ( #10614 )
* use raf to replace getRequestAnimationFrame
* remove isCssAnimationSupported
7 years ago
dependabot[bot]
f409df8d84
Update react-virtualized requirement to ~9.19.0 ( #10552 )
Updates the requirements on [react-virtualized](https://github.com/bvaughn/react-virtualized ) to permit the latest version.
- [Release notes](https://github.com/bvaughn/react-virtualized/releases )
- [Changelog](https://github.com/bvaughn/react-virtualized/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bvaughn/react-virtualized/commits/9.19.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
dependabot[bot]
e0312f65ee
Update stylelint requirement to 9.2.1 ( #10553 )
Updates the requirements on [stylelint](https://github.com/stylelint/stylelint ) to permit the latest version.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/commits/9.2.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
jim
dbd2bd1866
release 3.5.3
7 years ago
dependabot[bot]
76bf36a79b
Update eslint-plugin-react requirement to 7.8.2 ( #10493 )
Updates the requirements on [eslint-plugin-react](https://github.com/yannickcr/eslint-plugin-react ) to permit the latest version.
- [Release notes](https://github.com/yannickcr/eslint-plugin-react/releases )
- [Changelog](https://github.com/yannickcr/eslint-plugin-react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yannickcr/eslint-plugin-react/commits/v7.8.2 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
7 years ago
Zohaib Ijaz
df7ef9a833
site: Repalced generateColorLess script with antd-theme-generator
* Repalced generateColorLess script with antd-theme-generator which allows to dynamically change theme for all color variables
* Updated antd-theme-generator version
* Updated Ant styles directory path
7 years ago