FinalSprint.Controls.Calendar
1.3.1
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package FinalSprint.Controls.Calendar --version 1.3.1
NuGet\Install-Package FinalSprint.Controls.Calendar -Version 1.3.1
<PackageReference Include="FinalSprint.Controls.Calendar" Version="1.3.1" />
paket add FinalSprint.Controls.Calendar --version 1.3.1
#r "nuget: FinalSprint.Controls.Calendar, 1.3.1"
// Install FinalSprint.Controls.Calendar as a Cake Addin #addin nuget:?package=FinalSprint.Controls.Calendar&version=1.3.1 // Install FinalSprint.Controls.Calendar as a Cake Tool #tool nuget:?package=FinalSprint.Controls.Calendar&version=1.3.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 to 1.1.1 Built against: 2.3.4.231 -> Forked from original project by RebeccaXam
Version 1.2.0 and above Built against 3.6.0.293080
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. monoandroid10 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. monotouch10 is compatible. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
- Xamarin.Forms (>= 3.6.0.293080)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
[1.3.1]
- Added ability to show or hide the out of month dates
[1.3.0]
- Added support for date row background color and alternate date row background color
- Added CornerRadious as a bindable property to allow for circular shaped buttons
[1.2.1]
- Changed default UI to render without borders
[1.2.0]
- Changed from PCL to NetStandard 2.0
- Update Xamarin.Forms from 2.3.4.231 to 3.6.0.293080
- Android and iOS support only (at this stage)
[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