@hig/side-nav
Advanced tools
Comparing version 0.2.3 to 1.0.0
@@ -0,1 +1,34 @@ | ||
# [@hig/side-nav-v1.0.0](https://github.com/Autodesk/hig/compare/@hig/side-nav@0.2.3...@hig/side-nav@1.0.0) (2018-12-04) | ||
### BREAKING | ||
* **icon/icon-button:** Removes [@hig](https://github.com/hig)/icon and refactor [@hig](https://github.com/hig)/icon-button to use [@hig](https://github.com/hig)/icons ([49d78f4](https://github.com/Autodesk/hig/commit/49d78f4)) | ||
### Bug Fixes | ||
* **storybook:** Add back Icon stories ([f38f2d4](https://github.com/Autodesk/hig/commit/f38f2d4)) | ||
### BREAKING CHANGES | ||
* **icon/icon-button:** Removes @hig/icon | ||
* **icon/icon-button:** Use icon prop instead of name or svg in @hig/icon-button to render Icon/svg | ||
* **icon/icon-button:** No longer export `names` from @hig/icon-button | ||
Usage: | ||
``` | ||
import { Assets24 } from "@hig/icons" | ||
function MyComponent() { | ||
return ( | ||
<IconButton | ||
icon={<Assets24 />} | ||
onClick={() => console.log('Clicked it.')} | ||
/> | ||
); | ||
} | ||
``` | ||
# [@hig/side-nav-v0.2.3](https://github.com/Autodesk/hig/compare/@hig/side-nav@0.2.2...@hig/side-nav@0.2.3) (2018-11-27) | ||
@@ -2,0 +35,0 @@ |
{ | ||
"name": "@hig/side-nav", | ||
"version": "0.2.3", | ||
"version": "1.0.0", | ||
"description": "HIG SideNav components", | ||
@@ -22,4 +22,4 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/icon": "^0.2.1", | ||
"@hig/icon-button": "^0.2.1", | ||
"@hig/icons": "^0.2.1", | ||
"@hig/skeleton-item": "^0.3.0", | ||
@@ -26,0 +26,0 @@ "@hig/themes": "^0.3.0", |
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 too big to display
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
221234
5156
1
+ Added@hig/icons@^0.2.1
- Removed@hig/icon@^0.2.1