@frontity/components
Advanced tools
Comparing version 1.1.15 to 1.2.0
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## 1.2.0 | ||
## [1.1.15](https://github.com/frontity/frontity/compare/@frontity/components@1.1.14...@frontity/components@1.1.15) (2019-12-10) | ||
### Minor Changes | ||
**Note:** Version bump only for package @frontity/components | ||
- [`5431499d`](https://github.com/frontity/frontity/commit/5431499db510997374d4459ae5675c845fa90f0c) [#280](https://github.com/frontity/frontity/pull/280) Thanks [@iamuchejude](https://github.com/iamuchejude)! - Add iframe processor and component to lazy load the iframes. It supports | ||
native lazy loading and fallbacks to the Intersection Observer. | ||
- [`ece68296`](https://github.com/frontity/frontity/commit/ece68296d4fa68d63d10bdfa528da83f826e7f18) [#256](https://github.com/frontity/frontity/pull/256) Thanks [@michalczaplinski](https://github.com/michalczaplinski)! - Use the recommended react-intersection-observer in the <Image/> component in @frontity/components. | ||
* [`aaed99f5`](https://github.com/frontity/frontity/commit/aaed99f56d02e96b6713d901e06bcfd631b6c92c) [#266](https://github.com/frontity/frontity/pull/266) Thanks [@iamuchejude](https://github.com/iamuchejude)! - Create script component for processor. | ||
### Patch Changes | ||
- Updated dependencies [[`417f2b0f`](https://github.com/frontity/frontity/commit/417f2b0f0b6f5626be253eb3f1be2daf257b71ef), [`495771f8`](https://github.com/frontity/frontity/commit/495771f83951f192f92d3162221cedc9b791e399), [`80c1aa3a`](https://github.com/frontity/frontity/commit/80c1aa3aee6cf04f46d6fa1a409abfcae2c511cc)]: | ||
- frontity@1.5.0 | ||
## [1.1.14](https://github.com/frontity/frontity/compare/@frontity/components@1.1.13...@frontity/components@1.1.14) (2019-11-04) | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## [1.1.15](https://github.com/frontity/frontity/compare/@frontity/components@1.1.14...@frontity/components@1.1.15) (2019-12-10) | ||
**Note:** Version bump only for package @frontity/components | ||
## [1.1.14](https://github.com/frontity/frontity/compare/@frontity/components@1.1.13...@frontity/components@1.1.14) (2019-11-04) | ||
**Note:** Version bump only for package @frontity/components | ||
## [1.1.13](https://github.com/frontity/frontity/compare/@frontity/components@1.1.12...@frontity/components@1.1.13) (2019-10-10) | ||
@@ -26,51 +34,27 @@ | ||
## [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)) | ||
- **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) | ||
### Bug Fixes | ||
* **core:** remove componentWillMount warning with react-helmet-async ([0ea885b](https://github.com/frontity/frontity/commit/0ea885b)) | ||
- **core:** remove componentWillMount warning with react-helmet-async ([0ea885b](https://github.com/frontity/frontity/commit/0ea885b)) | ||
## [1.1.10](https://github.com/frontity/frontity/compare/@frontity/components@1.1.9...@frontity/components@1.1.10) (2019-08-14) | ||
### Bug Fixes | ||
* **components:** set Image loading attribute to lazy by default ([822b1e1](https://github.com/frontity/frontity/commit/822b1e1)) | ||
- **components:** set Image loading attribute to lazy by default ([822b1e1](https://github.com/frontity/frontity/commit/822b1e1)) | ||
## [1.1.9](https://github.com/frontity/frontity/compare/@frontity/components@1.1.8...@frontity/components@1.1.9) (2019-08-12) | ||
### Bug Fixes | ||
* **components:** fixes image component ([#171](https://github.com/frontity/frontity/issues/171)) ([566b8f9](https://github.com/frontity/frontity/commit/566b8f9)) | ||
- **components:** fixes image component ([#171](https://github.com/frontity/frontity/issues/171)) ([566b8f9](https://github.com/frontity/frontity/commit/566b8f9)) | ||
## [1.1.8](https://github.com/frontity/frontity/compare/@frontity/components@1.1.7...@frontity/components@1.1.8) (2019-07-12) | ||
@@ -80,6 +64,2 @@ | ||
## [1.1.7](https://github.com/frontity/frontity/compare/@frontity/components@1.1.6...@frontity/components@1.1.7) (2019-07-04) | ||
@@ -89,6 +69,2 @@ | ||
## [1.1.6](https://github.com/frontity/frontity/compare/@frontity/components@1.1.5...@frontity/components@1.1.6) (2019-07-04) | ||
@@ -98,17 +74,8 @@ | ||
## [1.1.5](https://github.com/frontity/frontity/compare/@frontity/components@1.1.4...@frontity/components@1.1.5) (2019-07-01) | ||
### Bug Fixes | ||
* **components:** add rootMargin to <Image> component and pass it to useInView ([#142](https://github.com/frontity/frontity/issues/142)) ([73103bb](https://github.com/frontity/frontity/commit/73103bb)) | ||
- **components:** add rootMargin to <Image> component and pass it to useInView ([#142](https://github.com/frontity/frontity/issues/142)) ([73103bb](https://github.com/frontity/frontity/commit/73103bb)) | ||
## [1.1.4](https://github.com/frontity/frontity/compare/@frontity/components@1.1.3...@frontity/components@1.1.4) (2019-06-20) | ||
@@ -118,6 +85,2 @@ | ||
## [1.1.3](https://github.com/frontity/frontity/compare/@frontity/components@1.1.2...@frontity/components@1.1.3) (2019-06-20) | ||
@@ -127,6 +90,2 @@ | ||
## [1.1.2](https://github.com/frontity/frontity/compare/@frontity/components@1.1.1...@frontity/components@1.1.2) (2019-06-20) | ||
@@ -136,6 +95,2 @@ | ||
## [1.1.1](https://github.com/frontity/frontity/compare/@frontity/components@1.1.0...@frontity/components@1.1.1) (2019-06-19) | ||
@@ -145,11 +100,6 @@ | ||
# 1.1.0 (2019-06-19) | ||
### Features | ||
* **packages:** creates packages @frontity/components, @frontity/hooks, and adds image processor to @frontity/html2react ([#130](https://github.com/frontity/frontity/issues/130)) ([6af4aa1](https://github.com/frontity/frontity/commit/6af4aa1)) | ||
- **packages:** creates packages @frontity/components, @frontity/hooks, and adds image processor to @frontity/html2react ([#130](https://github.com/frontity/frontity/issues/130)) ([6af4aa1](https://github.com/frontity/frontity/commit/6af4aa1)) |
@@ -1,6 +0,2 @@ | ||
module.exports = { | ||
transform: { "^.+\\.(t|j)sx?$": "ts-jest" }, | ||
testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", | ||
moduleFileExtensions: ["ts", "tsx", "js", "jsx"], | ||
testPathIgnorePatterns: ["/mocks/"] | ||
}; | ||
const rootConfig = require("../../jest.config.js"); | ||
module.exports = rootConfig; |
{ | ||
"name": "@frontity/components", | ||
"version": "1.1.15", | ||
"version": "1.2.0", | ||
"description": "Collection of React components for »Frontity", | ||
@@ -18,5 +18,5 @@ "keywords": [ | ||
"scripts": { | ||
"test:ci": "jest", | ||
"test": "jest --watch", | ||
"test:inspect": "node --inspect ./node_modules/.bin/jest --watch --no-cache --runInBand" | ||
"test:ci": "../../node_modules/.bin/jest", | ||
"test": "../../node_modules/.bin/jest --watch", | ||
"test:inspect": "node --inspect ../../node_modules/.bin/jest --watch --no-cache --runInBand" | ||
}, | ||
@@ -28,12 +28,8 @@ "publishConfig": { | ||
"@types/react-test-renderer": "^16.8.1", | ||
"frontity": "^1.4.3", | ||
"jest": "^24.7.1", | ||
"react-test-renderer": "^16.8.6", | ||
"ts-jest": "^24.0.2", | ||
"typescript": "^3.6.3" | ||
"frontity": "^1.5.0", | ||
"react-test-renderer": "^16.8.6" | ||
}, | ||
"dependencies": { | ||
"@frontity/hooks": "^1.1.14" | ||
}, | ||
"gitHead": "d3fc3c17ae540bfe366f845c03ca1542c99b7189" | ||
"react-intersection-observer": "8.25.2" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
42939
3
14
662
1
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedreact@17.0.2(transitive)
+ Addedreact-intersection-observer@8.25.2(transitive)
+ Addedtiny-invariant@1.3.3(transitive)
- Removed@frontity/hooks@^1.1.14
- Removed@frontity/hooks@1.2.0(transitive)