-
-
Notifications
You must be signed in to change notification settings - Fork 543
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
61 changed files
with
6,373 additions
and
8,666 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
"@lekoarts/gatsby-theme-minimal-blog": major | ||
"@lekoarts/gatsby-theme-minimal-blog-core": major | ||
--- | ||
|
||
Compatibility with **Gatsby 4**. Upgrade your theme to be able to use the new Gatsby release. Leverage Deferred Static Generation (DSG), Server-Side Rendering (SSR) and Parallel Query Running (PQR) with this new release. [Learn more about Gatsby 4](https://www.gatsbyjs.com/gatsby-4/). | ||
|
||
All Gatsby related packages were also upgraded to their latest new major version. | ||
|
||
[See Gatsby 4 Migration Guide](https://gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/) | ||
|
||
**BREAKING CHANGES:** | ||
|
||
- Minimum required Node.js version: `>=14.15.0` | ||
- Minimum required `gatsby` version: `^4.0.0` | ||
- Upgraded Theme UI (packages) from `^0.9.0` to `^0.11.0` | ||
|
||
**New Features:** | ||
|
||
- You can now use `defer: true` in the frontmatter of your page/post to mark the page as deferred (for Deferred Static Generation) | ||
|
||
**Bug Fixes:** | ||
|
||
- The `slug` key on posts now correctly respects the `postsPrefix` option (fixes https://github.com/LekoArts/gatsby-themes/issues/699). This means that the URL now also contains the `postsPrefix` option (which is potentially breaking if you rely on this being different). | ||
- The `slug` key on pages now correctly respects the `basePath` option. This means that the URL now also contains the `basePath` option (which is potentially breaking if you rely on this being different). | ||
|
||
**Migration:** | ||
|
||
- If you relied on `slug` both for posts or pages you'll need to check if your URLs are still as expected | ||
- If you used Theme UI in custom components, check the [Theme UI changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md) | ||
- Update CI/local environment to account for the new Node.js requirement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
"@lekoarts/gatsby-theme-status-dashboard": major | ||
--- | ||
|
||
Compatibility with **Gatsby 4**. Upgrade your theme to be able to use the new Gatsby release. Leverage Deferred Static Generation (DSG), Server-Side Rendering (SSR) and Parallel Query Running (PQR) with this new release. [Learn more about Gatsby 4](https://www.gatsbyjs.com/gatsby-4/). | ||
|
||
All Gatsby related packages were also upgraded to their latest new major version. | ||
|
||
[See Gatsby 4 Migration Guide](https://gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/) | ||
|
||
**BREAKING CHANGES:** | ||
|
||
- Minimum required Node.js version: `>=14.15.0` | ||
- Minimum required `gatsby` version: `^4.0.0` | ||
- Upgraded Theme UI (packages) from `^0.9.0` to `^0.11.0` | ||
|
||
Moreover, the `<Grid>` and `<Card>` components and their props had breaking changes. | ||
|
||
The Card component now takes these props: | ||
|
||
```ts | ||
type Props = { | ||
name: string; | ||
netlify_id?: string; | ||
website?: string; | ||
repo: string; | ||
netlify?: boolean; | ||
circleci?: boolean; | ||
circleci_id?: string; | ||
}; | ||
``` | ||
|
||
The Grid component now normalized the entries from Netlify and CircleCI and merges them together. Current behavior is that a card will render when the site is on Netlify and then optionally the CircleCI information is added. New behavior is that also entries are shown that are only on CircleCI. | ||
|
||
**Migration:** | ||
|
||
- If you used Theme UI in custom components, check the [Theme UI changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md) | ||
- Update CI/local environment to account for the new Node.js requirement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
"@lekoarts/gatsby-theme-emilia": major | ||
"@lekoarts/gatsby-theme-emilia-core": major | ||
"@lekoarts/gatsby-theme-emma": major | ||
"@lekoarts/gatsby-theme-emma-core": major | ||
--- | ||
|
||
Compatibility with **Gatsby 4**. Upgrade your theme to be able to use the new Gatsby release. Leverage Deferred Static Generation (DSG), Server-Side Rendering (SSR) and Parallel Query Running (PQR) with this new release. [Learn more about Gatsby 4](https://www.gatsbyjs.com/gatsby-4/). | ||
|
||
All Gatsby related packages were also upgraded to their latest new major version. | ||
|
||
[See Gatsby 4 Migration Guide](https://gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/) | ||
|
||
**BREAKING CHANGES:** | ||
|
||
- Minimum required Node.js version: `>=14.15.0` | ||
- Minimum required `gatsby` version: `^4.0.0` | ||
- Upgraded Theme UI (packages) from `^0.9.0` to `^0.11.0` | ||
|
||
**Features:** | ||
|
||
- You can now use `defer: true` in the frontmatter of your page/post to mark the page as deferred (for Deferred Static Generation) | ||
|
||
**Migration:** | ||
|
||
- If you used Theme UI in custom components, check the [Theme UI changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md) | ||
- Update CI/local environment to account for the new Node.js requirement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
"@lekoarts/gatsby-theme-jodie": major | ||
"@lekoarts/gatsby-theme-jodie-core": major | ||
--- | ||
|
||
Compatibility with **Gatsby 4**. Upgrade your theme to be able to use the new Gatsby release. Leverage Deferred Static Generation (DSG), Server-Side Rendering (SSR) and Parallel Query Running (PQR) with this new release. [Learn more about Gatsby 4](https://www.gatsbyjs.com/gatsby-4/). | ||
|
||
All Gatsby related packages were also upgraded to their latest new major version. | ||
|
||
[See Gatsby 4 Migration Guide](https://gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/) | ||
|
||
**BREAKING CHANGES:** | ||
|
||
- Minimum required Node.js version: `>=14.15.0` | ||
- Minimum required `gatsby` version: `^4.0.0` | ||
- Upgraded Theme UI (packages) from `^0.9.0` to `^0.11.0` | ||
|
||
**Features:** | ||
|
||
- You can now use `defer: true` in the frontmatter of your page/post to mark the page as deferred (for Deferred Static Generation) | ||
|
||
**Bug Fixes:** | ||
|
||
- The `slug` key on projects now correctly respects the `projectsPrefix` option. This means that the URL now also contains the `projectsPrefix` option (which is potentially breaking if you rely on this being different). | ||
- The `slug` key on pages now correctly respects the `basePath` option. This means that the URL now also contains the `basePath` option (which is potentially breaking if you rely on this being different). | ||
- The items in the `navigation` option are now prefixed with the `basePath` in the `navigation.tsx` component. If you've shadowed the file you'll need to update your component. | ||
- The logo link (in the `sidebar.tsx` component) now goes to `basePath` and not `/` (this way the link correctly works with `basePath` option). If you've shadowed the file you'll need to update your component. | ||
|
||
**Migration:** | ||
|
||
- If you relied on `slug` both for posts or pages you'll need to check if your URLs are still as expected | ||
- If you used Theme UI in custom components, check the [Theme UI changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md) | ||
- Update CI/local environment to account for the new Node.js requirement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
"@lekoarts/gatsby-theme-cara": major | ||
"@lekoarts/gatsby-theme-graphql-playground": major | ||
"@lekoarts/gatsby-theme-specimens": major | ||
"@lekoarts/gatsby-theme-styleguide": major | ||
--- | ||
|
||
Compatibility with **Gatsby 4**. Upgrade your theme to be able to use the new Gatsby release. Leverage Deferred Static Generation (DSG), Server-Side Rendering (SSR) and Parallel Query Running (PQR) with this new release. [Learn more about Gatsby 4](https://www.gatsbyjs.com/gatsby-4/). | ||
|
||
All Gatsby related packages were also upgraded to their latest new major version. | ||
|
||
[See Gatsby 4 Migration Guide](https://gatsbyjs.com/docs/reference/release-notes/migrating-from-v3-to-v4/) | ||
|
||
**BREAKING CHANGES:** | ||
|
||
- Minimum required Node.js version: `>=14.15.0` | ||
- Minimum required `gatsby` version: `^4.0.0` | ||
- Upgraded Theme UI (packages) from `^0.9.0` to `^0.11.0` | ||
|
||
**Migration:** | ||
|
||
- If you used Theme UI in custom components, check the [Theme UI changelog](https://github.com/system-ui/theme-ui/blob/develop/CHANGELOG.md) | ||
- Update CI/local environment to account for the new Node.js requirement |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
v14.16.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.