travix-ui-kit
Advanced tools
Comparing version 0.8.0 to 0.9.0-0
# Change Log | ||
## [v0.8.0](https://github.com/Travix-International/travix-ui-kit/tree/v0.8.0) (2018-02-07) | ||
[Full Changelog](https://github.com/Travix-International/travix-ui-kit/compare/v0.7.10...v0.8.0) | ||
**Merged pull requests:** | ||
- Update modal design [\#321](https://github.com/Travix-International/travix-ui-kit/pull/321) ([spzm](https://github.com/spzm)) | ||
- warning of usage of deprecated "mods" prop [\#309](https://github.com/Travix-International/travix-ui-kit/pull/309) ([AntonTsymuk](https://github.com/AntonTsymuk)) | ||
## [v0.7.10](https://github.com/Travix-International/travix-ui-kit/tree/v0.7.10) (2018-01-25) | ||
@@ -4,0 +12,0 @@ [Full Changelog](https://github.com/Travix-International/travix-ui-kit/compare/v0.7.9...v0.7.10) |
@@ -85,3 +85,3 @@ const modSep = '_'; | ||
return Object.keys(props) | ||
.filter(x => !propTypesKeys.includes(x)) | ||
.filter(x => propTypesKeys.indexOf(x) === -1) | ||
.reduce((prev, item) => { | ||
@@ -88,0 +88,0 @@ return { ...prev, [item]: props[item] }; |
@@ -110,3 +110,3 @@ 'use strict'; | ||
return Object.keys(props).filter(function (x) { | ||
return !propTypesKeys.includes(x); | ||
return propTypesKeys.indexOf(x) === -1; | ||
}).reduce(function (prev, item) { | ||
@@ -113,0 +113,0 @@ return _extends({}, prev, _defineProperty({}, item, props[item])); |
{ | ||
"name": "travix-ui-kit", | ||
"version": "0.8.0", | ||
"version": "0.9.0-0", | ||
"description": "Travix UI kit", | ||
@@ -60,3 +60,3 @@ "main": "lib/index.js", | ||
"babel-eslint": "^8.0.0", | ||
"babel-jest": "^21.0.0", | ||
"babel-jest": "^22.0.0", | ||
"babel-loader": "^7.0.0", | ||
@@ -79,8 +79,8 @@ "babel-preset-travix": "^1.1.0", | ||
"extract-text-webpack-plugin": "~2.1.0", | ||
"fs-extra": "^4.0.2", | ||
"jest": "^21.3.0-beta", | ||
"jest-cli": "^21.3.0-beta", | ||
"fs-extra": "^5.0.0", | ||
"jest": "^22.0.0", | ||
"jest-cli": "^22.2.0", | ||
"node-sass": "^4.3.0", | ||
"now": "9.2.7", | ||
"postcss-loader": "~2.0.3", | ||
"now": "9.2.8", | ||
"postcss-loader": "~2.1.0", | ||
"prop-types": "^15.5.8", | ||
@@ -93,3 +93,3 @@ "raf": "^3.4.0", | ||
"sass-loader": "~6.0.4", | ||
"style-loader": "~0.18.2", | ||
"style-loader": "~0.20.1", | ||
"theme-builder": "~0.5.0", | ||
@@ -96,0 +96,0 @@ "webpack": "~2.5.1", |
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 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
4248860
74483