v0.1.33
What's Changed
- Add Email Component by @cterrazas2 in #1093
- Pynecone App should prevent all pycache folders and all .pyc, .pyo, .pyd files from being uploaded. by @milochen0418 in #718
- Fix prevent default only for submit by @picklelo in #1102
- add set_focus by @curtis-turner in #1092
- add support for .env configuration by @ElijahAhianyo in #1104
- Add Traditional Chinese language version README.md by @JE-Chen in #1109
- feature: support video and audio components by @TaiJuWu in #1095
- Support PIL Images in pc.image by @Alek99 in #1096
- Update pydantic version by @picklelo in #1112
- Add async events by @picklelo in #1107
- Add fourth-level title and the fifth-level title styles by @jiangmiemie in #1124
- revert pc select to original by @ElijahAhianyo in #1123
- fix revert pc select to original by @sheldonchiu in #1128
- prevent pc config override by @sheldonchiu in #1130
- Add Date and DateTime Pickers by @aidanjrauscher in #1126
- Fix processing flag for generator event handlers by @picklelo in #1136
- UI connection warning: by @ElijahAhianyo in #1111
- disable UI warning component by default by @ElijahAhianyo in #1145
- add custom_attrs to pc.element by @sheldonchiu in #1131
- link:
as_={NextLink}
for next 13 compatibility by @masenf in #1138 - Update to v0.1.33 by @picklelo in #1146
- Feat/admin dashboard by @cterrazas2 in #1098
- Add Chakra Stepper Component by @aidanjrauscher in #1142
- Fix next/link imports by @picklelo in #1153
- Fix upload error when no files are set by @picklelo in #1156
- add meta args by @jiangmiemie in #1158
- add async tests by @ElijahAhianyo in #1163
- Disable hidden logs for windows. by @ElijahAhianyo in #1161
- run setup_frontend during pc export by @sheldonchiu in #1148
- [Fix 1169] Create empty directory for pc.get_asset_path() when .web init by @milochen0418 in #1171
- Fix processing flag for generator events by @picklelo in #1157
- fix: on_load accepts EventSpec by @TaiJuWu in #1166
- Component props docs update: by @ElijahAhianyo in #1176
- Fix pc.html using state vars by @picklelo in #1177
- fix link issue with href by @Lendemor in #1173
- fix allow_multiple & toggle_toggle conflict by @Lendemor in #1175
- update fastapi version to resolve starlette security issue by @Lendemor in #1172
- cleanup admin feature by removing unneeded option by @Lendemor in #1168
- Fix pc.link with no href by @picklelo in #1178
New Contributors
- @cterrazas2 made their first contribution in #1093
- @curtis-turner made their first contribution in #1092
- @JE-Chen made their first contribution in #1109
- @jiangmiemie made their first contribution in #1124
- @aidanjrauscher made their first contribution in #1126
Full Changelog: v0.1.32...v0.1.33