Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deg committed Oct 26, 2017
1 parent eae9050 commit f312445
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,30 @@

## [Unreleased]
### Changed
_(nothing)_
### Added
_(nothing)_
### Removed
_(nothing)_
### Fixed
_(nothing)_

## [0.7.0] - 2017-10-26
### Changed
- Moved to Clojure 1.9.0-beta3
### Added
- Add `utils/ci-compare`, `utils/ci-sort` and `utils/ci-include?`
- Add `nax/draw-tags`, `nax/tag-adder`, and `nax/tag-selector`
- Add `nax/google-ad`
- Add `utils/sub2`
### Removed
_(nothing)_
### Fixed
- Removed over-eager error checking from `<sub`. It was less useful than re-frame's internal reporting

## [0.6.1]
## [0.6.1] - 2017-10-15
### Changed
- Updated dependencies: clojure, clojurescript

## [0.6.0]
## [0.6.0] - 2017-10-15
### Changed
- Updated dependencies: re-frame, lein-doo
### Added
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Semantic UI in re-frame projects:
### Why "Sodium"?

The element sodium is highly reactive. It also starts with an "S", like Soda-ash and
Semantic-UI. In addition, the chemical symbol for sodium is "NA", nicely similar to the
"SA" abbreviation used for the Soda-ash namespace. And, hey, I like puns.
Semantic-UI. The chemical symbol for sodium is "NA", nicely similar to the "SA"
abbreviation used for the Soda-ash namespace. And, hey, I like bad puns.

### State of this project

Sodium is still an early work in progress. I am using it to help me with other projects
Sodium is still a early work in progress. I am using it to help me with other projects
and have only addded functionality that I need and can test. Sodium will only grow as
it helps me (or other contributers) accomplish what they need. If you need features now,
PRs are welcome.
Expand All @@ -44,7 +44,7 @@ re-frame integration of re-com. Sodium is an attempt to bridge this gap.
Sodium is a wrapper around Soda-ash, Semantic UI React, and Semantic UI. Setup requires
a couple of steps:

- Your project.clj should include a dependency on Sodium: `[com.degel/sodium "0.6.1"]`
- Your project.clj should include a dependency on Sodium: `[com.degel/sodium "0.7.0"]`
(Or, copy the clojars label above, if I forgot to update this line!)
- It will probably (see below) also need a dependency on Soda-ash (currently `[soda-ash
"0.4.0"]`, but see the [Soda-ash README](https://github.com/gadfly361/soda-ash) for
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(defproject
com.degel/sodium "0.7.0-SNAPSHOT"
com.degel/sodium "0.7.0"
:description "A wrapper around soda-ash and semantic-ui-react"
:url "https://github.com/deg/sodium"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit f312445

Please sign in to comment.