Releases: jonsuh/hamburgers
Releases · jonsuh/hamburgers
v1.2.0
15 Mar 14:29
Compare
Sorry, something went wrong.
No results found
Fixed
Sass 2.0 compatibility, specifically slash-as-divison operator thanks to @lewebsimple #105
v1.1.3
25 Sep 14:14
Compare
Sorry, something went wrong.
No results found
Fixed
!important for types that rely on background-color: transparent.
v1.1.2 (Deprecated)
25 Sep 13:39
Compare
Sorry, something went wrong.
No results found
Bug fixes in v1.1.3
Fixed
Change default value of $hamburger-active-hover-opacity to $hamburger-hover-opacity.
Change default value of $hamburger-active-hover-filter to $hamburger-hover-filter.
v1.1.0 (Deprecated)
25 Sep 12:21
Compare
Sorry, something went wrong.
No results found
Bug fixes in v1.1.3
Added
Fixed
Removed $hamburger-hover-transition-duration and $hamburger-hover-transition-timing-function—types rely on custom timing, which render these useless.
v0.9.3
15 Jan 15:30
Compare
Sorry, something went wrong.
No results found
Fixed
Missing @if statements in arrowturn and arrowturn-r variants #51 .
Update docs with correct yarn install command #45 .
Correct eyeglass-module tag in package.json #48 .
v0.9.1
07 Jul 01:49
Compare
Sorry, something went wrong.
No results found
Added
Add new types: 3dxy, 3dxy-r, arrowturn, arrowturn-r, minus
Updated
Include missing and new types in dist/example.html.
Update dependencies and include package-lock.json.
v0.8.1
17 Mar 02:16
Compare
Sorry, something went wrong.
No results found
v0.7.0
01 Dec 15:35
Compare
Sorry, something went wrong.
No results found
v0.6.0
22 Nov 15:25
Compare
Sorry, something went wrong.
No results found
Fixed
Fix spin-r’s .is-active::after rotation. See #28 .
v0.5.0
04 Apr 18:01
Compare
Sorry, something went wrong.
No results found
Fixed
Error: Import directives may not be used within control directives or mixins. in certain cases like when compiling with Ruby Sass.
Solution: @import all available types and instead nest Sass for each type in @if directive which checks to see if the type exists in $hamburger-types. e.g.:
@if index ($hamburger-types , 3 dx ) {
.hamburger--3dx {
}
}