* Bug fixes and functionality patches! * Expanded test suite! * `on_click` support for StaticBitmap (via ronny-rentner)! * Better Listbox support! * Auto-scaling for StaticBitmaps based on the 'size' prop! * Notebook support and custom child APIs!
0.0.07
Now with more:
* unit tests! * support for construction time vs instance time `style` args
0.0.05
Minor bump for better `wx.Frame` support. `Layout()` now called on first render.
0.0.04
Bug fixes for wx.Gauge.
0.0.3
Minor release adding
* RichTextCtrl * HtmlWindow * WebView
and fixing:
* bug where the construction time usage of `style` was passed to the instance time usage of `style` causing `TextCtrl` to explode.
0.0.2
This is the initial alpha release of re-wx! It's a bit rough around the edges, but it has enough moving pieces to start building real-world applications.
Checkout the [docs](https://github.com/chriskiehl/re-wx/tree/main/docs) for more info.