Skip to content

v0.9.27

Compare
Choose a tag to compare
@NotYoojun NotYoojun released this 14 Apr 11:00
· 30 commits to main since this release
  • Added title bar button availability controls, which means you can control whether to enable, disable, or hide any button you want. (#48)
  • Remade the FontIcon component and added Fluent System Icons support.
    For example, the code in previous versions:
    <ui:FontIcon Glyph="{x:Static SegoeIcons.Save}"/>
    should be changed to:
    <ui:FontIcon Icon="{x:Static SegoeFluentIcons.Save}"/>
    You can also use Fluent System Icons like this (no need to specify FontFamily)
    <ui:FontIcon Icon="{x:Static ui:FluentSystemIcons.WindowSettings_20_Regular}"/>
  • Added a few samples.
  • Fixed some other bugs

Coming soon!

We're still working on our documentation site. And a complete document set will be coming soon.
You can preview, edit or contribute on this repo: https://github.com/iNKORE-NET/Documentation
(Please follow the guidelines when contributing)