Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Blitz.js

⚑️The Fullstack React Framework
Collective - Host: opensource - https://opencollective.com/blitzjs - Website: https://blitzjs.com - Code: https://github.com/blitz-js

Fix: disable useQuery on first render, when router params don't exist yet AND fix TS type for useRouter() (#1422)

(patch)

github.com/blitz-js/legacy-framework - 91aebf44bc040ce99e3283bfe4fa2a9cf93443e8 authored almost 4 years ago by Brandon Bayer <[email protected]>
feat: update create-next-app to init with main as initial branch (#17745)

When `create-next-app` is initialized a git repo, it now uses 'main' as the initial branch.

The...

github.com/blitz-js/next.js - 19febb10c03280c200a00033a7d59ceded0d7923 authored almost 4 years ago by Dinesh Balaji <[email protected]>
Add additional tests (#18597)

This PR adds additional security tests.

github.com/blitz-js/next.js - 266c7ed74c52cfe73c304a1adac7b986f4b723a5 authored almost 4 years ago by Joe Haddad <[email protected]>
Fix redirect query handling for param like values (#17448)

This makes sure to compile query values for rewrites/redirects as non-path items to prevent para...

github.com/blitz-js/next.js - 2effca8e037ffc4c29e668895994dfbe78b4e44b authored almost 4 years ago by JJ Kasper <[email protected]>
[Examples] Switch contentful example to graphql (#15223)

Now that all Contentful spaces support GraphQL, we are looking into switching the example from u...

github.com/blitz-js/next.js - 3f4872aa679c66078a305f9fdbcde97a14f1e755 authored almost 4 years ago by Ante Sepic <[email protected]>
Control <Image /> prefetching with React (#18904)

This pull request fixes `<Image />` not updating when new props are passed by removing external ...

github.com/blitz-js/next.js - c8fa2848544b16fe3ab301be91bb05d2f7382596 authored almost 4 years ago by Joe Haddad <[email protected]>
Update image example with link back to source code (#18909)

Fixes #18908

github.com/blitz-js/next.js - 37fb0ad220116181a059a38560dc95667830557e authored almost 4 years ago by Steven <[email protected]>
v10.0.2-canary.3

github.com/blitz-js/next.js - 39453bba69d83167d72373b01fd3229a8479985b authored almost 4 years ago by JJ Kasper <[email protected]>
Add <a> to <Link> (#18900)

Co-authored-by: Luis Alvarez <[email protected]>

github.com/blitz-js/next.js - b471b3b29eec7c9b0c2eb9e5042969f553d31311 authored almost 4 years ago by Bruno Crosier <[email protected]>
Ensure correct target is used for ncc'ing web-vitals (#18905)

This makes sure we don't use es6 syntax when compiling the `web-vitals` package with `ncc` since...

github.com/blitz-js/next.js - f02f70478bfb8435d84667925ea740dd86124593 authored almost 4 years ago by JJ Kasper <[email protected]>
Load CSS early instead of only preloading (#18846)

While we were fixing how Next.js handled CSS, we added a complex prefetch, preload, fetch sequen...

github.com/blitz-js/next.js - e9054744d84638555c10a33a76949c845d175fe0 authored almost 4 years ago by Joe Haddad <[email protected]>
Updated chakra-ui dependencies (#18881)

- new chakra-ui rc version doesn't work without 'farmer-motion', installed farmer motion
- updat...

github.com/blitz-js/next.js - ac54573b74d50469c826d438d72929cfc34ad369 authored almost 4 years ago by Prottay Rudra <[email protected]>
Upgrade cssnano (#18879)

Fixes #17066

github.com/blitz-js/next.js - 6b8903f1b74e1f0e6704397afb08343d444d616c authored almost 4 years ago by Joe Haddad <[email protected]>
Fix relay-analytics test on Azure (#18875)

github.com/blitz-js/next.js - db0587c4ac186d46709878500382127abee0281e authored almost 4 years ago by JJ Kasper <[email protected]>
Fix production test compatibility for ie11 (#18874)

This corrects this test failing from an arrow function being used in ie11 which isn't supported ...

github.com/blitz-js/next.js - d23d25f4b7770ac713de41e97e6d3e3937adea46 authored almost 4 years ago by JJ Kasper <[email protected]>
Update docs for `notFound` and `redirect` (#18870)

Note that the indentation of the code samples and notes is important so it uses the same indenta...

github.com/blitz-js/next.js - d87bc3de980b23c1f616c043c522eb87432f2cc4 authored almost 4 years ago by Luis Alvarez D <[email protected]>
ncc 0.25.0 upgrade and fixes (#18873)

This upgrades to [email protected] and fixes the previous bugs including:

* ncc not referenced correct...

github.com/blitz-js/next.js - 8221c180a55828b39a7e1e01811365bfaaa0dd19 authored almost 4 years ago by Guy Bedford <[email protected]>
Ensure we prefetch on hover (#18859)

* Ensure we prefetch on hover

* double because of hovering prefetch

* rerun workflow

* ...

github.com/blitz-js/next.js - 80468ad4c21647a45188f7793ee2924385689300 authored almost 4 years ago by Joe Haddad <[email protected]>
update start script with another codesandbox node version workaround

github.com/blitz-js/codesandbox-template - f47129ce5f54e6f2068d6a869aaa38662ce162af authored almost 4 years ago by Brandon Bayer <[email protected]>
Fix lazy loaded images on IE 11 when no IntersectionObserver detected (#18868)

Fixes #18827 so that lazy loading does not break IE 11.

github.com/blitz-js/next.js - d04186e48052831523acdfa5d3a58ebc6239c100 authored almost 4 years ago by Steven <[email protected]>
Fix cannot read property '_clientVersion' of undefined (#1419)

(patch)

github.com/blitz-js/legacy-framework - 6d45d52f7a500e56ebf00f87b76ce42dd94de94f authored almost 4 years ago by Hiroki Isogai <[email protected]>
yarn dev regression fix, ncc revert (#18861)

This fixes the current regression with an ncc revert for now.

I will continue to follow up with...

github.com/blitz-js/next.js - 4dbb65d0f1196f9e2f7dedffd3c0e8eb26e448a6 authored almost 4 years ago by Guy Bedford <[email protected]>
Fix chromedriver set-up to test electron separately (#18854)

* Fix chromedriver set-up to test electron separately

* Update workflow

* Update compiled

github.com/blitz-js/next.js - 8799bd2b00701684b7c8c68e9426a627f80c8961 authored almost 4 years ago by JJ Kasper <[email protected]>
v10.0.2-canary.2

github.com/blitz-js/next.js - de80b0cc5327a5f02929f5828c640335d2392750 authored almost 4 years ago by Joe Haddad <[email protected]>
Add props `objectFit` and `objectPosition` to Image component (#18849)

Fixes #18794

github.com/blitz-js/next.js - b684b110e458ed1f3fa36c7d3e1911c3a55f8100 authored almost 4 years ago by Steven <[email protected]>
Fix issues with apollo cache data merging and restoration (#17681)

This PR fixes issues in two apollo examples where cached queries are lost, and cached data is me...

github.com/blitz-js/next.js - 8e9e9494dd4bc241f4cae06a77f582def81ba719 authored almost 4 years ago by Matthew Lilley <[email protected]>
feat(examples): use next-plugin-preact on using-preact example (#18588)

hey there πŸ‘‹

stumbled on the [`using-preact` example](https://github.com/vercel/next.js/tree/ca...

github.com/blitz-js/next.js - 6ea504a6a0725ab7db899e836645cd77e3b53eef authored almost 4 years ago by Vitor Dino <[email protected]>
Add note about domain locales (#18845)

github.com/blitz-js/next.js - 6fbe5b439dc9725af8cd4889b9bb662a53c07e82 authored almost 4 years ago by JJ Kasper <[email protected]>
(docs) Add format to `notFound` for consistency (#18363)

The previous props are in bold, but `notFound` is not.

github.com/blitz-js/next.js - 907888c70adccdf1fdcd250add8f7f40db12fc97 authored almost 4 years ago by Alex Vilchis <[email protected]>
v10.0.2-canary.1

github.com/blitz-js/next.js - f8f0c6bb910c09ad5f17784b5814485d66737d8a authored almost 4 years ago by Joe Haddad <[email protected]>
ncc Babel inlining (#18768)

This adds inlining for Babel and the Babel plugins used in next.

This is based to the PR at htt...

github.com/blitz-js/next.js - 64850a83487b23fd081ec73ee6a0fa6ca7de9105 authored almost 4 years ago by Guy Bedford <[email protected]>
docs: add wobsoriano as a contributor (#1420)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> (m...

github.com/blitz-js/legacy-framework - c451a5d55e20b5ef67622c438b9f5ad6429f0275 authored almost 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Remove React imports from page templates (#1418)

(patch)

github.com/blitz-js/legacy-framework - 646e8ae0f67ff23d4f61eca25d6bfd0ff9a69a26 authored almost 4 years ago by Robert Soriano <[email protected]>
tests(create-next-app): remove extraneous helper (#18833)

The helper `runStarter()` is extraneous.

github.com/blitz-js/next.js - 596ee9c19b076239dd281dfb7739b428c22b425d authored almost 4 years ago by James George <[email protected]>
Upgrade browserslist (#17662)

Ref https://github.com/browserslist/browserslist/blob/master/CHANGELOG.md

github.com/blitz-js/next.js - f78ee06f5c19dabe0bdeb99681c4d48150a7ba33 authored almost 4 years ago by Bogdan Chadkin <[email protected]>
Make getInlineScriptSource arg Readonly (#17281)

The rule [total-functions/no-unsafe-readonly-mutable-assignment](https://github.com/danielnixon/...

github.com/blitz-js/next.js - b3d9fd2a0d7be9070242c4534059dea1c1b0c55a authored almost 4 years ago by Will Heslam <[email protected]>
Speed up SSG prefetching (#18813)

This pull request speeds up Next.js' rendering pipeline by fetching data, parsing it, and loadin...

github.com/blitz-js/next.js - bc2282fa38a47accf93131570696c90affa6a994 authored almost 4 years ago by Joe Haddad <[email protected]>
tests(create-next-app): increase coverage (#18630)

Added a test case for asking for a name for the project if not supplied.

github.com/blitz-js/next.js - 5d80e684cd022d566c8201b8e0e3f4d248e67956 authored almost 4 years ago by James George <[email protected]>
Update ncc (#18823)

This updates to the latest [email protected] release.

Initially I thought chalk needed to be removed t...

github.com/blitz-js/next.js - 7b66da83e3ca91fde160c56ac272679c57f940e7 authored almost 4 years ago by Guy Bedford <[email protected]>
v0.25.0-canary.2

github.com/blitz-js/legacy-framework - 28ded0c1b1cba60e2ea89b1fecdf89a847410f9b authored almost 4 years ago by Brandon Bayer <[email protected]>
Fix useInfiniteQuery bug on canary where page params are empty (#1416)

(patch)

github.com/blitz-js/legacy-framework - 8c9de5a1de9d659c7bf3aa445e07e26016bc9fe1 authored almost 4 years ago by Brandon Bayer <[email protected]>
Switch to superjson for error serialization (enables using `instanceof`) (#1414)

(patch)

github.com/blitz-js/legacy-framework - a3c468b7796338d1d3a4f7b5993cac77e9325a03 authored almost 4 years ago by Brandon Bayer <[email protected]>
Add deploy to heroku instructions (#241)

Co-authored-by: Brandon Bayer <[email protected]>

github.com/blitz-js/id.blitzjs.com - ba291d85a3272d29aed1d4e1b339a2ba4f26ce02 authored almost 4 years ago by Simon Legg <[email protected]>
Add deploy to heroku instructions (#241)

Co-authored-by: Brandon Bayer <[email protected]>

github.com/blitz-js/ja.blitzjs.com - ba291d85a3272d29aed1d4e1b339a2ba4f26ce02 authored almost 4 years ago by Simon Legg <[email protected]>
Add deploy to heroku instructions (#241)

Co-authored-by: Brandon Bayer <[email protected]>

github.com/blitz-js/fr.blitzjs.com - ba291d85a3272d29aed1d4e1b339a2ba4f26ce02 authored almost 4 years ago by Simon Legg <[email protected]>
Add deploy to heroku instructions (#241)

Co-authored-by: Brandon Bayer <[email protected]>

github.com/blitz-js/pt-br.blitzjs.com - ba291d85a3272d29aed1d4e1b339a2ba4f26ce02 authored almost 4 years ago by Simon Legg <[email protected]>
Add deploy to heroku instructions (#241)

Co-authored-by: Brandon Bayer <[email protected]>

github.com/blitz-js/nl.blitzjs.com - ba291d85a3272d29aed1d4e1b339a2ba4f26ce02 authored almost 4 years ago by Simon Legg <[email protected]>
Add deploy to heroku instructions (#241)

Co-authored-by: Brandon Bayer <[email protected]>

github.com/blitz-js/ko.blitzjs.com - ba291d85a3272d29aed1d4e1b339a2ba4f26ce02 authored almost 4 years ago by Simon Legg <[email protected]>
Add deploy to heroku instructions (#241)

Co-authored-by: Brandon Bayer <[email protected]>

github.com/blitz-js/blitzjs.com - ba291d85a3272d29aed1d4e1b339a2ba4f26ce02 authored almost 4 years ago by Simon Legg <[email protected]>
Add deploy to heroku instructions (#241)

Co-authored-by: Brandon Bayer <[email protected]>

github.com/blitz-js/de.blitzjs.com - ba291d85a3272d29aed1d4e1b339a2ba4f26ce02 authored almost 4 years ago by Simon Legg <[email protected]>
Add deploy to heroku instructions (#241)

Co-authored-by: Brandon Bayer <[email protected]>

github.com/blitz-js/es.blitzjs.com - ba291d85a3272d29aed1d4e1b339a2ba4f26ce02 authored almost 4 years ago by Simon Legg <[email protected]>
Add deploy to heroku instructions (#241)

Co-authored-by: Brandon Bayer <[email protected]>

github.com/blitz-js/zh-hans.blitzjs.com - ba291d85a3272d29aed1d4e1b339a2ba4f26ce02 authored almost 4 years ago by Simon Legg <[email protected]>
Add deploy to heroku instructions (#241)

Co-authored-by: Brandon Bayer <[email protected]>

github.com/blitz-js/it.blitzjs.com - ba291d85a3272d29aed1d4e1b339a2ba4f26ce02 authored almost 4 years ago by Simon Legg <[email protected]>
Add @leggsimon as a contributor

github.com/blitz-js/legacy-framework - 6907e92d14ae71cfac8c907e28a986ef9a07d0d5 authored almost 4 years ago by Brandon Bayer <[email protected]>
Add @ericsakmar as a contributor

github.com/blitz-js/legacy-framework - 418173849b3821e2715818dc5076628a245c3099 authored almost 4 years ago by Brandon Bayer <[email protected]>
Fix Function Name in Tutorial (#242)

github.com/blitz-js/ja.blitzjs.com - c0d5448dd413130e5c31e0e08097c435092ba3c9 authored almost 4 years ago by Eric Sakmar <[email protected]>
Fix Function Name in Tutorial (#242)

github.com/blitz-js/id.blitzjs.com - c0d5448dd413130e5c31e0e08097c435092ba3c9 authored almost 4 years ago by Eric Sakmar <[email protected]>
Fix Function Name in Tutorial (#242)

github.com/blitz-js/it.blitzjs.com - c0d5448dd413130e5c31e0e08097c435092ba3c9 authored almost 4 years ago by Eric Sakmar <[email protected]>
Fix Function Name in Tutorial (#242)

github.com/blitz-js/zh-hans.blitzjs.com - c0d5448dd413130e5c31e0e08097c435092ba3c9 authored almost 4 years ago by Eric Sakmar <[email protected]>
Fix Function Name in Tutorial (#242)

github.com/blitz-js/de.blitzjs.com - c0d5448dd413130e5c31e0e08097c435092ba3c9 authored almost 4 years ago by Eric Sakmar <[email protected]>
Fix Function Name in Tutorial (#242)

github.com/blitz-js/ko.blitzjs.com - c0d5448dd413130e5c31e0e08097c435092ba3c9 authored almost 4 years ago by Eric Sakmar <[email protected]>
Fix Function Name in Tutorial (#242)

github.com/blitz-js/fr.blitzjs.com - c0d5448dd413130e5c31e0e08097c435092ba3c9 authored almost 4 years ago by Eric Sakmar <[email protected]>
Fix Function Name in Tutorial (#242)

github.com/blitz-js/es.blitzjs.com - c0d5448dd413130e5c31e0e08097c435092ba3c9 authored almost 4 years ago by Eric Sakmar <[email protected]>
Fix Function Name in Tutorial (#242)

github.com/blitz-js/nl.blitzjs.com - c0d5448dd413130e5c31e0e08097c435092ba3c9 authored almost 4 years ago by Eric Sakmar <[email protected]>
Fix Function Name in Tutorial (#242)

github.com/blitz-js/blitzjs.com - c0d5448dd413130e5c31e0e08097c435092ba3c9 authored almost 4 years ago by Eric Sakmar <[email protected]>
Fix Function Name in Tutorial (#242)

github.com/blitz-js/pt-br.blitzjs.com - c0d5448dd413130e5c31e0e08097c435092ba3c9 authored almost 4 years ago by Eric Sakmar <[email protected]>
Upon `blitz new`, prompt user for upgrade if blitz version is outdated (#1397)

Co-authored-by: Brandon Bayer <[email protected]> (patch)

github.com/blitz-js/legacy-framework - 087230e800e495e9e55a42a115ae269b6cd7405d authored almost 4 years ago by Abu Uzayr <[email protected]>
Add @matamatanot as a contributor

github.com/blitz-js/legacy-framework - 1ccfc7e5ba4091991ce4376e8f4f318702f1bcb4 authored almost 4 years ago by Brandon Bayer <[email protected]>
Not Anonymous arrow functions for Fast Refresh (#237)

You will see the following First time users will be anxious.

```
warn - ./pages/index.tsx
...

github.com/blitz-js/ja.blitzjs.com - 8543c65cf6789c31676b2c2c1061a6e338a2192f authored almost 4 years ago by matamatanot <[email protected]>
Not Anonymous arrow functions for Fast Refresh (#237)

You will see the following First time users will be anxious.

```
warn - ./pages/index.tsx
...

github.com/blitz-js/id.blitzjs.com - 8543c65cf6789c31676b2c2c1061a6e338a2192f authored almost 4 years ago by matamatanot <[email protected]>
Not Anonymous arrow functions for Fast Refresh (#237)

You will see the following First time users will be anxious.

```
warn - ./pages/index.tsx
...

github.com/blitz-js/nl.blitzjs.com - 8543c65cf6789c31676b2c2c1061a6e338a2192f authored almost 4 years ago by matamatanot <[email protected]>
Not Anonymous arrow functions for Fast Refresh (#237)

You will see the following First time users will be anxious.

```
warn - ./pages/index.tsx
...

github.com/blitz-js/ko.blitzjs.com - 8543c65cf6789c31676b2c2c1061a6e338a2192f authored almost 4 years ago by matamatanot <[email protected]>
Not Anonymous arrow functions for Fast Refresh (#237)

You will see the following First time users will be anxious.

```
warn - ./pages/index.tsx
...

github.com/blitz-js/pt-br.blitzjs.com - 8543c65cf6789c31676b2c2c1061a6e338a2192f authored almost 4 years ago by matamatanot <[email protected]>
Not Anonymous arrow functions for Fast Refresh (#237)

You will see the following First time users will be anxious.

```
warn - ./pages/index.tsx
...

github.com/blitz-js/blitzjs.com - 8543c65cf6789c31676b2c2c1061a6e338a2192f authored almost 4 years ago by matamatanot <[email protected]>
Not Anonymous arrow functions for Fast Refresh (#237)

You will see the following First time users will be anxious.

```
warn - ./pages/index.tsx
...

github.com/blitz-js/de.blitzjs.com - 8543c65cf6789c31676b2c2c1061a6e338a2192f authored almost 4 years ago by matamatanot <[email protected]>
Not Anonymous arrow functions for Fast Refresh (#237)

You will see the following First time users will be anxious.

```
warn - ./pages/index.tsx
...

github.com/blitz-js/fr.blitzjs.com - 8543c65cf6789c31676b2c2c1061a6e338a2192f authored almost 4 years ago by matamatanot <[email protected]>
Not Anonymous arrow functions for Fast Refresh (#237)

You will see the following First time users will be anxious.

```
warn - ./pages/index.tsx
...

github.com/blitz-js/es.blitzjs.com - 8543c65cf6789c31676b2c2c1061a6e338a2192f authored almost 4 years ago by matamatanot <[email protected]>
Not Anonymous arrow functions for Fast Refresh (#237)

You will see the following First time users will be anxious.

```
warn - ./pages/index.tsx
...

github.com/blitz-js/zh-hans.blitzjs.com - 8543c65cf6789c31676b2c2c1061a6e338a2192f authored almost 4 years ago by matamatanot <[email protected]>
Not Anonymous arrow functions for Fast Refresh (#237)

You will see the following First time users will be anxious.

```
warn - ./pages/index.tsx
...

github.com/blitz-js/it.blitzjs.com - 8543c65cf6789c31676b2c2c1061a6e338a2192f authored almost 4 years ago by matamatanot <[email protected]>
docs: add isoppp as a contributor (#1412)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> (m...

github.com/blitz-js/legacy-framework - cdbe9e3cef919c0dfa4879ccf534f5f65e759ff7 authored almost 4 years ago by allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Remove `as` prop from blitz generate page templates (#1411)

(patch)

github.com/blitz-js/legacy-framework - a254b7013979e884b616396ddf9201cd5bad3d53 authored almost 4 years ago by Hiroki Isogai <[email protected]>
Upgrade next: 10.0.0 β†’ 10.0.1 (#1409)

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> (minor)

github.com/blitz-js/legacy-framework - c3c0e55597338c75c0ef2fed63ad0f8c36046811 authored almost 4 years ago by depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Fix typo on `api-reference/image` (#18818)

github.com/blitz-js/next.js - afe475d3d4f339f2e327fe332cdaebbff2f483a9 authored almost 4 years ago by Willian Justen <[email protected]>
docs: fix a typo "concatenated" instead of "concatentated" (#18812)

github.com/blitz-js/next.js - 1bb318c082e17b70035e6dae7933c507a394ca5c authored almost 4 years ago by Abdelrahman Rifai <[email protected]>
v10.0.2-canary.0

github.com/blitz-js/next.js - 2bafa3bdb25ddf3fcbfd64352a449e5d17f81338 authored almost 4 years ago by JJ Kasper <[email protected]>
Ensure redirects are handled properly from cache (#18806)

This updates the GS(S)P redirect handling to make sure to handle redirects correctly when coming...

github.com/blitz-js/next.js - a5cb28d907ad34865085d38d008130aaa4667427 authored almost 4 years ago by JJ Kasper <[email protected]>
ncc inlining optimizations (#18752)

This adds ncc inlining optimizations for the following dependencies:

* cacache
* schema-utils
*...

github.com/blitz-js/next.js - 8f7f1018d2d2a17caeced66d0130d280e4ae8b00 authored almost 4 years ago by Guy Bedford <[email protected]>
Disable image optimization for Data URLs (#18804)

This PR disables image optimization and lazy loading for [Data URLs](https://developer.mozilla.o...

github.com/blitz-js/next.js - b9bf68638b49fb593cea04d7a0c244e7f0dc8c53 authored almost 4 years ago by Steven <[email protected]>
Print error when Image src is protocol-relative (#18809)

This PR prints a pretty error when the Image `src` property is a [protocol-relative URL](https:/...

github.com/blitz-js/next.js - 80fd3d5d17d398dc9e7ca81c4a214a5d1f7b7272 authored almost 4 years ago by Steven <[email protected]>
Update asPath to mention basePath/locale stripping (#18807)

Tweak `asPath` docs to mention `basePath` and `locale` will not be included in the value.

Clos...

github.com/blitz-js/next.js - cdaf837f7c1a73eafb78c6fd9e56d4eed45a698b authored almost 4 years ago by JJ Kasper <[email protected]>
Update exportPathMap.md (#18483)

This page claims that `exportPathMap` is only used by `next export`. This is somewhat misleading...

github.com/blitz-js/next.js - 5e9d1aae3d1c078878b3d8cdf81c307ad33552e7 authored almost 4 years ago by Joris W <[email protected]>
Update Image docs with links to examples (#18770)

This revises the docs to add headings and also links to layout examples.

Fixes #18554

github.com/blitz-js/next.js - 35f8f521a2be959c4a1144923a80e5af98d02873 authored almost 4 years ago by Steven <[email protected]>
Omit ignored property from <Image/ > to prevent confusion (#18796)

Fixes #18793

github.com/blitz-js/next.js - bb8a49ec8308ee4801261f965bf45f9f7b0feb05 authored almost 4 years ago by Joe Haddad <[email protected]>
Typo in err.sh url nextjs instead of next.js (#18787)

github.com/blitz-js/next.js - 37ed2d23bbb769306ef5c04a5dd93ca1750ade16 authored almost 4 years ago by Tom <[email protected]>
Remove @babel/preset-modules (#18759)

This is a prerequisite to being able to ncc inline the Babel dependencies in next.js.

The remov...

github.com/blitz-js/next.js - a1ea352911484412e83a871fd4082512ca118f69 authored almost 4 years ago by Guy Bedford <[email protected]>
fix: Using getIdToken to get a token (#18599)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>

github.com/blitz-js/next.js - 5ecdcab648e0472bc4de63e403badd4cae592bab authored almost 4 years ago by Matsumoto Toshi <[email protected]>
Silence GH Comments for Preview URLs (#18766)

Disabling GH Comments per @Timer

These are the same settings we use for the `vercel/vercel` repo.

github.com/blitz-js/next.js - 7e51b29c23e405c4b15add8026086d83d8431d9b authored almost 4 years ago by Steven <[email protected]>
Fix router not working on some protocol (#16650)

Co-authored-by: Tim Neutkens <[email protected]>
Co-authored-by: Joe Haddad <[email protected]...

github.com/blitz-js/next.js - 28e12876b8d20a295bb7ddf1a9c6bd6bde14b347 authored almost 4 years ago by Cowboy Ho <[email protected]>
v10.0.1

github.com/blitz-js/next.js - 3c3379412eeb0f877cef54bd6fe7afa9512c8ee5 authored almost 4 years ago by Joe Haddad <[email protected]>
Update example for Image Component (#18762)

github.com/blitz-js/next.js - d4a92d92ba21843d108e3629a42e200b51a5b669 authored almost 4 years ago by Steven <[email protected]>