-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4531f36
commit 57accd0
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Change Log | ||
|
||
## [2.0.0] - 2019-12-06 | ||
|
||
### Refactored | ||
|
||
* Refactor with Typescript, get more readable usage tips by ide | ||
|
||
### Changed | ||
|
||
* Use `navigator.userAgent` to recognize Vite App, so only usable in Vite App version 3.2.0 and abover | ||
|
||
### Features | ||
|
||
* Add method `app.scan` which can invoke the camera to scan a QR code | ||
|
||
* Add static property `enabled`, indicate in Vite App or not | ||
|
||
### Removed | ||
|
||
* Remove the static property `_support` `_inIosContainer` `_inAndroidContainer` | ||
|