v0.2.4
版本发布时间: 2023-08-09 12:17:01
reflex-dev/reflex最新发布版本:v0.3.3(2023-11-16 03:29:40)
What's Changed
- Update Readme by @Alek99 in https://github.com/reflex-dev/reflex/pull/1463
- Guide to clone the correct repo in CONTRIBUTING.md by @milochen0418 in https://github.com/reflex-dev/reflex/pull/1471
- replace favicon.ico to represent reflex by @milochen0418 in https://github.com/reflex-dev/reflex/pull/1469
- Disable fully controlled Input and TextArea by @masenf in https://github.com/reflex-dev/reflex/pull/1383
- Fix Nextjs Dynamic Import by @Alek99 in https://github.com/reflex-dev/reflex/pull/1480
- Use concurrent.futures for threading by @picklelo in https://github.com/reflex-dev/reflex/pull/1483
- Bump version to 0.2.3 by @picklelo in https://github.com/reflex-dev/reflex/pull/1481
- Full OS matrix builds for unit and integration tests (Linux, Mac, Windows) by @jackie-pc in https://github.com/reflex-dev/reflex/pull/1460
- Windows CI: debug logs encoding fix by @jackie-pc in https://github.com/reflex-dev/reflex/pull/1491
- Simplify rxconfig template by @picklelo in https://github.com/reflex-dev/reflex/pull/1492
- Update README.md by @Alek99 in https://github.com/reflex-dev/reflex/pull/1498
- fail faster in integration test by @jackie-pc in https://github.com/reflex-dev/reflex/pull/1493
- Fix deploy command by @picklelo in https://github.com/reflex-dev/reflex/pull/1496
- check_initialized: skip REFLEX_DIR check for backend only by @masenf in https://github.com/reflex-dev/reflex/pull/1478
- scripts/integration: fix mismerge -- wait for $check_ports by @masenf in https://github.com/reflex-dev/reflex/pull/1504
- docker-example: update executable and README by @masenf in https://github.com/reflex-dev/reflex/pull/1499
- fix state reset() by @Lendemor in https://github.com/reflex-dev/reflex/pull/1501
- CI: Basic integration test for WSL by @jackie-pc in https://github.com/reflex-dev/reflex/pull/1510
- add main entry point to allow
python -m reflex
by @masenf in https://github.com/reflex-dev/reflex/pull/1516 - Remove Home folder for windows by @ElijahAhianyo in https://github.com/reflex-dev/reflex/pull/1502
- fix lost events when yielding by @Lendemor in https://github.com/reflex-dev/reflex/pull/1521
- Add alt tag for images by @picklelo in https://github.com/reflex-dev/reflex/pull/1524
- NoSSRComponent recognizes is_default by @masenf in https://github.com/reflex-dev/reflex/pull/1533
- Wrap Input and TextArea with DebounceInput for full control by @masenf in https://github.com/reflex-dev/reflex/pull/1484
- Run AppHarness selenium integration tests in CI by @masenf in https://github.com/reflex-dev/reflex/pull/1538
- Expose NoSSRComponent for downstream use by @masenf in https://github.com/reflex-dev/reflex/pull/1537
- Get rid of mod_import by @Alek99 in https://github.com/reflex-dev/reflex/pull/1547
Full Changelog: https://github.com/reflex-dev/reflex/compare/v0.2.3...v0.2.4