Skip to content

Commit

Permalink
allow builds to succeed on Windows (#1891)
Browse files Browse the repository at this point in the history
* allow builds to succeed on Windows

* changelog
  • Loading branch information
chandlerprall authored Apr 29, 2019
1 parent 86b5e64 commit c822f24
Show file tree
Hide file tree
Showing 6 changed files with 285 additions and 278 deletions.
6 changes: 6 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# force unix-style LF (\n) line endings for source files
# this is necessary for prettier's linting and sass-vars-to-js-loader
*.js text eol=lf
*.ts text eol=lf
*.tsx text eol=lf
*.scss text eol=lf
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- Fixed EuiComboBox's internal tracking of its focus state ([#1796](https://github.com/elastic/eui/pull/1796))
- Fixed `EuiComboBox` with `singleSelection` and `onAddCustomOption` reopening the options list after adding a custom option ([#1882](https://github.com/elastic/eui/pull/1882))
- Fixed `EuiComboBox` reopening the options list in Firefox when closing via the dropdown arrow button ([#1885](https://github.com/elastic/eui/pull/1885))
- Fixed running the dev server and building on Windows ([#1891](https://github.com/elastic/eui/pull/1891))

## [`10.1.0`](https://github.com/elastic/eui/tree/v10.1.0)

Expand Down
Loading

0 comments on commit c822f24

Please sign in to comment.