@hig/dropdown
Advanced tools
Comparing version 2.3.0 to 2.3.1
@@ -0,1 +1,8 @@ | ||
# [@hig/dropdown-v2.3.1](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.3.0...@hig/dropdown@2.3.1) (2020-11-02) | ||
### Bug Fixes | ||
* defaultValue when multiple is selected ([3eec268](https://github.com/Autodesk/hig/commit/3eec268)) | ||
# [@hig/dropdown-v2.3.0](https://github.com/Autodesk/hig/compare/@hig/dropdown@2.2.2...@hig/dropdown@2.3.0) (2020-10-06) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/dropdown", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "HIG Dropdown", | ||
@@ -21,6 +21,6 @@ "author": "Autodesk Inc.", | ||
"@hig/icons": "^3.2.0", | ||
"@hig/multi-downshift": "^0.1.1", | ||
"@hig/input": "^1.3.0", | ||
"@hig/multi-downshift": "^1.0.0", | ||
"downshift": "^3.2.0", | ||
"emotion": "^10.0.0", | ||
"downshift": "^3.2.0", | ||
"prop-types": "^15.7.1", | ||
@@ -30,3 +30,3 @@ "react-lifecycles-compat": "^3.0.4" | ||
"peerDependencies": { | ||
"@hig/theme-context": "^3.0.0", | ||
"@hig/theme-context": "^3.0.1", | ||
"@hig/theme-data": "^2.18.0", | ||
@@ -33,0 +33,0 @@ "react": "^15.4.1 || ^16.3.2" |
@@ -59,3 +59,3 @@ # Dropdown | ||
option: { | ||
...styles.menu, | ||
...styles.option, | ||
padding: "0 12px" | ||
@@ -62,0 +62,0 @@ } |
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
110510
+ Added@hig/multi-downshift@1.0.1(transitive)
- Removed@hig/multi-downshift@0.1.2(transitive)
Updated@hig/multi-downshift@^1.0.0