Mostly fixes, but there are some refactored code in this release related to key handling and bindings. If you encounter an issues, let us know!
[0.76.0]
Changed
- Input cursor will no longer jump to the end on focus #4773
- Removed
Size.cip_size
, which was a clone ofcrop_size
- Widgets with auto dimensions will now grow if there is a scrollbar #4844
- Don't do automatic refresh when widget is not visible #4847
- Renamed
DOMNode._automatic_refresh
toDOMNode.automatic_refresh
to allow for customization #4847