Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Oct 26, 2022
1 parent 74eaf8d commit 524b998
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
16 changes: 16 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Pure Change History
===================

3.0.0 (2022-10-26)
------------------

This is a major version bump that has the following changes:

* Removed the `font-family` hack from Grids (#1074)
* IE is no longer supported and all code and documentation references have been removed
* 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.

### Migration

This major version should not include too many breaking changes for your app, but please check the following:

- 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.
- 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.

2.2.0 (2022-10-19)
------------------

Expand Down
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ A set of small, responsive CSS modules that you can use in every web project.

## Features

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

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

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

```shell
$ git clone git@github.com:pure-css/pure.git
$ cd pure
$ npm install
$ grunt
git clone git@github.com:pure-css/pure.git
cd pure
npm install
grunt
```

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

- Latest Stable: Firefox, Chrome, Safari
- iOS 12+
- Android 6+

## Docs and Website

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purecss",
"version": "2.2.0",
"version": "3.0.0",
"repository": {
"type": "git",
"url": "git://github.com/pure-css/pure.git"
Expand Down

0 comments on commit 524b998

Please sign in to comment.