Releases: maxfordham/ipyautoui
Releases · maxfordham/ipyautoui
v0.7.3
v0.7.2
What's Changed
- FEATURE-add-vuetify-fileupload-widget-to-bugfix-10mb-max-file-size-issue by @jgunstone in #262
this should be possible to resolve using voila config variables, but I was having problems with this when deploying to a JupyterHub server and so made a vuetify widget as a quick bugfix. discussed here in more detail:
voila-dashboards/voila#807
Full Changelog: 0.7.1...0.7.2
v0.7.1
What's Changed
- 253-add-a-combobox-that-allows-mapped-options by @jgunstone in #254
- aims to simplify. removes alignment tools but provides templates. removes halo. by @jgunstone in #256
- 🐛 Set widget value in setter by @ollyhensby in #255
- show appedn from zero when ItemControl.add_remove and length is zero by @jgunstone in #257
- Minor-fixes-for-selectandclick-and-editgrid by @jgunstone in #258
- minor fixes by @jgunstone in #259
- add BooleanToggle - adds a boolean switch that can be given arbitrary names (e.g. YES/NO) by @jgunstone in #260
- 🐛-fix-EditGrid-savebuttonbar-issue by @jgunstone in #261
Full Changelog: 0.7.0...0.7.1
v0.7.0
What's Changed
- Update-TitleDescription by @jgunstone in #246
- Refactor-autoui by @jgunstone in #247
- AutoUi is now a builder function, not a class
it selects what widget (typically a container widget) to use and returns that widget.
- AutoUi is now a builder function, not a class
- fix buttonbar messages (pass raw html not markdown) by @jgunstone in #248
- Update-error-handling-to-FilesUploadToDir by @jgunstone in #249
- 💥 remove workingdir.py. copied it out to wufitoolbox. by @jgunstone in #250
- fix deprecation warnings in traitlets and pydantic by @jgunstone in #251
Full Changelog: 0.6.0...0.7.0
v0.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 #189
- ✨ improve handling of nullable. add support for
AnyOf
widget by @jgunstone in #190 - REFACTOR-iterable-array-widget-to-use-traits by @jgunstone in #191
- 188-instantiate-only-autoui-with-schema by @jgunstone in #197
- 181-update-to-pydantic2 by @jgunstone in #199
- ✨ Add workflow and issue templates by @ollyhensby in #201
- 📝 Add workflow badge to README.md by @ollyhensby in #202
- FIX-datetime-widgets by @jgunstone in #204
- 🍱 updated logo to use the new pydantic v2 logo by @jgunstone in #205
- add
ScheduleRuleset
example by @jgunstone in #209 - Update complex_serialization.py by @jgunstone in #211
- merge in hotfix by @jgunstone in #212
- Create deploy-book.yml by @jgunstone in #210
- Update README.md by @jgunstone in #213
- Update test-python-package.yml by @jgunstone in #215
- Update deploy-book.yml by @jgunstone in #214
- Update README.md by @jgunstone in #216
- Update deploy-book.yml by @jgunstone in #217
- Update deploy-book.yml by @jgunstone in #218
- add the code required to generate output to example by @jgunstone in #219
- HOTFIX getting property schema types... GridSchema needs an overhaul (c.f. AutoObject and AutoArray) by @jgunstone in #220
- ✨ add tagsinput and select multiple as a standard options by @jgunstone in #221
- FIX-file-upload-to-dir-following-iterable-update by @jgunstone in #223
- 180-add-pydantic-validation by @jgunstone in #222
- HOTFIX-minor-edits-to-docs by @jgunstone in #224
- gh action change working dir by @jgunstone in #225
- temp remove autosummary by @jgunstone in #226
- 🐛 fixes broken test and uses by @jgunstone in #227
- ➕ Add jsonref as dependency by @ollyhensby in #228
- 🔥 Remove paths filter by @ollyhensby in #229
- Fix array remove row by @ollyhensby in #231
- make maplocal optional. move pytest to optional. by @jgunstone in #233
- update action based on pyproject ... by @jgunstone in #234
- Udpate readme to show docs by @jgunstone in #236
- add .nojekyll file... by @jgunstone in #237
- ✨ Implement show_validation by @ollyhensby in #238
- 🐛 Fix setting EditGrid to empty list by @ollyhensby in #239
- Readd-Dictionary-iterable by @jgunstone in #242
- ♻️ Don't set default when trying to set empty list by @ollyhensby in #241
- Select and click update by @ollyhensby in #240
- 🐛 Fix UrlImageLink by @ollyhensby in #243
- 🐛 Change default value of columns trait by @ollyhensby in #245
Full Changelog: 0.5.9...0.6.0
v0.5.9
What's Changed
General
- 🐛 Hold trait notifications on value set by @jgunstone in #182
- 🔧 Update pyproject.toml by @jgunstone in #184
- 📝 Update README.md to describe maplocal by @jgunstone in #179
EditGrid
- ✨ Can hide NaN and set decimal places by @ollyhensby in #194
- 🐛 Fix text_value VegaExpr for hide_nan parameter by @ollyhensby in #198
Full Changelog: 0.5.8...0.5.9
v0.5.8
What's Changed
- ✨ Create custom TextareaArray widget by @ollyhensby in #176
Full Changelog: 0.5.7...0.5.8
v0.5.7
What's Changed
- ✨ major updates. added Load widget. generalised behaviour by @jgunstone in #173
- Fix indentation of open_path by @mwcraig in #172
- added
halo_decorator
@ohensby by @jgunstone in #174 - added multi_toggle_buttons https://github.com/stas-prokopiev/ipywidge… by @jgunstone in #175
New Contributors
Full Changelog: 0.5.6...0.5.7
v0.5.6
What's Changed
- added selectandclick (removed selectfrom) by @jgunstone in #170
- 🐛 updated
SaveButtonBar
MRO - i think this fixes something introduced by ipywidgets>8 by @jgunstone in #171
Full Changelog: 0.5.5...0.5.6
v0.5.5
What's Changed
- added selectfrom and made showhide and nested more usable by @jgunstone in #168
Full Changelog: 0.5.4...0.5.5