Releases: BlackBoxVision/react-native-live-stories
Releases · BlackBoxVision/react-native-live-stories
Release 0.13.0
0.13.0 (2020-11-07)
Bug Fixes
- animation: fix animation duration (400fc66)
- layout: fix header and footer touch when loading (5453141)
- lint: fix some lint warnings (45d57a4)
- lint: remove unused comma operator (ee07dee)
- story: make StoryDetailItem always render header and footer (4598417)
- story-detail: fix regression in layout for StoryDetailItem (70a174a)
- video: wrap video into TouchableWithoutFeedback to detect onPress (39a6684)
Features
- example: serve assets from an image CDN (c3bb809)
- improve loader to keep swipe support, improve typings (ab27505)
- example: improve UI and add rules to proguard for fast image (9f27101)
- styles: improve styles in StoryPreviewItem (6f7fe7e)
- improve example, add support to get images and video from require (b4461a5)
- improve the way to obtain video to difer local from remote (ea92e89)
Performance Improvements
- improve avatar image loading and improve index setting for story (9e3097b)
Release 0.12.4
0.12.4 (2020-11-03)
Bug Fixes
- fix warning about index in the upper scope (bb60377)
- remove unused ref that throws a warning (4f3fb79)
Release 0.12.3
0.12.3 (2020-11-02)
Bug Fixes
- avatar: add a default background in case of transparent png (5100098)
- video: fix condition to paused video on touch start and end (803268a)
Release 0.12.2
0.12.2 (2020-11-02)
Bug Fixes
- make StoryDetailItem Header & Footer render only if current story (4d0e9c7)
Release 0.12.1
0.12.1 (2020-11-02)
Bug Fixes
- assets: add missing fonts in android. fix ios duplicated fonts (c3f1b64)
- story-preview: add missing dependencies in renderPreviewItem (bb4a936)
- move react native paper to dependencies instead of dev dependencies (2cb9422)
Release 0.12.0
0.12.0 (2020-11-01)
Bug Fixes
- assets not appearing in ios 14. upgrade react native to v0.63.3 (1cacc09)
- fix issue with video player in IOS (223e1dc)
- reduce duration in StoryDetailExpander animation (dad16cc)
Features
- add footer input to example (d8326d1)
- improve logic in components by using custom hooks (48fac4e)
- improve StoryPreviewItem and animation easing's (02a003d)
- move all types to its own folder & make onPress runs in RAF (784dff7)
Performance Improvements
- avoid callback re-rendering by adding useCallback (2eac0f0)
Release 0.11.1
0.11.1 (2020-10-30)
Bug Fixes
- vector icons not loaded in android. add support to avoid animations (074927e)
Release 0.11.0
0.11.0 (2020-10-30)
Bug Fixes
- animation: run animation over a transparent modal (b367fe3)
- progressbar: reset progress when video is showed (b721f05)
Features
- animations: create a file for each animation & refactor references (4bb2903)
- add support for newer building blocks for Stories, improve styles (6957ff8)
- enable heartbeat animation on StoryPreviewItem's (b3d31de)
- extract StoryDetailExpander to its own component (f16fb73)
Release 0.10.0
0.10.0 (2020-10-28)
Features
- improve animations performance by using native driver (a9c2bb7)
Release 0.9.0
0.9.0 (2020-10-28)
Bug Fixes
- add support to pause on touch, and to play when release touch (3754764)
- always seek video to 0 via useEffect (210ad08)
Features
- improve click to expand effect performance (27bb858)
- expand on click: add basic support for expand on click animation (ac810a7)
- storypreview item: add linear gradient border to avatar (#1) (4cd2623)
- add support for onVideoTouchStart and onVideoTouchEnd (41c4b98)