File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -283,6 +283,15 @@ For example
283283
284284List 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
You can’t perform that action at this time.
0 commit comments