@gondel/plugin-react
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.0.7](https://github.com/namics/gondel/compare/v0.0.6...v0.0.7) (2018-11-05) | ||
### Bug Fixes | ||
* **core:** Prevent errors during the event handling ([a560c64](https://github.com/namics/gondel/commit/a560c64)) | ||
<a name="0.0.6"></a> | ||
@@ -8,0 +19,0 @@ ## [0.0.6](https://github.com/namics/gondel/compare/v0.0.5...v0.0.6) (2018-09-25) |
@@ -10,4 +10,4 @@ import React, { Component } from "react"; | ||
updateConfig: (config: TConfig) => void; | ||
render(): JSX.Element | (string & ((props: TConfig) => JSX.Element)) | (number & ((props: TConfig) => JSX.Element)) | (false & ((props: TConfig) => JSX.Element)) | (true & ((props: TConfig) => JSX.Element)) | ((string | number | boolean | any[] | React.ReactElement<any>)[] & ((props: TConfig) => JSX.Element)) | (React.ReactPortal & ((props: TConfig) => JSX.Element)) | undefined; | ||
render(): JSX.Element | (string & ((props: TConfig) => JSX.Element)) | (number & ((props: TConfig) => JSX.Element)) | (false & ((props: TConfig) => JSX.Element)) | (true & ((props: TConfig) => JSX.Element)) | (React.ReactNodeArray & ((props: TConfig) => JSX.Element)) | undefined; | ||
} | ||
export declare function createRenderAbleAppWrapper<TConfig>(props: Props<TConfig>): JSX.Element; |
{ | ||
"name": "@gondel/plugin-react", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Gondel Plugin to boot react widgets and apps", | ||
@@ -28,10 +28,10 @@ "bugs": "https://github.com/namics/gondel/issues", | ||
"devDependencies": { | ||
"@gondel/core": "^0.0.6", | ||
"@gondel/core": "^0.0.7", | ||
"npm-run-all": "4.1.3", | ||
"react": "16.3.2", | ||
"react-dom": "16.3.3", | ||
"react": "16.6.0", | ||
"react-dom": "16.6.0", | ||
"rimraf": "2.6.2", | ||
"typescript": "3.0.1" | ||
"typescript": "3.0.3" | ||
}, | ||
"gitHead": "fb4a4ad0c495d5320fc40253b6c294fb30020aad" | ||
"gitHead": "b75d7d556d15a73c6a19b175b4a5156327018010" | ||
} |
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
26033
388