HaFT.XamForms.Controls.Calendar
1.2.1
Requires NuGet 2.8.1 or higher.
dotnet add package HaFT.XamForms.Controls.Calendar --version 1.2.1
NuGet\Install-Package HaFT.XamForms.Controls.Calendar -Version 1.2.1
<PackageReference Include="HaFT.XamForms.Controls.Calendar" Version="1.2.1" />
paket add HaFT.XamForms.Controls.Calendar --version 1.2.1
#r "nuget: HaFT.XamForms.Controls.Calendar, 1.2.1"
// Install HaFT.XamForms.Controls.Calendar as a Cake Addin #addin nuget:?package=HaFT.XamForms.Controls.Calendar&version=1.2.1 // Install HaFT.XamForms.Controls.Calendar as a Cake Tool #tool nuget:?package=HaFT.XamForms.Controls.Calendar&version=1.2.1
Custom calendar control for Xamarin.Forms.
Customizable border thickness, color, background colors and formats.
Version 1.0.8 or lower Built against: 2.1.0.6521
Version 1.1.0 or above Built against: 2.3.4.231
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid10 is compatible. |
MonoTouch | monotouch10 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
-
- Xamarin.Forms (>= 2.3.4.231)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
[1.2.1]
- Adding 'Xamarin.Android'
[1.2.0]
- Fixing iOS crash with Xamarin forms 4.0
[1.1.1]
- Fix SelectedDate does not select the date in the calendar when set
- Fix Android SpecialDate background image ghost on wrong date when switching months
- Add Special Date text option for Android/iOS
- Add OnStartRenderCalendar and OnEndRenderCalendar events for rendering of the calendar and isRendering
- Trying to fix borders not visible
[1.1.0]
- Update Xamarin.Forms from 2.1.0.6521 to 2.3.4.231
- Added new DisableDatesLimitToMaxMinRange (when true) to disallow to show dates outside min-max daterange
- Added FontFamily properties for: DatesFontFamily,DatesFontFamilyOutsideMonth, DisabledFontFamily, WeekdaysFontFamily, SelectedFontFamily and specialdates.FontFamily
- Add SpecialDate.BackgroundImage to set a background image (Android and iOS only)
- Fix Windows exception at init
- Fix from SelectedBackgroundColor and SelectedTextColor xaml crash
- Fix for random null reference crash at async of FillCalendarWindows, removed async logic
- Fix SpecialDates xaml binding with ObservableCollection, SpecialDates is now of type ICollection
[1.0.8]
- Feature request: bindable property to set CalendarWeekRule
- Should be better: Day button borders on UWP sometimes is not visible
- Feature request: Make background of a date multicolored
- Feature request: Show more than one month (scrollable)
- Fixed: Selected date no highlight on start
- Fixed: "Object reference not set to an instance" exception when binding to SelectedDates Property
- Feature request: make the color of the month arrows a bindable property
- Feature request: bindable property to choose whether month label is bold
[1.0.7]
- Fix for Android StackOverflow problem when ShowNumberOfWeek is enabled
[1.0.6]
- Add 'DisableAllDates', make it possible to disable all dates by default (you can enable again with SpecialDates)
- Add Month and Year view for Calendar
- Add 'Show' to show number of the week
- Add missing property WeekdaysFontAttributes
- Fix WeekdaysTextColor was not set
- Fix SelectedDate is now TwoWay binding
[1.0.5]
- Add support to select multiple dates
- Fix background color for Special Dates that where selected/deselected
[1.0.4]
- Fixed Missing references: Cannot locate resource from ‘ms-appx:///XamForms.Controls.Calendar.UWP/Resources.xaml’.
[1.0.3]
- Windows is working now
- Extra Special Dates where you can change the style of specific dates
- Some fixes
[1.0.2]
- Initital Calandar Control (No Windows yet)
- Some fixes