v0.1.30
What's Changed
- [Fix 477] Use jinja2 for templating by @PeterYusuke in #915
- ComputedVar dependency tracking: require caller to pass objclass by @masenf in #963
- fix: Reexport modules explicitly by @iron3oxide in #979
- state: track substate ComputedVar that depends on parent Var by @masenf in #852
- Update README.md to match version in PR #957 of pynecone by @milochen0418 in #986
- Rename var module to vars by @iron3oxide in #983
- Trigger on_load when router completes navigation (third try) by @masenf in #984
- Fix unit tests by @picklelo in #993
- Update README.md by @mrteey in #991
- Unindent jinja template code by @picklelo in #1001
- Add test coverage by @Lendemor in #1004
- Add color_scheme prop to pc.switch #966 by @Unknownsentinel193 in #990
- @pc.cached_var: explicit opt-in for ComputedVar tracking by @masenf in #1000
- Upgrade to Next 13 by @Alek99 in #902
- Added some more props to components by @Alek99 in #953
- Update dependency versions by @picklelo in #1007
- fix element render issue by @sheldonchiu in #1011
- Disable NextJS telemetry prod mode by @picklelo in #1013
- Bun version validation: by @ElijahAhianyo in #1002
- Update upload event to use event queue by @ElijahAhianyo in #1005
- patch server_side event with function signature by @sheldonchiu in #1010
- move add ref to component level render by @sheldonchiu in #1019
- Fix db_url set to empty string in default pcconfig.py by @masenf in #1022
- Add pc.form component by @picklelo in #929
- Fix event default call by @picklelo in #1031
- Update pc.form on_submit args by @picklelo in #1033
- Fix prevent default event by @picklelo in #1036
- Update max bun version by @picklelo in #1038
New Contributors
- @mrteey made their first contribution in #991
- @Unknownsentinel193 made their first contribution in #990
Full Changelog: v0.1.29...v0.1.30