Updated HISTORY.md with developer workflow improvements

This commit is contained in:
Eric Ferraiuolo 2013-06-05 19:27:41 -04:00
parent 3ddec31543
commit 97043c6679

View File

@ -4,9 +4,21 @@ Pure Change History
NEXT
----
* Fixed accessability mistake by removing `a:focus {outline: none;}` rule from
* Fixed accessibility mistake by removing `a:focus {outline: none;}` rule from
`buttons-core.css`.
* Added improvements to developer workflow:
* Added basic Tests using CSSLint via `grunt test` (Issue #25)
* Integrated Travis CI which runs `grunt test` on pushes to `master` and for
pull requests.
* Added `grunt watch` task which runs tests and build.
* Added support to `pure-site` for serving `pure` locally during
development. (Issue #46, yui/pure-site#111)
### Forms
* (!) `.pure-help-inline` has been replaced with `.pure-form-message-inline`. We