Skip to content

Commit 773bf7e

Browse files
committed
self review
1 parent 52be92a commit 773bf7e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

src/reactpy/testing/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from reactpy.testing.backend import BackendFixture
22
from reactpy.testing.common import (
33
DEFAULT_TYPE_DELAY,
4+
GITHUB_ACTIONS,
45
HookCatcher,
56
StaticEventHandler,
67
poll,
@@ -15,6 +16,7 @@
1516

1617
__all__ = [
1718
"DEFAULT_TYPE_DELAY",
19+
"GITHUB_ACTIONS",
1820
"BackendFixture",
1921
"DisplayFixture",
2022
"HookCatcher",

0 commit comments

Comments
 (0)