Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-08-22 | 1.4 kB | |
v0.7.0 source code.tar.gz | 2024-08-22 | 886.9 kB | |
v0.7.0 source code.zip | 2024-08-22 | 936.3 kB | |
Totals: 3 Items | 1.8 MB | 3 |
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