Skip to content

Commit

Permalink
Merge pull request #534 from picturepan2/0.5.6
Browse files Browse the repository at this point in the history
0.5.6
  • Loading branch information
picturepan2 authored Nov 20, 2018
2 parents ca1bdc5 + ba4c380 commit 81ee834
Show file tree
Hide file tree
Showing 126 changed files with 2,946 additions and 1,045 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
#### Spectre.css Changelog

##### [v0.5.6](https://github.com/picturepan2/spectre/releases/tag/v0.5.6)

- Add Docs Search #509 #291
- Add Copy icon
- Add Hero layout #380
- Add multiline Tooltips #500
- Replace transition: all; #526
- Fix #511 issue
- Fix sidebar background height for short docs pages


##### [v0.5.5](https://github.com/picturepan2/spectre/releases/tag/v0.5.5)

- IMPORTANT: New Docs
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ You can compile your custom version of Spectre.css. Read [the documentation](htt
### Layout
- [Flexbox grid](https://picturepan2.github.io/spectre/layout/grid.html)
- [Responsive](https://picturepan2.github.io/spectre/layout/responsive.html)
- [Hero](https://picturepan2.github.io/spectre/layout/hero.html)
- [Navbar](https://picturepan2.github.io/spectre/layout/navbar.html)

### Components
Expand Down Expand Up @@ -90,7 +91,7 @@ You can compile your custom version of Spectre.css. Read [the documentation](htt
- [Calendars](https://picturepan2.github.io/spectre/experimentals/calendars.html)
- [Carousels](https://picturepan2.github.io/spectre/experimentals/carousels.html) - CSS only
- [Comparison Sliders](https://picturepan2.github.io/spectre/experimentals/comparison.html) - CSS only
- [Filters](https://picturepan2.github.io/spectre/experimentals/carousels.html) - CSS only
- [Filters](https://picturepan2.github.io/spectre/experimentals/filters.html) - CSS only
- [Meters](https://picturepan2.github.io/spectre/experimentals/meters.html)
- [Off-canvas](https://picturepan2.github.io/spectre/experimentals/off-canvas.html) - CSS only
- [Parallax](https://picturepan2.github.io/spectre/experimentals/parallax.html) - CSS only
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spectre.css",
"version": "0.5.5",
"description": "Spectre.css: a lightweight, responsive and modern CSS framework",
"version": "0.5.6",
"description": "Spectre.css: A lightweight, responsive and modern CSS framework",
"homepage": "http://picturepan2.github.io/spectre",
"repository": "picturepan2/spectre",
"license": "MIT",
Expand Down
16 changes: 8 additions & 8 deletions dist/spectre-exp.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Spectre.css Experimentals v0.5.5 | MIT License | github.com/picturepan2/spectre */
/*! Spectre.css Experimentals v0.5.6 | MIT License | github.com/picturepan2/spectre */
.form-autocomplete {
position: relative;
}
Expand Down Expand Up @@ -121,7 +121,7 @@
position: relative;
text-align: center;
text-decoration: none;
transition: all .2s ease;
transition: background .2s, border .2s, box-shadow .2s, color .2s;
vertical-align: middle;
white-space: nowrap;
width: 1.4rem;
Expand Down Expand Up @@ -318,7 +318,7 @@
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: all .4s ease;
transition: all .4s;
z-index: 100;
}

Expand Down Expand Up @@ -639,7 +639,7 @@
position: fixed;
top: 0;
transform: translateX(-100%);
transition: transform .25s ease;
transition: transform .25s;
z-index: 200;
}

Expand Down Expand Up @@ -731,7 +731,7 @@
text-shadow: 0 0 20px rgba(48, 55, 66, .75);
top: 0;
transform: translateZ(50px) scale(.95);
transition: all .4s ease;
transition: transform .4s;
width: 100%;
z-index: 1;
}
Expand Down Expand Up @@ -908,7 +908,7 @@
border-radius: 50%;
height: .6rem;
margin-top: -.25rem;
transition: transform .2s ease;
transition: transform .2s;
width: .6rem;
}

Expand All @@ -917,7 +917,7 @@
border: 0;
border-radius: 50%;
height: .6rem;
transition: transform .2s ease;
transition: transform .2s;
width: .6rem;
}

Expand All @@ -926,7 +926,7 @@
border: 0;
border-radius: 50%;
height: .6rem;
transition: transform .2s ease;
transition: transform .2s;
width: .6rem;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/spectre-exp.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 81ee834

Please sign in to comment.