diff --git a/docs/api-intro.md b/docs/api-intro.md index a1a24f946..d9b70a0eb 100644 --- a/docs/api-intro.md +++ b/docs/api-intro.md @@ -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 diff --git a/docs/releases/2021.md b/docs/releases/2021.md index 149763312..2c0ef1012 100644 --- a/docs/releases/2021.md +++ b/docs/releases/2021.md @@ -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 diff --git a/docs/releases/2022.md b/docs/releases/2022.md new file mode 100644 index 000000000..e82ba57e1 --- /dev/null +++ b/docs/releases/2022.md @@ -0,0 +1,37 @@ + + +# + +> 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