Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 902 Bytes

CHANGELOG.md

File metadata and controls

44 lines (35 loc) · 902 Bytes

Changelog

Changelog for Hamburgers.

[0.3.0] - 03/07/2016

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
    

[0.2.0] - 03/04/2016

Added

  • Supports and favors more accessible and semantic markup:

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

[0.1.6] - 03/02/2016

Added

[0.1.5] - 03/02/2016

Added

  • Ability to customize border-radius of hamburger layers.

[0.1.3] - 03/02/2016

  • Public release.