Releases: quasarframework/quasar-ui-qcalendar
v4.0.0
QCalendar v4.0.0
Yes! The long-awaited v4.0.0 is here! Enjoy!
Features
- none
Fixes
- n/a
Installing
$ pnpm add @quasar/quasar-ui-qcalendar
# or
$ yarn add @quasar/quasar-ui-qcalendar
# or
$ quasar ext add @quasar/qcalendar
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.21
QCalendar v4.0.0-beta.21
Features
- none
Fixes
- fix(447): style disabled class and attribute only in the .q-calendar wrapper (#448)
- fix(ui): use correct type definitions for createNativeLocaleFormatter (#439) (#440)
- fix: prepping for latest Quasar compatibility, update to "sass-embedded", rename PARSE_REGEX to PARSE_DATETIME
Installing
Use the next
tag whenever you'd install it normally.
$ yarn add @quasar/quasar-ui-qcalendar@next
# or
$ quasar ext add @quasar/qcalendar@next
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.19
QCalendar v4.0.0-beta.17 - v4.0.0-beta.19
Features
- none
Fixes
- fix(ui): use correct parameter
- fix: calendar fails to initialize
Installing
Use the next
tag whenever you'd install it normally.
$ yarn add @quasar/quasar-ui-qcalendar@next
# or
$ quasar ext add @quasar/qcalendar@next
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.23
QCalendar v4.0.0-beta.23
Features
- Rewrite docs using Q-Press
- Now a pnpm mono-repo
- [BREAKING] QCalendar now uses scss instead of sass. Adjust your imports accordingly.
Fixes
- n/a
Installing
$ pnpm add @quasar/quasar-ui-qcalendar
# or
$ yarn add @quasar/quasar-ui-qcalendar
# or
$ quasar ext add @quasar/qcalendar
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
QCalendar v4.0.0-beta.22
Features
- none
Fixes
- fix: boot file needed for each vite and webpack
Installing
Use the next
tag whenever you'd install it normally.
$ yarn add @quasar/quasar-ui-qcalendar@next
# or
$ quasar ext add @quasar/qcalendar@next
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.16
QCalendar v4.0.0-beta.16
Features
- none
Fixes
Installing
Use the next
tag whenever you'd install it normally.
$ yarn add @quasar/quasar-ui-qcalendar@next
# or
$ quasar ext add @quasar/qcalendar@next
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.12
QCalendar v4.0.0-beta.12
Features
- feat(timestamp): new function "getWeekdayFormatter"
- It returns a function that can be used to get a specified weekday name, in "long", "short", or "narrow" format in any browser-supported locale.
- feat(timestamp): new function "getWeekdayNames"
- Returns an array of localized weekday names, in "long", "short", or "narrow" format in any browser-supported locale.
- feat(timestamp): new function "getMonthFormatter"
- It returns a function that can be used to get a localized month name, in "long", "short", or "narrow" format in any browser-supported locale.
- feat(timestamp): new function "getMonthNames"
- Returns an array of localized month names, in "long", "short", or "narrow" format in any browser-supported locale.
Fixes
- fix(timestamp): on error, createNativeLocaleFormatter should return an empty formatter, not an empty string
Installing
Use the next
tag whenever you'd install it normally.
$ yarn add @quasar/quasar-ui-qcalendar@next
# or
$ quasar ext add @quasar/qcalendar@next
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.11
QCalendar v4.0.0-beta.11
Features
- feat(ui): Timestamp: Add UTC options parseDate and makeDate(Time) (#357)
Fixes
- fix(ui): Timstamp.parseTimestamp should set hasTime if midnight is given (#356)
- fix(ui): V4: TypeScript wrong typing for Timestamp.getStartOfWeek (#355)
- Also applied to Timestamp.getEndOfWeek
- fix(docs): Support Estonian language (#358)
- This is for the
locale
examples
- This is for the
- fix(timestamp): '00:00' is a valid time
- This means, even when a time is not given, the result will be '00:00', which mimics 'Date' functionality. So, there will always be time (.hasTime = true)
Installing
Use the next
tag whenever you'd install it normally.
$ yarn add @quasar/quasar-ui-qcalendar@next
# or
$ quasar ext add @quasar/qcalendar@next
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.15
QCalendar v4.0.0-beta.15
Features
- feat(ui): Calendar should expand to fit parent container height (month view) (#11)
- This is accomplished by setting the height of the calendar, or wrapper, as well as setting both
day-height
andday-min-height
properties to 0.
- This is accomplished by setting the height of the calendar, or wrapper, as well as setting both
Fixes
- none
Installing
Use the next
tag whenever you'd install it normally.
$ yarn add @quasar/quasar-ui-qcalendar@next
# or
$ quasar ext add @quasar/qcalendar@next
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.14
QCalendar v4.0.0-beta.14
Features
- feat: support for q/app-vite
Fixes
- fix(build): "common" files are now "cjs"
- fix(build): generate missing QCalendar packages
Installing
Use the next
tag whenever you'd install it normally.
$ yarn add @quasar/quasar-ui-qcalendar@next
# or
$ quasar ext add @quasar/qcalendar@next
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: