Skip to content

Latest commit

 

History

History
413 lines (259 loc) · 18.1 KB

CHANGELOG.md

File metadata and controls

413 lines (259 loc) · 18.1 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v0.0.4

compare changes

v0.0.3

compare changes

v0.0.2

compare changes

v2.0.0

🚀 Enhancements

  • Preload option (de34e4e)
  • Add option to use stylesheet (e47728b)
  • Text option (#44)
  • Typescript rewrite (#54)
  • Add preconnect hint for Google Fonts stylesheet (#85)
  • ⚠️ Default to font-display: swap unless preloading (#88)
  • Turn on font stylesheet inlining by default (#87)
  • ⚠️ Add support for nuxt 3/nuxt bridge (#94)
  • Add log message when downloading fonts (#144)

🩹 Fixes

  • Remove export default (f19d63c)
  • Update google-fonts-helper (b32099d)
  • Resolve inject css (6b1319e)
  • Render blocking resources (84c7f36)
  • Font flickers when changing page (#21)
  • Force hid to support client-side only (46ed9ec)
  • Load fonts usign style import (47020d8)
  • Remove once (e502024)
  • Use script to load fonts (0a453c1)
  • Update crossorigin attribute (feaeb9e)
  • Docs typo and formatting (#52)
  • Turn off preload tag option by default (#86)
  • Insert noscript tag in body open (#142)
  • Overwrite and duplicate fonts (#161)

💅 Refactors

  • Use google-fonts-helper (a8ed6ca)

📖 Documentation

  • Update options (48b3cad)
  • Udpdate badges (e6a72fa)
  • Update (8e9de17)
  • Formatting (7a24192)
  • Add content docs (2feffa4)
  • Fix typo (b772b76)
  • Add logos and primary color (1d666c4)
  • Update image (76c47f4)
  • Update readme (d7f254f)
  • Solve documentation at example inject option (#45)
  • Fix version (72ec92f)
  • Wrong option in code example. (#59)
  • Consistent logo sizing between dark/light mode (#65)
  • Update docs with new defaults (#91)
  • Repair link to the preload article on MDN (#99)
  • Update setup content (#124)
  • Migrate to docus (#95)
  • Update image and colors (#148)
  • Update colors (#151)
  • Update social card (47a7ecf)
  • Add example for variable fonts (#170)

🏡 Chore

✅ Tests

🎨 Styles

🤖 CI

⚠️ Breaking Changes

  • ⚠️ Default to font-display: swap unless preloading (#88)
  • ⚠️ Add support for nuxt 3/nuxt bridge (#94)

❤️ Contributors

v3.1.3

compare changes

🏡 Chore

❤️ Contributors

v3.1.2

compare changes

📖 Documentation

  • Add example for variable fonts (#170)

❤️ Contributors

v3.1.1

compare changes

🏡 Chore

  • release: V3.1.0 (61103de)
  • Use module-builder stub mode for more accurate types (#167)

❤️ Contributors

v3.1.0

compare changes

🚀 Enhancements

  • Add log message when downloading fonts (#144)

🩹 Fixes

  • Overwrite and duplicate fonts (#161)

📖 Documentation

  • Migrate to docus (#95)
  • Update image and colors (#148)
  • Update colors (#151)
  • Update social card (47a7ecf)

🏡 Chore

✅ Tests

❤️ Contributors

v3.0.2

compare changes

🩹 Fixes

  • Insert noscript tag in body open (#142)

🏡 Chore

  • Update deps (#141)
  • Disable module when head as function (#143)

❤️ Contributors

v3.0.1

compare changes

📖 Documentation

  • Update setup content (#124)

🏡 Chore

  • Move to nuxt-modules (#126)
  • Update deps (ed879ed)

✅ Tests

  • Dont use data-key (019772b)
  • Update (31c535c)

❤️ Contributors

v3.0.0

🏡 Chore

  • Update module (16e03a8)
  • Bump pnpm (623a5b0)

❤️ Contributors

3.0.0-1 (2022-10-25)

Features

  • Enable noscript tag
  • Force override fonts when has changed
  • Encoded family name

Chore

  • Update google-fonts-helper
  • Update @nuxt/kit
  • Migrate to pnpm

3.0.0-0 (2022-07-22)

⚠ BREAKING CHANGES

  • add support for nuxt 3/nuxt bridge (#94)

Features

  • add support for nuxt 3/nuxt bridge (#94) (fbe5d77)

2.0.0 (2022-06-09)

⚠ BREAKING CHANGES

  • default to font-display: swap unless preloading (#88)

Features

  • add preconnect hint for Google Fonts stylesheet (#85) (bb8c6f2)
  • default to font-display: swap unless preloading (#88) (1e50410)
  • turn on font stylesheet inlining by default (#87) (8b53012)
  • typescript rewrite (#54) (81259ca)

Bug Fixes

1.3.0 (2021-02-15)

Features

1.2.0 (2020-11-10)

Features

  • add option to use stylesheet (e47728b)

1.1.6 (2020-11-10)

1.1.5 (2020-11-09)

1.1.4 (2020-11-07)

Bug Fixes

  • update crossorigin attribute (feaeb9e), closes #27

1.1.3 (2020-10-22)

Bug Fixes

  • use script to load fonts (0a453c1)

1.1.2 (2020-10-20)

Bug Fixes

  • force hid to support client-side only (46ed9ec)

1.1.1 (2020-10-20)

Bug Fixes

  • font flickers when changing page (#21) (a992792)

1.1.0 (2020-10-11)

Features

Bug Fixes

  • render blocking resources (84c7f36)

1.0.3 (2020-09-17)

1.0.2 (2020-09-10)

Bug Fixes

1.0.1 (2020-09-09)

Bug Fixes

  • update google-fonts-helper (b32099d)

1.0.0 (2020-07-17)

0.1.0 (2020-07-13)

Bug Fixes