Skip to content

Releases: YourOrdinaryCat/SimpleKit

SimpleKit 1.7

22 Aug 00:29
ad8e9b8
Compare
Choose a tag to compare

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

13 Jun 20:39
7f01e10
Compare
Choose a tag to compare

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

14 Feb 22:03
7032199
Compare
Choose a tag to compare

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

05 Oct 01:12
0fb2f5e
Compare
Choose a tag to compare

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

15 Sep 14:34
5f58422
Compare
Choose a tag to compare

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

07 Aug 16:39
04b300b
Compare
Choose a tag to compare

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