Skip to content

Commit

Permalink
Merge branch '0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionogy committed Jan 11, 2017
2 parents 1d05536 + 2cadc06 commit 5af1c34
Show file tree
Hide file tree
Showing 18 changed files with 380 additions and 206 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ Installation
============
Simple. Just include these tags in your html.
```
<link rel="stylesheet" type="text/css" href="https://ionogy.com/kernel.css/v0.2.0/kernel.min.css" />
<script type="text/javascript" src="https://ionogy.com/kernel.css/v0.2.0/kernel.js"></script>
<link rel="stylesheet" type="text/css" href="https://ionogy.com/kernel.css/v0.3.0/kernel.min.css" />
<script type="text/javascript" src="https://ionogy.com/kernel.css/v0.3.0/kernel.js"></script>
```

Navigation code example
-----------
```
<body class="ion-base">
<header class="ion-header ion-header-sm ion-bg-white">
<header class="ion-header ion-header-sm">
<div class="ion-header-brand">kernel.css</div>
<button class="nav-toggle">
Expand Down Expand Up @@ -112,7 +112,9 @@ I have probably made lots of typos :)
Useful links
------------
* Github page: http://github.com/ionogy/kernel.css
* Bug reporter: http://...
* Issue tracker: https://github.com/ionogy/kernel.css/issues

Please don't hesitate to report any issues you may find.

Documentation
-------------
Expand Down
Loading

0 comments on commit 5af1c34

Please sign in to comment.