Socket
Socket
Sign inDemoInstall

@hig/side-nav

Package Overview
Dependencies
Maintainers
7
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/side-nav - npm Package Compare versions

Comparing version 0.2.3 to 1.0.0

33

CHANGELOG.md

@@ -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 @@

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc