@sanity/core-loader
Advanced tools
Comparing version 1.1.4 to 1.2.0
@@ -22,2 +22,24 @@ # Changelog | ||
## [1.2.0](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.1.4...core-loader-v1.2.0) (2023-12-12) | ||
### Features | ||
* **channels:** simplify implementation and API ([#542](https://github.com/sanity-io/visual-editing/issues/542)) ([4854e7f](https://github.com/sanity-io/visual-editing/commit/4854e7f22dabe1aafad340342d1dbc209a94e9e0)) | ||
### Bug Fixes | ||
* deprecate `allowStudioOrigin`, as it's no longer needed ([7ad52a0](https://github.com/sanity-io/visual-editing/commit/7ad52a03dfc05e3b3b7323468be4ebb1ae78c78a)) | ||
* **deps:** update dependency @sanity/client to ^6.10.0 ([#551](https://github.com/sanity-io/visual-editing/issues/551)) ([5dc24c9](https://github.com/sanity-io/visual-editing/commit/5dc24c98bb84d7bc6dea5e77ac88dc4ca2cc9c6b)) | ||
* **loadQuery:** add `cache` and `next` typings ([#554](https://github.com/sanity-io/visual-editing/issues/554)) ([70ff1b0](https://github.com/sanity-io/visual-editing/commit/70ff1b006ebe3996e1a809ebc8b77d1dbdbf65b0)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* devDependencies | ||
* @sanity/channels bumped from 0.1.0 to 0.2.0 | ||
* @sanity/visual-editing-helpers bumped from 0.1.3 to 0.1.4 | ||
## [1.1.3](https://github.com/sanity-io/visual-editing/compare/core-loader-v1.1.2...core-loader-v1.1.3) (2023-12-07) | ||
@@ -24,0 +46,0 @@ |
@@ -49,10 +49,5 @@ import { Cache as Cache_2 } from 'async-cache-dedupe' | ||
/** | ||
* The origin that are allowed to connect to the loader. | ||
* If left unspecified it will default to the current origin, and the Studio will have to be hosted by the same origin. | ||
* @example 'https://my.sanity.studio' | ||
* @example location.origin | ||
* @example 'same-origin' | ||
* @defaultValue 'same-origin' | ||
* @deprecated -- no longer needed | ||
*/ | ||
allowStudioOrigin: | ||
allowStudioOrigin?: | ||
| 'same-origin' | ||
@@ -59,0 +54,0 @@ | `https://${string}` |
@@ -1,1 +0,1 @@ | ||
import"async-cache-dedupe";export{c as createQueryStore,r as runtime}from"./_chunks/index-GlMdU35z.js";//# sourceMappingURL=index.js.map | ||
import"async-cache-dedupe";export{c as createQueryStore,r as runtime}from"./_chunks/index-hme-nnzv.js";//# sourceMappingURL=index.js.map |
{ | ||
"name": "@sanity/core-loader", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"homepage": "https://github.com/sanity-io/visual-editing/tree/main/packages/core-loader#readme", | ||
@@ -120,8 +120,8 @@ "bugs": { | ||
"devDependencies": { | ||
"@sanity/channels": "0.1.0", | ||
"@sanity/client": "^6.9.3", | ||
"@sanity/pkg-utils": "^3.3.4", | ||
"@sanity/visual-editing-helpers": "0.1.3", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"@sanity/channels": "0.2.0", | ||
"@sanity/client": "^6.10.0", | ||
"@sanity/pkg-utils": "^3.3.5", | ||
"@sanity/visual-editing-helpers": "0.1.4", | ||
"@typescript-eslint/eslint-plugin": "^6.14.0", | ||
"@typescript-eslint/parser": "^6.14.0", | ||
"eslint": "^8.55.0", | ||
@@ -134,6 +134,6 @@ "eslint-config-prettier": "^9.1.0", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.0.2" | ||
"vitest": "^1.0.4" | ||
}, | ||
"peerDependencies": { | ||
"@sanity/client": "^6.9.3" | ||
"@sanity/client": "^6.10.0" | ||
}, | ||
@@ -140,0 +140,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
399144
445