File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ Don't forget to remove deprecated code on each major release!
8686- Removed ` reactpy.run ` . See the documentation for the new method to run ReactPy applications.
8787- Removed ` reactpy.backend.* ` . See the documentation for the new method to run ReactPy applications.
8888- Removed ` reactpy.core.types ` module. Use ` reactpy.types ` instead.
89+ - Removed ` reactpy.utils.str_to_bool ` .
8990- Removed ` reactpy.utils.html_to_vdom ` . Use ` reactpy.utils.string_to_reactpy ` instead.
9091- Removed ` reactpy.utils.vdom_to_html ` . Use ` reactpy.utils.reactpy_to_string ` instead.
9192- Removed ` reactpy.vdom ` . Use ` reactpy.Vdom ` instead.
Original file line number Diff line number Diff line change 11from reactpy .testing .backend import BackendFixture
22from reactpy .testing .common import (
33 DEFAULT_TYPE_DELAY ,
4+ GITHUB_ACTIONS ,
45 HookCatcher ,
56 StaticEventHandler ,
67 poll ,
1516
1617__all__ = [
1718 "DEFAULT_TYPE_DELAY" ,
19+ "GITHUB_ACTIONS" ,
1820 "BackendFixture" ,
1921 "DisplayFixture" ,
2022 "HookCatcher" ,
You can’t perform that action at this time.
0 commit comments