astro-fonts-next

Astro integration that works the same way as Next.js font optimization.

MIT License

Downloads
19
Stars
24
Committers
4

Bot releases are visible (Hide)

astro-fonts-next - v1.0.5 Latest Release

Published by dc7290 about 2 years ago

1.0.5 (2022-08-12)

Bug Fixes

astro-fonts-next - v1.0.4

Published by dc7290 about 2 years ago

1.0.4 (2022-07-24)

Bug Fixes

  • Added support for a custom 404 page. (f72f4ef) By @We-Gold
astro-fonts-next - v1.0.3

Published by dc7290 over 2 years ago

1.0.3 (2022-07-17)

Bug Fixes

  • 🐛 Fixed how to create dirname (3f80560)
astro-fonts-next - v1.0.2

Published by dc7290 over 2 years ago

1.0.2 (2022-07-10)

Bug Fixes

  • 🐛 Process the received URL object with fileURLToPath (9a3f7a7)
  • deps: update dependency cheerio to ^1.0.0-rc.12 (8a8bd43)
astro-fonts-next - v1.0.1

Published by dc7290 over 2 years ago

1.0.1 (2022-06-17)

Bug Fixes

  • 🐛 Insert font links during development (ca49168)

Documentation

  • ✏️ README describes how to use it (5fb8435)

Tests

  • 💍 Added snapshot test (a724866)
  • 💍 Import path/posix from path (1ef8188)
  • 💍 Modified from snapshot testing to testing with cheerio (1361a1d)
astro-fonts-next - v1.0.0

Published by dc7290 over 2 years ago

1.0.0 (2022-06-16)

Features

  • 🚀 Added font integration (75c9310)

Bug Fixes

  • 🐛 Added processing when build-format is file (e5e0a54)
  • 🐛 Fixed import method for Type="module" (efe16d9)
  • 🐛 Implement with cheerio instead of transformIndexHtml (a8b0b38)

Tests

  • 💍 Added page components (3ad187e)
  • 💍 Added test directory when build-format is file (b8180bc)
  • 💍 Preparation for testing (4570616)

Continuous Integration

  • 🎡 Set SKIP_BY_SEMANTIC_RELEASE=true (dfe2ee2)