Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed Mar 6, 2020
1 parent a8c4018 commit 84692f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Changelog

## 0.10.0-alpha
## 0.10.0 (2020-03-06)

Main feature of this release is to deprecate functions that are going to be
removed in the future releases, to make transition easier.

- Update default React version to 16.13.0
- All DOM related functions (notably `render` and `dom-node`) are now deprecated in
`reagent.core` namespace and versions in `reagent.dom` namespace should be used
instead. These will be removed in the next version.
instead. Deprecated functions will be removed in the next version.
This is to make non-DOM environments (React-native) first class targets with Reagent,
as requiring `react-dom` always causes problems in such environments.
as requiring `react-dom` causes problems in such environments.
- Removed deprecated `reagent.interop` namespace (macros `$`, `$!`, `unchecked-aget` and `unchecked-aset`)
- Removed `reagent.core/component-path`. The implementation depended on internal React
details and using just Component `displayName` achieves nearly the same.
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 reagent "0.10.0-SNAPSHOT"
(defproject reagent "0.10.0"
:url "http://github.com/reagent-project/reagent"
:license {:name "MIT"}
:description "A simple ClojureScript interface to React"
Expand Down

0 comments on commit 84692f8

Please sign in to comment.