Releases: danheron/Heron.MudCalendar
Releases · danheron/Heron.MudCalendar
Heron.MudCalendar v2.0.3
Heron.MudCalendar v2.0.2
What's Changed
- Ensure that cells have the correct time when the CurrentDay property … by @danheron in #162
- Fixed bug where prev/next buttons were only changing date by 5 days i… by @danheron in #163
- Update user experience when in month view by @digitaldirk in #165
- Upgraded to MudBlazor 7.7.0 by @danheron in #168
Full Changelog: v2.0.1...v2.0.2
Heron.MudCalendar v2.0.1
What's Changed
- Added Croatian (Hrvatski) localization by @Fulmetal in #145
- Updated Docs by @danheron in #148
- Fix toolbar item alignment by @digitaldirk in #149
- Update README.md by @digitaldirk in #157
- Added CalendarTimeInterval.Minutes5 by @Jeroen-VdB in #151
- Don't show drag cursor when item is not draggable by @danheron in #159
New Contributors
- @Fulmetal made their first contribution in #145
- @digitaldirk made their first contribution in #149
- @Jeroen-VdB made their first contribution in #151
Full Changelog: v2.0.0...v2.0.1
Heron.MudCalendar v2.0.0
What's Changed
- Fix/firefox cosmetic by @danheron in #114
- Upgraded to .net 8 and MudBlazor 7 by @danheron in #115
- Release v2.0.0-beta.1 by @danheron in #116
- Changes to work with MudBlazor v7 preview 2 by @danheron in #120
- Updated to MudBlazor v7 preview 3 by @danheron in #125
- Fix/item at midnight error by @danheron in #126
- Changes to make extending month view easier by @danheron in #127
- #121 WorkWeek view by @gabriuz in #128
- Fixed display error when calendar had a cell click handler by @danheron in #131
- Added custom toolbar content by @danheron in #132
- Fixed error disposing JsService by @danheron in #134
- Upgraded to MudBlazor 7 by @danheron in #141
- Release v2.0.0 by @danheron in #143
New Contributors
Full Changelog: v1.1.2...v2.0.0
Heron.MudCalendar v2.0.0-beta.3
Heron.MudCalendar v2.0.0-beta.2
What's Changed
Full Changelog: v1.1.2...v2.0.0-beta.2
Heron.MudCalendar v2.0.0-beta.1
What's Changed
- Removed .Net 6 support and added .Net 8
- Changed to work with MudBlazor v7 - do not try to use with earlier versions of MudBlazor
- Changed calendar to use CSS Grids instead of tables - this was necessary to resolve some display issues in Firefox. This might be a breaking change for components that use the calendar as a base class
Full Changelog: v1.1.2...v2.0.0-beta.1
Heron.MudCalendar v1.1.2
What's Changed
- Fix deployment to nuget by @danheron in #92
- Corrected js file link in docs by @danheron in #101
- Fix/cell click time by @danheron in #102
- Allow setting of CurrentDay during initialization by @danheron in #107
- Fixed problem with overlapping events not resizing correctly by @danheron in #110
- Added new property DayItemMinHeight by @danheron in #112
- Release 1.1.2 by @danheron in #113
Full Changelog: v1.1.1...v1.1.2
Heron.MudCalendar v1.1.1
What's Changed
- Fixed timeline position in all localizations by @danheron in #81
- Check that end date of calendar item is valid by @danheron in #84
- Hide overflow text in cell template by @danheron in #85
- Merge pull request #74 from danheron/dev by @danheron in #89
- Release v1.1.1 by @danheron in #90
Full Changelog: v1.1.0...v1.1.1
Heron.MudCalendar v1.1.0
What's Changed
- Made day headers fixed in month view by @danheron in #58
- Added additional time intervals by @danheron in #59
- Reviewed access modifiers of styles and classes to help with extendin… by @danheron in #60
- added EventCallback for CalendarItem clicked by @MinZe25 in #66
- Set head content with javascript by @danheron in #67
- Added option for 12 hour clock by @danheron in #68
- Added Today button by @danheron in #69
- Feature/drag events by @danheron in #72
- Added CurrentDayChanged event by @danheron in #73
- Release v1.1.0 by @danheron in #74
New Contributors
Full Changelog: v1.0.11...v1.1.0