Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deg committed Jan 16, 2018
1 parent fa46c41 commit d693024
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,23 @@
### Changed
_(nothing)_
### Added
_(nothing)_
### Removed
_(nothing)_
### Fixed
_(nothing)_

## [0.10.0] - 2018-01-16
### Changed
- Updated Clojure dependency
### Added
- 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.
### Removed
_(nothing)_
### Fixed
_(nothing)_
- Never return false from event handlers

## [0.9.0] - 2017-11-26
### Changed
Expand Down Expand Up @@ -103,6 +111,7 @@ _(nothing)_


[Unreleased]: https://github.com/deg/sodium/compare/84b52a2...HEAD
[0.10.0]: https://github.com/deg/sodium/compare/84b52a2...HEAD
[0.9.0]: https://github.com/deg/sodium/compare/df877f2...84b52a2
[0.8.0]: https://github.com/deg/sodium/compare/f312445...df877f2
[0.7.0]: https://github.com/deg/sodium/compare/5ecf157...f312445
Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject
com.degel/sodium "0.10.0-SNAPSHOT"
com.degel/sodium "0.10.0"
:description "A wrapper around soda-ash and semantic-ui-react"
:url "https://github.com/deg/sodium"
:license {:name "Eclipse Public License"
Expand All @@ -9,7 +9,7 @@
[re-frame "0.10.2"]
[reagent "0.7.0"]
[soda-ash "0.76.0"]
[com.degel/iron "0.1.1"]]
[com.degel/iron "0.2.0"]]
:plugins [[lein-cljsbuild "1.1.7"]
[lein-doo "0.1.8"]]
:cljsbuild
Expand Down

0 comments on commit d693024

Please sign in to comment.