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: HISTORY.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,35 @@
1
1
Pure Change History
2
2
===================
3
3
4
+
2.0.0 (2020-05-05)
5
+
------------------
6
+
7
+
This is a major version bump that has the following changes:
8
+
9
+
* Reduced overall size of Pure to 3.6kb (gzipped/min)
10
+
* Updated Normalize to v8.
11
+
* Removed bower
12
+
* Removed old IE 8 hacks
13
+
* Removed deprecated `pure-help-inline` form class
14
+
15
+
### Migration
16
+
17
+
This major version should not include too many breaking changes for your app, but please check the following:
18
+
19
+
- Normalize Upgraded from v3 to v8. [Many things have changed](https://github.com/necolas/normalize.css/blob/master/CHANGELOG.md), be sure to verify your site properly.
20
+
- Normalize removed the default `font-family`, but we have added to the `base.css` for consistency and due to the fact that the grids system leverages the `font-family` for `letter-spacing`.
0 commit comments