Skip to content

Commit

Permalink
0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roman01la committed Jun 30, 2020
1 parent d0e6c3f commit 380ae66
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.12.2

### Fixes

- Added missing `:did-update` and `:key-fn` to specs

## 0.12.1

### New
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Rum:

## Using Rum

Add to project.clj: `[rum "0.12.1"]`
Add to project.clj: `[rum "0.12.2"]`

### API Docs & Articles

Expand Down Expand Up @@ -641,7 +641,7 @@ There are Rum wrappers for the various React hooks. See doc strings for examples

When used from cljs Rum delegates serizliation to ReactDOM library. If used from clj/cljc, Rum works as a traditional template engine à la Hiccup:

1. Rums `project.clj` dependency becomes `[rum "0.12.1" :exclusions [cljsjs/react cljsjs/react-dom]`
1. Rums `project.clj` dependency becomes `[rum "0.12.2" :exclusions [cljsjs/react cljsjs/react-dom]`
2. Import `rum.core` as usual.
3. Define components using `rum/defc` or other macros as usual.
4. Instead of mounting, call `rum/render-html` to render into a string.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject rum "0.12.1"
(defproject rum "0.12.2"
:description "ClojureScript wrapper for React"
:license {:name "Eclipse"
:url "https://www.eclipse.org/legal/epl-v10.html"}
Expand Down

0 comments on commit 380ae66

Please sign in to comment.