-
-
Notifications
You must be signed in to change notification settings - Fork 715
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af065b7
commit 7e58848
Showing
4 changed files
with
23 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
The [CHANGELOG has moved here](https://day8.github.io/re-frame/releases/2020). | ||
The [CHANGELOG has moved here](https://day8.github.io/re-frame/releases/2021). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
<!-- leave this H1 here. It stops mkdocs putting in a Title at the top. | ||
It needs to be at the top of the file otherwise it breaks the | ||
table of contents on the right hand side. --> | ||
# | ||
|
||
> The re-frame [Clojars page](https://clojars.org/re-frame/) contains dependency coordinates for Maven/deps/Lein. | ||
## Unreleased | ||
|
||
## 1.2.0 (2021-02-25) | ||
|
||
> **IMPORTANT:** If using re-frame-10x you must upgrade to 1.0.0 to use re-frame with reagent 1.0.0! | ||
#### Changed | ||
|
||
- Upgrade to [reagent 1.0.0](https://github.com/reagent-project/reagent/blob/master/CHANGELOG.md#100-2020-12-21) which includes [React 17.0.1](https://reactjs.org/blog/2020/10/20/react-v17.html) | ||
- Upgrade clojure.tools.logging to 1.1.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters