intact-react
Advanced tools
Comparing version 3.0.34 to 3.0.35
@@ -8,3 +8,3 @@ export * from './utils/types'; | ||
export { remove, unmount, unmountComponentClass } from './core/unmount'; | ||
export { findDomFromVNode, callAll, removeVNodeDom, insertOrAppend, hooks } from './utils/common'; | ||
export { findDomFromVNode, findDomsFromVNode, callAll, removeVNodeDom, insertOrAppend, hooks } from './utils/common'; | ||
export { createRef } from './utils/ref'; | ||
@@ -11,0 +11,0 @@ export { Fragment } from './utils/common'; |
@@ -11,2 +11,3 @@ import { Reference, IntactDom, VNode, ComponentConstructor, ComponentFunction, Hooks } from './types'; | ||
export declare function findDomFromVNode(vNode: VNode, startEdge: boolean): Element | Comment | null; | ||
export declare function findDomsFromVNode(vNode: VNode): Element | Comment | DocumentFragment | null | undefined; | ||
export declare function moveVNodeDom(vNode: VNode, parentDom: Element, anchor: IntactDom | null): void; | ||
@@ -13,0 +14,0 @@ export declare function getComponentName(tag: ComponentConstructor | ComponentFunction): string | undefined; |
export * from './helpers'; | ||
export * from './getset'; | ||
export * from './fragment'; |
{ | ||
"name": "intact-react", | ||
"version": "3.0.34", | ||
"version": "3.0.35", | ||
"description": "A compatibility layer for running intact component in React@17", | ||
@@ -32,6 +32,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"intact": "^3.0.34", | ||
"intact-shared": "^3.0.34", | ||
"intact": "^3.0.35", | ||
"intact-shared": "^3.0.35", | ||
"tslib": "^2.3.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1079641
110
25437
Updatedintact@^3.0.35
Updatedintact-shared@^3.0.35