v0.1.32
What's Changed
- Foreach support for other data structures(dict, set, tuple) by @ElijahAhianyo in #1029
- Add Chakra Card component by @iron3oxide in #1030
- CLI Update + Threading by @Alek99 in #1046
- Add Autofocus for components by @Lendemor in #1053
- set version 0.1.31 in pyproject.toml by @milochen0418 in #1054
- Compiler constants refactor by @ElijahAhianyo in #1051
- utils/state.js: check whether event.preventDefault is undefined by @masenf in #1063
- Add Chakra Tag Component by @Unknownsentinel193 in #1052
- feature: Add Chakra Transitions by @TaiJuWu in #1058
- Support rest of form components in pc.form by @picklelo in #1070
- Fast refresh dev mode message by @picklelo in #1068
- Validation for components with unsupported children by @ElijahAhianyo in #1075
- chore: Update transition.py by @TaiJuWu in #1073
- Replace Select component with a better one by @iron3oxide in #1043
- Fix pc.select on change handler by @picklelo in #1080
- add missing comment form by @Lendemor in #1081
- Backend host cli arg by @ElijahAhianyo in #1078
- Handle multi-select by @picklelo in #1082
- feature: support Hightlight component by @TaiJuWu in #1079
- add asset_path method by @Lendemor in #1089
- feature: support custom attribute for components by @TaiJuWu in #1085
New Contributors
Full Changelog: v0.1.31...v0.1.32