Skip to content

Commit

Permalink
Move react-color from devDependencies to dependencies. (elastic#354)
Browse files Browse the repository at this point in the history
* Move react-color from devDependencies to dependencies.
* Update CHANGELOG.
  • Loading branch information
cjcenizal authored and bevacqua committed Feb 2, 2018
1 parent fbac96e commit 513e390
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# [`master`](https://github.com/elastic/eui/tree/master)

- `EuiRadio` now supports the `input` tag's `name` attribute. `EuiRadioGroup` accepts a `name` prop that will propagate to its `EuiRadio`s. ([#348](https://github.com/elastic/eui/pull/348))
- Machine learning create jobs icon set. ([#338](https://github.com/elastic/eui/pull/338))
- Initial commit of `EuiTableOfRecords` - a higher level table component to take away all your table listings frustrations. ([#250](https://github.com/elastic/eui/pull/250))
- Machine Learning create jobs icon set. ([#338](https://github.com/elastic/eui/pull/338))
- Added `EuiTableOfRecords`, a higher level table component to take away all your table listings frustrations. ([#250](https://github.com/elastic/eui/pull/250))

**Bug fixes**

- Added `react-color` as a dependency (was previously a devDependency) ([#354](https://github.com/elastic/eui/pull/354))

# [`0.0.15`](https://github.com/elastic/eui/tree/v0.0.15)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"numeral": "^2.0.6",
"prop-types": "^15.6.0",
"react-ace": "^5.5.0",
"react-color": "^2.13.8",
"serve": "^6.3.1",
"tabbable": "^1.1.0",
"uuid": "^3.1.0"
Expand Down Expand Up @@ -84,7 +85,6 @@
"pre-commit": "^1.2.2",
"raw-loader": "^0.5.1",
"react": "^16.2.0",
"react-color": "^2.13.8",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router": "^3.2.0",
Expand Down

0 comments on commit 513e390

Please sign in to comment.