v0.4.0
版本发布时间: 2023-12-29 22:14:13
pydantic/FastUI最新发布版本:v0.7.0(2024-08-22 23:18:44)
What's Changed
- revert to disciminated union for AnyComponent by @samuelcolvin in https://github.com/pydantic/FastUI/pull/94
- Tiny typo in README by @kimvanwyk in https://github.com/pydantic/FastUI/pull/98
- Add video component by @ischaojie in https://github.com/pydantic/FastUI/pull/71
- Authorisation by @samuelcolvin in https://github.com/pydantic/FastUI/pull/93
- OpenAI SSE demo by @samuelcolvin in https://github.com/pydantic/FastUI/pull/103
- Generate TyepScript interface completely from Python by @samuelcolvin in https://github.com/pydantic/FastUI/pull/112
- require a magic response for dev reload server to reconnect by @samuelcolvin in https://github.com/pydantic/FastUI/pull/115
- Support tuples in forms by @WolfDWyc in https://github.com/pydantic/FastUI/pull/52
- fix packages lock and new make command by @samuelcolvin in https://github.com/pydantic/FastUI/pull/119
- Added footer component by @Dejiah in https://github.com/pydantic/FastUI/pull/61
- add eslint extends
plugin:react/recommended
by @samuelcolvin in https://github.com/pydantic/FastUI/pull/133 - Fix issue with missing required field default value in Navbar JSON schema. by @YiHuangIX in https://github.com/pydantic/FastUI/pull/130
- Added data_model=User by @aekespong in https://github.com/pydantic/FastUI/pull/124
New Contributors
- @kimvanwyk made their first contribution in https://github.com/pydantic/FastUI/pull/98
- @Dejiah made their first contribution in https://github.com/pydantic/FastUI/pull/61
- @YiHuangIX made their first contribution in https://github.com/pydantic/FastUI/pull/130
- @aekespong made their first contribution in https://github.com/pydantic/FastUI/pull/124
Full Changelog: https://github.com/pydantic/FastUI/compare/v0.3.0...v0.4.0