Releases: maxfordham/ipyautoui
Releases · maxfordham/ipyautoui
v0.4.5
What's Changed
- Autogrid records issue by @ollyhensby in #128
- 🐛 Resolved AutoObjectFiltered order bug by @ollyhensby in #129
- ♻️
aui_sig_fig
->global_decimal_places
throughout with the updat… by @jgunstone in #130 - 132 move the dev only code out of the init py files by @jgunstone in #133
- FileUi-update by @jgunstone in #134
Full Changelog: 0.4.4...0.4.5
v0.4.4
What's Changed
- ✨ add global disable edits feature for auto object by @jgunstone in #123
- add
contains_nullable
directive to ensure widget form aligned by @jgunstone in #124 - 120 docstring shows wrong arguments for autoui by @jgunstone in #125
Full Changelog: 0.4.3...0.4.4
v0.4.3
v0.4.2
What's Changed
- allow callable as path by @jgunstone in #107
- Fix attach nullable field for dict fields by @jgunstone in #108
- Editgrid reorder fns onsave by @ollyhensby in #109
- Fix swap rows by @ollyhensby in #110
- Data subsets to work in autogrid by @ollyhensby in #111
- Autoobject filtered fix by @ollyhensby in #112
- ♻️ Created _check_indexes as used in both set_row_value and set_col_v… by @ollyhensby in #113
- update
autodisplay
addingfrom_callable
andfrom_request
methods by @jgunstone in #114 - Reload data by @ollyhensby in #115
- 🐛 passing data to
AutoGrid
by @jgunstone in #118 - Adding Ordering to AutoGrid by @ollyhensby in #117
Full Changelog: 0.4.1...0.4.2
v0.4.1
bugfix issue resolving save actions being called multiple times
What's Changed
- 🐛 -
SaveActions._add_action
was erroneously adding actions twice by @jgunstone in #105 - 98-editgrid-datahandler-review-and-copy-dialogue by @jgunstone in #106
Full Changelog: 0.4.0...0.4.1
v0.4.0
bumped minor version due to breaking changes in terminology relating to autodisplay
What's Changed
- ✨add-transposed-view-to-EditGrid by @jgunstone in #77
- ✨-support-EditGrid-multiindex by @jgunstone in #78
- Created static method actions_from_paths and method add_from_paths by @ollyhensby in #80
- Added cwd input to preview_markdown func by @ollyhensby in #81
- ✨add nullable fields by @ollyhensby in #82
- Enforce conversion of datagrid_index_name to tuple by @ollyhensby in #83
- 84 editgrid filtered view by @ollyhensby in #87
- Refactor-buttonbar_editgrid-and-add-copy-dialogue-option by @jgunstone in #95
- began implementing copy dialogue, but adding different copy types will also add complexity to the datahandler... so I've left space for it to be implemented but will continue to do that in the future... by @jgunstone in #96
- 94-add-close_edit_on_save-boolean-to-editgrid by @jgunstone in #97
- deleted duplicate definition by @jgunstone in #99
- added a manual update to Nullable _value to ensure change is observed by @jgunstone in #100
- if empty dataframe, add a default row if Grid is transposed by @jgunstone in #101
- 93-enable-rendering-object-from-request by @jgunstone in #103
Full Changelog: 0.3.1...0.4.0
v0.3.0
Bumped the minor version as this is quite a big release. It makes EditGrid much closer to being stable / robust and integrates a FileChooser
widget into the core AutoUi functionality. It has also been tested with ipywidgets8. From this point on we'll publish to PyPi with new releases and will soon also package with conda.
What's Changed
- Add-
selectdir.py
-to-deprecate-workingdir.py
by @jgunstone in #61 - 60-package-with-hatch by @jgunstone in #62
- README typo fixes by @ivanov in #59
- ♻️-update-package-import-conventions by @jgunstone in #63
- ♻️🎨 globally update ipywidgets import by @jgunstone in #66
- ✨-add-
demo
-schemas-and-function by @jgunstone in #67 - ⚡️-improve/fix-watching-EditGrid-performance by @jgunstone in #69
- ✨-integrate-ipyfilechooser-into-AutoUi by @jgunstone in #70
- Tidy editgrid internals and api by @jgunstone in #71
New Contributors
Full Changelog: 0.2.7...0.3.0
0.2.7
What's Changed
- 🐛 Updated selected_keys to return correct key values by @ollyhensby in #54
- Selected keys issue by @ollyhensby in #56
Full Changelog: 0.2.6...0.2.7
v0.2.6
What's Changed
- updates mainly to support
aectemplater
- Updated order_cols to add remaining cols not passed in list. Added to… by @ollyhensby in #44
- Removed _reload_all_data from _display_grid. by @ollyhensby in #45
- 46-arrays-and-objects-loose-their-title-and-description-in-autoui by @jgunstone in #47
- ✨ add customisation support auto object by @jgunstone in #48
- Grid wrapper moving rows by @ollyhensby in #49
- ✨ update edit grid and file upload to dir by @jgunstone in #50
- 🎨-improve-how-model-and-schema-are-assigned-and-update-urlimagelink by @jgunstone in #52
Full Changelog: 0.2.5...0.2.6
v0.2.5
What's Changed
- 🚀-update-AutoDisplay-compound-filetypes by @jgunstone in #29
- Removed obj_from_string by @ollyhensby in #30
- 32-value-setter-not-working-in-ipyautouicustomeditgridbaseform by @jgunstone in #33
- 31-autoui-allow-non-object-root by @jgunstone in #34
- Edit grid updates by @ollyhensby in #36
- Editgrid bug by @ollyhensby in #37
- Added filter_by_column_name to GridWrapper so that can filter on a sp… by @ollyhensby in #38
- Updates multiselect search widget by @ollyhensby in #39
- Added description HTML widget to EditGrid by @ollyhensby in #40
- Editgrid update by @ollyhensby in #41
- Editgrid db by @ollyhensby in #42
- ✨ add row UI controls edit grid by @jgunstone in #43
Full Changelog: 0.2.4...0.2.5