Gitpedia
pydantic

pydantic/FastUI

Build better UIs faster.

9 Releases
Latest: 7mo ago
v0.9.0 2025-10-28v0.9.0Latest
ViicosViicos·7mo ago·October 28, 2025
GitHub

📋 What's Changed

  • Add support for Python 3.14, drop 3.9, update dependencies by @Viicos in https://github.com/pydantic/FastUI/pull/383
  • Full Changelog: https://github.com/pydantic/FastUI/compare/v0.8.0...v0.9.0
v0.8.0 2025-09-03v0.8.0
ViicosViicos·8mo ago·September 3, 2025
GitHub

📋 What's Changed

  • Maintenance release.
  • Fix compatibility with Pydantic 2.10 by @Viicos in https://github.com/pydantic/FastUI/pull/377
  • Update supported Python versions, add support for Pydantic 2.11 by @Viicos in https://github.com/pydantic/FastUI/pull/379
  • Bump codecov/codecov-action from 4 to 5 in the github-actions group by @dependabot[bot] in https://github.com/pydantic/FastUI/pull/370
  • Full Changelog: https://github.com/pydantic/FastUI/compare/v0.7.0...v0.8.0
v0.7.0
sydney-runklesydney-runkle·1y ago·August 22, 2024
GitHub

📋 What's Changed

  • Add support for `computed_field` in `Table` 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 in `Details` 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
  • + 1 more

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
v0.6.0
hramezanihramezani·2y ago·May 2, 2024
GitHub

📋 What's Changed

  • Update README.md by @pablogamboa in https://github.com/pydantic/FastUI/pull/196
  • Fix typos discovered by codespell by @cclauss in https://github.com/pydantic/FastUI/pull/213
  • Keep GitHub Actions up to date with GitHub's Dependabot by @cclauss in https://github.com/pydantic/FastUI/pull/212
  • Bump the github-actions group with 5 updates by @dependabot in https://github.com/pydantic/FastUI/pull/217
  • fix page goto for page 1 by @tim-habitat in https://github.com/pydantic/FastUI/pull/195
  • Fix importing of typing.Self by @hramezani in https://github.com/pydantic/FastUI/pull/220
  • Fix display `0` on `DisplayLookup` by @hramezani in https://github.com/pydantic/FastUI/pull/274
  • Add toast component by @Chaoyingz in https://github.com/pydantic/FastUI/pull/109
  • + 14 more

New Contributors

  • @pablogamboa made their first contribution in https://github.com/pydantic/FastUI/pull/196
  • @cclauss made their first contribution in https://github.com/pydantic/FastUI/pull/213
  • @hramezani made their first contribution in https://github.com/pydantic/FastUI/pull/220
  • @Chaoyingz made their first contribution in https://github.com/pydantic/FastUI/pull/109
  • @sydney-runkle made their first contribution in https://github.com/pydantic/FastUI/pull/284
  • Full Changelog: https://github.com/pydantic/FastUI/compare/v0.5.2...v0.6.0
v0.5.2 2024-02-14v0.5.2
samuelcolvinsamuelcolvin·2y ago·February 14, 2024
GitHub

**Full Changelog**: https://github.com/pydantic/FastUI/compare/v0.5.1...v0.5.2

v0.5.1 2024-02-14v0.5.1
samuelcolvinsamuelcolvin·2y ago·February 14, 2024
GitHub

📋 What's Changed

  • Add `PageEvent.next_event` by @samuelcolvin in https://github.com/pydantic/FastUI/pull/192
  • Iframe srcdoc and sandbox by @tim-habitat in https://github.com/pydantic/FastUI/pull/191
  • add `autocomplete` to `textarea` and `select` by @tim-habitat in https://github.com/pydantic/FastUI/pull/190
  • SSE using `@microsoft/fetch-event-source` so we can post and control more by @samuelcolvin in https://github.com/pydantic/FastUI/pull/193

New Contributors

  • @tim-habitat made their first contribution in https://github.com/pydantic/FastUI/pull/191
  • Full Changelog: https://github.com/pydantic/FastUI/compare/v0.5.0...v0.5.1
v0.5.0 2024-02-12v0.5.0
samuelcolvinsamuelcolvin·2y ago·February 12, 2024
GitHub

📋 What's Changed

  • Fix for #148: open links in new tab by @cswamy in https://github.com/pydantic/FastUI/pull/157
  • Error improvements by @samuelcolvin in https://github.com/pydantic/FastUI/pull/137
  • Added textarea as form field by @Dejiah in https://github.com/pydantic/FastUI/pull/139
  • fix: support finding initial value from a list of values by @EspenAlbert in https://github.com/pydantic/FastUI/pull/161
  • Add named styles to buttons by @sergue1 in https://github.com/pydantic/FastUI/pull/108
  • updating dependencies by @samuelcolvin in https://github.com/pydantic/FastUI/pull/175
  • allow `APIRootUrl`, `APIPathMode` and `APIPathStrip` to be set in prebuilt by @samuelcolvin in https://github.com/pydantic/FastUI/pull/176
  • Bump vite from 5.0.7 to 5.0.12 by @dependabot in https://github.com/pydantic/FastUI/pull/179
  • + 5 more

New Contributors

  • @cswamy made their first contribution in https://github.com/pydantic/FastUI/pull/157
  • @EspenAlbert made their first contribution in https://github.com/pydantic/FastUI/pull/161
  • @sergue1 made their first contribution in https://github.com/pydantic/FastUI/pull/108
  • @dependabot made their first contribution in https://github.com/pydantic/FastUI/pull/179
  • Full Changelog: https://github.com/pydantic/FastUI/compare/v0.4.0...v0.5.0
v0.4.0 2023-12-29v0.4.0
samuelcolvinsamuelcolvin·2y ago·December 29, 2023
GitHub

📋 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
  • + 5 more

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
v0.3.0 2023-12-12v0.3.0
samuelcolvinsamuelcolvin·2y ago·December 12, 2023
GitHub

📋 What's Changed

  • Refactor by @samuelcolvin in https://github.com/pydantic/FastUI/pull/1
  • fix demois missing space by @graingert in https://github.com/pydantic/FastUI/pull/26
  • Typo fix in README by @shaikmoeed in https://github.com/pydantic/FastUI/pull/37
  • fix (README.md): Markdown href link syntax by @0417taehyun in https://github.com/pydantic/FastUI/pull/44
  • Fix README typos by @WolfDWyc in https://github.com/pydantic/FastUI/pull/49
  • Fix compatibility issue with python <3.11 by @ManiMozaffar in https://github.com/pydantic/FastUI/pull/45
  • Fix typo in README.md by @lobaak in https://github.com/pydantic/FastUI/pull/62
  • Add toggle switches support by @ischaojie in https://github.com/pydantic/FastUI/pull/46
  • + 15 more

New Contributors

  • @samuelcolvin made their first contribution in https://github.com/pydantic/FastUI/pull/1
  • @graingert made their first contribution in https://github.com/pydantic/FastUI/pull/26
  • @shaikmoeed made their first contribution in https://github.com/pydantic/FastUI/pull/37
  • @0417taehyun made their first contribution in https://github.com/pydantic/FastUI/pull/44
  • @WolfDWyc made their first contribution in https://github.com/pydantic/FastUI/pull/49
  • @ManiMozaffar made their first contribution in https://github.com/pydantic/FastUI/pull/45
  • @lobaak made their first contribution in https://github.com/pydantic/FastUI/pull/62
  • @ischaojie made their first contribution in https://github.com/pydantic/FastUI/pull/46
  • + 7 more