Releases: ACP-CODE/astro-svgs
Releases · ACP-CODE/astro-svgs
v1.2.1
Minor Updates
peerDependencies
update"astro": "^4.14.0 || ^5.0.0"
5.+ does not seem to have
@astrojs/check
installed by default, it is recommended to install it to improve the development experience.
This will allow you to check if the SVG file is missing or misspelled, or invalid when you build
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"astro": "^5.0.1",
"astro-svgs": "^1.2.1"
}
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Breaking changes
- Intelligent Prompting (#1 )
- Subdirectory support
- The same SVG file
<body>
will be excluded - Standard support for SVG files, re-examining
<defs>
and<symbols>
(#2 #3 #4 ) - Interface changes and implementation adjustments of the new
format
function (#7 #8)
Minor Updates
- Error message handling (#9 )
- Some other changes such as variable names, etc. (#13 )
- Update
README.md
file
Bug Fixes
- Hot update failure issue
v1.0.1
No significant changes
View changes on GitHub
v1.0.0
No significant changes