Ipyautoui

Latest version: v0.7.18

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

Scan your dependencies

Page 4 of 9

0.7.0

What's Changed
* Update-TitleDescription by jgunstone in https://github.com/maxfordham/ipyautoui/pull/246
* Refactor-autoui by jgunstone in https://github.com/maxfordham/ipyautoui/pull/247
* AutoUi is now a builder function, not a class
it selects what widget (typically a container widget) to use and returns that widget.
* fix buttonbar messages (pass raw html not markdown) by jgunstone in https://github.com/maxfordham/ipyautoui/pull/248
* Update-error-handling-to-FilesUploadToDir by jgunstone in https://github.com/maxfordham/ipyautoui/pull/249
* 💥 remove workingdir.py. copied it out to wufitoolbox. by jgunstone in https://github.com/maxfordham/ipyautoui/pull/250
* fix deprecation warnings in traitlets and pydantic by jgunstone in https://github.com/maxfordham/ipyautoui/pull/251


**Full Changelog**: https://github.com/maxfordham/ipyautoui/compare/0.6.0...0.7.0

0.6.0

Highlights
* migrated to pydantic>V2
* added automatic pydantic validation on change of form
* added "AnyOf" widget to support ty.Union widget types
* added "TagsInput" widget as default for long widget select multiple arrays
* many bug-fixes and background changes...

What's Changed
* 186-update-handling-of-nullable-fields-for-pydantic-v2 by jgunstone in https://github.com/maxfordham/ipyautoui/pull/189
* ✨ improve handling of nullable. add support for `AnyOf` widget by jgunstone in https://github.com/maxfordham/ipyautoui/pull/190
* REFACTOR-iterable-array-widget-to-use-traits by jgunstone in https://github.com/maxfordham/ipyautoui/pull/191
* 188-instantiate-only-autoui-with-schema by jgunstone in https://github.com/maxfordham/ipyautoui/pull/197
* 181-update-to-pydantic2 by jgunstone in https://github.com/maxfordham/ipyautoui/pull/199
* ✨ Add workflow and issue templates by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/201
* 📝 Add workflow badge to README.md by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/202
* FIX-datetime-widgets by jgunstone in https://github.com/maxfordham/ipyautoui/pull/204
* 🍱 updated logo to use the new pydantic v2 logo by jgunstone in https://github.com/maxfordham/ipyautoui/pull/205
* add `ScheduleRuleset` example by jgunstone in https://github.com/maxfordham/ipyautoui/pull/209
* Update complex_serialization.py by jgunstone in https://github.com/maxfordham/ipyautoui/pull/211
* merge in hotfix by jgunstone in https://github.com/maxfordham/ipyautoui/pull/212
* Create deploy-book.yml by jgunstone in https://github.com/maxfordham/ipyautoui/pull/210
* Update README.md by jgunstone in https://github.com/maxfordham/ipyautoui/pull/213
* Update test-python-package.yml by jgunstone in https://github.com/maxfordham/ipyautoui/pull/215
* Update deploy-book.yml by jgunstone in https://github.com/maxfordham/ipyautoui/pull/214
* Update README.md by jgunstone in https://github.com/maxfordham/ipyautoui/pull/216
* Update deploy-book.yml by jgunstone in https://github.com/maxfordham/ipyautoui/pull/217
* Update deploy-book.yml by jgunstone in https://github.com/maxfordham/ipyautoui/pull/218
* add the code required to generate output to example by jgunstone in https://github.com/maxfordham/ipyautoui/pull/219
* HOTFIX getting property schema types... GridSchema needs an overhaul (c.f. AutoObject and AutoArray) by jgunstone in https://github.com/maxfordham/ipyautoui/pull/220
* ✨ add tagsinput and select multiple as a standard options by jgunstone in https://github.com/maxfordham/ipyautoui/pull/221
* FIX-file-upload-to-dir-following-iterable-update by jgunstone in https://github.com/maxfordham/ipyautoui/pull/223
* 180-add-pydantic-validation by jgunstone in https://github.com/maxfordham/ipyautoui/pull/222
* HOTFIX-minor-edits-to-docs by jgunstone in https://github.com/maxfordham/ipyautoui/pull/224
* gh action change working dir by jgunstone in https://github.com/maxfordham/ipyautoui/pull/225
* temp remove autosummary by jgunstone in https://github.com/maxfordham/ipyautoui/pull/226
* 🐛 fixes broken test and uses by jgunstone in https://github.com/maxfordham/ipyautoui/pull/227
* ➕ Add jsonref as dependency by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/228
* 🔥 Remove paths filter by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/229
* Fix array remove row by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/231
* make maplocal optional. move pytest to optional. by jgunstone in https://github.com/maxfordham/ipyautoui/pull/233
* update action based on pyproject ... by jgunstone in https://github.com/maxfordham/ipyautoui/pull/234
* Udpate readme to show docs by jgunstone in https://github.com/maxfordham/ipyautoui/pull/236
* add .nojekyll file... by jgunstone in https://github.com/maxfordham/ipyautoui/pull/237
* ✨ Implement show_validation by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/238
* 🐛 Fix setting EditGrid to empty list by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/239
* Readd-Dictionary-iterable by jgunstone in https://github.com/maxfordham/ipyautoui/pull/242
* ♻️ Don't set default when trying to set empty list by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/241
* Select and click update by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/240
* 🐛 Fix UrlImageLink by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/243
* 🐛 Change default value of columns trait by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/245


**Full Changelog**: https://github.com/maxfordham/ipyautoui/compare/0.5.9...0.6.0

0.5.9

What's Changed
**General**
* 🐛 Hold trait notifications on value set by jgunstone in https://github.com/maxfordham/ipyautoui/pull/182
* 🔧 Update pyproject.toml by jgunstone in https://github.com/maxfordham/ipyautoui/pull/184
* 📝 Update README.md to describe maplocal by jgunstone in https://github.com/maxfordham/ipyautoui/pull/179

**EditGrid**
* ✨ Can hide NaN and set decimal places by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/194
* 🐛 Fix text_value VegaExpr for hide_nan parameter by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/198


**Full Changelog**: https://github.com/maxfordham/ipyautoui/compare/0.5.8...0.5.9

0.5.8

What's Changed
* ✨ Create custom TextareaArray widget by ollyhensby in https://github.com/maxfordham/ipyautoui/pull/176


**Full Changelog**: https://github.com/maxfordham/ipyautoui/compare/0.5.7...0.5.8

0.5.7

What's Changed
* ✨ major updates. added Load widget. generalised behaviour by jgunstone in https://github.com/maxfordham/ipyautoui/pull/173
* Fix indentation of open_path by mwcraig in https://github.com/maxfordham/ipyautoui/pull/172
* added `halo_decorator` ohensby by jgunstone in https://github.com/maxfordham/ipyautoui/pull/174
* added multi_toggle_buttons https://github.com/stas-prokopiev/ipywidge… by jgunstone in https://github.com/maxfordham/ipyautoui/pull/175

New Contributors
* mwcraig made their first contribution in https://github.com/maxfordham/ipyautoui/pull/172

**Full Changelog**: https://github.com/maxfordham/ipyautoui/compare/0.5.6...0.5.7

0.5.6

What's Changed
* added selectandclick (removed selectfrom) by jgunstone in https://github.com/maxfordham/ipyautoui/pull/170
* 🐛 updated `SaveButtonBar` MRO - i think this fixes something introduced by ipywidgets>8 by jgunstone in https://github.com/maxfordham/ipyautoui/pull/171


**Full Changelog**: https://github.com/maxfordham/ipyautoui/compare/0.5.5...0.5.6

Page 4 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.