@remote-ui/react
Advanced tools
Comparing version 4.5.0 to 4.5.1
@@ -10,2 +10,3 @@ 'use strict'; | ||
var controller = require('./controller.js'); | ||
var hooks = require('./hooks.js'); | ||
@@ -22,1 +23,2 @@ | ||
exports.createController = controller.createController; | ||
exports.useAttached = hooks.useAttached; |
@@ -8,2 +8,3 @@ export type { RemoteReceiver } from '@remote-ui/core'; | ||
export { createController } from './controller'; | ||
export { useAttached } from './hooks'; | ||
export type { ComponentMapping, ControllerOptions } from './controller'; | ||
@@ -10,0 +11,0 @@ export type { ReactPropsFromRemoteComponentType, ReactComponentTypeFromRemoteComponentType, } from '../types'; |
@@ -10,2 +10,6 @@ # Changelog | ||
## [4.5.1] - 2022-05-16 | ||
- Fixed a missing `useAttached()` export in the `@shopify/remote-ui/host` entrypoint. | ||
## [4.5.0] | ||
@@ -12,0 +16,0 @@ |
{ | ||
"name": "@remote-ui/react", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"publishConfig": { | ||
@@ -47,3 +47,3 @@ "access": "public", | ||
}, | ||
"gitHead": "7914688c33e57fb300ec416f57614e7eeccbbedf" | ||
"gitHead": "e0f7235c5e839331f8d40474340b713b80147a96" | ||
} |
@@ -145,3 +145,3 @@ # `@remote-ui/react` | ||
`icon` prop in `ReactButton` is automatically converted to a ReactElement. If you want to have explict type of ReactButtonProps, you can use `ReactPropsFromRemoteComponentType` as follow: | ||
`icon` prop in `ReactButton` is automatically converted to a ReactElement. If you want to have explicit type of ReactButtonProps, you can use `ReactPropsFromRemoteComponentType` as follow: | ||
@@ -148,0 +148,0 @@ ```tsx |
@@ -9,2 +9,3 @@ export type {RemoteReceiver} from '@remote-ui/core'; | ||
export {createController} from './controller'; | ||
export {useAttached} from './hooks'; | ||
export type {ComponentMapping, ControllerOptions} from './controller'; | ||
@@ -11,0 +12,0 @@ export type { |
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
154863
2420