Skip to content

Commit 9fed791

Browse files
Brian Kimbrainkim
Brian Kim
authored andcommitted
update README.md
1 parent 7a9565d commit 9fed791

File tree

3 files changed

+228
-332
lines changed

3 files changed

+228
-332
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
- Special props are now passed into components via props.
66
- The `ref` prop behavior has been changed. For host elements, the callback is fired once when the element is created. For component elements, the callback must be manually passed to one of the component’s children to fire. The `ref` callback will have no effect for other elements like `<Fragment>`.
77
- The special `static` prop has been renamed to `copy` to avoid collisions with the `static` keyword.
8-
- The `value` prop, which allows you to access the current rendered value of a component has been deprecated.
8+
- The `context.value` property, which allows you to access the current rendered value of a component from the context, has been deprecated.
9+
- Elements which are reused between renders will skip rendering. This means you have to clone elements between renders if you want them to rerender.
910
### Features
1011
- Component contexts are now passed to components as the second parameter.
1112
- React style camelCased event names (`onChange`, `onInput`) are now supported.

0 commit comments

Comments
 (0)