You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]