Skip to content

Commit

Permalink
8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmingoia committed Apr 7, 2017
1 parent 5b6bbdf commit 07765f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v8.7] - 2017-04-07

- Fix redundant initial render.
- Add `reactClassWithProps` for using arbitrary props with external React classes.
- Add HMR support to pux-devtool.

## [v8.6] - 2017-04-04

- Use `ev.target` instead of `ev.currentTarget` for `targetValue` function.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "purescript-pux",
"description": "Pux is a library for building purely functional interactive UIs with PureScript.",
"version": "8.6.0",
"version": "8.7.0",
"scripts": {
"postinstall": "bower install",
"build:clean": "rm -rf dist output",
Expand Down

0 comments on commit 07765f4

Please sign in to comment.