-
-
Notifications
You must be signed in to change notification settings - Fork 876
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.29.0 #1249
0.29.0 #1249
Conversation
BREAKING CHANGE: events on the week and day view will now always be at least 30 pixels high by default. To restore the old behaviour you can set `[minimumEventHeight]="1"`. Closes #1192
BREAKING CHANGE: the drag behaviour now mimicks the resize behaviour where you can drag an event down to move it into the next day. To restore the old behaviour you can use the new `validateEventTimesChanged` input to control where an event can be dragged. Closes #1234
Codecov Report
@@ Coverage Diff @@
## master #1249 +/- ##
==========================================
- Coverage 96.19% 96.13% -0.06%
==========================================
Files 39 39
Lines 736 751 +15
Branches 121 128 +7
==========================================
+ Hits 708 722 +14
- Partials 28 29 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1249 +/- ##
==========================================
- Coverage 96.07% 95.91% -0.16%
==========================================
Files 39 39
Lines 739 784 +45
Branches 122 139 +17
==========================================
+ Hits 710 752 +42
Misses 1 1
- Partials 28 31 +3
Continue to review full report at Codecov.
|
BREAKING CHANGE: angular 6 and 7 are no longer supported. To use this package you must upgrade to angular 8 or higher.
Do you know when this will be finally be approved? |
It should be in the next couple of weeks, there's one more small breaking change I need to make first to ship the date adapters in ESM: #1283 |
Hello, Thank you for considering my request: #1183! I just tested this version, and it works pretty well, I could do anything I want, thank you! Only one little bug: Now an event can be moved outside the calendar. To fix this, I had to add a test in the validateEventTimesChanged method to check that the event is within the calendar limits (dayStartHour / dayEndHour). |
Awesome, that's great to hear, I'm glad it worked for you 😄 Regarding your issue I think this is expected behaviour, it's now completely opinionated where you can drag events to and is noted as a breaking change: "week-view: the drag behaviour now mimicks the resize behaviour where you can drag an event down to move it into the next day. To restore the old behaviour you can use the new validateEventTimesChanged input to control where an event can be dragged." |
Hi, any idea when this will be approved? |
BREAKING CHANGE: if you are implementing your own date adapter you will now need to implement the `getTimezoneOffset` method
BREAKING CHANGE: angular 12 or higher is now required to use this package Closes #1536
Apologies for the people that were waiting on this release, it was long overdue (pandemic + burnout etc, it's a long story that I'm not going into here 😅), but |
Good Job @mattlewis92 |
Hey folks! 👋
Here's the changelog for the upcoming
0.29.0
release, it contains a few nice features as well as a couple of very small and easy to workaround breaking changes that should hopefully only impact a small minority of people.You can try it out by doing:
If you find any issues please let me know! 😄
Changelog
Bug Fixes
Features
BREAKING CHANGES
validateEventTimesChanged
input to control where an event can be dragged.[minimumEventHeight]="1"
.