chore(CHANGELOG): updated changelog with some other changes

references #689
This commit is contained in:
Brandy Carney
2015-12-09 16:21:21 -05:00
parent 7c78d22ad5
commit 61e857115f

View File

@@ -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`
##### `<ion-nav-items>` renamed to `<ion-buttons>`