Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

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] <[email protected]>
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] <[email protected]>
* 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] <[email protected]>
* 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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.