@frontity/components
Advanced tools
Comparing version 1.1.11 to 1.1.12
@@ -6,2 +6,14 @@ # Change Log | ||
## [1.1.12](https://github.com/frontity/frontity/compare/@frontity/components@1.1.11...@frontity/components@1.1.12) (2019-10-02) | ||
### Bug Fixes | ||
* **image:** add height prop and set loading=auto if no height is present ([9870414](https://github.com/frontity/frontity/commit/9870414)) | ||
* **typescript:** update to latest version ([a89b11c](https://github.com/frontity/frontity/commit/a89b11c)) | ||
## [1.1.11](https://github.com/frontity/frontity/compare/@frontity/components@1.1.10...@frontity/components@1.1.11) (2019-09-10) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@frontity/components", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"description": "Collection of React components for »Frontity", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"test": "jest --watch", | ||
"test:inspect": "node --inspect ./node_modules/jest/bin/jest.js --watch --no-cache --runInBand" | ||
"test:inspect": "node --inspect ./node_modules/.bin/jest --watch --no-cache --runInBand" | ||
}, | ||
@@ -28,12 +28,12 @@ "publishConfig": { | ||
"@types/react-test-renderer": "^16.8.1", | ||
"frontity": "^1.3.1", | ||
"frontity": "^1.4.0", | ||
"jest": "^24.7.1", | ||
"react-test-renderer": "^16.8.6", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.4.5" | ||
"typescript": "^3.6.3" | ||
}, | ||
"dependencies": { | ||
"@frontity/hooks": "^1.1.10" | ||
"@frontity/hooks": "^1.1.11" | ||
}, | ||
"gitHead": "f9ef0dfa9501279d02da6f6da7a3a5f5849c4b7b" | ||
"gitHead": "470f4d8a3d8f4575551151190849fd28ffe6b3a4" | ||
} |
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 not supported yet
Sorry, the diff of this file is not supported yet
37660
356
Updated@frontity/hooks@^1.1.11