0.9.0
Changes
- This release is mostly about pull requests, so thanks to everyone for your helpful contributions.
- Merged #105 - Added typeahead component. Special thanks to blak3mill3r for such a significant contribution and a lovely new demo page.
- Merged #44 - Added ability for the current selection of a dropdown list to have a title attribute. See "Dropdown with grouping" demo in the dropdown page (hover over the country dropdown).
- Merged #108 - Decoupled label from rendering function in dropdown. See "Custom markup" demo in the dropdown page.
- Merged #89 - Added
:start-of-week
for datepicker. datepicker page updated. - Merged #57 - Added a split between the left navbar and content of the demo. Note that splits are percentage-based and the default percent is optimised for a Full HD display. demo updated.
- Merged #106 - Added
:dev-cider
profile with piggieback for cider cljs repl. - Bumped:
- Clojure to 1.8.0
- ClojureScript to 1.9.14
- cljsbuild to 1.1.3
- reagent to 0.6.0-rc
- storage-atom to 2.0.1
- figwheel to 0.5.4-7
- lein-ancient to 0.6.10
- Turned ClojureScript repl off
Fixes
- Prevent React 15 error messages about "unitless numbers".