Skip to content

Tags: reactive-python/reactpy

Tags

reactpy-v2.0.0b11

Toggle reactpy-v2.0.0b11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`reactpy` v2.0.0b11 and `@reactpy/client` v1.1.0 (#1339)

@reactpy/client-v1.1.0

Toggle @reactpy/client-v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`reactpy` v2.0.0b11 and `@reactpy/client` v1.1.0 (#1339)

reactpy-v2.0.0b10

Toggle reactpy-v2.0.0b10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.0.0b10 (#1336)

- Allow `reactpy.utils.string_to_reactpy` to render empty strings as React fragments.
- Allow `reactpy.utils.reactpy_to_string` to render components that return `None` as empty output.
- Ensure `h` shorthand for `reactpy.html` is exposed at top-level module (`reactpy.h`)

reactpy-v2.0.0b9

Toggle reactpy-v2.0.0b9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.0.0b9 (#1332)

@reactpy/client-v1.0.3

Toggle @reactpy/client-v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v2.0.0b9 (#1332)

event-to-object-v2.0.0

Toggle event-to-object-v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix broken NPM distributables (#1331)

reactpy-v2.0.0b8

Toggle reactpy-v2.0.0b8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.0.0b8 (#1329)

@reactpy/client-v1.0.2

Toggle @reactpy/client-v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Give NPM id-token write capability (#1330)

v2.0.0b7

Toggle v2.0.0b7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
V2.0.0b7 (#1318)

- JavaScript components will now _automagically_ use ReactPy's internal version of ReactJS, even if the user forgot to call `import_reactjs` within `html.head(...)`. As a result, this adds a few improvements:
   - Components from `component_from_npm` can now piggy-back on ReactPy's internal ReactJS export to prevent bugs caused by ReactJS version mismatches.
   - Components from `component_from_file` and `component_from_string` no longer need to be compiled/built by the user (with `vite`, `webpack`, `rollup`, etc) if they only use the following imports: `react`, `react-dom`, `react-dom/client`, and `react/jsx-runtime`.
- Changes to test suite, fixtures, and tooling to allow pytest to run in parallel mode (via `hatch test --parallel`). This reduces test runtime from ~150 seconds to ~20 seconds on local machines.
- Fix bug where ReactJS components from `component_from_npm` could generate a `ReactDOM.createRoot was called on existing root` warning.
- Move `reactpy.pyscript` code into `reactpy.executors.pyscript`

reactpy-v2.0.0b6

Toggle reactpy-v2.0.0b6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump version string to `v2.0.0b6` (#1316)