(nothing)
(nothing)
(nothing)
(nothing)
0.12.0- 2018-5-23
- Updated dependencies: Soda-ash / Semantic-UI 0.79.1, reagent 0.8.1, iron 0.4.0
- Support more parameters to input controls: :on-blur, :on-focus, :on-keyDown, :on-keyPress, and :on-KeyUp
0.11.0 - 2018-4-15
- Updated dependencies: CLJS 1.10.238; Soda-ash / Semantic-UI 0.78.2; re-frame 0.10.5; iron 0.3.0
- Many HTML5 global attributes
0.10.0 - 2018-01-16
- Updated Clojure dependency
- nax/native-text-area component
- Tagsonony tag API extended slightly, to accept function instead of subs and events in some cases. (Not complete; only did the parts I need now)
- Add assoc-path option to value->event-fn, to allow updating value into part of an atom.
- Never return false from event handlers
0.9.0 - 2017-11-26
- Sodium now depends on a new library, Iron. Much of Sodium's general code, that did not rely on Semantic-UI, has been moved to Iron.
- Many Sodium functions have been moved to Iron. If you can't find something, look in Iron. (This library has few enough users that I'm going to be lazy and assume you can find anything that has moved. If you get stuck, give me a shout).
(nothing)
0.8.0 - 2017-11-22
- Incompatible parameter changes to the tagsonomy API (draw-tags, tag-adder, and tag-selector)
- Deps update: Clojure 1.9.0-RC1, soda-ash 0.76.0
- Ability to customize CSS style of tagsonomy tags
- :disabled? was missing from button
- tag-adder had not been updating datalist properly
0.7.0 - 2017-10-26
- Moved to Clojure 1.9.0-beta3
- Add
utils/ci-compare
,utils/ci-sort
andutils/ci-include?
- Add
nax/draw-tags
,nax/tag-adder
, andnax/tag-selector
- Add
nax/google-ad
- Add
utils/sub2
- Removed over-eager error checking from
<sub
. It was less useful than re-frame's internal reporting
0.6.1 - 2017-10-15
- Updated dependencies: clojure, clojurescript
0.6.0 - 2017-10-15
- Updated dependencies: re-frame, lein-doo
- Support :on-click in all components
- Correctly handle true value from dom
0.5.0- 2017-10-02
- Added components advertisement, divider, icon, icon-group, menu-header, menu-menu, segment, segment-group
0.4.0 - 2017-09-28
- Some doc/readme improvements
:style
accepted in components>events
for multiple dispatch for on-* handlers
- 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.