Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Latest commit

 

History

History
48 lines (27 loc) · 2.36 KB

CHANGELOG.md

File metadata and controls

48 lines (27 loc) · 2.36 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.2.0 (2020-03-30)

Features

  • Add keys to <Head> tags to prevent duplicates (e0caed5)
  • Add data-next-google-fonts-* attributes for debugging (dd7cc13)

2.1.0 (2020-03-15)

Features

  • add "no-js" fallback (4f45eb2)

    In the unlikely event that a visitor has intentionally disabled JavaScript, fall back to the original method. The good news is that, although this is a render-blocking request, it can still make use of the preconnect which makes it marginally faster than the default.

    Harry Roberts

2.0.0 (2020-02-26)

Refactor

  • switches to named GoogleFonts export (8fdb19d)

Features

  • upgrade peerDeps to latest next and react versions (8fdb19d)

1.3.0 (2020-02-25)

Features

  • add named export of GoogleFonts (f9e17b5)

1.2.1 (2020-07-08)

Reverts

  • remove react-google-fonts until tested (f9096dd)

1.2.0 (2020-07-08)

Features

  • introduce react-google-fonts (aea5b19)