Releases: Qeepsake/react-native-images-collage
Releases · Qeepsake/react-native-images-collage
v3.3.6
02 Mar 11:15
Compare
Sorry, something went wrong.
No results found
3.3.6 (2022-03-02)
Bug Fixes
security: bump plist from 3.0.1 to 3.0.4 in /example (7454eb3 )
v3.3.5
04 Jun 09:21
Compare
Sorry, something went wrong.
No results found
3.3.5 (2021-06-04)
Bug Fixes
tooling: fixed various issues with release automation (501ad11 )
v3.3.4
02 Jun 10:33
Compare
Sorry, something went wrong.
No results found
3.3.4 (2021-06-02)
Bug Fixes
tooling: added semantic-release, husky and commit linting (e875fd5 )
v3.3.3
01 Jun 12:49
Compare
Sorry, something went wrong.
No results found
Added an updateCollageSize function to dynamically adjust size of collage
const collageRef = useRef(null);
<DynamicCollage
ref={collageRef}
...
collageRef.current.updateCollageSize({
width: // new width,
height: // new height
})
v3.3.2
01 Jun 11:37
Compare
Sorry, something went wrong.
No results found
Re-calculates image size when width / height of collage is updated.
v3.3.1
01 Jun 10:59
Compare
Sorry, something went wrong.
No results found
Merge pull request #33 from aspect-apps/dependabot/npm_and_yarn/example/lodash-4.17.21
Merge pull request #32 from aspect-apps/dependabot/npm_and_yarn/example/hosted-git-info-2.8.9
Merge pull request #31 from aspect-apps/dependabot/npm_and_yarn/hosted-git-info-2.8.9
Merge pull request #30 from aspect-apps/dependabot/npm_and_yarn/example/ua-parser-js-0.7.28
v3.3.0
18 Feb 18:32
Compare
Sorry, something went wrong.
No results found
This release adds the ability to replace images, add custom icons to image containers, and allow images to focussed.
Merge pull request #21 from harbolaez/master 5a63053
Merge pull request #22 from aspect-apps/feature/replace-image 8a35f3e
Merge pull request #20 from jasimawan/master f40833d
Merge pull request #23 from aspect-apps/feature/example-project 27545f2