Socket
Socket
Sign inDemoInstall

vue-css-donut-chart

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-css-donut-chart - npm Package Versions

2

2.1.0

Diff

Changelog

Source

2.1.0

  • Rewrite in TypeScript. Types are included with the package.
  • New prop suppress-validation-warnings to suppress warnings about invalid values.
  • Less pedantic validation of certain props like size.
  • auto-adjust-text-size now uses ResizeObserver instead of window resize event. This will allow for more accurate text size adjustments when the component is resized dynamically.
  • Source maps are now included with the package. *.min.js files are still included for backwards compatibility but they are just a copy of their *.js counterparts.
dumptyd
published 1.3.2 •

Changelog

Source

1.3.2

  • Upgrading to Vue 2.6.14 broke the package when using it with Vue versions lower than 2.6.13. This version reverts that change and goes back to using 2.6.11.
dumptyd
published 1.3.1 •

Changelog

Source

1.3.1

  • Vue is now listed as a peer dependency rather than a direct one.
dumptyd
published 2.0.0 •

Changelog

Source

2.0.0

Added

  • Support for Vue 3

1.x

Changelog for v1 (Vue 2)

dumptyd
published 1.3.0 •

Changelog

Source

1.3.0

Added

  • auto-adjust-text-size prop is here! The prop can be set to false to disable the font size recalculation behavior.

Other changes

  • Demo page now has an option to test auto-adjust-text-size prop.
dumptyd
published 1.2.0 •

Changelog

Source

1.2.0

Added

  • Adds the following new events (#26)
    • section-mouseenter
    • section-mouseleave
    • section-mouseover
    • section-mouseout
    • section-mousemove
  • All the section-* events are now emitted with the native Event object as the second parameter.

Fixed

  • A floating-point arithmetic issue was causing the section rendering logic to behave in unexpected ways. This has been fixed. (#23)
  • Another floating-point arithmetic issue was causing the total prop's validator to incorrectly flag valid values. This has been fixed as well. (#24)

Other changes

  • Demo page now has a section dedicated for testing all the exposed events.
  • Documentation has been updated with new events.
dumptyd
published 1.1.6 •

Changelog

Source

1.1.6

dumptyd
published 1.1.5 •

Changelog

Source

1.1.5

  • Minor alignment change in documentation so it doesn't look awkward on npm. npm has a bug where it doesn't center align some things.
dumptyd
published 1.1.4 •

Changelog

Source

1.1.4

Fixed

  • section-click is now emitted with the original section object that's passed to the component. Earlier, it was being emitted with the internal section object which is an extended version of the original one.

Other changes

  • The component now has tests and a very high coverage. Check out the README to see the coverage info.
  • The project now has automated checks for broken tests and linter errors.
  • Minor refactoring.
  • Readme has been revamped with better formatting.
dumptyd
published 1.1.3 •

Changelog

Source

1.1.3

Fixed

  • 1.1.2 broke the usage of % unit (#10). That's fixed now.
  • Font size is now recalculated only when the chart has rendered.
2
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