diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dab535261..893b0b7bea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Breaking Changes -#### CSS Refactor +##### CSS Refactor * Attributes are now used by Ionic to add the correct CSS classes to elements * Drastically reduced the depth of CSS selectors @@ -19,7 +19,9 @@ * ie: Gray navbars in iOS, blue navbars in MD. Identical HTML/JS -#### `` renamed to `` +##### `` renamed to `` * `primary` attribute `` now `` * `secondary` attribute `` now `` + +##### should now be Basic List diff --git a/demos/list/inset-list.html b/demos/list/inset-list.html index 0aaf03e24d..dc56d52d6c 100644 --- a/demos/list/inset-list.html +++ b/demos/list/inset-list.html @@ -1,9 +1,9 @@ - + Inset List diff --git a/demos/list/list-headers.html b/demos/list/list-headers.html index f0ca3edbd7..8d460c6be4 100644 --- a/demos/list/list-headers.html +++ b/demos/list/list-headers.html @@ -1,9 +1,9 @@ - + List Headers diff --git a/demos/list/no-lines-list.html b/demos/list/no-lines-list.html index 734b743271..088124fac6 100644 --- a/demos/list/no-lines-list.html +++ b/demos/list/no-lines-list.html @@ -1,9 +1,9 @@ - + No-lines List diff --git a/demos/list/sliding-items.html b/demos/list/sliding-items.html index 5158570b9a..8b7234cf80 100644 --- a/demos/list/sliding-items.html +++ b/demos/list/sliding-items.html @@ -1,9 +1,9 @@ - + Sliding Items diff --git a/ionic/components/menu/menu-toggle.ts b/ionic/components/menu/menu-toggle.ts index 6f1fdb3e35..2bdfdfe4a6 100644 --- a/ionic/components/menu/menu-toggle.ts +++ b/ionic/components/menu/menu-toggle.ts @@ -34,6 +34,11 @@ export class MenuToggle extends Ion { this.app = app; this.viewCtrl = viewCtrl; this.withinNavbar = !!navbar; + + // Deprecation warning + if (this.withinNavbar && elementRef.nativeElement.tagName === 'A') { + console.warn('Menu toggles within a navbar should use Multiple Menus diff --git a/ionic/components/navbar/navbar.ts b/ionic/components/navbar/navbar.ts index 7145a01aa0..833c3fdfae 100644 --- a/ionic/components/navbar/navbar.ts +++ b/ionic/components/navbar/navbar.ts @@ -65,7 +65,7 @@ class ToolbarBackground { selector: 'ion-navbar', template: '
' + - '