Skip to content

Commit

Permalink
0.12.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Jul 21, 2023
1 parent 1e1fb15 commit 45ca020
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.12.11

- Support `multiple` flag for `select` #259 thx @tomasd

## 0.12.10

- add ^js typehint to React Context #251 #256 thx @alexdao3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Rum:

## Using Rum

Add to project.clj: `[rum "0.12.10"]`
Add to project.clj: `[rum "0.12.11"]`

### API Docs & Articles

Expand Down Expand Up @@ -644,7 +644,7 @@ Using `:<>` as the tag in a markup vector creates a React Fragment, allowing you

When used from cljs Rum delegates serialization 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.10" :exclusions [cljsjs/react cljsjs/react-dom]`
1. Rums `project.clj` dependency becomes `[rum "0.12.11" :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.10"
(defproject rum "0.12.11"
:description "ClojureScript wrapper for React"
:license {:name "Eclipse"
:url "http://www.eclipse.org/legal/epl-v10.html"}
Expand Down
20 changes: 10 additions & 10 deletions target/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45ca020

Please sign in to comment.