Skip to content

Commit 524b998

Browse files
committed
chore: release 3.0.0
1 parent 74eaf8d commit 524b998

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

HISTORY.md

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

4+
3.0.0 (2022-10-26)
5+
------------------
6+
7+
This is a major version bump that has the following changes:
8+
9+
* Removed the `font-family` hack from Grids (#1074)
10+
* IE is no longer supported and all code and documentation references have been removed
11+
* The browserslist configuration has been updated to "> 1%" browser usage. You can use the [browserslist tool](https://browserslist.dev/?q=PiAxJQ%3D%3D) to see which browsers this now covers.
12+
13+
### Migration
14+
15+
This major version should not include too many breaking changes for your app, but please check the following:
16+
17+
- Since the list of supported browsers has now changed, please check that your site is still functioning in any browsers that you continue to support.
18+
- Verify your grids are still functioning correctly with the `font-family` hack still removed. This should not affect you as it was a hack for older browsers.
19+
420
2.2.0 (2022-10-19)
521
------------------
622

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ A set of small, responsive CSS modules that you can use in every web project.
99

1010
## Features
1111

12-
Pure is meant to be a starting point for every website or web app. We take care
13-
of all the CSS work that every site needs, without making it look cookie-cutter:
12+
Pure is a starting point for every website or web app. We take care
13+
of all the CSS work that every site needs without making it look cookie-cutter:
1414

1515
- A responsive grid that can be customized to your needs.
1616

@@ -42,10 +42,10 @@ Optionally, you can build Pure from its source on Github. To do this, you'll
4242
need to have Node.js and npm installed. We use [Grunt][] to build Pure.
4343

4444
```shell
45-
$ git clone git@github.com:pure-css/pure.git
46-
$ cd pure
47-
$ npm install
48-
$ grunt
45+
git clone git@github.com:pure-css/pure.git
46+
cd pure
47+
npm install
48+
grunt
4949
```
5050

5151
### Build Files
@@ -89,8 +89,6 @@ conventions of the files in the `build/` directory follow these rules:
8989
Pure is tested and works in:
9090

9191
- Latest Stable: Firefox, Chrome, Safari
92-
- iOS 12+
93-
- Android 6+
9492

9593
## Docs and Website
9694

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purecss",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/pure-css/pure.git"

0 commit comments

Comments
 (0)