- Add "Smart-Hide-Function" that users can hide / show the widget on the end by double-clicking the separator.
- Add
isDisabledSmartHidethat means to prohibit the above feature. - Deprecate
isColumnChildrenand createisHorizontalSeparatorthat has the same meaning.
- Publish the typedef
OnResizedFuncfor the API document. - Change the argument name of
OnResizedFunc, but the type is not changed. - Update some documentation comments.
- Update README.
- Add
onResizedcallback toResizableWidget. - Update README.
- Modify description metadata.
- Add
percentagesparameter toResizableWidget.
- Modify description metadata.
- Release with minimal features.