Callisto 1.2.6
See the version list below for details.
dotnet add package Callisto --version 1.2.6
NuGet\Install-Package Callisto -Version 1.2.6
<PackageReference Include="Callisto" Version="1.2.6" />
<PackageVersion Include="Callisto" Version="1.2.6" />
<PackageReference Include="Callisto" />
paket add Callisto --version 1.2.6
#r "nuget: Callisto, 1.2.6"
#:package Callisto@1.2.6
#addin nuget:?package=Callisto&version=1.2.6
#tool nuget:?package=Callisto&version=1.2.6
A control suite for some common things a Windows 8 XAML application might want to include such as a Flyout, Menu, Rating, Settings Pane, and Pivot control.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| WinRT | winrt45 is compatible. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Callisto:
| Package | Downloads |
|---|---|
|
UniversalFormsToolkit
This small framework will help you to build forms fast and easy in your UWP apps. |
|
|
Caliburn.Micro.Unity.WinRT
Caliburn.Micro plumbing for saving state and dependency injections as described at http://nybbles.blogspot.cz/2013/02/winrt-caliburnmicro-and-ioc-part-3.html |
|
|
Witpath.Controls
This toolkit will help you to create forms efficiently. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on Callisto:
| Repository | Stars |
|---|---|
|
Code52/MarkPadRT
|
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.0 | 81,202 | 10/24/2013 |
| 1.3.1 | 16,540 | 6/25/2013 |
| 1.3.0 | 6,033 | 5/21/2013 |
| 1.2.9 | 7,074 | 4/22/2013 |
| 1.2.8 | 3,246 | 4/11/2013 |
| 1.2.7 | 3,325 | 3/28/2013 |
| 1.2.6 | 13,316 | 12/4/2012 |
| 1.2.5 | 5,253 | 10/29/2012 |
| 1.2.4 | 4,038 | 10/17/2012 |
| 1.2.3 | 2,904 | 10/5/2012 |
| 1.2.2 | 2,348 | 10/5/2012 |
| 1.2.1 | 4,024 | 9/4/2012 |
| 1.1.0 | 3,503 | 8/22/2012 |
| 1.0.13 | 2,339 | 8/18/2012 |
| 1.0.12 | 2,487 | 8/15/2012 |
| 1.0.10 | 3,253 | 7/7/2012 |
| 1.0.9 | 2,257 | 7/5/2012 |
| 1.0.8 | 2,326 | 6/28/2012 |
| 1.0.7 | 2,284 | 6/26/2012 |
* Complete details - https://github.com/timheuer/callisto/blob/master/changelog.md
* 1.2.6 - Added BackButtonCommand to CustomDialog
* 1.2.5 - Bug fixes, added CustomDialog control
* 1.2.4 - Added NumericUpDown control, ColorContrastConverter, SettingsManagement API
* 1.2.3 - Fixing internationalization issue in Color converter.
* BREAKING CHANGE: The SettingsFlyout is now default content area White. If you relied on it getting theme color you will need to change this using ContentBackground[Foreground]Brush settings.
* Bug fixes: a few fixes thanks to community members (see https://github.com/timheuer/callisto/blob/master/changelog.md for details) and other changes to conform to UI guidelines from Microsoft.
* NEW: AppManifestHelper to parse out VisualElements more easily.