Releases: reflex-dev/reflex
Releases · reflex-dev/reflex
v0.1.28
What's Changed
Some minor bug fixes no new major features.
- Enable pcweb integration tests by @Alek99 in #898
- Fix event handler calls to handlers by @picklelo in #899
- Add pc.set_value by @picklelo in #835
- var: use typing.get_type_hints instead of annotations by @masenf in #919
- Fix event handler string args by @picklelo in #928
- Set event handler module name by @picklelo in #930
Full Changelog: v0.1.27...v0.1.28
v0.1.27
What's Changed
- [fix issue 786] Update pc run backend/frontend only flags by @milochen0418 in #800
- File upload to use single syntax: by @ElijahAhianyo in #811
- File upload accept types format by @ElijahAhianyo in #816
- [fix issue 632] textarea rendering issue by @PeterYusuke in #700
- Fix event handler override by @picklelo in #828
- Added base templating by @Alek99 in #824
- component.get_hooks: inject hook code into react component functions by @masenf in #810
- Python 3.10 tag issubclass bug by @ElijahAhianyo in #832
- update button docstring by @ElijahAhianyo in #849
- update upload docstring by @ElijahAhianyo in #848
- Apply convert_handlers_to_fns for substates by @csh3695 in #846
- update datatable docstring by @ElijahAhianyo in #854
- update checkbox docstring by @ElijahAhianyo in #850
- Only update ComputedVar when dependent vars change by @masenf in #840
- Make README prettier by @kbrgl in #859
- Modify some methods in state.py to prevent being overwritten by @alan707 in #856
- Update bun version to fix Container Build Error by @r0b2g1t in #860
- Fix substate event handler conversions by @picklelo in #861
- Fix auto primary key by @kasun in #851
- hydrate_middleware: always emit a full dict() when hydrating by @masenf in #843
- Custom configuration support (#791) by @kasun in #792
- Initialize an EventHandler for dynamic vars by @barnjamin in #808
- Fix dynamic setters by @picklelo in #866
- Speed up computed var dependency tracking by @picklelo in #864
- Temporarily disable full control by @Alek99 in #871
- Disable computed var deps by @picklelo in #872
- Update bunlock by @picklelo in #873
- Added check for bun version. by @Alek99 in #877
- Handle dataframe base vars by @picklelo in #878
- Fix bun issue on Windows by @picklelo in #881
- handle upload bugfix: by @ElijahAhianyo in #886
- dynamic vars initialization unit tests by @ElijahAhianyo in #880
- Fix pynecone.json version issue when web init(#884) by @milochen0418 in #885
- Install dependencies in prod mode by @picklelo in #887
- Remove pynecone.json from templates by @picklelo in #888
- Use Python truthiness in pc.cond by @picklelo in #889
- Allow fstrings as component children by @picklelo in #890
- Fix fstrings in props by @picklelo in #891
- Fix pynecone json by @picklelo in #894
- Revert fstrings change by @picklelo in #895
New Contributors
- @milochen0418 made their first contribution in #800
- @masenf made their first contribution in #810
- @csh3695 made their first contribution in #846
- @alan707 made their first contribution in #856
- @barnjamin made their first contribution in #808
Full Changelog: v0.1.24...v0.1.27
v0.1.24
v0.1.23
v0.1.22
What's Changed
- Implement raw HTML elements by @kbrgl in #627
- Fix pyright issues by @picklelo in #766
- Added check for invalid bun versions. by @Alek99 in #768
- Added option to disable bun and use npm (Not recommended). by @Alek99 in #769
- Add component memoization by @picklelo in #770
- Improve memoized args by @picklelo in #771
- Add Database configuration object by @kasun in #763
- Fixed pc.html to accept state var. by @Alek99 in #775
- Fix Event chaining in the on_load event handler return not working by @ElijahAhianyo in #773
- Fix event handler returns by @picklelo in #788
- Handle non-async middleware by @picklelo in #790
Full Changelog: v0.1.21...v0.1.22
v0.1.21
What's Changed
- Fix link in readme by @picklelo in #670
- Fix Docker Example by @nicornk in #677
- Replace utils module by @iron3oxide in #666
- Bugfix: Call event handlers from other event handlers by @ElijahAhianyo in #691
- Use system pynecone for integration tests by @picklelo in #702
- fixed issue with js error when substate is used by @ElijahAhianyo in #703
- Added KeyboardKey, AspectRatio Components by @HellAmbro in #685
- Feature/Multi File upload by @ElijahAhianyo in #712
- Fix crash when NaN, Inf or -Inf in frontend state. by @jonaengs in #744
- Add poetry version in contributing docs by @kasun in #732
- Integrate pre-commit by @kasun in #742
- Bugfix: 719-File-upload-props-not-working by @ElijahAhianyo in #738
- [Feature: #734] Add custom init name by @HarishChandran3304 in #735
- Added list to color_scale prop by @Alek99 in #761
- Fix empty db_url error message by @kasun in #758
- 740: Allow upload event handler to have arbitrary arg name by @ElijahAhianyo in #755
- Use strict equality in generated JS by @jonaengs in #750
- bugfix/723: pc.data_table not working well with pandas as computed vars by @ElijahAhianyo in #745
- Update to v0.1.21 by @picklelo in #762
New Contributors
- @nicornk made their first contribution in #677
- @iron3oxide made their first contribution in #666
- @jonaengs made their first contribution in #744
- @kasun made their first contribution in #732
- @HarishChandran3304 made their first contribution in #735
Full Changelog: v0.1.20...v0.1.22
v0.1.20
What's Changed
- [Fix: issue 542] changes to str when column data is a list or tuple in pc.data_table by @d29107d in #576
- Fix cond component render by @picklelo in #639
- Fix format dict props by @picklelo in #641
- bugfix for properly rendering datatables. by @ElijahAhianyo in #638
- [Fix: issue 640] Clean up json dumps by @d29107d in #642
- Hot loading asset folder on development by @PeterYusuke in #643
- 635-integration tests by @ElijahAhianyo in #650
- Fix to make event chains synchronous by @picklelo in #654
- Added parameters to Socket.IO web server by @LouisFaure in #659
- [Enhancement issue 575] Throw better error for invalid child component by @d29107d in #655
- [Fix: issue 633] Component List don't support Var(list). by @d29107d in #636
- [Fix: issue 266] Added script Component by @wassafshahzad in #653
- Integration tests follow up by @ElijahAhianyo in #657
- Add error message for invalid var ops by @picklelo in #664
- Added windows warning by @Alek99 in #668
New Contributors
- @LouisFaure made their first contribution in #659
- @wassafshahzad made their first contribution in #653
Full Changelog: v0.1.19...v0.1.20
v0.1.19 Upload 🗃 + Bug Fixes
What's Changed
- Windows production mode command by @PeterYusuke in #570
- [Fix: issue 522] solve restart server error on windows by @PeterYusuke in #583
- [Fix: issue 582] Icon tag should work despite case sensitivity. by @d29107d in #588
- fix needed following the PR that changed Icon usage by @Lendemor in #591
- [Fix issue 563] Add meta arg to page_add method by @PeterYusuke in #589
- Call special events from event triggers by @picklelo in #601
- Fix issue 257. loglevel setting on prod command by @PeterYusuke in #594
- Multiple Page Load Events Added by @lucashofer in #596
- [Improvement] pcconfig.py supports a separate backend_port from api_url by @d29107d in #593
- [Tests] add unit test for event by @d29107d in #614
- [Tests] add unit test for style by @d29107d in #615
- added inherited backend vars by @lucashofer in #616
- Fixed Pycharm highlighting issue. by @Alek99 in #617
- Fix issubclass check by @picklelo in #618
- High Level API for list, accordion, tabs, table etc supports State Vars by @d29107d in #571
- Update poetry version by @picklelo in #625
- Factor out responsive helpers by @picklelo in #624
- Add upload component by @picklelo in #622
- Fix conpoment props`s value show not correct in pages when the value is not in English by @DeathShort in #626
- Update README by @picklelo in #630
- Add props for upload component by @picklelo in #629
New Contributors
- @d29107d made their first contribution in #588
- @lucashofer made their first contribution in #596
- @DeathShort made their first contribution in #626
Full Changelog: v0.1.18...v0.1.19
v0.1.18
This is a release to address a quick fix relating to pc export and pc run --env prod the sitemap was being buggy in some use cases so we have taken it out until we can write more tests and stabilize it.
What's Changed
Full Changelog: v0.1.17...v0.1.18
v0.1.17
What's Changed
- solved export backend.zip error on windows by @ronronks in #538
- Fix a small error in the highlevel API of list.py by @Lendemor in #543
- fix raw list not working in foreach by @Lendemor in #547
- Anonymous Telemetry by @Alek99 in #550
- Add class name propety to component by @PeterYusuke in #545
- Generate app sitemap by @picklelo in #552
- Change tag kwarg case using utils by @elyanah-aco in #553
- Add tests for pc.icon by @picklelo in #562
- Add py.typed by @Lunarmagpie in #565
- Add windows darglint test batch file by @PeterYusuke in #544
- Added Re-Init by @Alek99 in #577
- Fix version check by @picklelo in #580
New Contributors
- @ronronks made their first contribution in #538
- @elyanah-aco made their first contribution in #553
- @Lunarmagpie made their first contribution in #565
Full Changelog: v0.1.16...v0.1.17