I fully agree that with more features, the library would be useful to a larger range of folks :) Pull requests welcome, as always.

I'm developing each component as needed as I convert paddleguru.com over to Om. The input components and basic tables, panels, buttons and navbars came first; the rest are on their way.

My thought on open source is, document well and release early. There's no reason to keep all the existing stuff closed because the tables module isn't fully sexed out.
Daniel <mailto:doubleagen...@gmail.com>
September 16, 2014 at 7:17 AM
Good work. Although I hate to say it, It's of little use for most projects without more out-of-the-box table options eg searchable, sortable, paginated, never-ending.

On Wednesday, August 27, 2014 2:05:27 PM UTC-5, Sam Ritchie wrote:
--
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 <mailto:clojure+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.
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