Skip to content

Releases: howbizarre/vue-month-calendar

v1.4.6

09 Jul 07:29
Compare
Choose a tag to compare

Just update all dependencies.

Full Changelog: v1.4.0...v1.4.6

v1.4.0

15 Mar 11:25
Compare
Choose a tag to compare

NEW:
All dependencies are updated.
The styles have been exported to a separate file and the ability to change the color scheme has been added.
JSDoc notation to the functions in the code.

REF:
A part of the functions has been refactored.

CSS vars:

:root {
  --white: white;
  --black: black;

  --zinc-400: #a1a1aa;
  --zinc-600: #52525b;
  --zinc-600-25: #52525b25;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
  --zinc-900-5: #18181b05;
  --zinc-900-50: #18181b50;

  --teal-400: #2dd4bf;
  --teal-500: #14b8a6;
  --teal-500-25: #14b8a625;
  --teal-600: #0891b2;
  --teal-600-50: #0891b250;
  --teal-700: #0e7490;
  --teal-800: #155e75;

  --sky-500: #0ea5e9;
  --sky-500-5: #0ea5e905;
  --sky-500-25: #0ea5e925;

  --blue-600: #2563eb;

  --container-sm-w: 350px;
}

v1.2.9

15 Feb 16:12
Compare
Choose a tag to compare

NEW:
Receive date field as: Day, Month and Year.
Pass events back to the render to show them.

TODO:
Pass access to the Tailwind classes.
Make some articles and get started info.

v1.1.3

18 Jan 14:46
Compare
Choose a tag to compare

First stable version.