Skip to content

0.7.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Gregg8 Gregg8 released this 19 Nov 03:45
· 1299 commits to master since this release

Changes

  • Bumped the following:
    • clojurescript ("1.7.48" ==> "1.7.145")
    • reagent ("0.5.1-rc3" ==> "0.5.1")
    • cljs-time ("0.3.10" ==> "0.3.14")
    • And some dev dependencies
    • Remember, your app will determine which version of these libs are used by re-com.

Fixes

  • Fixed #59 - Components in splitter panels not updating
  • Fixed #61 - datepicker-dropdown should deref-or-value model
  • Fixed a popover bug where, if you have an element with relative or absolute positioning, then any child popovers with :no-clip? set to true will not be positioned correctly. e.g., if there was a :no-clip? popover within another :no-clip? popover, the position of the nested one would be wrong
  • Fixed inline styles in alert-box demos