Skip to content

Releases: mondeja/svg-path-bbox

v2.1.0

03 Sep 22:31
Compare
Choose a tag to compare
  • Accept a SvgPath interface from svgpath as argument. This makes svgPathBbox x2 faster when using SvgPath instances.

v2.0.0

06 Jun 01:02
b086a98
Compare
Choose a tag to compare
  • No more default export. Now you have to import svgPathBbox function directly. Use import { svgPathBbox } from "svg-path-bbox"; instead of import svgPathBbox from "svg-path-bbox";.

v1.2.6

14 Mar 03:19
ad4cdbd
Compare
Choose a tag to compare

v1.2.5

13 Mar 00:41
bd1dca4
Compare
Choose a tag to compare

Bug fixes:

  • Fixed error computing some quadratic Bézier curves cases.

v1.2.4

09 Feb 22:29
0cf9839
Compare
Choose a tag to compare

Enhancements:

  • Optimized processing order of segments based on Simple Icons data.

v1.2.3

23 Dec 18:10
Compare
Choose a tag to compare

Bug fixes:

  • Fixed CLI not being executed in some versions of Node.js < v16.

v1.2.2

26 May 09:24
d735a9f
Compare
Choose a tag to compare

Bug fixes:

  • Fixed edge case computing cubic Bézier curves bounding boxes.

v1.2.1

12 May 11:02
bf44c72
Compare
Choose a tag to compare

Bug fixes:

  • Fixed error computing cubic Bézier curves bounding boxes.

v1.2.0

07 May 10:30
Compare
Choose a tag to compare

Enhancements:

  • Use default export for better interoperability.

v1.1.0

06 May 09:55
Compare
Choose a tag to compare

Enhancements:

  • Add native support for Typescript.