forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
12 changed files
with
505 additions
and
7 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 |
---|---|---|
|
@@ -3,6 +3,89 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.1.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/compare/[email protected]@2.1.0) (2019-05-02) | ||
|
||
### Features | ||
|
||
- **gatsby:** add assetPrefix to support deploying assets separate from html ([#12128](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/issues/12128)) ([8291044](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/commit/8291044)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **gatsby:** this is a breaking change (as currently authored) for a | ||
few plugins (specified in this commit). I'll work on a fallback--but I | ||
think it might make sense to just fail here. We can specify a | ||
peerDependency in the package.json of each of these packages, too. | ||
|
||
- test: get tests passing | ||
|
||
- test: add a test for assetPrefix with nesting | ||
|
||
- Update docs/docs/path-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- chore: fix up merge conflicts/get tests passing | ||
|
||
- chore: tweak version | ||
|
||
- fix(gatsby-plugin-sitemap): work with asset prefix | ||
|
||
- fix(gatsby): disallow both relative assetPrefix and pathPrefix | ||
|
||
- chore: fallback to withPathPrefix, bump peerDep | ||
|
||
- chore: remove caveat re: trailing slash | ||
|
||
- fix: gatsby-plugin-sitemap regression | ||
|
||
- chore: revert peer dep | ||
|
||
- chore: use basePath if it's defined | ||
|
||
- chore: remove eslint global comment | ||
|
||
- chore: ensure prefixPaths is set to enable pathPrefix | ||
|
||
- chore: fix read-only error (can't reassign imports ya dingus) | ||
|
||
- chore: actually fallback | ||
|
||
- Update docs/docs/asset-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- Update docs/docs/path-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- Update docs/docs/asset-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- chore: simply/merely remove the easy term ;) | ||
|
||
- Update docs/docs/asset-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- test: write e2e test for asset prefix | ||
|
||
Note: this very well may fail | ||
|
||
- chore: fix package json and make isURL test stricter | ||
|
||
- chore: fix yarn and stuff hopefully | ||
|
||
- chore: minor clean up | ||
|
||
- fix(gatsby): fix initial navigation not registering in history | ||
|
||
- chore: remove unneccessary dep | ||
|
||
- fix: use **BASE_PATH** in development runtime too; add a test | ||
|
||
- chore: fix @pieh nit before he finds it | ||
|
||
## [2.0.17](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-link/compare/[email protected]@2.0.17) (2019-04-30) | ||
|
||
**Note:** Version bump only for package gatsby-link | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-link", | ||
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching", | ||
"version": "2.0.17", | ||
"version": "2.1.0", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,89 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.2.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed/compare/[email protected]@2.2.0) (2019-05-02) | ||
|
||
### Features | ||
|
||
- **gatsby:** add assetPrefix to support deploying assets separate from html ([#12128](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed/issues/12128)) ([8291044](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed/commit/8291044)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **gatsby:** this is a breaking change (as currently authored) for a | ||
few plugins (specified in this commit). I'll work on a fallback--but I | ||
think it might make sense to just fail here. We can specify a | ||
peerDependency in the package.json of each of these packages, too. | ||
|
||
- test: get tests passing | ||
|
||
- test: add a test for assetPrefix with nesting | ||
|
||
- Update docs/docs/path-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- chore: fix up merge conflicts/get tests passing | ||
|
||
- chore: tweak version | ||
|
||
- fix(gatsby-plugin-sitemap): work with asset prefix | ||
|
||
- fix(gatsby): disallow both relative assetPrefix and pathPrefix | ||
|
||
- chore: fallback to withPathPrefix, bump peerDep | ||
|
||
- chore: remove caveat re: trailing slash | ||
|
||
- fix: gatsby-plugin-sitemap regression | ||
|
||
- chore: revert peer dep | ||
|
||
- chore: use basePath if it's defined | ||
|
||
- chore: remove eslint global comment | ||
|
||
- chore: ensure prefixPaths is set to enable pathPrefix | ||
|
||
- chore: fix read-only error (can't reassign imports ya dingus) | ||
|
||
- chore: actually fallback | ||
|
||
- Update docs/docs/asset-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- Update docs/docs/path-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- Update docs/docs/asset-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- chore: simply/merely remove the easy term ;) | ||
|
||
- Update docs/docs/asset-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- test: write e2e test for asset prefix | ||
|
||
Note: this very well may fail | ||
|
||
- chore: fix package json and make isURL test stricter | ||
|
||
- chore: fix yarn and stuff hopefully | ||
|
||
- chore: minor clean up | ||
|
||
- fix(gatsby): fix initial navigation not registering in history | ||
|
||
- chore: remove unneccessary dep | ||
|
||
- fix: use **BASE_PATH** in development runtime too; add a test | ||
|
||
- chore: fix @pieh nit before he finds it | ||
|
||
## [2.1.2](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-feed/compare/[email protected]@2.1.2) (2019-04-30) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-feed | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-feed", | ||
"description": "Creates an RSS feed for your Gatsby site.", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"author": "Nicholas Young <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,89 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.1.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/[email protected]@2.1.0) (2019-05-02) | ||
|
||
### Features | ||
|
||
- **gatsby:** add assetPrefix to support deploying assets separate from html ([#12128](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/issues/12128)) ([8291044](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/commit/8291044)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **gatsby:** this is a breaking change (as currently authored) for a | ||
few plugins (specified in this commit). I'll work on a fallback--but I | ||
think it might make sense to just fail here. We can specify a | ||
peerDependency in the package.json of each of these packages, too. | ||
|
||
- test: get tests passing | ||
|
||
- test: add a test for assetPrefix with nesting | ||
|
||
- Update docs/docs/path-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- chore: fix up merge conflicts/get tests passing | ||
|
||
- chore: tweak version | ||
|
||
- fix(gatsby-plugin-sitemap): work with asset prefix | ||
|
||
- fix(gatsby): disallow both relative assetPrefix and pathPrefix | ||
|
||
- chore: fallback to withPathPrefix, bump peerDep | ||
|
||
- chore: remove caveat re: trailing slash | ||
|
||
- fix: gatsby-plugin-sitemap regression | ||
|
||
- chore: revert peer dep | ||
|
||
- chore: use basePath if it's defined | ||
|
||
- chore: remove eslint global comment | ||
|
||
- chore: ensure prefixPaths is set to enable pathPrefix | ||
|
||
- chore: fix read-only error (can't reassign imports ya dingus) | ||
|
||
- chore: actually fallback | ||
|
||
- Update docs/docs/asset-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- Update docs/docs/path-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- Update docs/docs/asset-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- chore: simply/merely remove the easy term ;) | ||
|
||
- Update docs/docs/asset-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- test: write e2e test for asset prefix | ||
|
||
Note: this very well may fail | ||
|
||
- chore: fix package json and make isURL test stricter | ||
|
||
- chore: fix yarn and stuff hopefully | ||
|
||
- chore: minor clean up | ||
|
||
- fix(gatsby): fix initial navigation not registering in history | ||
|
||
- chore: remove unneccessary dep | ||
|
||
- fix: use **BASE_PATH** in development runtime too; add a test | ||
|
||
- chore: fix @pieh nit before he finds it | ||
|
||
## [2.0.29](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-manifest/compare/[email protected]@2.0.29) (2019-04-10) | ||
|
||
### Bug Fixes | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-manifest", | ||
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", | ||
"version": "2.0.29", | ||
"version": "2.1.0", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
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 |
---|---|---|
|
@@ -3,6 +3,89 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.1.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/compare/[email protected]@2.1.0) (2019-05-02) | ||
|
||
### Features | ||
|
||
- **gatsby:** add assetPrefix to support deploying assets separate from html ([#12128](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/issues/12128)) ([8291044](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/commit/8291044)) | ||
|
||
### BREAKING CHANGES | ||
|
||
- **gatsby:** this is a breaking change (as currently authored) for a | ||
few plugins (specified in this commit). I'll work on a fallback--but I | ||
think it might make sense to just fail here. We can specify a | ||
peerDependency in the package.json of each of these packages, too. | ||
|
||
- test: get tests passing | ||
|
||
- test: add a test for assetPrefix with nesting | ||
|
||
- Update docs/docs/path-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- chore: fix up merge conflicts/get tests passing | ||
|
||
- chore: tweak version | ||
|
||
- fix(gatsby-plugin-sitemap): work with asset prefix | ||
|
||
- fix(gatsby): disallow both relative assetPrefix and pathPrefix | ||
|
||
- chore: fallback to withPathPrefix, bump peerDep | ||
|
||
- chore: remove caveat re: trailing slash | ||
|
||
- fix: gatsby-plugin-sitemap regression | ||
|
||
- chore: revert peer dep | ||
|
||
- chore: use basePath if it's defined | ||
|
||
- chore: remove eslint global comment | ||
|
||
- chore: ensure prefixPaths is set to enable pathPrefix | ||
|
||
- chore: fix read-only error (can't reassign imports ya dingus) | ||
|
||
- chore: actually fallback | ||
|
||
- Update docs/docs/asset-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- Update docs/docs/path-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- Update docs/docs/asset-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- chore: simply/merely remove the easy term ;) | ||
|
||
- Update docs/docs/asset-prefix.md | ||
|
||
Co-Authored-By: DSchau <[email protected]> | ||
|
||
- test: write e2e test for asset prefix | ||
|
||
Note: this very well may fail | ||
|
||
- chore: fix package json and make isURL test stricter | ||
|
||
- chore: fix yarn and stuff hopefully | ||
|
||
- chore: minor clean up | ||
|
||
- fix(gatsby): fix initial navigation not registering in history | ||
|
||
- chore: remove unneccessary dep | ||
|
||
- fix: use **BASE_PATH** in development runtime too; add a test | ||
|
||
- chore: fix @pieh nit before he finds it | ||
|
||
## [2.0.25](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline/compare/[email protected]@2.0.25) (2019-03-11) | ||
|
||
**Note:** Version bump only for package gatsby-plugin-offline | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-offline", | ||
"description": "Gatsby plugin which sets up a site to be able to run offline", | ||
"version": "2.0.25", | ||
"version": "2.1.0", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
Oops, something went wrong.