- Add "Smart-Hide-Function" that users can hide / show the widget on the end by double-clicking the separator.
- Add
isDisabledSmartHide
that means to prohibit the above feature. - Deprecate
isColumnChildren
and createisHorizontalSeparator
that has the same meaning.
- Publish the typedef
OnResizedFunc
for the API document. - Change the argument name of
OnResizedFunc
, but the type is not changed. - Update some documentation comments.
- Update README.
- Add
onResized
callback toResizableWidget
. - Update README.
- Modify description metadata.
- Add
percentages
parameter toResizableWidget
.
- Modify description metadata.
- Release with minimal features.