Fastui

Latest version: v0.7.0

Safety actively analyzes 681812 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.7.0

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
* Add `currency` to `DisplayMode` 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

0.6.0

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
* Make pagination query param configurable by hramezani in https://github.com/pydantic/FastUI/pull/256
* add `onchange` to props for field input and bool by tim-habitat in https://github.com/pydantic/FastUI/pull/261
* Fix GoToEvent link generation when value is None by hramezani in https://github.com/pydantic/FastUI/pull/224
* Change CI to use `macos-13` for Python 3.8 and 3.9 by hramezani in https://github.com/pydantic/FastUI/pull/281
* Fix description for array-like fields by sergue1 in https://github.com/pydantic/FastUI/pull/184
* Add docs by sydney-runkle in https://github.com/pydantic/FastUI/pull/284
* Trying to get docs site deploy working by sydney-runkle in https://github.com/pydantic/FastUI/pull/288
* Remove line not used by sydney-runkle in https://github.com/pydantic/FastUI/pull/289
* remove workflow, now deploying from main by sydney-runkle in https://github.com/pydantic/FastUI/pull/290
* Begone, `mike`! by sydney-runkle in https://github.com/pydantic/FastUI/pull/291
* Bump actions/setup-python from 4 to 5 in the github-actions group by dependabot in https://github.com/pydantic/FastUI/pull/295
* Use `AliasGenerator` for `camelCase` serialization aliases by sydney-runkle in https://github.com/pydantic/FastUI/pull/296
* Add docs link to demo, disable typescript docs for now by sydney-runkle in https://github.com/pydantic/FastUI/pull/299
* Prep for 0.6.0 release by sydney-runkle in https://github.com/pydantic/FastUI/pull/300

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

0.5.2

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

0.5.1

Happy valentine's day ❤️

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

0.5.0

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
* GitHub auth provider by samuelcolvin in https://github.com/pydantic/FastUI/pull/174
* Add 345 response support and exception to allow auth redirecting by samuelcolvin in https://github.com/pydantic/FastUI/pull/180
* Add `end_links` to `Navbar` by samuelcolvin in https://github.com/pydantic/FastUI/pull/181
* make spinner a component by samuelcolvin in https://github.com/pydantic/FastUI/pull/182
* Modal prompt by samuelcolvin in https://github.com/pydantic/FastUI/pull/183

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

0.4.0

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

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.