From 61e857115f68fd980f0199d52b19a223d2a3dd49 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 9 Dec 2015 16:21:21 -0500 Subject: [PATCH] chore(CHANGELOG): updated changelog with some other changes references #689 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 ``