v2.1.0
TeruyaHaroldo
released this
11 Jan 18:25
·
329 commits
to development
since this release
✨ New Feature
- Add new method
setCameraLens
;
♻️ Refactor
- Change
getLens
return; - Remove
setLens
method;
⚡ Improvements
Now it is possible to use props
before YoonitCamera
component is loaded. Internally we have the following events:
- Using decorator, all props is stored;
- In the moment that the
YoonitCamera
is created (initView
), the native functions is called; - The decorator does not store the props anymore;
📝 Update Readme
- Add new method
setCameraLens
definitions; - Change
getCameraLens
definitions; - Remove
setLens
method definitions;
⬆️ Upgrade Dependencies
- android-yoonit-camera update to 2.2.1;
- ios-yoonit-camera update to 2.1.1;
- Accept PR 33
- Accept PR 34