Skip to content

Commit c377801

Browse files
committed
doc: add v2.0.0 notes
1 parent f59a16c commit c377801

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

HISTORY.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Pure Change History
22
===================
33

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`.
21+
22+
### New Browser support
23+
- Chrome
24+
- Edge
25+
- Firefox
26+
- Internet Explorer 10+
27+
- Safari 8+
28+
- Opera
29+
30+
> Deprecated support for < IE 10
31+
32+
433
1.0.1 (2019-07-10)
534
------------------
635

0 commit comments

Comments
 (0)