Skip to content

Commit af14a52

Browse files
committed
Release 0.8.1
1 parent 86f622a commit af14a52

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.8.1 (2018-05-15)
44

5-
**[compare](https://github.com/reagent-project/reagent/compare/v0.8.0...master)**
5+
**[compare](https://github.com/reagent-project/reagent/compare/v0.8.0...v0.8.1)**
66

77
- Fix problem which caused using e.g. `:class` property with custom HTML element to break normal elements
88
- Fix problem using keyword or symbol as `:class` together with element tag class shorthand, e.g. `[:p.a {:class :b}]` ([#367](https://github.com/reagent-project/reagent/issues/367))

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject reagent "0.8.0"
1+
(defproject reagent "0.8.1"
22
:url "http://github.com/reagent-project/reagent"
33
:license {:name "MIT"}
44
:description "A simple ClojureScript interface to React"

0 commit comments

Comments
 (0)