Releases: mondeja/svg-path-bbox
Releases · mondeja/svg-path-bbox
v2.1.0
v2.0.0
- No more default export. Now you have to import
svgPathBbox
function directly. Useimport { svgPathBbox } from "svg-path-bbox";
instead ofimport svgPathBbox from "svg-path-bbox";
.
v1.2.6
v1.2.5
Bug fixes:
- Fixed error computing some quadratic Bézier curves cases.
v1.2.4
Enhancements:
- Optimized processing order of segments based on Simple Icons data.
v1.2.3
Bug fixes:
- Fixed CLI not being executed in some versions of Node.js < v16.
v1.2.2
Bug fixes:
- Fixed edge case computing cubic Bézier curves bounding boxes.
v1.2.1
Bug fixes:
- Fixed error computing cubic Bézier curves bounding boxes.
v1.2.0
Enhancements:
- Use default export for better interoperability.
v1.1.0
Enhancements:
- Add native support for Typescript.