1
mirror of https://github.com/pure-css/pure synced 2025-03-29 18:09:11 +01:00
This commit is contained in:
redonkulus 2019-07-10 09:25:48 -07:00
parent 6a2c2dbd9f
commit 94cae667ae
4 changed files with 14 additions and 5 deletions

@ -1,6 +1,15 @@
Pure Change History Pure Change History
=================== ===================
1.0.1 (2019-07-10)
------------------
* Fix "selected" menu item labels in nested menus (#708)
* Fix bug in pure-button active state's border color. (#729)
* Fix horizontal scrollbars not appearing in IE11 and Chrome (#740)
* Fix pure-table-bordered issues (#718)
1.0.0 (2017-06-05) 1.0.0 (2017-06-05)
------------------ ------------------

@ -15,7 +15,7 @@ A set of small, responsive CSS modules that you can use in every web project.
**Use From the CDN:** **Use From the CDN:**
```html ```html
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous"> <link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
``` ```
Note: You can [customize which Pure modules you need][customize]. Note: You can [customize which Pure modules you need][customize].
@ -77,7 +77,7 @@ extensive documentation and examples to help you start using Pure.
You can include the Pure CSS file in your project by fetching it from unpkg: You can include the Pure CSS file in your project by fetching it from unpkg:
```html ```html
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous"> <link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
``` ```
You can also install Pure using [Bower][], using the following command: You can also install Pure using [Bower][], using the following command:

@ -1,7 +1,7 @@
{ {
"name": "pure", "name": "pure",
"description": "Use Pure's ridiculously tiny CSS to start any web project.", "description": "Use Pure's ridiculously tiny CSS to start any web project.",
"version": "1.0.0", "version": "1.0.1",
"main": "build/pure.css", "main": "build/pure.css",
"devDependencies": { "devDependencies": {
"normalize-css": "^3.0" "normalize-css": "^3.0"

@ -1,6 +1,6 @@
{ {
"name": "purecss", "name": "purecss",
"version": "1.0.0", "version": "1.0.1",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/pure-css/pure.git" "url": "git://github.com/pure-css/pure.git"