New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

vue-simple-calendar

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-simple-calendar - npm Package Versions

13
6

6.0.5

Diff

Changelog

Source

6.0.5 (2022-08-12)

  • Added optional Ukrainian calendar CSS file. ✊ 🇺🇦
  • Used said calendar to test and demo a new CSS-only feature: tagging holidays with hoverable tooltips.
  • Added optional tooltip to calendar items (#206,thanks @OXXXRA!)
  • Fixed where period-changed-callback method not firing when changing calendar period (#202, thanks @stackrats!)
  • Improved TS (#197, thanks @joekaiser!)
  • Update dependencies
richardtallent
published 6.0.4 •

Changelog

Source

6.0.4 (2022-02-27)

  • Updated dependencies
  • Migrated to script setup (no impact on how this is used, just the code)
richardtallent
published 6.0.3 •

Changelog

Source

6.0.3 (2021-11-20)

  • Pass URL to normalized items (fixes #190)
  • Updated dependencies
richardtallent
published 6.0.2 •

Changelog

Source

6.0.2 (2021-07-10)

  • Dependency updates
  • Fixed where not returning CalendarMath in calendar view component led to IDE warnings in template (#132)
  • Minor ARIA fixes.
richardtallent
published 6.0.1 •

Changelog

Source

6.0.1 (2021-04-27)

  • Just minor dependency updates
richardtallent
published 5.0.1 •

richardtallent
published 6.0.0 •

Changelog

Source

6.0.0 (2021-03-27)

  • I've lost the ability (and will) to test for IE11 anymore, so it is no longer targets.
  • Upgraded to Vue 3. This shouldn't cause an issue for people using it with Vue 2.
  • Migrated to TypeScript. Needed an excuse to learn it.
  • Now using Vite instead of vue-cli for the development and built process.
  • CalendarMathMixin is now CalendarMath, a normal class
  • Added St. Valentine's Day to the US Traditional Holiday theme
richardtallent
published 6.0.0-b3 •

richardtallent
published 5.0.0 •

Changelog

Source

5.0.0 (2020-09-04)

Main breaking change: Events to Items

Any reference to a "thing that is scheduled on the calendar" is now called an "item" rather than an "event" due to the confusion possible with DOM and Vue-emitted events. (#129)

  • The click-event event is now called click-item
  • The events property is now called items.
  • The event slot is now the item slot, and the calendar item is passed as value
  • The cv-event CSS class is now cv-item
  • The normalizeEvent function is now normalizeItem
  • For all normalized calendar items, originalEvent is now originalItem
  • showEventTimes is now `showTimes
  • eventTop, eventContentHeight, and eventBorderHeight are now item*
  • eventRow is now itemRow
  • The header prop fixedEvents is now fixedItems
  • The wrap-event-title-on-hover CSS class is now wrap-item-title-on-hover
  • Due to the addition of optional week numbers, there's a cv-weekdays DIV now between cw-week and cv-day. This could impact some custom CSS theming (for example, if you used something like .cv-weekdays > .cv-day as a selector).

Enhancements

  • The DIVs for dates that have at least one calendar item crossing into them now have a hasItems class. (#143, thanks @SwithFr!)
  • Breaking: the click-date event now passes the list of calendar items falling on that date as the second argument (windowEvent is pushed to argument 3) #143
  • The dragStart event for an item now passes the item's id (stringified) into the dataTransfer data. This should make it easier to create custom drag/drop functionality where someone could drag a calendar item outside this component.
  • Now supports date range selection, and user drag-select! Enable with the enable-date-selection prop.
  • Now supports an optional "week number" column using the displayWeekNumbers property. This has a named slot to allow full control.
richardtallent
published 4.4.0 •

Changelog

Source

4.4.0 (2020-05-24)

  • Fix events showing incorrectly during the week of a DST change in the UK (#135 and #150, thanks @ghost and @robert-joscelyne)
  • Update dependencies
  • Clean up to use arrow functions for some functions
  • Now passes second argument $event (the native click event) to the onClickDay handler (#142, thanks @GiboMac)
  • Pass drag/drop events on days back to calling app even if the dragged item is not one of the calendar's items. This allows developers to drag in elements from other controls, or to handle drag/drop if they use scoped slots for items. (#134, thanks @vykimo!)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc