Releases: lukasmasuch/streamlit-pydantic
Releases · lukasmasuch/streamlit-pydantic
v0.6.1-rc.3
Fix workflow
v0.6.1-rc.2
Update release workflow
0.6.0
0.5.0
🎁 Features & Improvements
- Add support for union class (see example)
- Add support for overwriting streamlit args (see example)
- Add support for read only string fields.
- Using non-beta streamlit functions now (#8) by @BenediktPrusas
👥 Contributors
Thanks to @BenediktPrusas, @lukasmasuch for the contributions.
0.4.0
🎁 Features & Improvements
- Add support for dataclasses
- Introduce
multi-line
format option for text area - Add option to
ignore_empty_values
(applied on""
string or0
int value) - Change
input_class
parameter tomodel
👥 Contributors
Thanks to @lukasmasuch for the contributions.
0.3.0
🎁 Features & Improvements
- Add support for literal expression for enums.
- Support default values for enum sets (multiselect).
👥 Contributors
Thanks to @lukasmasuch for the contributions.
0.2.0
🎁 Features & Improvements
- Add support for
pydantic_form
method as proposed by @benlindsay here. - Allow creating multiple forms within the same Streamlit application.
- Implement playground application to showcase examples.
📝 Documentation
- Update documentation with lots of examples.
- Improve API documentation.
👥 Contributors
Thanks to @lukasmasuch and @benlindsay for the contributions.
0.1.0
🎁 Features & Improvements
- Extract UI-generation logic from opyrator
- Create initial API for usage within Streamlit App.
👥 Contributors
Thanks to @lukasmasuch for the contributions.