What's Changed
* Update socketio timeout by picklelo in https://github.com/pynecone-io/pynecone/pull/935
* Cache ComputedVar by masenf in https://github.com/pynecone-io/pynecone/pull/917
* reinforce check for bun install process in "pc init" by Lendemor in https://github.com/pynecone-io/pynecone/pull/938
* Fix for react import error for some libraries by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/926
* pc datatable AttributeError Fix by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/949
* Node version check by Lendemor in https://github.com/pynecone-io/pynecone/pull/951
* min node version 16.6.0 for nba example by milochen0418 in https://github.com/pynecone-io/pynecone/pull/957
* Improve Get Attribute error message for computed vars by ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/941
* Cache ComputedVar -- fixup for dynamic route vars by masenf in https://github.com/pynecone-io/pynecone/pull/952
* make argument optional for event handlers by Lendemor in https://github.com/pynecone-io/pynecone/pull/950
* Added default val radio group by Alek99 in https://github.com/pynecone-io/pynecone/pull/961
* Fix state variable not working as event arg by sheldonchiu in https://github.com/pynecone-io/pynecone/pull/960
* Per-instance backend variables by masenf in https://github.com/pynecone-io/pynecone/pull/959
* Clean up on_load events by picklelo in https://github.com/pynecone-io/pynecone/pull/965
* Fix pc.code syntax highlight by picklelo in https://github.com/pynecone-io/pynecone/pull/970
* Temp remove computed var dependency checks by picklelo in https://github.com/pynecone-io/pynecone/pull/972
New Contributors
* sheldonchiu made their first contribution in https://github.com/pynecone-io/pynecone/pull/960
**Full Changelog**: https://github.com/pynecone-io/pynecone/compare/v0.1.28...v0.1.29