(nothing)
(nothing)
(nothing)
(nothing)
0.4.0 - 2017-09-28
(nothing)
- Some doc/readme improvements
- :style accepted in components
-
events for multiple dispatch for on-* handlers
(nothing)
- Fixed build problem; added missing dependency
0.3.0 - 2017-09-26
- Added components modal, modal-header, modal-content, modal-description, modal-actions
0.2.0 - 2017-09-04
<sub
now takes optionaldefault
parameter and warns better- Now using Soda-ash 0.4.0 (and Semantic UI 2.2.12; update your CSS)
- Now using re-frame 0.10.1
- Now using ClojureScript 1.9.908
- Sodium core.
- Added components: button, grid-column, grid-row image, label, list-na, list-item, and search.
- Add spec def: sodium/size
- Sodium extensions. Components that specialize the core components. So far: app-header, panel-header panel-subheader, section-header, section-subheader, and labelled-field.
- re-frame utilities. Added
vec->fn
andevent->fn
. - Chrome utilities. Browser support. So far: 'console-dir'.
0.1.0 - 2017-08-13
- Initial project
- Some Soda-ash components imported: 'checkbox', 'container', 'dropdown', 'form', 'form-button', 'form-input', 'form-group', 'grid', 'header', 'input', 'menu', 'menu-item', 'rail', and 'text-area'.
- Helpers for data in/out of components: '>event', '>atom', and '<atom'.
- Minor helper functions:
<sub
,>evt
, etc.