Skip to content

Latest commit

 

History

History
127 lines (79 loc) · 4.11 KB

CHANGELOG.md

File metadata and controls

127 lines (79 loc) · 4.11 KB

0.6.1 (2/3/2016)

  • Added pull right for nav bar.

0.6.0 (2/2/2016)

  • Major Changes:
  • Upgrade Clojure to 1.8
  • Upgrade Clojurescript to 1.7.228
  • Replace Weasel/Piggieback with Figwheel
  • Several other minor dependency upgrades

0.5.3 (7/13/2015)

  • Change map to doseq in unbind-root-close-handlers to force effects (#76)

0.5.2 (7/12/2015)

  • Changed collapsible panels to initialize closed, not open.
  • Fixes to nav items.

0.5.1 (6/15/2015)

  • Added input-group-btn (#69)

0.5.0 (4/16/2015)

  • Upgrade to Schema 0.4.0 and om-tools 0.3.11 (#67)

0.4.3

  • Fix bad references to pager in the docs. Replaced with pagination.

0.4.1 (2/26/2015)

  • Fix schema error in dropdown (#62)
  • Fix schema validation with input components (#60)

0.4.0

  • 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 validReactComponent call in util.cljs to validReactElement

0.3.6 (2/5/2015)

  • Actually build modal component (#53)

0.3.5 (2/2/2015)

  • Modal component, thanks to @dignati! (#50)
  • Support for collapsible panels, thanks to @dignati (#45)

0.3.4 (1/27/2015)

  • Turned Om into a provided dependency (#44)
  • add Pagination, thanks to @dignati (#47)
  • Fixes a bug where navs were un-expanded by default (#48)

0.3.3 (1/13/2015)

  • Added collapse functionality for navbars (#41)

0.3.2 (12/9/2014)

  • Added href tags to all Show Code links. 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

0.3.1 (10/15/2014)

  • Revert schema upgrade... fancy that :)

0.3.0 (9/25/2014)

  • Upgrade to Schema 0.3.0

0.2.9 (9/20/2014)

  • Relaxes a bunch of required keys in schemas back to optional: #23
  • Converts om-bootstrap.button/menu-item to an Om component, so that a wrapping dropdown component can access its :on-select attribute. The interface stays the same: #25

0.2.8

  • Add :list-group to panels, makes body optional: #22 (@brutasse)

0.2.7

  • Added a bunch of tests to the types and util namespaces.
  • Don't nuke merged :refs: #20 (@pyr)

0.2.6

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-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)

0.2.5

  • Removed in-progress fade listeners.
  • Added glyphicon
  • Lots more examples for the documentation site

0.2.0

  • Added many components.
  • Created documentation site
  • Upgraded to Om 0.7.x and React 0.11

0.1.0

  • Initial Release.