Releases: YourOrdinaryCat/SimpleKit
Releases · YourOrdinaryCat/SimpleKit
SimpleKit 1.7
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()
forViewHelpers
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
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
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
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
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
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