diff --git a/CHANGELOG.md b/CHANGELOG.md index 893b0b7bea..805a81f220 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ * Different Sass color maps for iOS and Material Design * Allows colors to be different per platform * ie: Gray navbars in iOS, blue navbars in MD. Identical HTML/JS +* config: `tabbarStyle` has been removed, should now use different Sass color maps instead of setting it in the config +* text-input: class `has-value` has become `input-has-value` +* text-input: class `has-focus` has become `input-focused` +* searchbar: class `left-align` has become `searchbar-left-aligned` +* searchbar: class `focused` has become `searchbar-focused` + ##### `` renamed to ``