Update dependency @quasar/quasar-app-extension-qcalendar to v4.1.2 #834
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.0-beta.16
->4.1.2
Release Notes
quasarframework/quasar-ui-qcalendar (@quasar/quasar-app-extension-qcalendar)
v4.1.2
Compare Source
QCalendar v4.1.2
Features
Fixes
Installing
Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation for more information. The documentation is incomplete and is currently being updated. Please feel free to help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
Full Changelog: quasarframework/quasar-ui-qcalendar@v4.1.1...v4.1.2
v4.1.1
Compare Source
QCalendar v4.1.1
Features
Fixes
build.transpile
is true for app-webpackInstalling
Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation for more information. The documentation is incomplete and is currently being updated. Please feel free to help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
Full Changelog: quasarframework/quasar-ui-qcalendar@v4.1.0...v4.1.1
v4.1.0
Compare Source
QCalendar v4.1.0
Features
This was not an easy feat and took over a week at 10 hours a day. I am by no means a TS expert. If you see anything wrong, or incorrect behavior, please create an issue (or PR) right away. All code for QCalendar, the build system, the docs and examples, and all test code was converted to typescript.
Types are now, for the most part, generated by tsc.
The internal ResizeObserver directive now uses a debounce method when lots of size notifications need to be sent. This prevents the dev console message: "Uncaught ResizeObserver loop completed with undelivered notifications." from occurring.
If you are using QCalendarTask and using the "#task" slot, be aware of the new "#subtask" slot specifically for children. This helps with a separation of concerns as well as making the consuming code more readable and easier to use. Check out the examples for a breakdown.
Fixes
Breaking
This only breaks if you use the "getWeekdaySkips" directly from the Timestamp library (which is highly unlikely). Internally, the code now uses the "props.weekdays" as the single source of truth.
Installing
Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation for more information. The documentation is incomplete and is currently being updated. Please feel free to help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
Full Changelog: quasarframework/quasar-ui-qcalendar@v4.0.8...v4.1.0
v4.0.8
Compare Source
QCalendar v4.0.8
Features
Fixes
Installing
Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation for more information. The documentation is incomplete and is currently being updated. Please feel free to help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
Full Changelog: quasarframework/quasar-ui-qcalendar@v4.0.7...v4.0.8
v4.0.7
QCalendar v4.0.6-v4.07
Features
Fixes
Installing
Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation for more information. The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
Full Changelog: quasarframework/quasar-ui-qcalendar@v4.0.5...v4.0.7
v4.0.5
Compare Source
QCalendar v4.0.5
Features
Fixes
Installing
Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation for more information. The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
Full Changelog: quasarframework/quasar-ui-qcalendar@v4.0.4...v4.0.5
v4.0.4
Compare Source
QCalendar v4.0.4
Features
Fixes
Breaking
If you use the Timestamp lib directly, some of the exports have changed.
These have been removed:
MINUTES_IN_HOUR
HOURS_IN_DAY
MILLISECONDS_IN_MINUTE
MILLISECONDS_IN_HOUR
MILLISECONDS_IN_DAY
MILLISECONDS_IN_WEEK
SECONDS_IN_MINUTE
SECONDS_IN_HOUR
SECONDS_IN_DAY
SECONDS_IN_WEEK
However, these have replacements:
As an example, you can now use
TIME_CONSTANTS.MILLISECONDS_IN.HOURS
Secondly, all functions that took a Timestamp and mutated it no longer do so. Timestamps are now inmutable. These functions return a new Timestamp with the updates. Again, this only affects you if you are using the Timestamp library directly.
Because the only breaking changes are in the Timestamp library, the major version for QCalendar did not change.
Installing
Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation for more information. The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
Full Changelog: quasarframework/quasar-ui-qcalendar@v4.0.3...v4.0.4
v4.0.3
Compare Source
QCalendar v4.0.3
Features
Fixes
Installing
Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation for more information. The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
Full Changelog: quasarframework/quasar-ui-qcalendar@v4.0.2...v4.0.3
v4.0.2
Compare Source
QCalendar v4.0.2
Features
Fixes
Installing
Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation for more information. The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
Full Changelog: quasarframework/quasar-ui-qcalendar@v4.0.1...v4.0.2
v4.0.1
Compare Source
QCalendar v4.0.1
Features
Fixes
Installing
Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation for more information. The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
Full Changelog: quasarframework/quasar-ui-qcalendar@v4.0.0...v4.0.1
v4.0.0
Compare Source
QCalendar v4.0.0
Yes! The long-awaited v4.0.0 is here! Enjoy!
Features
Fixes
Installing
Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation for more information. The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT-licensed project made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
v4.0.0-beta.23
Compare Source
QCalendar v4.0.0-beta.23
Features
Fixes
Installing
Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation to get more information and a Migration Guide (in the Help section). The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
v4.0.0-beta.22
Compare Source
QCalendar v4.0.0-beta.22
Features
Fixes
Installing
Use the
next
tag whenever you'd install it normally.Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation to get more information and a Migration Guide (in the Help section). The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
v4.0.0-beta.21
Compare Source
QCalendar v4.0.0-beta.21
Features
Fixes
Installing
Use the
next
tag whenever you'd install it normally.Documentation
QCalendar v4 documentation is now hosted by Netlify. Visit the documentation to get more information and a Migration Guide (in the Help section). The documentation is incomplete and is currently being updated. You can help out by PR-ing deficiencies.
Donations
QCalendar is an open-source MIT licensed project that has been made possible due to the generous contributions by sponsors and backers. If you are interested in supporting this project, please consider:
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.