Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test/quick merge #1

Open
wants to merge 178 commits into
base: master
Choose a base branch
from
Open

Test/quick merge #1

wants to merge 178 commits into from

Conversation

nicholas-yong
Copy link

No description provided.

benjycui and others added 30 commits July 12, 2017 15:30
* Add el_GR locale (Greek)

* decadeSelect string translated to greek
remove saveRoot from Calendar and CalendarMixin
update react refs to use callback instead of strings
* refactor: simply relation between header and panels

* feat: make DatePicker's mode and onPanelChange works

* feat: make RangePicker's mode and onPanelChange works

* test: add test cases and fix some bugs

* chore: update API and API docs

* docs: add demo about control panel

* chore: update details
React 0.14 pass undefined prop to the original element props, for
example:

```
element.props = { foo: 'bar' }

newElement = React.cloneElement(element, { foo: undefined })

newElement.props // React 0.14 { foo: undefined }, React 15 { foo: 'bar' }
```
zombieJ and others added 30 commits January 18, 2019 15:56
* range with key

* test case

* update node version
* 修复月份选择时不能只选一个月的问题

* 根据修复完善test

* 修复开始月份禁用、修复月份判断、修改对应test
…omponent#520)

* Support start time or end time could be null in defaultValue

* Add missing brackets

* Support undefined
Updates the requirements on [dtslint](https://github.com/Microsoft/dtslint) to permit the latest version.
- [Release notes](https://github.com/Microsoft/dtslint/releases)
- [Commits](https://github.com/Microsoft/dtslint/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v2.8.3...v3.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
* Close calendar picker on Tab for unfocusable panel

* close date picker on blur

* access elements in onBlur setTimeout
)

* record prev trigger panel

* add test case

* always record last trigger
Updates the requirements on [dtslint](https://github.com/Microsoft/dtslint) to permit the latest version.
- [Release notes](https://github.com/Microsoft/dtslint/releases)
- [Commits](https://github.com/Microsoft/dtslint/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
* Rearrange getEndValue logic

* Rewrite one test case
* Fix MonthPicker keyboard change not response

* Add test case

* Change props name
* RangePicker support time mode

* Add test case

* Remove useless code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet