Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FezVrasta committed May 21, 2016
1 parent 660849a commit cd59bc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v0.4.1
- 660849a: Fix calculation of popper elements' outerSizes (thanks @rafaelverger)

## v0.4.0
- 201636a: added feature to use HTML Node as popper content. Use it defining `contentType: 'node'` and `content: yourHTMLNode` (thanks @rosskevin)
- 9503e09: make sure to not add `="undefined"` when setting attributes (#39)
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": "popper.js",
"version": "0.4.0",
"version": "0.4.1",
"description": "",
"main": "src/popper.js",
"scripts": {
Expand Down

0 comments on commit cd59bc4

Please sign in to comment.