@remote-ui/react
Advanced tools
Comparing version 4.2.3 to 4.3.0
@@ -12,3 +12,2 @@ 'use strict'; | ||
var hooks = require('./hooks.js'); | ||
var workers = require('./workers.js'); | ||
@@ -31,2 +30,1 @@ | ||
exports.useRemoteReceiver = hooks.useRemoteReceiver; | ||
exports.useWorker = workers.useWorker; |
@@ -12,4 +12,3 @@ export type { RemoteReceiver } from '@remote-ui/core'; | ||
export { useRemoteReceiver, useAttached } from './hooks'; | ||
export { useWorker } from './workers'; | ||
export type { Controller, RemoteComponentProps, RemoteTextProps } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,2 +10,8 @@ # Changelog | ||
## [4.3.0] - 2021-11-08 | ||
### Breaking Change | ||
- The `useWorker()` export was removed from `@remote-ui/react/host`. If you want the same API, you can use [`@shopify/react-web-worker`](https://github.com/Shopify/quilt/tree/main/packages/react-web-worker) instead. This change was made as a result of [deprecating `@remote-ui/web-workers`](../web-workers). | ||
## [4.2.2] - 2021-10-15 | ||
@@ -12,0 +18,0 @@ |
{ | ||
"name": "@remote-ui/react", | ||
"version": "4.2.3", | ||
"version": "4.3.0", | ||
"publishConfig": { | ||
@@ -43,3 +43,2 @@ "access": "public", | ||
"@remote-ui/rpc": "^1.2.5", | ||
"@remote-ui/web-workers": "^1.5.7", | ||
"@types/react": ">=17.0.0 <18.0.0", | ||
@@ -49,3 +48,3 @@ "@types/react-reconciler": "^0.26.0", | ||
}, | ||
"gitHead": "797aace1ef0a7b5f4da58da1314500fd7ce60c80" | ||
"gitHead": "fd3cb5e36974c9952b79bd60b586df79c2120638" | ||
} |
@@ -16,3 +16,2 @@ export type {RemoteReceiver} from '@remote-ui/core'; | ||
export {useRemoteReceiver, useAttached} from './hooks'; | ||
export {useWorker} from './workers'; | ||
export type {Controller, RemoteComponentProps, RemoteTextProps} from './types'; |
@@ -9,7 +9,3 @@ { | ||
"include": ["src/**/*.ts", "src/**/*.tsx"], | ||
"references": [ | ||
{"path": "../core"}, | ||
{"path": "../async-subscription"}, | ||
{"path": "../web-workers"} | ||
] | ||
"references": [{"path": "../core"}, {"path": "../async-subscription"}] | ||
} |
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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6
153120
113
2372
- Removed@remote-ui/web-workers@^1.5.7
- Removed@remote-ui/web-workers@1.5.7(transitive)