Callisto 1.2.3
See the version list below for details.
dotnet add package Callisto --version 1.2.3
NuGet\Install-Package Callisto -Version 1.2.3
<PackageReference Include="Callisto" Version="1.2.3" />
<PackageVersion Include="Callisto" Version="1.2.3" />
<PackageReference Include="Callisto" />
paket add Callisto --version 1.2.3
#r "nuget: Callisto, 1.2.3"
#:package Callisto@1.2.3
#addin nuget:?package=Callisto&version=1.2.3
#tool nuget:?package=Callisto&version=1.2.3
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. |
|---|---|
| Windows Store | win is compatible. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
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 | 16,988 | 10/24/2013 |
| 1.3.1 | 12,601 | 6/25/2013 |
| 1.3.0 | 3,906 | 5/21/2013 |
| 1.2.9 | 4,575 | 4/22/2013 |
| 1.2.8 | 1,284 | 4/11/2013 |
| 1.2.7 | 1,365 | 3/28/2013 |
| 1.2.6 | 8,345 | 12/4/2012 |
| 1.2.5 | 3,125 | 10/29/2012 |
| 1.2.4 | 1,809 | 10/17/2012 |
| 1.2.3 | 846 | 10/5/2012 |
| 1.2.2 | 300 | 10/5/2012 |
| 1.2.1 | 1,846 | 9/4/2012 |
| 1.1.0 | 1,459 | 8/22/2012 |
| 1.0.13 | 366 | 8/18/2012 |
| 1.0.12 | 350 | 8/15/2012 |
| 1.0.10 | 1,169 | 7/7/2012 |
| 1.0.9 | 231 | 7/5/2012 |
| 1.0.8 | 357 | 6/28/2012 |
| 1.0.7 | 245 | 6/26/2012 |
| 1.0.6 | 505 | 6/11/2012 |
| 1.0.5 | 227 | 6/8/2012 |
| 1.0.3 | 211 | 6/8/2012 |
| 1.0.2 | 218 | 6/7/2012 |
| 1.0.1 | 274 | 6/1/2012 |
| 1.0.0 | 271 | 5/31/2012 |
| 0.6.0 | 267 | 5/11/2012 |
| 0.5.1 | 263 | 4/24/2012 |
* Complete details - https://github.com/timheuer/callisto/blob/master/changelog.md
* 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.