- bump version of clojurescript
- use
clojure.spec.alpha
instead ofclojure.spec
- this alpha version is same as previous, just supports newer versions of clojurescript
- 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
- don't require height on modal
- 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
- 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
- fix bug where
spec?
always returned true, #1
- add
header-dropdown
- add
navbar-dropdown
- fix spacing bug when navbar is fixed but header isn't
- initial release