All Versions
26
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.4.0 Changes
- ๐ฅ BREAKING CHANGES!!!
- ๐ Starting in 1.4.0, Callisto will only support Windows 8.1 applications
- ๐ Deprecated: Flyout, Menu, SettingsFlyout, WatermarkTextBox
- MODIFIED: AppSettings/SettingsManagement/AppManifestHelper APIs; changed to ThemeResource in generic.xaml
- ๐ NEW: Blend design-time support
- ๐ NuGet only supports netcore451 now going forward
-
v1.3.0 Changes
- ๐ Fix #204: Fixed memory leak in CustomDialog (thanks kiwidev!)
- ๐ NEW: Added WrapPanel
-
v1.2.9 Changes
- ๐ Fix #190: Setting IsOpen to false when the flyout is dismissed
- ๐ Fix #189: Fixing en-ZA localization and adding en fallback resources
-
v1.2.8 Changes
- ๐ Fix #184: Quick fix to SettingsFlyout to prevent horizontal overbounce visual artifact
-
v1.2.7 Changes
- ๐ NEW: Added DropdownButton control
- ๐ Fix #47: Added BackClick event (thanks lprichar!)
- ๐ Fix #167: Added listener for Window.SizeChanged
- ๐ Fix #171: Enhancing flyout positioning logic
- ๐ Fix #156: Ensure back button on SettingsFlyout works for keyboard enter/space bar
- ๐ Fix #136: Unsealed CustomDialog
- ๐ Fix #140: Fix flyout parent check for menu
- NumericUpDown: Changed to repeat buttons to enable holding down the button on mouse click
- ๐ Ratings: fixed some random bugs
- Ratings: Added ReadOnlyFill (thanks ScottIsAFool!)
-
v1.2.6 Changes
- ๐ Fix #129: Added BackButtonCommand/Parameter to CustomDialog
- ๐ Fix #131: Added default colors for Background to CustomDialog
-
v1.2.5 Changes
- ๐ NEW: Added CustomDialog control
- ๐ Fixes #110: Implemented FromName method to enable use of named values in manifest for color in AppManifestHelper
-
v1.2.4 Changes
- ๐ NEW: Added NumericUpDown control
- ๐ NEW: ColorContrastConverter which does a YIQ calculation to determine white/black
- ๐ NEW: SettingsManagement API making it easier to do app-wide registration of SettingsFlyout elements. Thanks Scott Dorman! Community contributions FTW!
- ๐ NEW: Header in SettingsFlyout will automatically set contrast based on HeaderBrush color set.
- ๐ Fixes #104 with introduction of SettingsBackButtonStyle2
- ๐ Fixes #99 will null checks
-
v1.2.3 Changes
- ๐ HOTFIX: Fix #96 for converting without using InvariantCulture. Sorry :-(
-
v1.2.2 Changes
- ๐ฅ BREAKING CHANGE: Fixes #81 where the defaults to not honor the UI guidelines. Reluctantly added new DPs for override if needed (but shouldn't be used)
- ๐ Fixes #74: Incorrect null check on WatermarkTextBox DP in property changed callback
- ๐ Fixes #75: Made Margin on Rating template bound but kept defaults for compat
- ๐ Fixes #83: Menu default focus issues. Thanks lukasf!
- ๐ Fixes #82: If Flyout.HostPopup has a parent then some of the positioning is wrong.
- ๐ Fixes #79: Ensure IsOpen set to false on Flyout when the host Popup closes. Thanks Stefan!
- TiltEffect: Stop tilt effect if pointer capture is lost
- ๐ Fixes #85: SettingsFlyout/Flyout for cases where input controls might be there and the IHM (aka software keyboard) might occlude the view.
- ๐ Fixes #86: SettingsFlyout 1px border to match UI design specs where border is 80% brightness of HeaderBrush (added ColorBrightnessConverter)
- ๐ NEW: Added AppManifestHelper to quickly parse out the VisualElements from the AppxManifest.xml