- Added pull right for nav bar.
- Major Changes:
- Upgrade Clojure to 1.8
- Upgrade Clojurescript to 1.7.228
- Replace Weasel/Piggieback with Figwheel
- Several other minor dependency upgrades
- Change
maptodoseqin unbind-root-close-handlers to force effects (#76)
- Changed collapsible panels to initialize closed, not open.
- Fixes to nav items.
- Added
input-group-btn(#69)
- Upgrade to Schema 0.4.0 and om-tools 0.3.11 (#67)
- Fix bad references to
pagerin the docs. Replaced withpagination.
- Upgrade to Om 0.8.x and React 0.12.x (#40)
- Move React into the preamble on the docs site
- Remove explicit React script include on the docs site HTML
- Change
validReactComponentcall inutil.cljstovalidReactElement
- Actually build modal component (#53)
- Turned Om into a provided dependency (#44)
- add Pagination, thanks to @dignati (#47)
- Fixes a bug where navs were un-expanded by default (#48)
- Added collapse functionality for navbars (#41)
- Added
hreftags to allShow Codelinks. Without these they weren't expanding on mobile browsers (#34) - Fixed compatibility issue with om-0.8.0-beta3, and added tests.
- Upgraded clojure to 1.7.0-alpha2
- Upgraded core.async to 0.1.346.0-17112a-alpha
- Upgraded om-tools to 0.3.6
- Upgraded schema to 0.3.1
- Upgraded weasel to 0.4.2
- Revert schema upgrade... fancy that :)
- Upgrade to Schema 0.3.0
- Relaxes a bunch of required keys in schemas back to optional: #23
- Converts
om-bootstrap.button/menu-itemto an Om component, so that a wrappingdropdowncomponent can access its:on-selectattribute. The interface stays the same: #25
- Add
:list-groupto panels, makes body optional: #22 (@brutasse)
- Added a bunch of tests to the
typesandutilnamespaces. - Don't nuke merged :refs: #20 (@pyr)
- Upgraded Clojurescript dependency on the doc site to get around this bug: http://dev.clojure.org/jira/browse/CLJS-839. Added a note.
This hash code bug was causing bs-class-set's internal lookup in class-map to fail in Safari 7.0.x once the JS JIT compiler kicked in.
From #13:
om-bootstrap.util/clone-with-propscan now "clone" proper om components by injecting extra attributes into the om cursor.:on-selecthandlers on top level nav elements now get called if set, along with the current nav-item:on-selecthandlers
dropdown-mixin(mixins.cljs)menu-item,dropdown-menu,dropdown(button.cljs)split(ie, SplitButton) (button.cljs)navbar(ie, SplitButton) (button.cljs)
- Removed in-progress fade listeners.
- Added glyphicon
- Lots more examples for the documentation site
- Added many components.
- Created documentation site
- Upgraded to Om 0.7.x and React 0.11
- Initial Release.