Skip to content

Commit 81ee834

Browse files
authored
Merge pull request #534 from picturepan2/0.5.6
0.5.6
2 parents ca1bdc5 + ba4c380 commit 81ee834

File tree

126 files changed

+2946
-1045
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+2946
-1045
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
#### Spectre.css Changelog
22

3+
##### [v0.5.6](https://github.com/picturepan2/spectre/releases/tag/v0.5.6)
4+
5+
- Add Docs Search #509 #291
6+
- Add Copy icon
7+
- Add Hero layout #380
8+
- Add multiline Tooltips #500
9+
- Replace transition: all; #526
10+
- Fix #511 issue
11+
- Fix sidebar background height for short docs pages
12+
13+
314
##### [v0.5.5](https://github.com/picturepan2/spectre/releases/tag/v0.5.5)
415

516
- IMPORTANT: New Docs

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ You can compile your custom version of Spectre.css. Read [the documentation](htt
5858
### Layout
5959
- [Flexbox grid](https://picturepan2.github.io/spectre/layout/grid.html)
6060
- [Responsive](https://picturepan2.github.io/spectre/layout/responsive.html)
61+
- [Hero](https://picturepan2.github.io/spectre/layout/hero.html)
6162
- [Navbar](https://picturepan2.github.io/spectre/layout/navbar.html)
6263

6364
### Components
@@ -90,7 +91,7 @@ You can compile your custom version of Spectre.css. Read [the documentation](htt
9091
- [Calendars](https://picturepan2.github.io/spectre/experimentals/calendars.html)
9192
- [Carousels](https://picturepan2.github.io/spectre/experimentals/carousels.html) - CSS only
9293
- [Comparison Sliders](https://picturepan2.github.io/spectre/experimentals/comparison.html) - CSS only
93-
- [Filters](https://picturepan2.github.io/spectre/experimentals/carousels.html) - CSS only
94+
- [Filters](https://picturepan2.github.io/spectre/experimentals/filters.html) - CSS only
9495
- [Meters](https://picturepan2.github.io/spectre/experimentals/meters.html)
9596
- [Off-canvas](https://picturepan2.github.io/spectre/experimentals/off-canvas.html) - CSS only
9697
- [Parallax](https://picturepan2.github.io/spectre/experimentals/parallax.html) - CSS only

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "spectre.css",
3-
"version": "0.5.5",
4-
"description": "Spectre.css: a lightweight, responsive and modern CSS framework",
3+
"version": "0.5.6",
4+
"description": "Spectre.css: A lightweight, responsive and modern CSS framework",
55
"homepage": "http://picturepan2.github.io/spectre",
66
"repository": "picturepan2/spectre",
77
"license": "MIT",

dist/spectre-exp.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Spectre.css Experimentals v0.5.5 | MIT License | github.com/picturepan2/spectre */
1+
/*! Spectre.css Experimentals v0.5.6 | MIT License | github.com/picturepan2/spectre */
22
.form-autocomplete {
33
position: relative;
44
}
@@ -121,7 +121,7 @@
121121
position: relative;
122122
text-align: center;
123123
text-decoration: none;
124-
transition: all .2s ease;
124+
transition: background .2s, border .2s, box-shadow .2s, color .2s;
125125
vertical-align: middle;
126126
white-space: nowrap;
127127
width: 1.4rem;
@@ -318,7 +318,7 @@
318318
position: absolute;
319319
top: 50%;
320320
transform: translateY(-50%);
321-
transition: all .4s ease;
321+
transition: all .4s;
322322
z-index: 100;
323323
}
324324

@@ -639,7 +639,7 @@
639639
position: fixed;
640640
top: 0;
641641
transform: translateX(-100%);
642-
transition: transform .25s ease;
642+
transition: transform .25s;
643643
z-index: 200;
644644
}
645645

@@ -731,7 +731,7 @@
731731
text-shadow: 0 0 20px rgba(48, 55, 66, .75);
732732
top: 0;
733733
transform: translateZ(50px) scale(.95);
734-
transition: all .4s ease;
734+
transition: transform .4s;
735735
width: 100%;
736736
z-index: 1;
737737
}
@@ -908,7 +908,7 @@
908908
border-radius: 50%;
909909
height: .6rem;
910910
margin-top: -.25rem;
911-
transition: transform .2s ease;
911+
transition: transform .2s;
912912
width: .6rem;
913913
}
914914

@@ -917,7 +917,7 @@
917917
border: 0;
918918
border-radius: 50%;
919919
height: .6rem;
920-
transition: transform .2s ease;
920+
transition: transform .2s;
921921
width: .6rem;
922922
}
923923

@@ -926,7 +926,7 @@
926926
border: 0;
927927
border-radius: 50%;
928928
height: .6rem;
929-
transition: transform .2s ease;
929+
transition: transform .2s;
930930
width: .6rem;
931931
}
932932

dist/spectre-exp.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)