Skip to content

2.3.0

Compare
Choose a tag to compare
@Gregg8 Gregg8 released this 27 Nov 22:55
· 1064 commits to master since this release

Changes

  • datepicker
    • It only supported the goog.date.UtcDateTime type for the :model, :minimum and :maximum args. Now it also supports the goog.date.Date type
    • :on-change now returns the same type that was passed in for :model
    • Arg documentation has been updated in the re-demo app
    • This introduces no breaking changes
  • Bumped to latest clj/cljs/reagent etc.
  • Added a new version of the p component (called p-span) to be more friendly with the latest version of React/Reagent which now dumps warning messages in DevTools when [:div] elements are placed within it. The [:p] has been replaced with a [:span]