chore(CHANGELOG): added some more to CHANGELOG

This commit is contained in:
Brandy Carney
2015-12-09 16:32:20 -05:00
parent a95e626be9
commit 32ba6e29be

View File

@ -17,7 +17,7 @@
* Different Sass color maps for iOS and Material Design * Different Sass color maps for iOS and Material Design
* Allows colors to be different per platform * Allows colors to be different per platform
* ie: Gray navbars in iOS, blue navbars in MD. Identical HTML/JS * 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 * config: `tabbarStyle`, `navbarStyle` 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-value` has become `input-has-value`
* text-input: class `has-focus` has become `input-focused` * text-input: class `has-focus` has become `input-focused`
* searchbar: class `left-align` has become `searchbar-left-aligned` * searchbar: class `left-align` has become `searchbar-left-aligned`
@ -30,4 +30,15 @@
* `primary` attribute `<ion-nav-items primary>` now `<ion-buttons start>` * `primary` attribute `<ion-nav-items primary>` now `<ion-buttons start>`
* `secondary` attribute `<ion-nav-items secondary>` now `<ion-buttons end>` * `secondary` attribute `<ion-nav-items secondary>` now `<ion-buttons end>`
##### <a menu-toggle> should now be <button menu-toggle> ##### `<a menu-toggle>` should now be `<button menu-toggle>`
##### Bug Fixes
* **item-sliding**: fixed item-sliding, onDragEnd on mouseout of sliding element [f9199fb](https://github.com/driftyco/ionic2/commit/f9199fb3be6ce6b0a693e2e3b944b47ed8575531), closes [#702](https://github.com/driftyco/ionic2/issues/702)
##### Features
* Upgraded to Angular alpha.50