Skip to content

Commit b7d13ee

Browse files
chore: release 3.3.1 🚀
1 parent 4e053e6 commit b7d13ee

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Types of changes:
2626

2727
-------------
2828

29+
## 3.3.1 - 2020-06-10
30+
31+
### Added
32+
- delay property to handle cases when we need wait till some layout is loaded first
33+
2934
## 3.3.0 - 2020-04-29
3035

3136
### Added

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,15 @@ For example
283283

284284
List of supported device pixel ratios. If there is no need to support retina devices, you should set empty array `devicePixelRatioList: []`
285285

286+
### delay
287+
288+
###### Type: **Number** | _optional_
289+
290+
Delay for processing an image after rendering component.
291+
292+
**NOTE:** normally the parameter is not needed, but in some cases with integrating third part libraries it can fix wrong
293+
calculation of image container.
294+
286295
## <a name="image_properties"></a> Image properties
287296

288297
### src

0 commit comments

Comments
 (0)