diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c2e889..077c9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.3.0 (11-01-2016) +- Changed typography. + [Awesome Typography](https://vaporwave98.github.io/awesome-typography) +- Switched to a 16 column grid. +- Redo table styles. +- Add headings and paragraph support in hero (ion-hero-header and ion-hero-paragraph are + now removed). +- Rename ion-btn-x2 to ion-btn-lg +- Add new components (ion-select). +- Alert is no longer fixed by default. + ## 0.2.0 (31-12-2016) - Added support for new fonts. - Material Icons now comes bundled with the framework. diff --git a/README.md b/README.md index 7f74ed2..3a06cb0 100644 --- a/README.md +++ b/README.md @@ -43,15 +43,15 @@ Installation ============ Simple. Just include these tags in your html. ``` - - + + ``` Navigation code example ----------- ```
-