Release 0.8-rc1

This commit is contained in:
Juho Teperi 2018-04-11 20:28:11 +03:00
parent 2588041c5a
commit 27a4335913
2 changed files with 6 additions and 4 deletions

View File

@ -1,12 +1,14 @@
# Changelog
## Unreleased
## 0.8.0-rc1 (2018-04-11)
**[compare](https://github.com/reagent-project/reagent/compare/v0.8.0-alpha2...master)**
**[compare](https://github.com/reagent-project/reagent/compare/v0.8.0-alpha2...v0.8.0-rc1)**
Unless defaulting to React 16 causes problems, final release should follow soon.
- Reagent documentation is now maintained as part of the repository, in [docs](./docs) folder.
- Default to React 16
- Apply vector metadata to the outermost element when using nesting shorthard ([#262](https://github.com/reagent-project/reagent/issues/262))
- Apply vector metadata to the outermost element when using nesting shorthand ([#262](https://github.com/reagent-project/reagent/issues/262))
- Add `:<>` shorthand for [React Fragments](https://reactjs.org/docs/fragments.html) ([#352](https://github.com/reagent-project/reagent/pull/352)])
- Fix `:class` property with custom elements ([#322](https://github.com/reagent-project/reagent/issues/322))
- Remove synthetic input support (added in previous alpha) ([#351](https://github.com/reagent-project/reagent/pull/351))

View File

@ -1,4 +1,4 @@
(defproject reagent "0.8.0-alpha3"
(defproject reagent "0.8.0-rc1"
:url "http://github.com/reagent-project/reagent"
:license {:name "MIT"}
:description "A simple ClojureScript interface to React"