@react-buddy/ide-toolbox
Advanced tools
Comparing version 2.1.2 to 2.2.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [2.2.0](https://github.com/react-buddy/ide-toolbox/tree/master/packages/ide-toolbox/compare/@react-buddy/ide-toolbox@2.1.2...@react-buddy/ide-toolbox@2.2.0) (2022-06-21) | ||
### Features | ||
* Add an ability to specify component/variant documentation url [#29](https://github.com/react-buddy/ide-toolbox/tree/master/packages/ide-toolbox/issues/29) ([2b6e374](https://github.com/react-buddy/ide-toolbox/tree/master/packages/ide-toolbox/commit/2b6e374f8e5bf7132cb20447151312604eec6412)) | ||
## [2.1.2](https://github.com/react-buddy/ide-toolbox/tree/master/packages/ide-toolbox/compare/@react-buddy/ide-toolbox@2.1.0...@react-buddy/ide-toolbox@2.1.2) (2022-04-21) | ||
@@ -8,0 +19,0 @@ |
@@ -12,2 +12,3 @@ import React, { PropsWithChildren, ReactElement } from 'react'; | ||
subComponents?: JSX.Element | JSX.Element[]; | ||
docURL?: string; | ||
}; | ||
@@ -20,2 +21,3 @@ export declare type VariantProps = { | ||
proto?: (...args: any[]) => ReactElement<any, any> | null | void; | ||
docURL?: string; | ||
}; | ||
@@ -22,0 +24,0 @@ export declare const Category: React.FC<CategoryProps>; |
{ | ||
"name": "@react-buddy/ide-toolbox", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "React IDE toolbox", | ||
@@ -51,3 +51,3 @@ "main": "dist/index.js", | ||
"license": "Apache-2.0", | ||
"gitHead": "3956f6ab394d0351ebbdcce0011d7da9031a1270" | ||
"gitHead": "d895f4285da2170864fd401332479b9b734c4c5b" | ||
} |
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
205557
1213