Skip to content

Commit

Permalink
Add react-datepicker as an eui package (elastic#1337)
Browse files Browse the repository at this point in the history
* Added react-datepicker as an eui package

* mostly working focus and styling

* more styling

* updated how react-datepicker is built

* fix flex on dateppicker

* Fix focus trap issue in react-datepicker

* somewhat pretty focus states for datetimepicker

* react-datepicker: prevent scroll on arrowkey when opening date picker, set seconds to 0 when a time is selected, correct the arrow key interaction with month dropdown selection

* Allow accessibility classname to be added on inline calendars

* changelog
  • Loading branch information
chandlerprall authored Dec 6, 2018
1 parent 77f2586 commit 76e9b29
Show file tree
Hide file tree
Showing 169 changed files with 92,194 additions and 76 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ test/spec/screenshots/diff/**/*.png
test/spec/screenshots/screen/**/*.png
test/failure-screenshots/**/*.png

coverage/
reports/
tmp/
dist/
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
## [`5.3.0`](https://github.com/elastic/eui/tree/v5.3.0)

- Introduced TypeScript support, converted `EuiSpacer` and `EuiHorizontalRule` ([#1317](https://github.com/elastic/eui/pull/1317))
- Added keyboard and screenreader support to `EuiDatePicker` ([#1337](https://github.com/elastic/eui/pull/1337))

## [`5.2.0`](https://github.com/elastic/eui/tree/v5.2.0)

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"prop-types": "^15.6.0",
"react-ace": "^5.5.0",
"react-color": "^2.13.8",
"react-datepicker": "v1.5.0",
"react-input-autosize": "^2.2.1",
"react-virtualized": "^9.18.5",
"react-vis": "1.10.2",
Expand Down
3 changes: 3 additions & 0 deletions packages/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import ReactDatePicker from './react-datepicker';

export { ReactDatePicker };
Empty file added packages/index.scss
Empty file.
Loading

0 comments on commit 76e9b29

Please sign in to comment.