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