Skip to content

Releases: yourordinarycat/SimpleKit

SimpleKit 1.7

Choose a tag to compare

@yourordinarycat yourordinarycat released this 22 Aug 00:29
ad8e9b8

What's new?

  • Fixed styles not being pulled by C++/WinRT projects
  • Updated C++/WinRT to 2.0.230706.1
  • Improvements to SimpleKit templates
  • Improved property macros, which should make DependencyProperty registration more reliable
  • Switched to CoreWindow.Close() for ViewHelpers consolidation handling
  • Updated all projects to C++ 20

About the v1.7.1 Navigation hotfix

v1.7 caused an access violation when creating a new instance of NavigationHelper. This was mitigated in the v1.7.1 hotfix, which is currently live. My apologies for this, v1.7 was unlisted as soon as the issue was seen on NuGet, which didn't take too long.

SimpleKit 1.6

Choose a tag to compare

@yourordinarycat yourordinarycat released this 13 Jun 20:39
7f01e10

What's new?

  • Fixed title and icon margins in title bars
  • Updated C++/WinRT
  • Fixed const correctness across every project
  • Added NavigationHelper's page key to public API surface

Full Changelog: 1.5...1.6

SimpleKit 1.5

Choose a tag to compare

@yourordinarycat yourordinarycat released this 14 Feb 22:03
7032199

What's new?

  • New title bar control! There are now 2 controls dedicated to improving your app's title bar.
  • New package icons

SimpleKit 1.3

Choose a tag to compare

@yourordinarycat yourordinarycat released this 05 Oct 01:12
0fb2f5e

What's new?

  • Better C++ compatibility! You can now easily install SimpleKit packages on projects that use native code without extra hassle

SimpleKit 1.2

Choose a tag to compare

@yourordinarycat yourordinarycat released this 15 Sep 14:34
5f58422

What's new?

  • Added a helper class to make managing views easier! You can open new windows through static methods, and set view titles through an attached property
  • Documentation! IntelliSense will now show what most things do, with simple and easy to understand descriptions

SimpleKit 1.1

Choose a tag to compare

@yourordinarycat yourordinarycat released this 07 Aug 16:39
04b300b

What's new?

  • Registering your frames with SessionStateManager is now easier, thanks to a new attached property!
  • You can now disable page gestures when using NavigationHelper
  • The project now uses C++/WinRT 2.0.220608.4