Skip to content

Commit

Permalink
Add docs/releases/2022.md
Browse files Browse the repository at this point in the history
  • Loading branch information
superstructor committed Mar 4, 2022
1 parent 6cd9341 commit 94e28a2
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/api-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In the navigation to the left, you'll see a link to both.

## Dependency Information

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.
Please review both the [releases page](http://day8.github.io/re-frame/releases/2022) and the [Clojars page](https://clojars.org/re-frame/) to discover the version you should be using.


## Using re-frame
Expand Down
25 changes: 0 additions & 25 deletions docs/releases/2021.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,6 @@
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

> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
## 1.3.0

### rc2 (2021-12-22)

#### Fixed

- Fix some docs re recent reg-sub additions. Thanks to [@eval](https://github.com/eval).

### rc1 (2021-12-20)

#### Added

- Syntactic sugar for trivial reg-sub declarations. See [#634](https://github.com/day8/re-frame/pull/634).
Thanks to [@bsboiko](https://github.com/bsboiko).

#### Changed

- Change `nil` `:fx` value to `:warn` instead of `:error` console log

## 1.2.0 (2021-02-25)

#### Changed
Expand Down
37 changes: 37 additions & 0 deletions docs/releases/2022.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@

<!-- 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

> Committed but unreleased changes are put here, at the top. Older releases are detailed chronologically below.
## 1.3.0

### rc3 (2022-03-04)

#### Added

- Warn user when calling subscribe outside of reactive context. See [#740](https://github.com/day8/re-frame/issues/740). Thanks to [@dannyfreeman](https://github.com/dannyfreeman).
- Allow enrich to return `nil`. See [#751](https://github.com/day8/re-frame/pull/751). Thanks to [@NoahTheDuke](https://github.com/NoahTheDuke).

### rc2 (2021-12-22)

#### Fixed

- Fix some docs re recent reg-sub additions. Thanks to [@eval](https://github.com/eval).

### rc1 (2021-12-20)

#### Added

- Syntactic sugar for trivial reg-sub declarations. See [#634](https://github.com/day8/re-frame/pull/634).
Thanks to [@bsboiko](https://github.com/bsboiko).

#### Changed

- Change `nil` `:fx` value to `:warn` instead of `:error` console log

0 comments on commit 94e28a2

Please sign in to comment.