Skip to content

Commit 7e58848

Browse files
committed
Add docs/releases/2021.md
1 parent af065b7 commit 7e58848

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
The [CHANGELOG has moved here](https://day8.github.io/re-frame/releases/2020).
1+
The [CHANGELOG has moved here](https://day8.github.io/re-frame/releases/2021).
22

docs/api-intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ In the navigation to the left, you'll see a link to both.
99

1010
## Dependency Information
1111

12-
Please review both the [releases page](http://day8.github.io/re-frame/releases/2020) and the [Clojars page](https://clojars.org/re-frame/) to discover the version you should be using.
12+
Please review both the [releases page](http://day8.github.io/re-frame/releases/2021) and the [Clojars page](https://clojars.org/re-frame/) to discover the version you should be using.
1313

1414

1515
## Using re-frame

docs/releases/2021.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
<!-- leave this H1 here. It stops mkdocs putting in a Title at the top.
3+
It needs to be at the top of the file otherwise it breaks the
4+
table of contents on the right hand side. -->
5+
#
6+
7+
> The re-frame [Clojars page](https://clojars.org/re-frame/) contains dependency coordinates for Maven/deps/Lein.
8+
9+
## Unreleased
10+
11+
## 1.2.0 (2021-02-25)
12+
13+
> **IMPORTANT:** If using re-frame-10x you must upgrade to 1.0.0 to use re-frame with reagent 1.0.0!
14+
15+
#### Changed
16+
17+
- 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)
18+
- Upgrade clojure.tools.logging to 1.1.0
19+

mkdocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ site_url: https://day8.github.io/re-frame/
66
repo_name: day8/re-frame
77
repo_url: https://github.com/day8/re-frame
88

9-
copyright: Copyright &copy; 2015-2020 Michael Thompson
9+
copyright: Copyright &copy; 2015-2021 Michael Thompson
1010

1111
theme:
1212
name: material
@@ -95,6 +95,7 @@ nav:
9595
- Builtin Effects: api-builtin-effects.md
9696
- re-frame.core: api-re-frame.core.md
9797
- Releases:
98+
- 2021: releases/2021.md
9899
- 2020: releases/2020.md
99100
- 2019: releases/2019.md
100101
- 2018: releases/2018.md

0 commit comments

Comments
 (0)