Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-05-09 | 919 Bytes | |
v8.0.0 source code.tar.gz | 2023-05-09 | 3.6 MB | |
v8.0.0 source code.zip | 2023-05-09 | 3.7 MB | |
Totals: 3 Items | 7.3 MB | 0 |
Bug Fixes
- parseObject error causes website broken (05f2946)
Features
- types: change
SVGProps
from import to import type (#853) (095f021) - add snake_case filename option (#857) (428b0c7)
- make index template more flexible (#861) (003009c)
BREAKING CHANGES
- index template now receives an array of objects containing both the created
component path (
path
) and the original SVG path (originalPath
)