Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for font loaders #40746

Merged
merged 17 commits into from Sep 22, 2022
Merged

Add support for font loaders #40746

merged 17 commits into from Sep 22, 2022

Commits on Sep 21, 2022

  1. Add experimental.fontLoaders config

    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    2638407 View commit details
    Browse the repository at this point in the history
  2. Add next-font-loader

    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    6a673f2 View commit details
    Browse the repository at this point in the history
  3. Setup loaders for font loader imports

    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    3c64d7e View commit details
    Browse the repository at this point in the history
  4. Generate manifest of preloaded font files

    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    60371db View commit details
    Browse the repository at this point in the history
  5. Add font loader manifest to html context

    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4e9a90e View commit details
    Browse the repository at this point in the history
  6. Preload/preconnect in _document given the manifest

    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    62fc52d View commit details
    Browse the repository at this point in the history
  7. Add tests

    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4ace254 View commit details
    Browse the repository at this point in the history
  8. temp add font package

    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    1b5679a View commit details
    Browse the repository at this point in the history
  9. temp add swc plugin

    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d85f7b1 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'canary' into next-font-loaders

    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    cbfd35a View commit details
    Browse the repository at this point in the history
  11. Revert "temp add swc plugin"

    This reverts commit d85f7b1.
    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    cbd7c8f View commit details
    Browse the repository at this point in the history
  12. Revert "temp add font package"

    This reverts commit 1b5679a.
    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    06c7b50 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'canary' of https://github.com/hanneslund/next.js into n…

    …ext-font-loaders
    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    77193f3 View commit details
    Browse the repository at this point in the history
  14. Remove wrong test file

    Hannes Bornö committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    93551f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    82e22ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8b1e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ba154 View commit details
    Browse the repository at this point in the history