mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
chore: release 3.0.0
This commit is contained in:
parent
74eaf8d9ae
commit
524b998c9b
16
HISTORY.md
16
HISTORY.md
@ -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)
|
||||
------------------
|
||||
|
||||
|
14
README.md
14
README.md
@ -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.
|
||||
|
||||
@ -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
|
||||
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user