FYI, I added a nice "Getting Started" page to the Om-Bootstrap documentation site that should help users get past the initial pain of cobbling together the proper leiningen dependencies, Bootstrap CDN header links and lein-cljsbuild settings:

http://om-bootstrap.herokuapp.com/getting-started

Thanks to David for a template for the Leiningen stuff, and others for bugging me to get this done :)

Cheers!
Sam Ritchie <mailto:sritchi...@gmail.com>
August 27, 2014 at 1:05 PM
This release adds a bunch of new active components - notably, dropdown buttons, split dropdown buttons and a navbar. The navbar allowed me to beef up the doc site with a proper navbar, more pages and client-side javascript navigation using Secretary and Html5 pushState:

http://om-bootstrap.herokuapp.com

Code:

https://github.com/racehub/om-bootstrap

Leiningen:

[racehub/om-bootstrap"0.2.6"]


RELEASE NOTES:

- 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 sporadically fail in Safari 7.0.x.

>From https://github.com/racehub/om-bootstrap/pull/13:
- `om-bootstrap.util/clone-with-props` can now "clone" proper om components by injecting extra attributes into the om cursor. - `:on-select` handlers on top level nav elements now get called if set, along with the current nav-item `:on-select` handlers

### New Components

- `dropdown-mixin` (mixins.cljs)
- `menu-item`, `dropdown-menu`, `dropdown` (button.cljs)
- `split` (ie, SplitButton) (button.cljs)
- `navbar` (ie, SplitButton) (button.cljs)


--
Sam Ritchie (@sritchie)
Paddleguru Co-Founder
703.863.8561
www.paddleguru.com <http://www.paddleguru.com/>
Twitter <http://twitter.com/paddleguru>// Facebook <http://facebook.com/paddleguru>

--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to