Skip to content

Commit

Permalink
Update CHANGELOG with ramifications caused by SCSS changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Jan 7, 2018
1 parent 26e79c1 commit f9f74aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Breaking changes**

- Removed `color` prop from `<EuiCodeBlock>`. This component's highlighting now matches whichever theme is currently active. [(#259)](https://github.com/elastic/eui/pull/259)
- Removed `color` prop from `<EuiCodeBlock>`. This component's highlighting now matches whichever theme is currently active. This change also removed the `.euiCodeBlock--dark` and `.euiCodeBlock--light` classes. If you have CSS selectors which depend upon these classes then your `<EuiCodeBlock>` instances may appear broken. To reinstate the styles applied by those selectors, you'll have to apply those color values as SCSS color variables. [(#259)](https://github.com/elastic/eui/pull/259)

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

Expand Down

0 comments on commit f9f74aa

Please sign in to comment.