v0.1.22
版本发布时间: 2023-04-09 14:01:51
reflex-dev/reflex最新发布版本:v0.3.3(2023-11-16 03:29:40)
What's Changed
- Implement raw HTML elements by @kbrgl in https://github.com/pynecone-io/pynecone/pull/627
- Fix pyright issues by @picklelo in https://github.com/pynecone-io/pynecone/pull/766
- Added check for invalid bun versions. by @Alek99 in https://github.com/pynecone-io/pynecone/pull/768
- Added option to disable bun and use npm (Not recommended). by @Alek99 in https://github.com/pynecone-io/pynecone/pull/769
- Add component memoization by @picklelo in https://github.com/pynecone-io/pynecone/pull/770
- Improve memoized args by @picklelo in https://github.com/pynecone-io/pynecone/pull/771
- Add Database configuration object by @kasun in https://github.com/pynecone-io/pynecone/pull/763
- Fixed pc.html to accept state var. by @Alek99 in https://github.com/pynecone-io/pynecone/pull/775
- Fix Event chaining in the on_load event handler return not working by @ElijahAhianyo in https://github.com/pynecone-io/pynecone/pull/773
- Fix event handler returns by @picklelo in https://github.com/pynecone-io/pynecone/pull/788
- Handle non-async middleware by @picklelo in https://github.com/pynecone-io/pynecone/pull/790
Full Changelog: https://github.com/pynecone-io/pynecone/compare/v0.1.21...v0.1.22