Skip to content

Releases: ACP-CODE/astro-favicons

v3.1.5

25 Jan 08:51
Compare
Choose a tag to compare

What's Changed

  • Bump vite from 5.4.11 to 5.4.14 in the npm_and_yarn group across 1 directory by @dependabot in #52

Bug Fixes

Full Changelog: v3.1.4...v3.1.5

v3.1.4

09 Jan 11:54
Compare
Choose a tag to compare

Bug Fixes

v3.1.3

20 Dec 05:57
ec6db63
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v3.1.3

v3.1.2

15 Dec 11:05
002672a
Compare
Choose a tag to compare

Bug Fixes

  • Fixed #46 currently, <head> CAPO operations are only implemented for content between .
    • renderSync(ast) is no longer involved in rendering exceptions for some symbols between bodies.
    • Revert back to the original state, manually or automatically insert localizedHTML between the head by manipulating the string.

Optimization and improvement

  • Rethink the determination of the isInjected flag and optimize the execution logic of the middleware withCapo.

v3.1.1

11 Dec 13:11
1b25916
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

11 Dec 12:10
d168d49
Compare
Choose a tag to compare

Minor Updates

  • capo to withCapo default true (base AstroConfig.compressHTML) & JSDoc Updated.
  • Manual Injected of HTML Tags Now Supported

e.g ~/components/Meta.astro

---
import { localizedHTML as favicons } from 'astro-favicons/middleware';
---
<meta charset="utf-8" />
<Fragment set:html={favicons(Astro.currentLocale)} />

Manual or automatic depends on your convenience

v3.0.6

10 Dec 01:24
Compare
Choose a tag to compare

Stabled

version after 3.0.0

Bug fixes

  • middleware.d.ts The issue was not generated as expected
  • The issue that README.md in npm is not correctly recognized is caused by favilib not providing the file

v3.0.2

09 Dec 11:01
Compare
Choose a tag to compare

Breaking changes

  1. New API interface, extensible Manifest supported by favilib
  2. Get the<head> in order: Powered by and compatible with astro-capo (if infringement occurs, please inform us to remove it or seek improvements).
  3. input Accepts multiple values, and specifies specific sources for different platforms
  4. localized Supported by middleware . (Please give us feedback if you have any questions. Thanks.) Currently, this is the most portable solution in my opinion. The alternative solution is to use component.
  5. Live access, now you can access all assets generated by astro-favicons in development mode.
  6. Improved asset generation (provided by vite emitFile)

Minor Updates

  • New default configuration themes and default maskable for android-chrome-512x512.png, please don't forget to change the value of name and short_name

v2.1.8

27 Oct 15:14
255360d
Compare
Choose a tag to compare
  • #23 - Fixed (Update the favicons-lib to v7.2.2)
  • *_localized member support name_localized (Experimental additions)
  • Improved execution and logger info (faviconsDarkMode: fasle as default now)14 files built in 0.35s (10x faster response)

v2.1.7

24 Oct 10:42
Compare
Choose a tag to compare
v2.1.7 Pre-release
Pre-release

Test github action

  • Update package.json file