Skip to content
This repository has been archived by the owner on Dec 22, 2020. It is now read-only.

Latest commit

 

History

History
61 lines (37 loc) · 2.29 KB

CHANGES.md

File metadata and controls

61 lines (37 loc) · 2.29 KB

Changes

0.2.0-alpha2 (2018-03-05)

source

  • bump version of clojurescript
  • use clojure.spec.alpha instead of clojure.spec
    • this alpha version is same as previous, just supports newer versions of clojurescript

0.2.0-alpha1 (2018-01-08)

source

  • don't require height on header, navbar, and footer
  • dont' require key on header-dropdown, navbar-dropdown, modal, and modal-fullscreen
    • rationale: if you want to use multiple dropdowns or modals on a page, then removing the key requirement makes this process easier
  • remove transition on the way out for header-dropdown, navbar-dropdown, modal, and modal-fullscreen
  • add default-comp to header-dropdown, navbar-dropdown, modal and modal-fullscreen
  • add mostly transparent dimmer option to header-dropdown and navbar-dropdown

0.1.0 (2017-12-12)

source

  • don't require height on modal

0.1.0-alpha5 (2017-11-07)

source

  • fix bug where modal had two vertical scrollbars #4
  • add transition on width to sidebars #6
  • fix bug where header-dropdown / navbar-dropdown always had white background #7

0.1.0-alpha4 (2017-10-30)

source

  • add full-width? to header-dropdown and sidebar-dropdown #3
  • fix bug where sidebar wouldn't show content if larger than height of screen #2

0.1.0-alpha3 (2017-10-25)

source

  • fix bug where spec? always returned true, #1

0.1.0-alpha2 (2017-10-25)

source

  • add header-dropdown
  • add navbar-dropdown
  • fix spacing bug when navbar is fixed but header isn't

0.1.0-alpha (2017-10-25)

source

  • initial release