Quasar Ui Qcalendar Versions Save

QCalendar - Quasar App Extension, Vue CLI plug-in and UMD distributions available

v4.0.0-beta.19

3 months ago

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.16

1 year ago

QCalendar v4.0.0-beta.16

Features

  • none

Fixes

  • fix: fix plugin object exportation for ESM, fix #378 (#408)

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

2 years ago

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 and day-min-height properties to 0.

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

2 years ago

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:

v4.0.0-beta.13

2 years ago

QCalendar v4.0.0-beta.13

Features

  • none

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:

v4.0.0-beta.12

2 years ago

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

2 years ago

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
  • 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.10

2 years ago

QCalendar v4.0.0-beta.10

What's Changed

Features:

  • feat(ui): two new Timestamp functions: maxTimestamp and minTimestamp
    • Given an array of Timestamps, will return the highest or lowest, respectively

Fixes:

  • fix(ui): agenda, day, resource and scheduler improvement updates

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.9

2 years ago

QCalendar v4.0.0 Beta 9

New Features:

  • feat(ui): make Timestamp exports available from each calendar
    • All calendar types use the Timestamp library. Importing Timestamp separately is a duplication of code in the browser. Make the Timestamp exports available from each calendar so devs don't have to separately import from Timestamp.
    • Aside from the above, the QCalendar wrapper now exports all the Calendars that it wraps, so devs don't have to import calendars from other sources.

Examples:

import {
  QCalendarTask,
  today,
  isBetweenDates,
  parsed,
  padNumber
} from '@quasar/quasar-ui-qcalendar/src/QCalendarTask.js'

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 v2 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.8

2 years ago

QCalendar v4.0.0 Beta 8

Fixes:

  • fix(api): incorrect context-menu event
  • fix(ui): Switching between day, week and month view using calendar's view property is not working (#350)

New Features:

  • feat(ui): QCalendarResource can now have a view that doesn't default to a "day"
    • Right now it's difficult to tell when you go from one day to the next. This is where the developer needs to indicate a date for the visible view or create some other sort of indicator (each day has a different background, etc).

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 v2 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: