mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
chore(CHANGELOG): added some more to CHANGELOG
This commit is contained in:
15
CHANGELOG.md
15
CHANGELOG.md
@ -17,7 +17,7 @@
|
||||
* 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
|
||||
* 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-focus` has become `input-focused`
|
||||
* searchbar: class `left-align` has become `searchbar-left-aligned`
|
||||
@ -30,4 +30,15 @@
|
||||
* `primary` attribute `<ion-nav-items primary>` now `<ion-buttons start>`
|
||||
* `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
|
||||
|
Reference in New Issue
Block a user