v0.7.0
版本发布时间: 2024-08-22 23:18:44
pydantic/FastUI最新发布版本:v0.7.0(2024-08-22 23:18:44)
What's Changed
- Add support for
computed_field
inTable
component. by @hasansezertasan in https://github.com/pydantic/FastUI/pull/321 - Minor refactor for computed fields in tables by @sydney-runkle in https://github.com/pydantic/FastUI/pull/325
- Respect
computed_field
title inDetails
by @hramezani in https://github.com/pydantic/FastUI/pull/306 - Fix placeholder on text inputs by @sergue1 in https://github.com/pydantic/FastUI/pull/304
- Allow nesting subcomponents like Images inside of Tables, Details, etc. by @jimkring in https://github.com/pydantic/FastUI/pull/308
- Implement
DisplayMarkdown
by @rgimen3z in https://github.com/pydantic/FastUI/pull/279 - Fix scalar as list with multi selects by @schatimo in https://github.com/pydantic/FastUI/pull/141
- Allow Display in Details by @hramezani in https://github.com/pydantic/FastUI/pull/326
- Add
currency
toDisplayMode
by @Viicos in https://github.com/pydantic/FastUI/pull/345
New Contributors
- @jimkring made their first contribution in https://github.com/pydantic/FastUI/pull/302
- @hasansezertasan made their first contribution in https://github.com/pydantic/FastUI/pull/321
- @schatimo made their first contribution in https://github.com/pydantic/FastUI/pull/141
- @Viicos made their first contribution in https://github.com/pydantic/FastUI/pull/345
Full Changelog: https://github.com/pydantic/FastUI/compare/v0.6.0...v0.7.0