Skip to content

v0.9.30

Latest
Compare
Choose a tag to compare
@NotYoojun NotYoojun released this 09 Jul 05:25
· 70 commits to main since this release

⚠️ BREAKING CHANGES :: This version contains many breaking changes, be careful when upgrading!

Remarks

SimpleStackPanel upgrade

For example, this is how you use a SimpleStackPanel before:

xmlns:ui="http://schemas.inkore.net/lib/ui/wpf/modern"
<ui:SimpleStackPanel/>

After updating to the latest package, add this namespace declaration in your XAML:

xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf"

And then use the SimpleStackPanel in ikw:

<ikw:SimpleStackPanel/>