Skip to content

Commit

Permalink
v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kim committed Nov 7, 2023
1 parent 4672b0d commit d5bc27b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changelog
## [0.5.5] - 2023-11-06
- Fix keyed component elements not cleaning up properly https://github.com/bikeshaving/crank/issues/267
## [0.5.4] - 2023-05-22
### Bug Fixes
- Fix DOM renderer bug where input of `type="text"` does not appear in the DOM, causing surprising CSS styling issues (https://github.com/bikeshaving/crank/pull/258 by @waynebaylor)
Expand Down Expand Up @@ -132,7 +134,7 @@
<div>Hello ${name}</div>
`;
}

renderer.render(jsx`<${Greeting} name="world" />`, document.body);
```
- Calling `dispatchEvent()` on a component context will now trigger any
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@b9g/crank",
"version": "0.5.4",
"version": "0.5.5",
"private": true,
"description": "Write JSX-driven components with functions, promises and generators.",
"homepage": "https://crank.js.org",
Expand Down

0 comments on commit d5bc27b

Please sign in to comment.