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

23
6

7.1.0

Diff

Changelog

Source

7.1.0 (2024-02-03)

  • Add name of the month on the 1st of the month, unless showing a single month. Defaults to true, but configurable and styleable.
  • Consistency in readme/examples on element naming and slot use.
richardtallent
published 7.0.1 •

Changelog

Source

7.0.1 (2024-01-15)

  • Fix ESM filename references (#230, #231, thanks @christophbeberweil!)
  • Bump dependencies
richardtallent
published 7.0.0 •

Changelog

Source

7.0.0 (2024-01-14)

  • BREAKING: Changed the week number computation to follow ISO 8601 (#228)
  • BREAKING: All slots now use kebab-case, which is the norm for Vue 3 (#224)
  • Fix type declared for events click-item, item-mouseenter, item-mouseleave, and drag-start events (they send the normalized item, not the original)
  • Fixed GCal theme to not hide the time of day due to low contrast on gray events
  • Added time of day to simple example to test time-of-day sorting
  • Fixed style declaration in package.json (#221, #224, thanks @Cayaf89!)
  • Bump dependencies
richardtallent
published 6.3.1 •

Changelog

Source

6.3.1 (2023-02-11)

  • Added stylesheets to the package.json exports list (#218)
  • Bump dependencies
richardtallent
published 6.3.0 •

Changelog

Source

6.3.0 (2023-01-26)

  • Add enableHtmlTitles option to make it easier to sanitize user-provided content in calendar item title values, and a related warning in the README (thanks Pau!)
  • Bump dependencies.
richardtallent
published 6.2.1 •

Changelog

Source

6.2.1 (2022-10-17)

  • Fix style export (#214, #215)
  • Fix where theme CSS files were not included in npm package
  • Minor code cleanup (TS array format, using template strings, README fixes, CSS formatting)
richardtallent
published 6.2.0 •

Changelog

Source

6.2.0 (2022-10-15)

  • Use TypeScript for Events too
  • MINOR BREAKING CHANGE: the payload for the events date-selection, date-selection-start, and date-selection-finish now pass the DOM event as a second parameter to your event handler rather than as the third element of the array. This is more consistent with other events, and makes typing for the event handlers easier.

If you need time to make some changes to adjust for the stricter event typing that is now available, please use 6.1.0 for now, since other than the above, these versions are identical.

richardtallent
published 6.1.0 •

Changelog

Source

6.1.0 (2022-10-15)

  • Adjust module export for style.css (#214)
  • Move full example from other repository into this one (both examples accessible with npm run dev)
  • Change full example to script setup
  • Improve TS use and support
  • Fix scroll bar visibility issue (#213)
  • Fix tooltips (#212)
  • Update various dependencies
richardtallent
published 6.0.7 •

Changelog

Source

6.0.7 (2022-08-12)

  • Fix module export in package.json
richardtallent
published 6.0.6 •

Changelog

Source

6.0.6 (2022-08-12)

  • Fix module export in package.json
23
6
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