Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed May 25, 2016
1 parent 0bd518e commit ab9909e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ Changelog
> - [Internal]
> - [Polish]
## 3.3.0

- **New Feature**
- Add a Fast path for JSX under the Root node
- [#47](https://github.com/jridgewell/babel-plugin-incremental-dom/pull/47)
- Add support for Attribute Namespaces
- [#55](https://github.com/jridgewell/babel-plugin-incremental-dom/pull/55)
- `forceStatics` option now generates a UUID `key` for key-less nodes
- [9db682c7](https://github.com/jridgewell/babel-plugin-incremental-dom/commit/9db682c78732682c022a32077dc499a98c9f4bb7)

## 3.2.1

- **Bug Fix**
Expand All @@ -17,7 +27,7 @@ Changelog
## 3.2.0

- **New Feature**
- Allow forcing the use of statics when there are constant attributes.
- Allow forcing the use of statics when there are constant attributes
- [#49](https://github.com/jridgewell/babel-plugin-incremental-dom/pull/49)
- **Bug Fix**
- Only use `statics` when there is a `key`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-incremental-dom",
"version": "3.2.1",
"version": "3.3.0",
"description": "Turn jsx into incremental-dom",
"repository": "jridgewell/babel-plugin-incremental-dom",
"license": "MIT",
Expand Down

0 comments on commit ab9909e

Please sign in to comment.