Skip to content

Releases: jonsuh/hamburgers

v0.4.0

28 Mar 19:15
Compare
Choose a tag to compare

Improved

  • Customize the including/excluding of hamburger types in settings as $hamburger-types Sass list (e.g. If someone includes Hamburgers via npm or Bower, they don’t have to modify the source files in node_modules or bower_components.)

v0.3.0

07 Mar 15:13
Compare
Choose a tag to compare

Fixed

Top positioning bug for Elastic and Slider (#13fa295).

Added

4 hamburger types (with reverse variants)

  hamburger--3dx
  hamburger--3dx-r
  hamburger--3dy
  hamburger--3dy-r
  hamburger--spring
  hamburger--spring-r
  hamburger--stand
  hamburger--stand-r

v0.2.0

04 Mar 14:51
Compare
Choose a tag to compare

Supports and favors more accessible and semantic markup:

  <button class="hamburger" type="button">
    <span class="hamburger-box">
      <span class="hamburger-inner"></span>
    </span>
  </button>

v0.1.5

02 Mar 16:37
Compare
Choose a tag to compare

Ability to customize border-radius of hamburger layers.

v0.1.3

02 Mar 16:15
Compare
Choose a tag to compare

Public release.