Skip to content

Commit 8778098

Browse files
committed
Bump version to 1.0
1 parent 6caaeb5 commit 8778098

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ By contrast, this library simply exposes an interface to React in a ClojureScrip
88

99
## Goodies
1010

11-
- **Built-in support for hot-reloading**. If you use, for example, Figwheel to hot-reload files on change, React components created with the `defc` macro will be patched automatically.
11+
- **Built-in support for hot-reloading**. If you use, for example, [Figwheel](https://github.com/bhauman/lein-figwheel) to hot-reload files on change, React components created with the `defc` macro will be patched automatically.
1212
- **Method tracing**. Including `:trace? true` in the class definition map will cause every method call to emit a message to the console. This also attempts to break infinite loops by setting a ceiling on the number of traces in a short time period.
1313
- **React Developer Tools support**. Copies component state and props into plain JavaScript in non-optimized compilation modes so it is easier to use React Developer Tools (Chrome extension) to inspect components.
1414

1515
### Add dependency:
1616

1717
```clj
18-
[dmohs/react "0.2.12"]
18+
[dmohs/react "1.0.0"]
1919
```
2020

2121
## Top-Level API

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject dmohs/react "0.2.12" ;; Also update README.md on version change.
1+
(defproject dmohs/react "1.0.0" ;; Also update README.md on version change.
22
:description "A ClojureScript wrapper for React."
33
:license "http://opensource.org/licenses/MIT"
44
:url "https://github.com/dmohs/react-cljs"

0 commit comments

Comments
 (0)