December 12, 2024
Release 0.4.0 of OCaml-stk is available from the
Download page.
Changes (compatibility-breaking changes are indicated
like this:
- new inspection window (see datails here),
- scrollbox: {h,v}scrollbar_covers_child properties default to
false instead of true,
- split Pack module into Box and Paned
(one module for each widget),
- split Bin module into Bin,
Fixed_size,
Event_box and Scrollbox (one module for each widget),
- new property Props.opacity,
- Image: add method image#unload,
- Table: widgets can span over rows and/or columns, using
~row_span and ~column_span argument to table#pack,
- add
Stk_xml library, including XML/XHTML viewer,
- Theme:
- add preamble_statements and body_statements functions,
- honor :root pseudo class and use it instead of window
for root props.