Skip to content

2.0.0

Compare
Choose a tag to compare
@Gregg8 Gregg8 released this 02 Feb 05:12
· 1128 commits to master since this release

Breaking Change

  • Fixed #137 - radio-button :on-change handler doesn't receive value argument.
  • The :on-change event was being passed a boolean value (just like checkbox) instead of the value passed in the :value arg.
  • Change made in this commit. Note that all occurrences of radio-button in the demo have been updated to use the passed value to demonstrate the correct way of using it.

Changes

  • Merged #139 - Add unit tests for some box and validate functions.
  • Replaced deprecated cemerick.cljs.test with cljs.test.
  • Bumped clojurescript to "1.9.456", core.async to "0.2.395", figwheel-sidecar to "0.5.9", figwheel to "0.5.9", devtools to "0.9.0", lein-cljsbuild to "1.1.5".