File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -40,13 +40,15 @@ Unreleased
40
40
fragment to conditionally render an element by writing
41
41
``something if condition else html._() ``. Now you can simply write
42
42
``something if condition else None ``.
43
- - :pull: `1210 ` - Move hooks in `reactpy.backend.core ` into `reactpy.core.hooks `.
43
+ - :pull: `1210 ` - Move hooks from `reactpy.backend.hooks ` into `reactpy.core.hooks `.
44
44
45
45
**Deprecated **
46
46
47
47
- :pull: `1171 ` - The ``Stop `` exception. Recent releases of ``anyio `` have made this
48
48
exception difficult to use since it now raises an ``ExceptionGroup ``. This exception
49
49
was primarily used for internal testing purposes and so is now deprecated.
50
+ - :pull: `1210 ` - Deprecate `reactpy.backend.hooks ` since the hooks have been moved into
51
+ `reactpy.core.hooks `.
50
52
51
53
52
54
v1.0.2
You can’t perform that action at this time.
0 commit comments