@instructure/ui-utils
Advanced tools
Comparing version 5.19.0-rc.24 to 5.19.0
@@ -6,2 +6,21 @@ # Change Log | ||
<a name="5.19.0"></a> | ||
# [5.19.0](https://github.com/instructure/instructure-ui/compare/v5.18.0...v5.19.0) (2018-07-12) | ||
### Features | ||
* **ui-a11y,ui-focusable:** add Focusable component ([555bb30](https://github.com/instructure/instructure-ui/commit/555bb30)) | ||
### Performance Improvements | ||
* **ui-forms,ui-utils:** use 'fast-deep-equal' instead of 'deep-equal' ([7732ff3](https://github.com/instructure/instructure-ui/commit/7732ff3)) | ||
* **ui-themeable:** some things to make themeable faster ([fc0a269](https://github.com/instructure/instructure-ui/commit/fc0a269)) | ||
* **ui-utils:** improve perf of `DeprecatedComponent` in prod ([66888e5](https://github.com/instructure/instructure-ui/commit/66888e5)) | ||
<a name="5.18.0"></a> | ||
@@ -8,0 +27,0 @@ # [5.18.0](https://github.com/instructure/instructure-ui/compare/v5.17.0...v5.18.0) (2018-07-09) |
{ | ||
"name": "@instructure/ui-utils", | ||
"version": "5.19.0-rc.24", | ||
"version": "5.19.0", | ||
"description": "A collection of utilities for UI components", | ||
@@ -25,4 +25,4 @@ "author": "Instructure, Inc. Engineering and Product Design", | ||
"devDependencies": { | ||
"@instructure/ui-presets": "^5.19.0-rc.24", | ||
"@instructure/ui-testbed": "^5.19.0-rc.24", | ||
"@instructure/ui-presets": "^5.19.0", | ||
"@instructure/ui-testbed": "^5.19.0", | ||
"react": "15.6.2", | ||
@@ -49,3 +49,3 @@ "react-dom": "15.6.2" | ||
}, | ||
"gitHead": "b7a6be186bf7a02238ed460f2137e5562effc3a7" | ||
"gitHead": "b5a2222312b320d9d5f8650cb1ff32962167d880" | ||
} |
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
769909
0