Fastui

Latest version: v0.6.0

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

Scan your dependencies

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

0.3.0

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
* Add Iframe Component support by ischaojie in https://github.com/pydantic/FastUI/pull/47
* feat/demo-running-instructions by paddymul in https://github.com/pydantic/FastUI/pull/56
* Add Image component support by omarmhaimdat in https://github.com/pydantic/FastUI/pull/57
* Refactoring python code location, adding tests by samuelcolvin in https://github.com/pydantic/FastUI/pull/66
* fix: user detail broken in demo (59) by Almas-Ali in https://github.com/pydantic/FastUI/pull/60
* Use pytest-asyncio by WolfDWyc in https://github.com/pydantic/FastUI/pull/77
* Fix Broken Link by justindhillon in https://github.com/pydantic/FastUI/pull/76
* uprev npm packages by samuelcolvin in https://github.com/pydantic/FastUI/pull/78
* docs: fix-broken-link by gem7318 in https://github.com/pydantic/FastUI/pull/74
* JSON schema tests by samuelcolvin in https://github.com/pydantic/FastUI/pull/70
* docs: fix typo by rgimen3z in https://github.com/pydantic/FastUI/pull/79
* add basic tests to demo site by samuelcolvin in https://github.com/pydantic/FastUI/pull/87
* support `Custom` components by samuelcolvin in https://github.com/pydantic/FastUI/pull/88
* cleanup components listed in demo by samuelcolvin in https://github.com/pydantic/FastUI/pull/89
* Fix python package release by samuelcolvin in https://github.com/pydantic/FastUI/pull/90

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
* paddymul made their first contribution in https://github.com/pydantic/FastUI/pull/56
* omarmhaimdat made their first contribution in https://github.com/pydantic/FastUI/pull/57
* Almas-Ali made their first contribution in https://github.com/pydantic/FastUI/pull/60
* justindhillon made their first contribution in https://github.com/pydantic/FastUI/pull/76
* gem7318 made their first contribution in https://github.com/pydantic/FastUI/pull/74
* rgimen3z made their first contribution in https://github.com/pydantic/FastUI/pull/79

**Full Changelog**: https://github.com/pydantic/FastUI/commits/v0.3.0

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.