You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: angular/BREAKING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ A list of the breaking changes introduced to each component in Ionic Angular v4.
62
62
63
63
## Action Sheet
64
64
65
-
The `title`, `subTitle` and `enableBackdropDismiss` properties has been renamed to `header`, `subHeader` and `backdropDismiss` respectively.
65
+
The `title`, `subTitle` and `enableBackdropDismiss` properties have been renamed to `header`, `subHeader` and `backdropDismiss` respectively.
66
66
67
67
**Old Usage Example:**
68
68
@@ -89,7 +89,7 @@ await actionSheet.present();
89
89
90
90
## Alert
91
91
92
-
The `title`, `subTitle` and `enableBackdropDismiss` properties has been renamed to `header`, `subHeader` and `backdropDismiss` respectively.
92
+
The `title`, `subTitle` and `enableBackdropDismiss` properties have been renamed to `header`, `subHeader` and `backdropDismiss` respectively.
93
93
94
94
**Old Usage Example:**
95
95
@@ -498,7 +498,7 @@ The `<ion-fab>` container was previously placed inside of the fixed content by d
498
498
499
499
### Markup Changed
500
500
501
-
The Grid has been refactored in order to support css variables and a dynamic number of columns. The following column attributes have been changed.
501
+
The Grid has been refactored in order to support CSS variables and a dynamic number of columns. The following column attributes have been changed.
502
502
503
503
_In the following examples, `{breakpoint}` refers to the optional screen breakpoint (xs, sm, md, lg, xl) and `{value}` refers to the number of columns (`auto` or a number between `1` and `12`)._
504
504
@@ -507,7 +507,7 @@ _In the following examples, `{breakpoint}` refers to the optional screen breakpo
507
507
-`push-{breakpoint}-{value}` attributes have been renamed to `push-{breakpoint}=“{value}”`
508
508
-`pull-{breakpoint}-{value}` attributes have been renamed to `pull-{breakpoint}=“{value}”`
509
509
510
-
Customizing the padding and width of a grid should now be done with css variables. For more information, see [Grid Layout](https://github.com/ionic-team/ionic-docs/blob/master/src/content/layout/grid.md).
510
+
Customizing the padding and width of a grid should now be done with CSS variables. For more information, see [Grid Layout](https://github.com/ionic-team/ionic-docs/blob/master/src/content/layout/grid.md).
511
511
512
512
## Icon
513
513
@@ -1798,7 +1798,7 @@ To include the stylesheet for testing such as in a Plunker, Codepen, or anywhere
1798
1798
1799
1799
#### Production
1800
1800
1801
-
To use the css in production, we recommend importing it into a global file, such as `app/global.scss`:
1801
+
To use the CSS in production, we recommend importing it into a global file, such as `app/global.scss`:
0 commit comments