mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
create changelog
This commit is contained in:
25
CHANGELOG.md
Normal file
25
CHANGELOG.md
Normal file
@ -0,0 +1,25 @@
|
||||
<a name="2.0.0-alpha.41"></a>
|
||||
# 2.0.0-alpha.41 (2015-12-8)
|
||||
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
#### CSS Refactor
|
||||
|
||||
* Attributes are now used by Ionic to add the correct CSS classes to elements
|
||||
* Drastically reduced the depth of CSS selectors
|
||||
* Further modularized Sass files to allow individual imports
|
||||
* Ionic CSS comes in 3 flavors
|
||||
* `ionic.css`: Core CSS, iOS CSS, and Material Design CSS
|
||||
* `ionic.ios.css`: Core CSS and iOS CSS
|
||||
* `ionic.md.css`: Core CSS and Material Design CSS
|
||||
* App's `index.html` file can be setup to dynamically load only the stylesheet it needs
|
||||
* 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
|
||||
|
||||
|
||||
#### `<ion-nav-items>` renamed to `<ion-buttons>`
|
||||
|
||||
* `primary` attribute `<ion-nav-items primary>` now `<ion-buttons start>`
|
||||
* `secondary` attribute `<ion-nav-items secondary>` now `<ion-buttons end>`
|
Reference in New Issue
Block a user