Skip to content

Commit d5bc27b

Browse files
author
Brian Kim
committed
v0.5.5
1 parent 4672b0d commit d5bc27b

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## [0.5.5] - 2023-11-06
3+
- Fix keyed component elements not cleaning up properly https://github.com/bikeshaving/crank/issues/267
24
## [0.5.4] - 2023-05-22
35
### Bug Fixes
46
- 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)
@@ -132,7 +134,7 @@
132134
<div>Hello ${name}</div>
133135
`;
134136
}
135-
137+
136138
renderer.render(jsx`<${Greeting} name="world" />`, document.body);
137139
```
138140
- Calling `dispatchEvent()` on a component context will now trigger any

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@b9g/crank",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"private": true,
55
"description": "Write JSX-driven components with functions, promises and generators.",
66
"homepage": "https://crank.js.org",

0 commit comments

Comments
 (0)