File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,10 @@ Unreleased
8282- :pull: `1281 ` - Removed ``reactpy.vdom ``. Use ``reactpy.Vdom `` instead.
8383- :pull: `1281 ` - Removed ``reactpy.core.make_vdom_constructor ``. Use ``reactpy.Vdom `` instead.
8484- :pull: `1281 ` - Removed ``reactpy.core.custom_vdom_constructor ``. Use ``reactpy.Vdom `` instead.
85- - :pull: `xxxx ` - Removed ``reactpy.core.serve.Stop `` exception type.
86- - :pull: `xxxx ` - Removed ``reactpy.Layout `` top-levle export. Use ``reactpy.core.layout.Layout `` instead.
85+ - :pull: `1311 ` - Removed ``reactpy.core.serve.Stop `` type due to extended deprecation.
86+ - :pull: `1311 ` - Removed ``reactpy.Layout `` top-level export. Use ``reactpy.core.layout.Layout `` instead.
87+ - :pull: `1311 ` - Removed ``reactpy.widgets.hotswap `` due to extended deprecation.
88+
8789
8890**Fixed **
8991
@@ -291,7 +293,7 @@ v0.43.0
291293
292294**Deprecated **
293295
294- - :pull: `870 ` - ``ComponentType.should_render () ``. This method was implemented based on
296+ - :pull: `870 ` - ``ComponentType.() ``. This method was implemented based on
295297 reading the React/Preact source code. As it turns out though it seems like it's mostly
296298 a vestige from the fact that both these libraries still support class-based
297299 components. The ability for components to not render also caused several bugs.
You can’t perform that action at this time.
0 commit comments