From f9f74aa1ae0afc4f45a2c2aac52021c8a5c667d7 Mon Sep 17 00:00:00 2001 From: CJ Cenizal Date: Sat, 6 Jan 2018 17:47:14 -0800 Subject: [PATCH] Update CHANGELOG with ramifications caused by SCSS changes. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fad8cbaf687..21b63b32570f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ **Breaking changes** -- Removed `color` prop from ``. This component's highlighting now matches whichever theme is currently active. [(#259)](https://github.com/elastic/eui/pull/259) +- Removed `color` prop from ``. 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 `` 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)