Skip to content

Releases: ACP-CODE/astro-svgs

v1.2.1

04 Dec 03:07
Compare
Choose a tag to compare

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

21 Nov 02:42
7819a74
Compare
Choose a tag to compare

Minor Updates

  • Improvement: src/svgs will be automatically created when not configured,
  • Fixed: typeFileDir may not exist when updating .astro/integrations/astro-svgs/types.d.ts

v1.1.2

20 Nov 14:53
09e77dd
Compare
Choose a tag to compare

Bug Fixes

  • The addition or deletion of the svg file in options.input failed to update the typeFile in time (#19 )
  • Hot update failure, single or multiple folders listen for editing, adding, and deleting SVG files.

v1.1.1

20 Nov 02:37
6c06754
Compare
Choose a tag to compare

Minor Updates

  • Improve: Completely zero configuration support (#16)
  • Added: config.build.assetPrefix Support (#17 )
  • Update: API Reference section in README.md, Add Component API content.

v1.1.0

19 Nov 10:39
a562a28
Compare
Choose a tag to compare

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

15 Nov 16:58
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v1.0.0

15 Nov 15:50
a5eee42
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub