Skip to content

Commit

Permalink
Deploy 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Jan 10, 2018
1 parent d47b85d commit 6078acd
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 69 deletions.
16 changes: 4 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,24 @@
# Bulma Changelog

## 0.6.3
## 0.6.2

### New features

* 🎉 Rounded buttons, inputs, pagination and toggle tabs

### Improvements

* New `.is-italic` helper
* #1343 Add `sub` and `sup` title sizes
* #1452 New `.is-italic` helper

### Bug fixes

* #935 Bug dropdown in `hero` (primary) menu items not visible
* #1456 Fix customize documentation
* #1190 Add `$variable-columns` to disable `--columnGap`
* #1518 Fix spacing of the delete button in notification element
* #1569 Fix missing use of `$pagination-color` variable

## 0.6.2

### Improvements

* #1343 Add `sub` and `sup` title sizes

### Bug fixes

* #935 Bug dropdown in `hero` (primary) menu items not visible

## 0.6.1

### New features
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulma",
"version": "0.6.1",
"version": "0.6.2",
"homepage": "https://bulma.io",
"authors": [
"jgthms <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion bulma.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@charset "utf-8"
/*! bulma.io v0.6.1 | MIT License | github.com/jgthms/bulma */
/*! bulma.io v0.6.2 | MIT License | github.com/jgthms/bulma */
@import "sass/utilities/_all"
@import "sass/base/_all"
@import "sass/elements/_all"
Expand Down
Loading

0 comments on commit 6078acd

Please sign in to comment.