Skip to content

Commit

Permalink
Release alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
Deraen committed May 13, 2020
1 parent 4425927 commit eaef33a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## Unreleased
## 1.0.0-alpha2 (2020-05-13)

**[compare](https://github.com/reagent-project/reagent/compare/v1.0.0-alpha1...master)**
**[compare](https://github.com/reagent-project/reagent/compare/v1.0.0-alpha1...v1.0.0-alpha2)**

- Renamed `:functional-components?` option to `:function-components` ([#496](https://github.com/reagent-project/reagent/issues/496))
- Added `:f>` shortcut to create Function component from ClojureScript
Expand Down
15 changes: 15 additions & 0 deletions demo/reagentdemo/news.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,33 @@
[:div.reagent-demo
[:h1 [:a {:href "https://github.com/reagent-project/reagent/blob/master/CHANGELOG.md"} "Check changelog for the latest releases"]]]

[:div.reagent-demo
[:h1 [:a {:href "https://github.com/reagent-project/reagent/blob/master/CHANGELOG.md"} "Reagent 1.0.0-alpha"]]]

[:div.reagent-demo
[:h1 [:a {:href "https://github.com/reagent-project/reagent/blob/master/CHANGELOG.md#0100-2020-03-06"} "Reagent 0.10.0"]]
[:span "2020-03-06"]]

[:div.reagent-demo
[:h1 [:a {:href "https://github.com/reagent-project/reagent/blob/master/CHANGELOG.md#091-2020-01-15"} "Reagent 0.9.1"]]
[:span "2020-01-15"]]

[:div.reagent-demo
[:h1 [:a {:href "https://github.com/reagent-project/reagent/blob/master/CHANGELOG.md#081-2018-05-15"} "Reagent 0.8.1"]]
[:span "2018-05-15"]]

[:div.reagent-demo
[:h1 [:a {:href "https://github.com/reagent-project/reagent/blob/master/CHANGELOG.md#080-2018-04-19"} "Reagent 0.8.0"]]
[:span "2018-04-19"]]

[:div.reagent-demo
[:h1 [:a {:href "https://github.com/reagent-project/reagent/blob/master/CHANGELOG.md#070-2017-06-27"} "Reagent 0.7.0"]]
[:span "2017-06-27"]]

[:div.reagent-demo
[:h1 [:a {:href "https://github.com/reagent-project/reagent/blob/master/CHANGELOG.md#062-2017-05-19"} "Reagent 0.6.2"]]
[:span "2017-05-19"]]

[news061/main {:summary true}]
[news060r/main {:summary true}]
[news060rc/main {:summary true}]
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 "1.0.0-SNAPSHOT"
(defproject reagent "1.0.0-alpha2"
:url "http://github.com/reagent-project/reagent"
:license {:name "MIT"}
:description "A simple ClojureScript interface to React"
Expand Down

0 comments on commit eaef33a

Please sign in to comment.