@authme/identity-verification 2.2.0 → 2.2.1-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/assets/locale/en_US.json +28 -1
  2. package/assets/locale/zh_Hant_TW.json +28 -1
  3. package/assets/styles/style.css +143 -96
  4. package/index.cjs +11634 -0
  5. package/index.js +11610 -0
  6. package/package.json +14 -14
  7. package/src/index.d.ts +5 -4
  8. package/src/lib/identity-verification-feature-identity-verification.d.ts +33 -27
  9. package/src/lib/interface/config.interface.d.ts +42 -40
  10. package/src/lib/interface/index.d.ts +1 -1
  11. package/src/lib/interface/result.model.d.ts +35 -35
  12. package/src/lib/lottie/arrow_down.d.ts +215 -215
  13. package/src/lib/lottie/arrow_left.d.ts +215 -215
  14. package/src/lib/lottie/arrow_right.d.ts +215 -215
  15. package/src/lib/lottie/arrow_up.d.ts +215 -215
  16. package/src/lib/lottie/card_lr.d.ts +182 -182
  17. package/src/lib/lottie/card_ud.d.ts +182 -182
  18. package/src/lib/lottie/index.d.ts +9 -9
  19. package/src/lib/lottie/scan.d.ts +562 -562
  20. package/src/lib/lottie/success.d.ts +946 -946
  21. package/src/lib/lottie/tutorial.d.ts +1449 -1449
  22. package/src/lib/module/liveness-verify.module.d.ts +13 -12
  23. package/src/lib/module/liveness.module.d.ts +14 -12
  24. package/src/lib/module/mrz.module.d.ts +13 -11
  25. package/src/lib/module/ocr.module.d.ts +15 -12
  26. package/src/lib/operator/index.d.ts +16 -16
  27. package/src/lib/ui/basic.d.ts +13 -13
  28. package/src/lib/ui/default-images.d.ts +2 -2
  29. package/src/lib/ui/index.d.ts +3 -3
  30. package/src/lib/ui/liveness-flow.d.ts +16 -16
  31. package/src/lib/ui/liveness.ui.d.ts +10 -10
  32. package/src/lib/ui/ocr-flow.d.ts +73 -73
  33. package/src/lib/ui/ocr.ui.d.ts +63 -63
  34. package/src/lib/ui/shared.d.ts +2 -0
  35. package/src/lib/ui/ui-init.d.ts +1 -1
  36. package/src/lib/version.d.ts +1 -0
  37. package/CHANGELOG.md +0 -1053
  38. package/src/index.js +0 -8
  39. package/src/index.js.map +0 -1
  40. package/src/lib/identity-verification-feature-identity-verification.js +0 -122
  41. package/src/lib/identity-verification-feature-identity-verification.js.map +0 -1
  42. package/src/lib/interface/config.interface.js +0 -29
  43. package/src/lib/interface/config.interface.js.map +0 -1
  44. package/src/lib/interface/index.js +0 -5
  45. package/src/lib/interface/index.js.map +0 -1
  46. package/src/lib/interface/result.model.js +0 -3
  47. package/src/lib/interface/result.model.js.map +0 -1
  48. package/src/lib/lottie/arrow_down.js +0 -203
  49. package/src/lib/lottie/arrow_down.js.map +0 -1
  50. package/src/lib/lottie/arrow_left.js +0 -203
  51. package/src/lib/lottie/arrow_left.js.map +0 -1
  52. package/src/lib/lottie/arrow_right.js +0 -203
  53. package/src/lib/lottie/arrow_right.js.map +0 -1
  54. package/src/lib/lottie/arrow_up.js +0 -203
  55. package/src/lib/lottie/arrow_up.js.map +0 -1
  56. package/src/lib/lottie/card_lr.js +0 -1903
  57. package/src/lib/lottie/card_lr.js.map +0 -1
  58. package/src/lib/lottie/card_ud.js +0 -1937
  59. package/src/lib/lottie/card_ud.js.map +0 -1
  60. package/src/lib/lottie/index.js +0 -13
  61. package/src/lib/lottie/index.js.map +0 -1
  62. package/src/lib/lottie/scan.js +0 -384
  63. package/src/lib/lottie/scan.js.map +0 -1
  64. package/src/lib/lottie/success.js +0 -509
  65. package/src/lib/lottie/success.js.map +0 -1
  66. package/src/lib/lottie/tutorial.js +0 -3683
  67. package/src/lib/lottie/tutorial.js.map +0 -1
  68. package/src/lib/module/liveness-verify.module.js +0 -218
  69. package/src/lib/module/liveness-verify.module.js.map +0 -1
  70. package/src/lib/module/liveness.module.js +0 -195
  71. package/src/lib/module/liveness.module.js.map +0 -1
  72. package/src/lib/module/mrz.module.js +0 -156
  73. package/src/lib/module/mrz.module.js.map +0 -1
  74. package/src/lib/module/ocr.module.js +0 -235
  75. package/src/lib/module/ocr.module.js.map +0 -1
  76. package/src/lib/operator/index.js +0 -38
  77. package/src/lib/operator/index.js.map +0 -1
  78. package/src/lib/ui/basic.js +0 -59
  79. package/src/lib/ui/basic.js.map +0 -1
  80. package/src/lib/ui/default-images.js +0 -6
  81. package/src/lib/ui/default-images.js.map +0 -1
  82. package/src/lib/ui/index.js +0 -7
  83. package/src/lib/ui/index.js.map +0 -1
  84. package/src/lib/ui/liveness-flow.js +0 -180
  85. package/src/lib/ui/liveness-flow.js.map +0 -1
  86. package/src/lib/ui/liveness.ui.js +0 -176
  87. package/src/lib/ui/liveness.ui.js.map +0 -1
  88. package/src/lib/ui/ocr-flow.js +0 -700
  89. package/src/lib/ui/ocr-flow.js.map +0 -1
  90. package/src/lib/ui/ocr.ui.js +0 -382
  91. package/src/lib/ui/ocr.ui.js.map +0 -1
  92. package/src/lib/ui/ui-init.js +0 -7
  93. package/src/lib/ui/ui-init.js.map +0 -1
package/CHANGELOG.md DELETED
@@ -1,1053 +0,0 @@
1
- # Changelog
2
-
3
- This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
-
5
- ## [2.2.0](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.13...v2.2.0) (2022-12-19)
6
-
7
- ### Bug Fixes
8
-
9
- - add getResult condition ([c4f30b0](https://github.com/AuthMe01/web-client-sdk/commit/c4f30b06473eddef2b790a1f105bded3ee6fa254))
10
- - delete console debug ([5ffb9c8](https://github.com/AuthMe01/web-client-sdk/commit/5ffb9c8c8b08dd62f1e8959a3b888a5d2e3513fa))
11
-
12
- ## [2.2.0-rc.13](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.12...v2.2.0-rc.13) (2022-12-19)
13
-
14
- ### Bug Fixes
15
-
16
- - 1.close btn add stop sdk method. 2.implement loading-sdk lottie. 3.delete vehicles license item ([83738bd](https://github.com/AuthMe01/web-client-sdk/commit/83738bd1630c539157222bc7a909962cc65696ae))
17
- - 1.implement enum LivenessResultStatus 2.modify getResult api recall condition ([28323f0](https://github.com/AuthMe01/web-client-sdk/commit/28323f0714657c9c19d230a2771dde5f5bdbe8f9))
18
- - modify 1.authme-container style. 2.implement custom vh. ([625bfaf](https://github.com/AuthMe01/web-client-sdk/commit/625bfaf65c8f32dad42ab3f391c981a74f1faae6))
19
-
20
- ## [2.2.0-rc.12](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.11...v2.2.0-rc.12) (2022-12-16)
21
-
22
- ### Bug Fixes
23
-
24
- - add spinner uploading ([25a8383](https://github.com/AuthMe01/web-client-sdk/commit/25a838377e751fa674cb1b5a43d3683ba9694a1e))
25
-
26
- ## [2.2.0-rc.11](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.10...v2.2.0-rc.11) (2022-12-16)
27
-
28
- ## [2.2.0-rc.10](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.9...v2.2.0-rc.10) (2022-12-15)
29
-
30
- ## [2.2.0-rc.9](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.8...v2.2.0-rc.9) (2022-12-09)
31
-
32
- ### Bug Fixes
33
-
34
- - latency problem for showStatement & headerMode flag ([189b2d0](https://github.com/AuthMe01/web-client-sdk/commit/189b2d09edbbcf378bb29d1ac37184ac00a002c3))
35
-
36
- ## [2.2.0-rc.8](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.7...v2.2.0-rc.8) (2022-12-07)
37
-
38
- ## [2.2.0-rc.7](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.6...v2.2.0-rc.7) (2022-12-07)
39
-
40
- ### Bug Fixes
41
-
42
- - cors problem on worker creating ([143cb33](https://github.com/AuthMe01/web-client-sdk/commit/143cb336982777a853b75ea88c038d8fa68e1dce))
43
-
44
- ## [2.2.0-rc.6](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.5...v2.2.0-rc.6) (2022-12-05)
45
-
46
- ### Bug Fixes
47
-
48
- - hint ::marker in liveness-guide-ui ([b842fe9](https://github.com/AuthMe01/web-client-sdk/commit/b842fe902a14fb5bd590953ba9b9695f7e7e2d26))
49
- - hint css/html in liveness-guide-ui ([a9e832e](https://github.com/AuthMe01/web-client-sdk/commit/a9e832ef332be01e80137291847c8917e0750c2c))
50
-
51
- ## [2.2.0-rc.5](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.4...v2.2.0-rc.5) (2022-12-03)
52
-
53
- ### Features
54
-
55
- - implement getCardTypeAndCountry ([8759f1a](https://github.com/AuthMe01/web-client-sdk/commit/8759f1a5e29e9ddd1d6b5f296c3f934c7c83b852))
56
- - implement showIntroPage option in liveness-flow ([e9c1b7f](https://github.com/AuthMe01/web-client-sdk/commit/e9c1b7f223fa6ab9bda61d48ba49e74885e6b8a9))
57
- - strict error code & error handler ([b6267d5](https://github.com/AuthMe01/web-client-sdk/commit/b6267d57d0a6bf80ef9eddd12243da969b1ebb79))
58
- - use Lokalise locale files ([4ce0a4d](https://github.com/AuthMe01/web-client-sdk/commit/4ce0a4d93309e82420944fa9763222f738322269))
59
-
60
- ### Bug Fixes
61
-
62
- - naming TW => TWN ([dcd4615](https://github.com/AuthMe01/web-client-sdk/commit/dcd4615f80345a8308d688671283b8b0cbb006ec))
63
-
64
- ## [2.2.0-rc.4](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.3...v2.2.0-rc.4) (2022-12-01)
65
-
66
- ## [2.2.0-rc.3](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.2...v2.2.0-rc.3) (2022-11-30)
67
-
68
- ### Bug Fixes
69
-
70
- - union value when has same fields ([17b6297](https://github.com/AuthMe01/web-client-sdk/commit/17b62970d465e7309b6b34cffba25add448b4594))
71
-
72
- ## [2.2.0-rc.2](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.1...v2.2.0-rc.2) (2022-11-28)
73
-
74
- ### Features
75
-
76
- - mv confirm-ui to sdk & add showConfirmPage flag ([9ff9279](https://github.com/AuthMe01/web-client-sdk/commit/9ff92795b2deaf28a89fcaabe6df24a5c67243c1))
77
- - showConfirmPage => displayResultPage ([dc231eb](https://github.com/AuthMe01/web-client-sdk/commit/dc231eb116a961c0d3c69a27d06fa847a8588770))
78
-
79
- ### Bug Fixes
80
-
81
- - ocr style when bootstrap-css missing ([7d010c4](https://github.com/AuthMe01/web-client-sdk/commit/7d010c4bb8a7e3ec0288010b4020713fdeb99df9))
82
- - OCRResult type when not success ([de8b651](https://github.com/AuthMe01/web-client-sdk/commit/de8b65114fd75b70dd6055c21c7e624ece7fd060))
83
- - remove unnecessary upload-image ([04dc418](https://github.com/AuthMe01/web-client-sdk/commit/04dc418bc21c5fe8a414f3db08184e7861d2db67))
84
- - sdk default icon flag ([1501e42](https://github.com/AuthMe01/web-client-sdk/commit/1501e4214eeab222588f5d8a171fa72e6ce3b7fe))
85
-
86
- ## [2.2.0-rc.1](https://github.com/AuthMe01/web-client-sdk/compare/v2.2.0-rc.0...v2.2.0-rc.1) (2022-11-18)
87
-
88
- ### Features
89
-
90
- - auto detect camera & fix SAMSUNG camera issue ([15c7153](https://github.com/AuthMe01/web-client-sdk/commit/15c7153ff539289aff445210e952f0cf2671f671))
91
-
92
- ### Bug Fixes
93
-
94
- - scss 效果與文件對齊 ([24e8b2e](https://github.com/AuthMe01/web-client-sdk/commit/24e8b2e0ecdf1e06d2dde5746fbd1381b1a1d207))
95
-
96
- ## [2.2.0-rc.0](https://github.com/AuthMe01/web-client-sdk/compare/v2.1.1...v2.2.0-rc.0) (2022-11-11)
97
-
98
- ### Features
99
-
100
- - PROD-1656 setting page ([80af27f](https://github.com/AuthMe01/web-client-sdk/commit/80af27fe90396f7b1159d0aac6ac201cd2785c4b))
101
- - PROD-1847 get last backCamera ([391b1ed](https://github.com/AuthMe01/web-client-sdk/commit/391b1ed84723ed90ff0eb991a0edddbbd6d6c494))
102
- - PROD-1947 update EngineLib v4.0.0 ([b409697](https://github.com/AuthMe01/web-client-sdk/commit/b409697feececcfb92de73c924645f753b080e45))
103
-
104
- ### Bug Fixes
105
-
106
- - field via engine-lib toJson when mrz ([dd4e731](https://github.com/AuthMe01/web-client-sdk/commit/dd4e73134dce246f450d124a0afb36e182a9873d))
107
- - PROD-1925 fix upload image logic on liveness fail ([7e497fc](https://github.com/AuthMe01/web-client-sdk/commit/7e497fcce6a47be4176d24cb83be79bbeead4346))
108
-
109
- ## [2.1.2-rc.0](https://github.com/AuthMe01/web-client-sdk/compare/prod-2.1.1...prod-2.1.2-rc.0) (2022-09-15)
110
-
111
- ### Bug Fixes
112
-
113
- - PROD-1925 fix upload image logic on liveness fail ([7e497fc](https://github.com/AuthMe01/web-client-sdk/commit/7e497fcce6a47be4176d24cb83be79bbeead4346))
114
-
115
- ## [2.1.1](https://github.com/AuthMe01/web-client-sdk/compare/prod-2.1.0...prod-2.1.1) (2022-09-08)
116
-
117
- ## 1.2.2 (2022-07-28)
118
-
119
- ### Bug Fixes
120
-
121
- - add upload ocr img from engine-lib ([15e3e9b](https://github.com/AuthMe01/web-client-sdk/commit/15e3e9b98945a53037addb692ea000cb5f745e10))
122
- - adjust ocr size for pc ([53201c5](https://github.com/AuthMe01/web-client-sdk/commit/53201c5e86386f54bc9e9ece775ec5447c60efe8))
123
- - adjust top text position ([2b81f08](https://github.com/AuthMe01/web-client-sdk/commit/2b81f08decac3721da577bfe55e9612a7804f086))
124
- - fix anti-fraud rotate condition ([65dba57](https://github.com/AuthMe01/web-client-sdk/commit/65dba570a2de5e9fa805027ed855fef585fecb4b))
125
- - fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
126
- - fix info confirm logic ([b3079a9](https://github.com/AuthMe01/web-client-sdk/commit/b3079a9c217f351d23b327573adff52de4eaa942))
127
- - Fix Liveness Verify bugs ([2233d91](https://github.com/AuthMe01/web-client-sdk/commit/2233d913d8356ba55129ba442a7b36bc790cff0d))
128
- - PR-81 fix canvas size calculation ([b6ae89a](https://github.com/AuthMe01/web-client-sdk/commit/b6ae89ab2f0a3163b996e6adc9331efa45716d63))
129
- - PR-83 fix calculate canvas size ([aed08b8](https://github.com/AuthMe01/web-client-sdk/commit/aed08b8b194037c0378e6e54559b6e86625f83f1))
130
- - PROD-1031 button radius ([4ab1806](https://github.com/AuthMe01/web-client-sdk/commit/4ab1806c931d20e27ffe5622e337d99ad36796e9))
131
- - PROD-1069 fix incorrect card position setting ([a8a6359](https://github.com/AuthMe01/web-client-sdk/commit/a8a6359301a68262b145f0a8e5e2967e3392a70e))
132
- - PROD-1078 add fraud failed status ([3902130](https://github.com/AuthMe01/web-client-sdk/commit/3902130ebe91ee4b0d6111ba74c44983de5b4dfe))
133
- - PROD-1078 fraud error message ([cbd56c7](https://github.com/AuthMe01/web-client-sdk/commit/cbd56c73eb0bc6695e6aa0b74ff8159b97be40bc))
134
- - PROD-1124 change pc ocr facing mode ([1432569](https://github.com/AuthMe01/web-client-sdk/commit/14325699bc85c43fa02e0497672849f5b4947bc1))
135
- - PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
136
- - PROD-1149 before confirm page need loading ([8fd63f8](https://github.com/AuthMe01/web-client-sdk/commit/8fd63f89e2f1d030bba449d5d60b94ec1fc55428))
137
- - PROD-1149 fraud mismatch text ([9d171d5](https://github.com/AuthMe01/web-client-sdk/commit/9d171d524619d3b074ee7003089e7b33e27983a9))
138
- - PROD-1149 header step text ([328bd8a](https://github.com/AuthMe01/web-client-sdk/commit/328bd8aaccf4781517dcf158bd302cb5344e18e2))
139
- - PROD-1149 remove bs style error, add confirm page column ([2bbc3f4](https://github.com/AuthMe01/web-client-sdk/commit/2bbc3f46cd4380fd7b7d2eb81e2fb2bd4bfc5bb1))
140
- - PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
141
- - PROD-1156 fix aspect-ratio by card type ([042dd36](https://github.com/AuthMe01/web-client-sdk/commit/042dd362d67fcebd0f3ab5e102a581b7f11d1a07))
142
- - PROD-1206 fix lottie cause memory leak ([1e71e40](https://github.com/AuthMe01/web-client-sdk/commit/1e71e40066fb9f160d8cb905f2d210e5735de335))
143
- - PROD-1207 rotate warning popup event ([a4cd191](https://github.com/AuthMe01/web-client-sdk/commit/a4cd19121f4b7dbb861b326a278f1abacd5f0696))
144
- - PROD-1223 adjust config interface ([bc1deae](https://github.com/AuthMe01/web-client-sdk/commit/bc1deae24b8b8f266ebd6068567861f1b18f5166))
145
- - PROD-1279 fix style issue on ios webview ([4fc578a](https://github.com/AuthMe01/web-client-sdk/commit/4fc578afe1d882de67d384cb9e0499a00b0fc920))
146
- - PROD-1309 adjust style ([c77c3fb](https://github.com/AuthMe01/web-client-sdk/commit/c77c3fbdaa13e806f15e06adc35153f4fc03e0ef))
147
- - PROD-135 adjust fas config ([3d89ba7](https://github.com/AuthMe01/web-client-sdk/commit/3d89ba716d6b0bfd07ec2d5353213d8e8306c83d))
148
- - PROD-1430 fix OCR camera usage ([0ad9d89](https://github.com/AuthMe01/web-client-sdk/commit/0ad9d89ab93d09e052d0d3679168fbfc1a129ad7))
149
- - PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
150
- - PROD-241 optimize camera setup time ([d0dbc19](https://github.com/AuthMe01/web-client-sdk/commit/d0dbc19412bff1d35705d0b4c15399ee8f693411))
151
- - PROD-241 optimize ocr model loading time ([32890c4](https://github.com/AuthMe01/web-client-sdk/commit/32890c42a7df440e9bfaf521ba62b32994d14016))
152
- - PROD-242 fix video mirrored and close video ([1bf75c9](https://github.com/AuthMe01/web-client-sdk/commit/1bf75c92600f50b5d9680922b0b125ce4fd89041))
153
- - PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
154
- - PROD-255 change ocr and anti-fraud order ([8580b11](https://github.com/AuthMe01/web-client-sdk/commit/8580b112fbacce8a2a658bc208e59caec6a1de88))
155
- - PROD-255 fix back image upload error ([2848f83](https://github.com/AuthMe01/web-client-sdk/commit/2848f836bc234f63316487afba17df84a24c988e))
156
- - PROD-255 fix camera try catch ([c3686f1](https://github.com/AuthMe01/web-client-sdk/commit/c3686f1c1d7a044cf39f42502f05a4e23c520499))
157
- - PROD-255 fix mask width ([339e071](https://github.com/AuthMe01/web-client-sdk/commit/339e071622881d89d6fb05abe2c65f3c48e790ef))
158
- - PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
159
- - PROD-255 fix rotate and process ([62d6c13](https://github.com/AuthMe01/web-client-sdk/commit/62d6c13dacf93369701e229e5f4950addfc94c1a))
160
- - PROD-255 idcard process and card size ([15a49f8](https://github.com/AuthMe01/web-client-sdk/commit/15a49f85389dd332ad1dee642658bd680b750deb))
161
- - PROD-255 ocr fraud unsubscribe ([06fe213](https://github.com/AuthMe01/web-client-sdk/commit/06fe213626c4ac1823edaf0b8886343cc4f9f5af))
162
- - PROD-255 ocr process ([e9ea4a9](https://github.com/AuthMe01/web-client-sdk/commit/e9ea4a9e4516b22a55111bf5146f3b12e9ecd16b))
163
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
164
- - PROD-255 refactor process ([3ddcc9a](https://github.com/AuthMe01/web-client-sdk/commit/3ddcc9a75af048692bbc62652643a83cb889a150))
165
- - PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
166
- - PROD-255 rotate direction ([85ea48f](https://github.com/AuthMe01/web-client-sdk/commit/85ea48fa2bc10d46e2815c126827616ca5ad71ab))
167
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
168
- - PROD-255 ui success animate ([25d9195](https://github.com/AuthMe01/web-client-sdk/commit/25d91952c4dc5e42639e69791002e327765b11f3))
169
- - PROD-255 video position css ([ac0044a](https://github.com/AuthMe01/web-client-sdk/commit/ac0044aaf0b94124219c64b5a8ed2602300f7a53))
170
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
171
- - PROD-327 add cancel hanlder ([b49180f](https://github.com/AuthMe01/web-client-sdk/commit/b49180f75116458c81974cd4e6902253e0c1204e))
172
- - PROD-327 cancel bug and retry title ([baefe53](https://github.com/AuthMe01/web-client-sdk/commit/baefe5380e916fc8e137b02e3351d8564bef6452))
173
- - PROD-327 change ocr confirm image to cropped version ([b233dec](https://github.com/AuthMe01/web-client-sdk/commit/b233dec49ac5d8f4873924d58335073de338b55e))
174
- - PROD-327 fix confirm page display issue ([85a53f3](https://github.com/AuthMe01/web-client-sdk/commit/85a53f3ee03b61141cadf79f85923f9297e16c2c))
175
- - PROD-327 ios border css bug ([d6135fa](https://github.com/AuthMe01/web-client-sdk/commit/d6135fa6a6c7650ac2aec74b43bc4ab2c89044c7))
176
- - PROD-327 liveness and fas width/height and fix text ([a85c98e](https://github.com/AuthMe01/web-client-sdk/commit/a85c98ee127558793abb763bb5fffef50e8bda9f))
177
- - PROD-375 lottie init and css ([de643ff](https://github.com/AuthMe01/web-client-sdk/commit/de643ffeb6e349620fe488321b168223fa519cda))
178
- - PROD-375 scan size and finial img size ([374debb](https://github.com/AuthMe01/web-client-sdk/commit/374debb803dd048346e6a5a0c0da754942965cd3))
179
- - PROD-405 Handle ocr backend recognition error ([1084e8d](https://github.com/AuthMe01/web-client-sdk/commit/1084e8d70f00ab8200f00f334272e1d594585387))
180
- - PROD-428 adjust ocr mask size ([852c6f0](https://github.com/AuthMe01/web-client-sdk/commit/852c6f0caab92871b2b5d057b3a7aea5f5f3a0cd))
181
- - PROD-463 handle anti-fraud timeout error ([13d1533](https://github.com/AuthMe01/web-client-sdk/commit/13d1533a4baecefadd9a47e0f81ac5ed4dbba0fa))
182
- - PROD-472 canvas size, lottie arrow, confirm page ([4bda3a6](https://github.com/AuthMe01/web-client-sdk/commit/4bda3a6737948564668c6770634b527cfd123718))
183
- - PROD-511 iphone camera ([07c2c2d](https://github.com/AuthMe01/web-client-sdk/commit/07c2c2d7661127003d2f65e07920e1b2333fe0c5))
184
- - PROD-511 mobile and web camera ([914425f](https://github.com/AuthMe01/web-client-sdk/commit/914425fe2dd91dc1f186c2341dc2dd5b7063c07d))
185
- - PROD-511 safari web mirror bug ([450d824](https://github.com/AuthMe01/web-client-sdk/commit/450d824d9183e96119431620dfa75b05fc71924a))
186
- - PROD-514 header, lottie, step content size ([12c4228](https://github.com/AuthMe01/web-client-sdk/commit/12c422844d533ed7d98f8c990b199194ce6beb04))
187
- - PROD-514 ocr front mirror, liveness header rwd ([d8633c3](https://github.com/AuthMe01/web-client-sdk/commit/d8633c39c5a64a1a0fdecd73c2e6e29857486c70))
188
- - PROD-560 optimize camera view show time ([5315783](https://github.com/AuthMe01/web-client-sdk/commit/53157830b47d94a1ac257e9b7d31868f9b0b80f0))
189
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
190
- - PROD-571 add removeListener ([85631db](https://github.com/AuthMe01/web-client-sdk/commit/85631db5925d8f9061a90600eea380c107b5b3b0))
191
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
192
- - PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
193
- - PROD-583 remove fraud rotate repeat ([32e35ec](https://github.com/AuthMe01/web-client-sdk/commit/32e35ecc58993e94c52b81ab5ccb7c381fb61d14))
194
- - PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
195
- - PROD-588 rotate timer, text content ([2938a37](https://github.com/AuthMe01/web-client-sdk/commit/2938a376b7dd42fa4c2ac6a48ddfde28eb190bd2))
196
- - PROD-595 fix canvas width/height get zero issue ([cbd74ab](https://github.com/AuthMe01/web-client-sdk/commit/cbd74ab775d964f3bfaa79f7bf711278dce67d73))
197
- - PROD-650 add loading in liveness ([6df2366](https://github.com/AuthMe01/web-client-sdk/commit/6df2366dd914a0f0d75b72b0e7e8226fb31ed0fb))
198
- - PROD-650 fix option order, add error&state hint ([2758980](https://github.com/AuthMe01/web-client-sdk/commit/275898079f173f77b8609cb02e84dca6c06daac4))
199
- - PROD-653 ekyc detail css ([0ddce73](https://github.com/AuthMe01/web-client-sdk/commit/0ddce73f3d5fedea0f96d49aee155040878ec984))
200
- - PROD-654 scan lottie, ekyc fail liveness style, liveness component ([3cdb08b](https://github.com/AuthMe01/web-client-sdk/commit/3cdb08ba5a3fdfda7ac33e563fc729507edf52cc))
201
- - PROD-671 idCard lottie and button disabled time ([9cd5e16](https://github.com/AuthMe01/web-client-sdk/commit/9cd5e16c128b7da8f2fa2a988bb0ede69d40b3c5))
202
- - PROD-679 liveness zIndex ([2bcbc07](https://github.com/AuthMe01/web-client-sdk/commit/2bcbc07cabe189ecbabd87f5d49a003f04256aa7))
203
- - PROD-680 liveness fail with background upload ([269d17d](https://github.com/AuthMe01/web-client-sdk/commit/269d17d29ffd795270e44455215c0f1c292a137b))
204
- - PROD-690 adjust liveness-verify error popup ([1a825a2](https://github.com/AuthMe01/web-client-sdk/commit/1a825a29e799a85cd64f003f70d90a23d6cdf871))
205
- - PROD-714 ipad camera, input zoon in on mobile, ios15 rotate bug ([851baeb](https://github.com/AuthMe01/web-client-sdk/commit/851baeb94ce7563db62a452882cdc136a3505ecd))
206
- - PROD-714 iPod issue ([06056d6](https://github.com/AuthMe01/web-client-sdk/commit/06056d615fd7f212138902e5fdcd4e9668b569e7))
207
- - PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
208
- - PROD-730 add lottie mask ([72fa4d6](https://github.com/AuthMe01/web-client-sdk/commit/72fa4d606b3dbe4d0fd86ddfa77a194f447546f4))
209
- - PROD-730 lottieContainer bg opacity ([bfdc3af](https://github.com/AuthMe01/web-client-sdk/commit/bfdc3afc5bc4d51b88832b85b44b0e8ed03bda82))
210
- - PROD-730 remove hint text when start rotate ([f237d05](https://github.com/AuthMe01/web-client-sdk/commit/f237d05e2e5478dad363b979f617d82b7201b49b))
211
- - PROD-730 sdk text ([47d6845](https://github.com/AuthMe01/web-client-sdk/commit/47d684505b47c20b0a18696c669d3bb251645415))
212
- - PROD-756 rotate to default bug ([e17f6c2](https://github.com/AuthMe01/web-client-sdk/commit/e17f6c2d653848327a0c989da78717fca4a2038d))
213
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
214
- - PROD-760 disable frame resize ([8210508](https://github.com/AuthMe01/web-client-sdk/commit/8210508bfac11a3b94deb233891d9ef576ef1fb3))
215
- - PROD-780 fix webcam not found ([da26bab](https://github.com/AuthMe01/web-client-sdk/commit/da26babd3e45fa4fd90329aaee8b7d43f520c6fb))
216
- - PROD-792 fix camera blur & limit frame size ([92c39f8](https://github.com/AuthMe01/web-client-sdk/commit/92c39f818b3cc328f057ec0e22e1c1f551ffd1d4))
217
- - PROD-792 fix camera blur & limit frame size ([ea56557](https://github.com/AuthMe01/web-client-sdk/commit/ea56557797ce050bce4b478237e1853f030fc9ac))
218
- - PROD-892 rename function name ([ef47ca8](https://github.com/AuthMe01/web-client-sdk/commit/ef47ca817b30a14bbcdba8ba2d9a4a10fc7bc9bb))
219
- - PROD-892 rename isMobile function name ([9233f1d](https://github.com/AuthMe01/web-client-sdk/commit/9233f1d3a1f55ce5bc77ae6f4b874fd3533252fe))
220
- - PROD-941 adjust debug frame height ([5e39a74](https://github.com/AuthMe01/web-client-sdk/commit/5e39a744568a8f6153181fd141a73184e9fb431b))
221
- - PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
222
- - remove waittime ([a32d1e0](https://github.com/AuthMe01/web-client-sdk/commit/a32d1e0ae91aebf0a682e2f2e25be6482fd1fccb))
223
-
224
- ### Features
225
-
226
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
227
- - PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
228
- - PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
229
- - PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
230
- - PR-81 passive enum ui and process ([e6258e0](https://github.com/AuthMe01/web-client-sdk/commit/e6258e0cd3dc99884c72f526076947e118c3ddf6))
231
- - PR-81 passive-fas header ([6086cc8](https://github.com/AuthMe01/web-client-sdk/commit/6086cc89a00786bdbfc36353744655e86fd35ecb))
232
- - PR-81 passive-fas sdk ui ([8ab2938](https://github.com/AuthMe01/web-client-sdk/commit/8ab29386dade1ceef64f136b33782edd5200899b))
233
- - PR-83 ocr sdk ui ([a414e99](https://github.com/AuthMe01/web-client-sdk/commit/a414e993406071b58bbad5b3db17c0e1c2a86d43))
234
- - PROD-114 fix liveness issue ([96edf70](https://github.com/AuthMe01/web-client-sdk/commit/96edf70125a2385b1ada8e63a0eb411bf341dc62))
235
- - PROD-115 custom ui color ([cb9033a](https://github.com/AuthMe01/web-client-sdk/commit/cb9033a89ae5948f3789432981e477d882d02e37))
236
- - PROD-1170 MRZ function ([f58a3d1](https://github.com/AuthMe01/web-client-sdk/commit/f58a3d1ab7e57e199fc11a4216d698668cf0c7e1))
237
- - PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
238
- - PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
239
- - PROD-1223 add mock auth method ([472aff8](https://github.com/AuthMe01/web-client-sdk/commit/472aff8423bcef67aa2c08ae64d6ca8ddcaf2be9))
240
- - PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
241
- - PROD-127 sdk ocr rotate ([8ea76c8](https://github.com/AuthMe01/web-client-sdk/commit/8ea76c84a4ed2cd13bd139b9e31b89f6daa2e64d))
242
- - PROD-127 sdk orc rotate ([e33ae65](https://github.com/AuthMe01/web-client-sdk/commit/e33ae657908e2e751efcf1fb52b57b406277f233))
243
- - PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
244
- - PROD-135 onSuccess add spinner ([4c7a806](https://github.com/AuthMe01/web-client-sdk/commit/4c7a8064db64eda34f748b2138aacadb29fdd8c1))
245
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
246
- - PROD-1354 update EngineLib to 2.1.0 ([7cb6d0b](https://github.com/AuthMe01/web-client-sdk/commit/7cb6d0b8c7c5f3f2fd398dfc56b797667ea69075))
247
- - PROD-1357 customized statement and headermode ([654b183](https://github.com/AuthMe01/web-client-sdk/commit/654b1834bb263961f9b7af6eda7c77ef215b8c11))
248
- - PROD-1357 set css variables ([5bfd95b](https://github.com/AuthMe01/web-client-sdk/commit/5bfd95b3b23c460ccbde72305550a5f274c87c6d))
249
- - PROD-189 ocr lottie ([a315924](https://github.com/AuthMe01/web-client-sdk/commit/a3159247393a816420eb83b7579aa20782bc130e))
250
- - PROD-195 modify config and add reset function ([bb00ab9](https://github.com/AuthMe01/web-client-sdk/commit/bb00ab914b446e21cc459bffbd5392b594fd35e1))
251
- - PROD-195 sdk ocr add config ([5eccd4c](https://github.com/AuthMe01/web-client-sdk/commit/5eccd4c1ecdc393e8bb617a980a7345e405ebf0c))
252
- - PROD-242 Adjust fps ([883c9ed](https://github.com/AuthMe01/web-client-sdk/commit/883c9ed917f6536114f5d12cdadffd705b834951))
253
- - PROD-255 add idcard front hint text ([d8d2f24](https://github.com/AuthMe01/web-client-sdk/commit/d8d2f24a4e90ce459701836911661cd969cde0eb))
254
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
255
- - PROD-255 add spinner when ocrstart and fraudstart ([342777a](https://github.com/AuthMe01/web-client-sdk/commit/342777a250b46271e0d675fb920f7ecb1721d072))
256
- - PROD-255 change video text and add not camera warning ([6b387cd](https://github.com/AuthMe01/web-client-sdk/commit/6b387cdc9be756e7f8a27f285cca7f1cc2e5f35a))
257
- - PROD-255 get card type ([fcd5be9](https://github.com/AuthMe01/web-client-sdk/commit/fcd5be9810d51775ccd4a8d01385e7eb121b71fe))
258
- - PROD-255 success lottie and ui, clear timeout ([91c97d2](https://github.com/AuthMe01/web-client-sdk/commit/91c97d29e43631800b5dabc1163baf34a7d9eea8))
259
- - PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
260
- - PROD-327 add border radius ([42b4c23](https://github.com/AuthMe01/web-client-sdk/commit/42b4c23c4b56e3c168fd93627cb482028953dd54))
261
- - PROD-327 add error message ([6ef47d9](https://github.com/AuthMe01/web-client-sdk/commit/6ef47d9daa633fb8c42e2c01369c032ac7af3147))
262
- - PROD-327 add ocr confirm image flow ([21e2ef1](https://github.com/AuthMe01/web-client-sdk/commit/21e2ef167452df46c8f85c426fe09c5e3899d50d))
263
- - PROD-327 add retry ocr panel ([1cccd1d](https://github.com/AuthMe01/web-client-sdk/commit/1cccd1d69aadf897da88e088e4af4f427210d235))
264
- - PROD-327 change lottie second ([5eff08e](https://github.com/AuthMe01/web-client-sdk/commit/5eff08edcda22a0bd8dd71b73370c8f08009a250))
265
- - PROD-327 change process and add config cancel ([f8077d1](https://github.com/AuthMe01/web-client-sdk/commit/f8077d1760657c54c5c99e051b9541303e6e88dd))
266
- - PROD-327 change spinner position ([11d06c3](https://github.com/AuthMe01/web-client-sdk/commit/11d06c3538e7e9cf3d1179859fdbf6fcb39bb638))
267
- - PROD-327 remove alert(animationFrameId); ([47f8580](https://github.com/AuthMe01/web-client-sdk/commit/47f8580ae47e490075ec94eb235dfe8383df8394))
268
- - PROD-327 replace liveness ui ([9c5934a](https://github.com/AuthMe01/web-client-sdk/commit/9c5934ad743a0ce5f8fccdabec323c1b3e93f79c))
269
- - PROD-327 replace ocr ui ([73d4759](https://github.com/AuthMe01/web-client-sdk/commit/73d4759012bdfd0cb0bed9bc338f36af8ec27536))
270
- - PROD-327 replace top title panel ([ecad5f0](https://github.com/AuthMe01/web-client-sdk/commit/ecad5f029266040639b14e2efa9797a8373a3170))
271
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
272
- - PROD-375 add illustrate ([fd617d0](https://github.com/AuthMe01/web-client-sdk/commit/fd617d056ed52dfb05b5d464f7df8098fb7a0094))
273
- - PROD-375 add popup panel ([77f4672](https://github.com/AuthMe01/web-client-sdk/commit/77f467240474190a276961a86fe48fb66d520b54))
274
- - PROD-375 card confirm style, remove bootstrap ([645bfd7](https://github.com/AuthMe01/web-client-sdk/commit/645bfd7a828c7a9be9bc3b7dd77eff6208b7a49a))
275
- - PROD-375 optimization ui ([dd31fb9](https://github.com/AuthMe01/web-client-sdk/commit/dd31fb97b352b9b328db5f80bcffb24db6bf03cf))
276
- - PROD-375 replace lottie animate and refactor mask border ([39ce902](https://github.com/AuthMe01/web-client-sdk/commit/39ce90241c60bda0e65f648b8ed61b4c577ffae2))
277
- - PROD-410 change default logo ([7626856](https://github.com/AuthMe01/web-client-sdk/commit/7626856664de79288bdbd2e32604f1aeb28acf6c))
278
- - PROD-472 web sdk and header redesine ([e561c9f](https://github.com/AuthMe01/web-client-sdk/commit/e561c9fff1b6901277e67e1b40f27855931b9064))
279
- - PROD-571 add network listener ([39e2db3](https://github.com/AuthMe01/web-client-sdk/commit/39e2db352859070704122bd6672bcdcea5f3fd53))
280
- - PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
281
- - PROD-595 Add eKYC impl ([6b5cf51](https://github.com/AuthMe01/web-client-sdk/commit/6b5cf5198a8f3039a52a1f114ff2089cb45b17b2))
282
- - PROD-772 Add fps limit for anti-fraud ([6afca8e](https://github.com/AuthMe01/web-client-sdk/commit/6afca8e8b71c357050ab9564ff32621f9f0dbecd))
283
- - PROD-892 update confirm image page and add MRZ ocr ([90916f7](https://github.com/AuthMe01/web-client-sdk/commit/90916f7a1323103a3dc3a8f2ea825b6a4098dd54))
284
- - PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
285
- - PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
286
-
287
- ## 1.2.1 (2022-07-28)
288
-
289
- ### Bug Fixes
290
-
291
- - add upload ocr img from engine-lib ([15e3e9b](https://github.com/AuthMe01/web-client-sdk/commit/15e3e9b98945a53037addb692ea000cb5f745e10))
292
- - adjust ocr size for pc ([53201c5](https://github.com/AuthMe01/web-client-sdk/commit/53201c5e86386f54bc9e9ece775ec5447c60efe8))
293
- - adjust top text position ([2b81f08](https://github.com/AuthMe01/web-client-sdk/commit/2b81f08decac3721da577bfe55e9612a7804f086))
294
- - fix anti-fraud rotate condition ([65dba57](https://github.com/AuthMe01/web-client-sdk/commit/65dba570a2de5e9fa805027ed855fef585fecb4b))
295
- - fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
296
- - fix info confirm logic ([b3079a9](https://github.com/AuthMe01/web-client-sdk/commit/b3079a9c217f351d23b327573adff52de4eaa942))
297
- - PR-81 fix canvas size calculation ([b6ae89a](https://github.com/AuthMe01/web-client-sdk/commit/b6ae89ab2f0a3163b996e6adc9331efa45716d63))
298
- - PR-83 fix calculate canvas size ([aed08b8](https://github.com/AuthMe01/web-client-sdk/commit/aed08b8b194037c0378e6e54559b6e86625f83f1))
299
- - PROD-1031 button radius ([4ab1806](https://github.com/AuthMe01/web-client-sdk/commit/4ab1806c931d20e27ffe5622e337d99ad36796e9))
300
- - PROD-1069 fix incorrect card position setting ([a8a6359](https://github.com/AuthMe01/web-client-sdk/commit/a8a6359301a68262b145f0a8e5e2967e3392a70e))
301
- - PROD-1078 add fraud failed status ([3902130](https://github.com/AuthMe01/web-client-sdk/commit/3902130ebe91ee4b0d6111ba74c44983de5b4dfe))
302
- - PROD-1078 fraud error message ([cbd56c7](https://github.com/AuthMe01/web-client-sdk/commit/cbd56c73eb0bc6695e6aa0b74ff8159b97be40bc))
303
- - PROD-1124 change pc ocr facing mode ([1432569](https://github.com/AuthMe01/web-client-sdk/commit/14325699bc85c43fa02e0497672849f5b4947bc1))
304
- - PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
305
- - PROD-1149 before confirm page need loading ([8fd63f8](https://github.com/AuthMe01/web-client-sdk/commit/8fd63f89e2f1d030bba449d5d60b94ec1fc55428))
306
- - PROD-1149 fraud mismatch text ([9d171d5](https://github.com/AuthMe01/web-client-sdk/commit/9d171d524619d3b074ee7003089e7b33e27983a9))
307
- - PROD-1149 header step text ([328bd8a](https://github.com/AuthMe01/web-client-sdk/commit/328bd8aaccf4781517dcf158bd302cb5344e18e2))
308
- - PROD-1149 remove bs style error, add confirm page column ([2bbc3f4](https://github.com/AuthMe01/web-client-sdk/commit/2bbc3f46cd4380fd7b7d2eb81e2fb2bd4bfc5bb1))
309
- - PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
310
- - PROD-1156 fix aspect-ratio by card type ([042dd36](https://github.com/AuthMe01/web-client-sdk/commit/042dd362d67fcebd0f3ab5e102a581b7f11d1a07))
311
- - PROD-1206 fix lottie cause memory leak ([1e71e40](https://github.com/AuthMe01/web-client-sdk/commit/1e71e40066fb9f160d8cb905f2d210e5735de335))
312
- - PROD-1207 rotate warning popup event ([a4cd191](https://github.com/AuthMe01/web-client-sdk/commit/a4cd19121f4b7dbb861b326a278f1abacd5f0696))
313
- - PROD-1223 adjust config interface ([bc1deae](https://github.com/AuthMe01/web-client-sdk/commit/bc1deae24b8b8f266ebd6068567861f1b18f5166))
314
- - PROD-1279 fix style issue on ios webview ([4fc578a](https://github.com/AuthMe01/web-client-sdk/commit/4fc578afe1d882de67d384cb9e0499a00b0fc920))
315
- - PROD-1309 adjust style ([c77c3fb](https://github.com/AuthMe01/web-client-sdk/commit/c77c3fbdaa13e806f15e06adc35153f4fc03e0ef))
316
- - PROD-135 adjust fas config ([3d89ba7](https://github.com/AuthMe01/web-client-sdk/commit/3d89ba716d6b0bfd07ec2d5353213d8e8306c83d))
317
- - PROD-1430 fix OCR camera usage ([0ad9d89](https://github.com/AuthMe01/web-client-sdk/commit/0ad9d89ab93d09e052d0d3679168fbfc1a129ad7))
318
- - PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
319
- - PROD-241 optimize camera setup time ([d0dbc19](https://github.com/AuthMe01/web-client-sdk/commit/d0dbc19412bff1d35705d0b4c15399ee8f693411))
320
- - PROD-241 optimize ocr model loading time ([32890c4](https://github.com/AuthMe01/web-client-sdk/commit/32890c42a7df440e9bfaf521ba62b32994d14016))
321
- - PROD-242 fix video mirrored and close video ([1bf75c9](https://github.com/AuthMe01/web-client-sdk/commit/1bf75c92600f50b5d9680922b0b125ce4fd89041))
322
- - PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
323
- - PROD-255 change ocr and anti-fraud order ([8580b11](https://github.com/AuthMe01/web-client-sdk/commit/8580b112fbacce8a2a658bc208e59caec6a1de88))
324
- - PROD-255 fix back image upload error ([2848f83](https://github.com/AuthMe01/web-client-sdk/commit/2848f836bc234f63316487afba17df84a24c988e))
325
- - PROD-255 fix camera try catch ([c3686f1](https://github.com/AuthMe01/web-client-sdk/commit/c3686f1c1d7a044cf39f42502f05a4e23c520499))
326
- - PROD-255 fix mask width ([339e071](https://github.com/AuthMe01/web-client-sdk/commit/339e071622881d89d6fb05abe2c65f3c48e790ef))
327
- - PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
328
- - PROD-255 fix rotate and process ([62d6c13](https://github.com/AuthMe01/web-client-sdk/commit/62d6c13dacf93369701e229e5f4950addfc94c1a))
329
- - PROD-255 idcard process and card size ([15a49f8](https://github.com/AuthMe01/web-client-sdk/commit/15a49f85389dd332ad1dee642658bd680b750deb))
330
- - PROD-255 ocr fraud unsubscribe ([06fe213](https://github.com/AuthMe01/web-client-sdk/commit/06fe213626c4ac1823edaf0b8886343cc4f9f5af))
331
- - PROD-255 ocr process ([e9ea4a9](https://github.com/AuthMe01/web-client-sdk/commit/e9ea4a9e4516b22a55111bf5146f3b12e9ecd16b))
332
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
333
- - PROD-255 refactor process ([3ddcc9a](https://github.com/AuthMe01/web-client-sdk/commit/3ddcc9a75af048692bbc62652643a83cb889a150))
334
- - PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
335
- - PROD-255 rotate direction ([85ea48f](https://github.com/AuthMe01/web-client-sdk/commit/85ea48fa2bc10d46e2815c126827616ca5ad71ab))
336
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
337
- - PROD-255 ui success animate ([25d9195](https://github.com/AuthMe01/web-client-sdk/commit/25d91952c4dc5e42639e69791002e327765b11f3))
338
- - PROD-255 video position css ([ac0044a](https://github.com/AuthMe01/web-client-sdk/commit/ac0044aaf0b94124219c64b5a8ed2602300f7a53))
339
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
340
- - PROD-327 add cancel hanlder ([b49180f](https://github.com/AuthMe01/web-client-sdk/commit/b49180f75116458c81974cd4e6902253e0c1204e))
341
- - PROD-327 cancel bug and retry title ([baefe53](https://github.com/AuthMe01/web-client-sdk/commit/baefe5380e916fc8e137b02e3351d8564bef6452))
342
- - PROD-327 change ocr confirm image to cropped version ([b233dec](https://github.com/AuthMe01/web-client-sdk/commit/b233dec49ac5d8f4873924d58335073de338b55e))
343
- - PROD-327 fix confirm page display issue ([85a53f3](https://github.com/AuthMe01/web-client-sdk/commit/85a53f3ee03b61141cadf79f85923f9297e16c2c))
344
- - PROD-327 ios border css bug ([d6135fa](https://github.com/AuthMe01/web-client-sdk/commit/d6135fa6a6c7650ac2aec74b43bc4ab2c89044c7))
345
- - PROD-327 liveness and fas width/height and fix text ([a85c98e](https://github.com/AuthMe01/web-client-sdk/commit/a85c98ee127558793abb763bb5fffef50e8bda9f))
346
- - PROD-375 lottie init and css ([de643ff](https://github.com/AuthMe01/web-client-sdk/commit/de643ffeb6e349620fe488321b168223fa519cda))
347
- - PROD-375 scan size and finial img size ([374debb](https://github.com/AuthMe01/web-client-sdk/commit/374debb803dd048346e6a5a0c0da754942965cd3))
348
- - PROD-405 Handle ocr backend recognition error ([1084e8d](https://github.com/AuthMe01/web-client-sdk/commit/1084e8d70f00ab8200f00f334272e1d594585387))
349
- - PROD-428 adjust ocr mask size ([852c6f0](https://github.com/AuthMe01/web-client-sdk/commit/852c6f0caab92871b2b5d057b3a7aea5f5f3a0cd))
350
- - PROD-463 handle anti-fraud timeout error ([13d1533](https://github.com/AuthMe01/web-client-sdk/commit/13d1533a4baecefadd9a47e0f81ac5ed4dbba0fa))
351
- - PROD-472 canvas size, lottie arrow, confirm page ([4bda3a6](https://github.com/AuthMe01/web-client-sdk/commit/4bda3a6737948564668c6770634b527cfd123718))
352
- - PROD-511 iphone camera ([07c2c2d](https://github.com/AuthMe01/web-client-sdk/commit/07c2c2d7661127003d2f65e07920e1b2333fe0c5))
353
- - PROD-511 mobile and web camera ([914425f](https://github.com/AuthMe01/web-client-sdk/commit/914425fe2dd91dc1f186c2341dc2dd5b7063c07d))
354
- - PROD-511 safari web mirror bug ([450d824](https://github.com/AuthMe01/web-client-sdk/commit/450d824d9183e96119431620dfa75b05fc71924a))
355
- - PROD-514 header, lottie, step content size ([12c4228](https://github.com/AuthMe01/web-client-sdk/commit/12c422844d533ed7d98f8c990b199194ce6beb04))
356
- - PROD-514 ocr front mirror, liveness header rwd ([d8633c3](https://github.com/AuthMe01/web-client-sdk/commit/d8633c39c5a64a1a0fdecd73c2e6e29857486c70))
357
- - PROD-560 optimize camera view show time ([5315783](https://github.com/AuthMe01/web-client-sdk/commit/53157830b47d94a1ac257e9b7d31868f9b0b80f0))
358
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
359
- - PROD-571 add removeListener ([85631db](https://github.com/AuthMe01/web-client-sdk/commit/85631db5925d8f9061a90600eea380c107b5b3b0))
360
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
361
- - PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
362
- - PROD-583 remove fraud rotate repeat ([32e35ec](https://github.com/AuthMe01/web-client-sdk/commit/32e35ecc58993e94c52b81ab5ccb7c381fb61d14))
363
- - PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
364
- - PROD-588 rotate timer, text content ([2938a37](https://github.com/AuthMe01/web-client-sdk/commit/2938a376b7dd42fa4c2ac6a48ddfde28eb190bd2))
365
- - PROD-595 fix canvas width/height get zero issue ([cbd74ab](https://github.com/AuthMe01/web-client-sdk/commit/cbd74ab775d964f3bfaa79f7bf711278dce67d73))
366
- - PROD-650 add loading in liveness ([6df2366](https://github.com/AuthMe01/web-client-sdk/commit/6df2366dd914a0f0d75b72b0e7e8226fb31ed0fb))
367
- - PROD-650 fix option order, add error&state hint ([2758980](https://github.com/AuthMe01/web-client-sdk/commit/275898079f173f77b8609cb02e84dca6c06daac4))
368
- - PROD-653 ekyc detail css ([0ddce73](https://github.com/AuthMe01/web-client-sdk/commit/0ddce73f3d5fedea0f96d49aee155040878ec984))
369
- - PROD-654 scan lottie, ekyc fail liveness style, liveness component ([3cdb08b](https://github.com/AuthMe01/web-client-sdk/commit/3cdb08ba5a3fdfda7ac33e563fc729507edf52cc))
370
- - PROD-671 idCard lottie and button disabled time ([9cd5e16](https://github.com/AuthMe01/web-client-sdk/commit/9cd5e16c128b7da8f2fa2a988bb0ede69d40b3c5))
371
- - PROD-679 liveness zIndex ([2bcbc07](https://github.com/AuthMe01/web-client-sdk/commit/2bcbc07cabe189ecbabd87f5d49a003f04256aa7))
372
- - PROD-680 liveness fail with background upload ([269d17d](https://github.com/AuthMe01/web-client-sdk/commit/269d17d29ffd795270e44455215c0f1c292a137b))
373
- - PROD-690 adjust liveness-verify error popup ([1a825a2](https://github.com/AuthMe01/web-client-sdk/commit/1a825a29e799a85cd64f003f70d90a23d6cdf871))
374
- - PROD-714 ipad camera, input zoon in on mobile, ios15 rotate bug ([851baeb](https://github.com/AuthMe01/web-client-sdk/commit/851baeb94ce7563db62a452882cdc136a3505ecd))
375
- - PROD-714 iPod issue ([06056d6](https://github.com/AuthMe01/web-client-sdk/commit/06056d615fd7f212138902e5fdcd4e9668b569e7))
376
- - PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
377
- - PROD-730 add lottie mask ([72fa4d6](https://github.com/AuthMe01/web-client-sdk/commit/72fa4d606b3dbe4d0fd86ddfa77a194f447546f4))
378
- - PROD-730 lottieContainer bg opacity ([bfdc3af](https://github.com/AuthMe01/web-client-sdk/commit/bfdc3afc5bc4d51b88832b85b44b0e8ed03bda82))
379
- - PROD-730 remove hint text when start rotate ([f237d05](https://github.com/AuthMe01/web-client-sdk/commit/f237d05e2e5478dad363b979f617d82b7201b49b))
380
- - PROD-730 sdk text ([47d6845](https://github.com/AuthMe01/web-client-sdk/commit/47d684505b47c20b0a18696c669d3bb251645415))
381
- - PROD-756 rotate to default bug ([e17f6c2](https://github.com/AuthMe01/web-client-sdk/commit/e17f6c2d653848327a0c989da78717fca4a2038d))
382
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
383
- - PROD-760 disable frame resize ([8210508](https://github.com/AuthMe01/web-client-sdk/commit/8210508bfac11a3b94deb233891d9ef576ef1fb3))
384
- - PROD-780 fix webcam not found ([da26bab](https://github.com/AuthMe01/web-client-sdk/commit/da26babd3e45fa4fd90329aaee8b7d43f520c6fb))
385
- - PROD-792 fix camera blur & limit frame size ([92c39f8](https://github.com/AuthMe01/web-client-sdk/commit/92c39f818b3cc328f057ec0e22e1c1f551ffd1d4))
386
- - PROD-792 fix camera blur & limit frame size ([ea56557](https://github.com/AuthMe01/web-client-sdk/commit/ea56557797ce050bce4b478237e1853f030fc9ac))
387
- - PROD-892 rename function name ([ef47ca8](https://github.com/AuthMe01/web-client-sdk/commit/ef47ca817b30a14bbcdba8ba2d9a4a10fc7bc9bb))
388
- - PROD-892 rename isMobile function name ([9233f1d](https://github.com/AuthMe01/web-client-sdk/commit/9233f1d3a1f55ce5bc77ae6f4b874fd3533252fe))
389
- - PROD-941 adjust debug frame height ([5e39a74](https://github.com/AuthMe01/web-client-sdk/commit/5e39a744568a8f6153181fd141a73184e9fb431b))
390
- - PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
391
- - remove waittime ([a32d1e0](https://github.com/AuthMe01/web-client-sdk/commit/a32d1e0ae91aebf0a682e2f2e25be6482fd1fccb))
392
-
393
- ### Features
394
-
395
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
396
- - PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
397
- - PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
398
- - PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
399
- - PR-81 passive enum ui and process ([e6258e0](https://github.com/AuthMe01/web-client-sdk/commit/e6258e0cd3dc99884c72f526076947e118c3ddf6))
400
- - PR-81 passive-fas header ([6086cc8](https://github.com/AuthMe01/web-client-sdk/commit/6086cc89a00786bdbfc36353744655e86fd35ecb))
401
- - PR-81 passive-fas sdk ui ([8ab2938](https://github.com/AuthMe01/web-client-sdk/commit/8ab29386dade1ceef64f136b33782edd5200899b))
402
- - PR-83 ocr sdk ui ([a414e99](https://github.com/AuthMe01/web-client-sdk/commit/a414e993406071b58bbad5b3db17c0e1c2a86d43))
403
- - PROD-114 fix liveness issue ([96edf70](https://github.com/AuthMe01/web-client-sdk/commit/96edf70125a2385b1ada8e63a0eb411bf341dc62))
404
- - PROD-115 custom ui color ([cb9033a](https://github.com/AuthMe01/web-client-sdk/commit/cb9033a89ae5948f3789432981e477d882d02e37))
405
- - PROD-1170 MRZ function ([f58a3d1](https://github.com/AuthMe01/web-client-sdk/commit/f58a3d1ab7e57e199fc11a4216d698668cf0c7e1))
406
- - PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
407
- - PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
408
- - PROD-1223 add mock auth method ([472aff8](https://github.com/AuthMe01/web-client-sdk/commit/472aff8423bcef67aa2c08ae64d6ca8ddcaf2be9))
409
- - PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
410
- - PROD-127 sdk ocr rotate ([8ea76c8](https://github.com/AuthMe01/web-client-sdk/commit/8ea76c84a4ed2cd13bd139b9e31b89f6daa2e64d))
411
- - PROD-127 sdk orc rotate ([e33ae65](https://github.com/AuthMe01/web-client-sdk/commit/e33ae657908e2e751efcf1fb52b57b406277f233))
412
- - PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
413
- - PROD-135 onSuccess add spinner ([4c7a806](https://github.com/AuthMe01/web-client-sdk/commit/4c7a8064db64eda34f748b2138aacadb29fdd8c1))
414
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
415
- - PROD-1354 update EngineLib to 2.1.0 ([7cb6d0b](https://github.com/AuthMe01/web-client-sdk/commit/7cb6d0b8c7c5f3f2fd398dfc56b797667ea69075))
416
- - PROD-1357 customized statement and headermode ([654b183](https://github.com/AuthMe01/web-client-sdk/commit/654b1834bb263961f9b7af6eda7c77ef215b8c11))
417
- - PROD-1357 set css variables ([5bfd95b](https://github.com/AuthMe01/web-client-sdk/commit/5bfd95b3b23c460ccbde72305550a5f274c87c6d))
418
- - PROD-189 ocr lottie ([a315924](https://github.com/AuthMe01/web-client-sdk/commit/a3159247393a816420eb83b7579aa20782bc130e))
419
- - PROD-195 modify config and add reset function ([bb00ab9](https://github.com/AuthMe01/web-client-sdk/commit/bb00ab914b446e21cc459bffbd5392b594fd35e1))
420
- - PROD-195 sdk ocr add config ([5eccd4c](https://github.com/AuthMe01/web-client-sdk/commit/5eccd4c1ecdc393e8bb617a980a7345e405ebf0c))
421
- - PROD-242 Adjust fps ([883c9ed](https://github.com/AuthMe01/web-client-sdk/commit/883c9ed917f6536114f5d12cdadffd705b834951))
422
- - PROD-255 add idcard front hint text ([d8d2f24](https://github.com/AuthMe01/web-client-sdk/commit/d8d2f24a4e90ce459701836911661cd969cde0eb))
423
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
424
- - PROD-255 add spinner when ocrstart and fraudstart ([342777a](https://github.com/AuthMe01/web-client-sdk/commit/342777a250b46271e0d675fb920f7ecb1721d072))
425
- - PROD-255 change video text and add not camera warning ([6b387cd](https://github.com/AuthMe01/web-client-sdk/commit/6b387cdc9be756e7f8a27f285cca7f1cc2e5f35a))
426
- - PROD-255 get card type ([fcd5be9](https://github.com/AuthMe01/web-client-sdk/commit/fcd5be9810d51775ccd4a8d01385e7eb121b71fe))
427
- - PROD-255 success lottie and ui, clear timeout ([91c97d2](https://github.com/AuthMe01/web-client-sdk/commit/91c97d29e43631800b5dabc1163baf34a7d9eea8))
428
- - PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
429
- - PROD-327 add border radius ([42b4c23](https://github.com/AuthMe01/web-client-sdk/commit/42b4c23c4b56e3c168fd93627cb482028953dd54))
430
- - PROD-327 add error message ([6ef47d9](https://github.com/AuthMe01/web-client-sdk/commit/6ef47d9daa633fb8c42e2c01369c032ac7af3147))
431
- - PROD-327 add ocr confirm image flow ([21e2ef1](https://github.com/AuthMe01/web-client-sdk/commit/21e2ef167452df46c8f85c426fe09c5e3899d50d))
432
- - PROD-327 add retry ocr panel ([1cccd1d](https://github.com/AuthMe01/web-client-sdk/commit/1cccd1d69aadf897da88e088e4af4f427210d235))
433
- - PROD-327 change lottie second ([5eff08e](https://github.com/AuthMe01/web-client-sdk/commit/5eff08edcda22a0bd8dd71b73370c8f08009a250))
434
- - PROD-327 change process and add config cancel ([f8077d1](https://github.com/AuthMe01/web-client-sdk/commit/f8077d1760657c54c5c99e051b9541303e6e88dd))
435
- - PROD-327 change spinner position ([11d06c3](https://github.com/AuthMe01/web-client-sdk/commit/11d06c3538e7e9cf3d1179859fdbf6fcb39bb638))
436
- - PROD-327 remove alert(animationFrameId); ([47f8580](https://github.com/AuthMe01/web-client-sdk/commit/47f8580ae47e490075ec94eb235dfe8383df8394))
437
- - PROD-327 replace liveness ui ([9c5934a](https://github.com/AuthMe01/web-client-sdk/commit/9c5934ad743a0ce5f8fccdabec323c1b3e93f79c))
438
- - PROD-327 replace ocr ui ([73d4759](https://github.com/AuthMe01/web-client-sdk/commit/73d4759012bdfd0cb0bed9bc338f36af8ec27536))
439
- - PROD-327 replace top title panel ([ecad5f0](https://github.com/AuthMe01/web-client-sdk/commit/ecad5f029266040639b14e2efa9797a8373a3170))
440
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
441
- - PROD-375 add illustrate ([fd617d0](https://github.com/AuthMe01/web-client-sdk/commit/fd617d056ed52dfb05b5d464f7df8098fb7a0094))
442
- - PROD-375 add popup panel ([77f4672](https://github.com/AuthMe01/web-client-sdk/commit/77f467240474190a276961a86fe48fb66d520b54))
443
- - PROD-375 card confirm style, remove bootstrap ([645bfd7](https://github.com/AuthMe01/web-client-sdk/commit/645bfd7a828c7a9be9bc3b7dd77eff6208b7a49a))
444
- - PROD-375 optimization ui ([dd31fb9](https://github.com/AuthMe01/web-client-sdk/commit/dd31fb97b352b9b328db5f80bcffb24db6bf03cf))
445
- - PROD-375 replace lottie animate and refactor mask border ([39ce902](https://github.com/AuthMe01/web-client-sdk/commit/39ce90241c60bda0e65f648b8ed61b4c577ffae2))
446
- - PROD-410 change default logo ([7626856](https://github.com/AuthMe01/web-client-sdk/commit/7626856664de79288bdbd2e32604f1aeb28acf6c))
447
- - PROD-472 web sdk and header redesine ([e561c9f](https://github.com/AuthMe01/web-client-sdk/commit/e561c9fff1b6901277e67e1b40f27855931b9064))
448
- - PROD-571 add network listener ([39e2db3](https://github.com/AuthMe01/web-client-sdk/commit/39e2db352859070704122bd6672bcdcea5f3fd53))
449
- - PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
450
- - PROD-595 Add eKYC impl ([6b5cf51](https://github.com/AuthMe01/web-client-sdk/commit/6b5cf5198a8f3039a52a1f114ff2089cb45b17b2))
451
- - PROD-772 Add fps limit for anti-fraud ([6afca8e](https://github.com/AuthMe01/web-client-sdk/commit/6afca8e8b71c357050ab9564ff32621f9f0dbecd))
452
- - PROD-892 update confirm image page and add MRZ ocr ([90916f7](https://github.com/AuthMe01/web-client-sdk/commit/90916f7a1323103a3dc3a8f2ea825b6a4098dd54))
453
- - PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
454
- - PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
455
-
456
- # 1.2.0 (2022-07-25)
457
-
458
- ### Bug Fixes
459
-
460
- - add upload ocr img from engine-lib ([15e3e9b](https://github.com/AuthMe01/web-client-sdk/commit/15e3e9b98945a53037addb692ea000cb5f745e10))
461
- - adjust ocr size for pc ([53201c5](https://github.com/AuthMe01/web-client-sdk/commit/53201c5e86386f54bc9e9ece775ec5447c60efe8))
462
- - adjust top text position ([2b81f08](https://github.com/AuthMe01/web-client-sdk/commit/2b81f08decac3721da577bfe55e9612a7804f086))
463
- - fix anti-fraud rotate condition ([65dba57](https://github.com/AuthMe01/web-client-sdk/commit/65dba570a2de5e9fa805027ed855fef585fecb4b))
464
- - fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
465
- - fix info confirm logic ([b3079a9](https://github.com/AuthMe01/web-client-sdk/commit/b3079a9c217f351d23b327573adff52de4eaa942))
466
- - PR-81 fix canvas size calculation ([b6ae89a](https://github.com/AuthMe01/web-client-sdk/commit/b6ae89ab2f0a3163b996e6adc9331efa45716d63))
467
- - PR-83 fix calculate canvas size ([aed08b8](https://github.com/AuthMe01/web-client-sdk/commit/aed08b8b194037c0378e6e54559b6e86625f83f1))
468
- - PROD-1031 button radius ([4ab1806](https://github.com/AuthMe01/web-client-sdk/commit/4ab1806c931d20e27ffe5622e337d99ad36796e9))
469
- - PROD-1069 fix incorrect card position setting ([a8a6359](https://github.com/AuthMe01/web-client-sdk/commit/a8a6359301a68262b145f0a8e5e2967e3392a70e))
470
- - PROD-1078 add fraud failed status ([3902130](https://github.com/AuthMe01/web-client-sdk/commit/3902130ebe91ee4b0d6111ba74c44983de5b4dfe))
471
- - PROD-1078 fraud error message ([cbd56c7](https://github.com/AuthMe01/web-client-sdk/commit/cbd56c73eb0bc6695e6aa0b74ff8159b97be40bc))
472
- - PROD-1124 change pc ocr facing mode ([1432569](https://github.com/AuthMe01/web-client-sdk/commit/14325699bc85c43fa02e0497672849f5b4947bc1))
473
- - PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
474
- - PROD-1149 before confirm page need loading ([8fd63f8](https://github.com/AuthMe01/web-client-sdk/commit/8fd63f89e2f1d030bba449d5d60b94ec1fc55428))
475
- - PROD-1149 fraud mismatch text ([9d171d5](https://github.com/AuthMe01/web-client-sdk/commit/9d171d524619d3b074ee7003089e7b33e27983a9))
476
- - PROD-1149 header step text ([328bd8a](https://github.com/AuthMe01/web-client-sdk/commit/328bd8aaccf4781517dcf158bd302cb5344e18e2))
477
- - PROD-1149 remove bs style error, add confirm page column ([2bbc3f4](https://github.com/AuthMe01/web-client-sdk/commit/2bbc3f46cd4380fd7b7d2eb81e2fb2bd4bfc5bb1))
478
- - PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
479
- - PROD-1156 fix aspect-ratio by card type ([042dd36](https://github.com/AuthMe01/web-client-sdk/commit/042dd362d67fcebd0f3ab5e102a581b7f11d1a07))
480
- - PROD-1206 fix lottie cause memory leak ([1e71e40](https://github.com/AuthMe01/web-client-sdk/commit/1e71e40066fb9f160d8cb905f2d210e5735de335))
481
- - PROD-1207 rotate warning popup event ([a4cd191](https://github.com/AuthMe01/web-client-sdk/commit/a4cd19121f4b7dbb861b326a278f1abacd5f0696))
482
- - PROD-1223 adjust config interface ([bc1deae](https://github.com/AuthMe01/web-client-sdk/commit/bc1deae24b8b8f266ebd6068567861f1b18f5166))
483
- - PROD-1279 fix style issue on ios webview ([4fc578a](https://github.com/AuthMe01/web-client-sdk/commit/4fc578afe1d882de67d384cb9e0499a00b0fc920))
484
- - PROD-1309 adjust style ([c77c3fb](https://github.com/AuthMe01/web-client-sdk/commit/c77c3fbdaa13e806f15e06adc35153f4fc03e0ef))
485
- - PROD-135 adjust fas config ([3d89ba7](https://github.com/AuthMe01/web-client-sdk/commit/3d89ba716d6b0bfd07ec2d5353213d8e8306c83d))
486
- - PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
487
- - PROD-241 optimize camera setup time ([d0dbc19](https://github.com/AuthMe01/web-client-sdk/commit/d0dbc19412bff1d35705d0b4c15399ee8f693411))
488
- - PROD-241 optimize ocr model loading time ([32890c4](https://github.com/AuthMe01/web-client-sdk/commit/32890c42a7df440e9bfaf521ba62b32994d14016))
489
- - PROD-242 fix video mirrored and close video ([1bf75c9](https://github.com/AuthMe01/web-client-sdk/commit/1bf75c92600f50b5d9680922b0b125ce4fd89041))
490
- - PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
491
- - PROD-255 change ocr and anti-fraud order ([8580b11](https://github.com/AuthMe01/web-client-sdk/commit/8580b112fbacce8a2a658bc208e59caec6a1de88))
492
- - PROD-255 fix back image upload error ([2848f83](https://github.com/AuthMe01/web-client-sdk/commit/2848f836bc234f63316487afba17df84a24c988e))
493
- - PROD-255 fix camera try catch ([c3686f1](https://github.com/AuthMe01/web-client-sdk/commit/c3686f1c1d7a044cf39f42502f05a4e23c520499))
494
- - PROD-255 fix mask width ([339e071](https://github.com/AuthMe01/web-client-sdk/commit/339e071622881d89d6fb05abe2c65f3c48e790ef))
495
- - PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
496
- - PROD-255 fix rotate and process ([62d6c13](https://github.com/AuthMe01/web-client-sdk/commit/62d6c13dacf93369701e229e5f4950addfc94c1a))
497
- - PROD-255 idcard process and card size ([15a49f8](https://github.com/AuthMe01/web-client-sdk/commit/15a49f85389dd332ad1dee642658bd680b750deb))
498
- - PROD-255 ocr fraud unsubscribe ([06fe213](https://github.com/AuthMe01/web-client-sdk/commit/06fe213626c4ac1823edaf0b8886343cc4f9f5af))
499
- - PROD-255 ocr process ([e9ea4a9](https://github.com/AuthMe01/web-client-sdk/commit/e9ea4a9e4516b22a55111bf5146f3b12e9ecd16b))
500
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
501
- - PROD-255 refactor process ([3ddcc9a](https://github.com/AuthMe01/web-client-sdk/commit/3ddcc9a75af048692bbc62652643a83cb889a150))
502
- - PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
503
- - PROD-255 rotate direction ([85ea48f](https://github.com/AuthMe01/web-client-sdk/commit/85ea48fa2bc10d46e2815c126827616ca5ad71ab))
504
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
505
- - PROD-255 ui success animate ([25d9195](https://github.com/AuthMe01/web-client-sdk/commit/25d91952c4dc5e42639e69791002e327765b11f3))
506
- - PROD-255 video position css ([ac0044a](https://github.com/AuthMe01/web-client-sdk/commit/ac0044aaf0b94124219c64b5a8ed2602300f7a53))
507
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
508
- - PROD-327 add cancel hanlder ([b49180f](https://github.com/AuthMe01/web-client-sdk/commit/b49180f75116458c81974cd4e6902253e0c1204e))
509
- - PROD-327 cancel bug and retry title ([baefe53](https://github.com/AuthMe01/web-client-sdk/commit/baefe5380e916fc8e137b02e3351d8564bef6452))
510
- - PROD-327 change ocr confirm image to cropped version ([b233dec](https://github.com/AuthMe01/web-client-sdk/commit/b233dec49ac5d8f4873924d58335073de338b55e))
511
- - PROD-327 fix confirm page display issue ([85a53f3](https://github.com/AuthMe01/web-client-sdk/commit/85a53f3ee03b61141cadf79f85923f9297e16c2c))
512
- - PROD-327 ios border css bug ([d6135fa](https://github.com/AuthMe01/web-client-sdk/commit/d6135fa6a6c7650ac2aec74b43bc4ab2c89044c7))
513
- - PROD-327 liveness and fas width/height and fix text ([a85c98e](https://github.com/AuthMe01/web-client-sdk/commit/a85c98ee127558793abb763bb5fffef50e8bda9f))
514
- - PROD-375 lottie init and css ([de643ff](https://github.com/AuthMe01/web-client-sdk/commit/de643ffeb6e349620fe488321b168223fa519cda))
515
- - PROD-375 scan size and finial img size ([374debb](https://github.com/AuthMe01/web-client-sdk/commit/374debb803dd048346e6a5a0c0da754942965cd3))
516
- - PROD-405 Handle ocr backend recognition error ([1084e8d](https://github.com/AuthMe01/web-client-sdk/commit/1084e8d70f00ab8200f00f334272e1d594585387))
517
- - PROD-428 adjust ocr mask size ([852c6f0](https://github.com/AuthMe01/web-client-sdk/commit/852c6f0caab92871b2b5d057b3a7aea5f5f3a0cd))
518
- - PROD-463 handle anti-fraud timeout error ([13d1533](https://github.com/AuthMe01/web-client-sdk/commit/13d1533a4baecefadd9a47e0f81ac5ed4dbba0fa))
519
- - PROD-472 canvas size, lottie arrow, confirm page ([4bda3a6](https://github.com/AuthMe01/web-client-sdk/commit/4bda3a6737948564668c6770634b527cfd123718))
520
- - PROD-511 iphone camera ([07c2c2d](https://github.com/AuthMe01/web-client-sdk/commit/07c2c2d7661127003d2f65e07920e1b2333fe0c5))
521
- - PROD-511 mobile and web camera ([914425f](https://github.com/AuthMe01/web-client-sdk/commit/914425fe2dd91dc1f186c2341dc2dd5b7063c07d))
522
- - PROD-511 safari web mirror bug ([450d824](https://github.com/AuthMe01/web-client-sdk/commit/450d824d9183e96119431620dfa75b05fc71924a))
523
- - PROD-514 header, lottie, step content size ([12c4228](https://github.com/AuthMe01/web-client-sdk/commit/12c422844d533ed7d98f8c990b199194ce6beb04))
524
- - PROD-514 ocr front mirror, liveness header rwd ([d8633c3](https://github.com/AuthMe01/web-client-sdk/commit/d8633c39c5a64a1a0fdecd73c2e6e29857486c70))
525
- - PROD-560 optimize camera view show time ([5315783](https://github.com/AuthMe01/web-client-sdk/commit/53157830b47d94a1ac257e9b7d31868f9b0b80f0))
526
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
527
- - PROD-571 add removeListener ([85631db](https://github.com/AuthMe01/web-client-sdk/commit/85631db5925d8f9061a90600eea380c107b5b3b0))
528
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
529
- - PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
530
- - PROD-583 remove fraud rotate repeat ([32e35ec](https://github.com/AuthMe01/web-client-sdk/commit/32e35ecc58993e94c52b81ab5ccb7c381fb61d14))
531
- - PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
532
- - PROD-588 rotate timer, text content ([2938a37](https://github.com/AuthMe01/web-client-sdk/commit/2938a376b7dd42fa4c2ac6a48ddfde28eb190bd2))
533
- - PROD-595 fix canvas width/height get zero issue ([cbd74ab](https://github.com/AuthMe01/web-client-sdk/commit/cbd74ab775d964f3bfaa79f7bf711278dce67d73))
534
- - PROD-650 add loading in liveness ([6df2366](https://github.com/AuthMe01/web-client-sdk/commit/6df2366dd914a0f0d75b72b0e7e8226fb31ed0fb))
535
- - PROD-650 fix option order, add error&state hint ([2758980](https://github.com/AuthMe01/web-client-sdk/commit/275898079f173f77b8609cb02e84dca6c06daac4))
536
- - PROD-653 ekyc detail css ([0ddce73](https://github.com/AuthMe01/web-client-sdk/commit/0ddce73f3d5fedea0f96d49aee155040878ec984))
537
- - PROD-654 scan lottie, ekyc fail liveness style, liveness component ([3cdb08b](https://github.com/AuthMe01/web-client-sdk/commit/3cdb08ba5a3fdfda7ac33e563fc729507edf52cc))
538
- - PROD-671 idCard lottie and button disabled time ([9cd5e16](https://github.com/AuthMe01/web-client-sdk/commit/9cd5e16c128b7da8f2fa2a988bb0ede69d40b3c5))
539
- - PROD-679 liveness zIndex ([2bcbc07](https://github.com/AuthMe01/web-client-sdk/commit/2bcbc07cabe189ecbabd87f5d49a003f04256aa7))
540
- - PROD-680 liveness fail with background upload ([269d17d](https://github.com/AuthMe01/web-client-sdk/commit/269d17d29ffd795270e44455215c0f1c292a137b))
541
- - PROD-690 adjust liveness-verify error popup ([1a825a2](https://github.com/AuthMe01/web-client-sdk/commit/1a825a29e799a85cd64f003f70d90a23d6cdf871))
542
- - PROD-714 ipad camera, input zoon in on mobile, ios15 rotate bug ([851baeb](https://github.com/AuthMe01/web-client-sdk/commit/851baeb94ce7563db62a452882cdc136a3505ecd))
543
- - PROD-714 iPod issue ([06056d6](https://github.com/AuthMe01/web-client-sdk/commit/06056d615fd7f212138902e5fdcd4e9668b569e7))
544
- - PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
545
- - PROD-730 add lottie mask ([72fa4d6](https://github.com/AuthMe01/web-client-sdk/commit/72fa4d606b3dbe4d0fd86ddfa77a194f447546f4))
546
- - PROD-730 lottieContainer bg opacity ([bfdc3af](https://github.com/AuthMe01/web-client-sdk/commit/bfdc3afc5bc4d51b88832b85b44b0e8ed03bda82))
547
- - PROD-730 remove hint text when start rotate ([f237d05](https://github.com/AuthMe01/web-client-sdk/commit/f237d05e2e5478dad363b979f617d82b7201b49b))
548
- - PROD-730 sdk text ([47d6845](https://github.com/AuthMe01/web-client-sdk/commit/47d684505b47c20b0a18696c669d3bb251645415))
549
- - PROD-756 rotate to default bug ([e17f6c2](https://github.com/AuthMe01/web-client-sdk/commit/e17f6c2d653848327a0c989da78717fca4a2038d))
550
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
551
- - PROD-760 disable frame resize ([8210508](https://github.com/AuthMe01/web-client-sdk/commit/8210508bfac11a3b94deb233891d9ef576ef1fb3))
552
- - PROD-780 fix webcam not found ([da26bab](https://github.com/AuthMe01/web-client-sdk/commit/da26babd3e45fa4fd90329aaee8b7d43f520c6fb))
553
- - PROD-792 fix camera blur & limit frame size ([92c39f8](https://github.com/AuthMe01/web-client-sdk/commit/92c39f818b3cc328f057ec0e22e1c1f551ffd1d4))
554
- - PROD-792 fix camera blur & limit frame size ([ea56557](https://github.com/AuthMe01/web-client-sdk/commit/ea56557797ce050bce4b478237e1853f030fc9ac))
555
- - PROD-892 rename function name ([ef47ca8](https://github.com/AuthMe01/web-client-sdk/commit/ef47ca817b30a14bbcdba8ba2d9a4a10fc7bc9bb))
556
- - PROD-892 rename isMobile function name ([9233f1d](https://github.com/AuthMe01/web-client-sdk/commit/9233f1d3a1f55ce5bc77ae6f4b874fd3533252fe))
557
- - PROD-941 adjust debug frame height ([5e39a74](https://github.com/AuthMe01/web-client-sdk/commit/5e39a744568a8f6153181fd141a73184e9fb431b))
558
- - PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
559
- - remove waittime ([a32d1e0](https://github.com/AuthMe01/web-client-sdk/commit/a32d1e0ae91aebf0a682e2f2e25be6482fd1fccb))
560
-
561
- ### Features
562
-
563
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
564
- - PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
565
- - PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
566
- - PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
567
- - PR-81 passive enum ui and process ([e6258e0](https://github.com/AuthMe01/web-client-sdk/commit/e6258e0cd3dc99884c72f526076947e118c3ddf6))
568
- - PR-81 passive-fas header ([6086cc8](https://github.com/AuthMe01/web-client-sdk/commit/6086cc89a00786bdbfc36353744655e86fd35ecb))
569
- - PR-81 passive-fas sdk ui ([8ab2938](https://github.com/AuthMe01/web-client-sdk/commit/8ab29386dade1ceef64f136b33782edd5200899b))
570
- - PR-83 ocr sdk ui ([a414e99](https://github.com/AuthMe01/web-client-sdk/commit/a414e993406071b58bbad5b3db17c0e1c2a86d43))
571
- - PROD-114 fix liveness issue ([96edf70](https://github.com/AuthMe01/web-client-sdk/commit/96edf70125a2385b1ada8e63a0eb411bf341dc62))
572
- - PROD-115 custom ui color ([cb9033a](https://github.com/AuthMe01/web-client-sdk/commit/cb9033a89ae5948f3789432981e477d882d02e37))
573
- - PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
574
- - PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
575
- - PROD-1223 add mock auth method ([472aff8](https://github.com/AuthMe01/web-client-sdk/commit/472aff8423bcef67aa2c08ae64d6ca8ddcaf2be9))
576
- - PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
577
- - PROD-127 sdk ocr rotate ([8ea76c8](https://github.com/AuthMe01/web-client-sdk/commit/8ea76c84a4ed2cd13bd139b9e31b89f6daa2e64d))
578
- - PROD-127 sdk orc rotate ([e33ae65](https://github.com/AuthMe01/web-client-sdk/commit/e33ae657908e2e751efcf1fb52b57b406277f233))
579
- - PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
580
- - PROD-135 onSuccess add spinner ([4c7a806](https://github.com/AuthMe01/web-client-sdk/commit/4c7a8064db64eda34f748b2138aacadb29fdd8c1))
581
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
582
- - PROD-1354 update EngineLib to 2.1.0 ([7cb6d0b](https://github.com/AuthMe01/web-client-sdk/commit/7cb6d0b8c7c5f3f2fd398dfc56b797667ea69075))
583
- - PROD-189 ocr lottie ([a315924](https://github.com/AuthMe01/web-client-sdk/commit/a3159247393a816420eb83b7579aa20782bc130e))
584
- - PROD-195 modify config and add reset function ([bb00ab9](https://github.com/AuthMe01/web-client-sdk/commit/bb00ab914b446e21cc459bffbd5392b594fd35e1))
585
- - PROD-195 sdk ocr add config ([5eccd4c](https://github.com/AuthMe01/web-client-sdk/commit/5eccd4c1ecdc393e8bb617a980a7345e405ebf0c))
586
- - PROD-242 Adjust fps ([883c9ed](https://github.com/AuthMe01/web-client-sdk/commit/883c9ed917f6536114f5d12cdadffd705b834951))
587
- - PROD-255 add idcard front hint text ([d8d2f24](https://github.com/AuthMe01/web-client-sdk/commit/d8d2f24a4e90ce459701836911661cd969cde0eb))
588
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
589
- - PROD-255 add spinner when ocrstart and fraudstart ([342777a](https://github.com/AuthMe01/web-client-sdk/commit/342777a250b46271e0d675fb920f7ecb1721d072))
590
- - PROD-255 change video text and add not camera warning ([6b387cd](https://github.com/AuthMe01/web-client-sdk/commit/6b387cdc9be756e7f8a27f285cca7f1cc2e5f35a))
591
- - PROD-255 get card type ([fcd5be9](https://github.com/AuthMe01/web-client-sdk/commit/fcd5be9810d51775ccd4a8d01385e7eb121b71fe))
592
- - PROD-255 success lottie and ui, clear timeout ([91c97d2](https://github.com/AuthMe01/web-client-sdk/commit/91c97d29e43631800b5dabc1163baf34a7d9eea8))
593
- - PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
594
- - PROD-327 add border radius ([42b4c23](https://github.com/AuthMe01/web-client-sdk/commit/42b4c23c4b56e3c168fd93627cb482028953dd54))
595
- - PROD-327 add error message ([6ef47d9](https://github.com/AuthMe01/web-client-sdk/commit/6ef47d9daa633fb8c42e2c01369c032ac7af3147))
596
- - PROD-327 add ocr confirm image flow ([21e2ef1](https://github.com/AuthMe01/web-client-sdk/commit/21e2ef167452df46c8f85c426fe09c5e3899d50d))
597
- - PROD-327 add retry ocr panel ([1cccd1d](https://github.com/AuthMe01/web-client-sdk/commit/1cccd1d69aadf897da88e088e4af4f427210d235))
598
- - PROD-327 change lottie second ([5eff08e](https://github.com/AuthMe01/web-client-sdk/commit/5eff08edcda22a0bd8dd71b73370c8f08009a250))
599
- - PROD-327 change process and add config cancel ([f8077d1](https://github.com/AuthMe01/web-client-sdk/commit/f8077d1760657c54c5c99e051b9541303e6e88dd))
600
- - PROD-327 change spinner position ([11d06c3](https://github.com/AuthMe01/web-client-sdk/commit/11d06c3538e7e9cf3d1179859fdbf6fcb39bb638))
601
- - PROD-327 remove alert(animationFrameId); ([47f8580](https://github.com/AuthMe01/web-client-sdk/commit/47f8580ae47e490075ec94eb235dfe8383df8394))
602
- - PROD-327 replace liveness ui ([9c5934a](https://github.com/AuthMe01/web-client-sdk/commit/9c5934ad743a0ce5f8fccdabec323c1b3e93f79c))
603
- - PROD-327 replace ocr ui ([73d4759](https://github.com/AuthMe01/web-client-sdk/commit/73d4759012bdfd0cb0bed9bc338f36af8ec27536))
604
- - PROD-327 replace top title panel ([ecad5f0](https://github.com/AuthMe01/web-client-sdk/commit/ecad5f029266040639b14e2efa9797a8373a3170))
605
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
606
- - PROD-375 add illustrate ([fd617d0](https://github.com/AuthMe01/web-client-sdk/commit/fd617d056ed52dfb05b5d464f7df8098fb7a0094))
607
- - PROD-375 add popup panel ([77f4672](https://github.com/AuthMe01/web-client-sdk/commit/77f467240474190a276961a86fe48fb66d520b54))
608
- - PROD-375 card confirm style, remove bootstrap ([645bfd7](https://github.com/AuthMe01/web-client-sdk/commit/645bfd7a828c7a9be9bc3b7dd77eff6208b7a49a))
609
- - PROD-375 optimization ui ([dd31fb9](https://github.com/AuthMe01/web-client-sdk/commit/dd31fb97b352b9b328db5f80bcffb24db6bf03cf))
610
- - PROD-375 replace lottie animate and refactor mask border ([39ce902](https://github.com/AuthMe01/web-client-sdk/commit/39ce90241c60bda0e65f648b8ed61b4c577ffae2))
611
- - PROD-410 change default logo ([7626856](https://github.com/AuthMe01/web-client-sdk/commit/7626856664de79288bdbd2e32604f1aeb28acf6c))
612
- - PROD-472 web sdk and header redesine ([e561c9f](https://github.com/AuthMe01/web-client-sdk/commit/e561c9fff1b6901277e67e1b40f27855931b9064))
613
- - PROD-571 add network listener ([39e2db3](https://github.com/AuthMe01/web-client-sdk/commit/39e2db352859070704122bd6672bcdcea5f3fd53))
614
- - PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
615
- - PROD-595 Add eKYC impl ([6b5cf51](https://github.com/AuthMe01/web-client-sdk/commit/6b5cf5198a8f3039a52a1f114ff2089cb45b17b2))
616
- - PROD-772 Add fps limit for anti-fraud ([6afca8e](https://github.com/AuthMe01/web-client-sdk/commit/6afca8e8b71c357050ab9564ff32621f9f0dbecd))
617
- - PROD-892 update confirm image page and add MRZ ocr ([90916f7](https://github.com/AuthMe01/web-client-sdk/commit/90916f7a1323103a3dc3a8f2ea825b6a4098dd54))
618
- - PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
619
- - PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
620
-
621
- ## 1.1.1 (2022-07-07)
622
-
623
- ### Bug Fixes
624
-
625
- - add upload ocr img from engine-lib ([15e3e9b](https://github.com/AuthMe01/web-client-sdk/commit/15e3e9b98945a53037addb692ea000cb5f745e10))
626
- - adjust ocr size for pc ([53201c5](https://github.com/AuthMe01/web-client-sdk/commit/53201c5e86386f54bc9e9ece775ec5447c60efe8))
627
- - adjust top text position ([2b81f08](https://github.com/AuthMe01/web-client-sdk/commit/2b81f08decac3721da577bfe55e9612a7804f086))
628
- - fix anti-fraud rotate condition ([65dba57](https://github.com/AuthMe01/web-client-sdk/commit/65dba570a2de5e9fa805027ed855fef585fecb4b))
629
- - fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
630
- - fix info confirm logic ([b3079a9](https://github.com/AuthMe01/web-client-sdk/commit/b3079a9c217f351d23b327573adff52de4eaa942))
631
- - PR-81 fix canvas size calculation ([b6ae89a](https://github.com/AuthMe01/web-client-sdk/commit/b6ae89ab2f0a3163b996e6adc9331efa45716d63))
632
- - PR-83 fix calculate canvas size ([aed08b8](https://github.com/AuthMe01/web-client-sdk/commit/aed08b8b194037c0378e6e54559b6e86625f83f1))
633
- - PROD-1031 button radius ([4ab1806](https://github.com/AuthMe01/web-client-sdk/commit/4ab1806c931d20e27ffe5622e337d99ad36796e9))
634
- - PROD-1069 fix incorrect card position setting ([a8a6359](https://github.com/AuthMe01/web-client-sdk/commit/a8a6359301a68262b145f0a8e5e2967e3392a70e))
635
- - PROD-1078 add fraud failed status ([3902130](https://github.com/AuthMe01/web-client-sdk/commit/3902130ebe91ee4b0d6111ba74c44983de5b4dfe))
636
- - PROD-1078 fraud error message ([cbd56c7](https://github.com/AuthMe01/web-client-sdk/commit/cbd56c73eb0bc6695e6aa0b74ff8159b97be40bc))
637
- - PROD-1124 change pc ocr facing mode ([1432569](https://github.com/AuthMe01/web-client-sdk/commit/14325699bc85c43fa02e0497672849f5b4947bc1))
638
- - PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
639
- - PROD-1149 fraud mismatch text ([9d171d5](https://github.com/AuthMe01/web-client-sdk/commit/9d171d524619d3b074ee7003089e7b33e27983a9))
640
- - PROD-1149 remove bs style error, add confirm page column ([2bbc3f4](https://github.com/AuthMe01/web-client-sdk/commit/2bbc3f46cd4380fd7b7d2eb81e2fb2bd4bfc5bb1))
641
- - PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
642
- - PROD-1156 fix aspect-ratio by card type ([042dd36](https://github.com/AuthMe01/web-client-sdk/commit/042dd362d67fcebd0f3ab5e102a581b7f11d1a07))
643
- - PROD-1206 fix lottie cause memory leak ([1e71e40](https://github.com/AuthMe01/web-client-sdk/commit/1e71e40066fb9f160d8cb905f2d210e5735de335))
644
- - PROD-1223 adjust config interface ([bc1deae](https://github.com/AuthMe01/web-client-sdk/commit/bc1deae24b8b8f266ebd6068567861f1b18f5166))
645
- - PROD-135 adjust fas config ([3d89ba7](https://github.com/AuthMe01/web-client-sdk/commit/3d89ba716d6b0bfd07ec2d5353213d8e8306c83d))
646
- - PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
647
- - PROD-241 optimize camera setup time ([d0dbc19](https://github.com/AuthMe01/web-client-sdk/commit/d0dbc19412bff1d35705d0b4c15399ee8f693411))
648
- - PROD-241 optimize ocr model loading time ([32890c4](https://github.com/AuthMe01/web-client-sdk/commit/32890c42a7df440e9bfaf521ba62b32994d14016))
649
- - PROD-242 fix video mirrored and close video ([1bf75c9](https://github.com/AuthMe01/web-client-sdk/commit/1bf75c92600f50b5d9680922b0b125ce4fd89041))
650
- - PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
651
- - PROD-255 change ocr and anti-fraud order ([8580b11](https://github.com/AuthMe01/web-client-sdk/commit/8580b112fbacce8a2a658bc208e59caec6a1de88))
652
- - PROD-255 fix back image upload error ([2848f83](https://github.com/AuthMe01/web-client-sdk/commit/2848f836bc234f63316487afba17df84a24c988e))
653
- - PROD-255 fix camera try catch ([c3686f1](https://github.com/AuthMe01/web-client-sdk/commit/c3686f1c1d7a044cf39f42502f05a4e23c520499))
654
- - PROD-255 fix mask width ([339e071](https://github.com/AuthMe01/web-client-sdk/commit/339e071622881d89d6fb05abe2c65f3c48e790ef))
655
- - PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
656
- - PROD-255 fix rotate and process ([62d6c13](https://github.com/AuthMe01/web-client-sdk/commit/62d6c13dacf93369701e229e5f4950addfc94c1a))
657
- - PROD-255 idcard process and card size ([15a49f8](https://github.com/AuthMe01/web-client-sdk/commit/15a49f85389dd332ad1dee642658bd680b750deb))
658
- - PROD-255 ocr fraud unsubscribe ([06fe213](https://github.com/AuthMe01/web-client-sdk/commit/06fe213626c4ac1823edaf0b8886343cc4f9f5af))
659
- - PROD-255 ocr process ([e9ea4a9](https://github.com/AuthMe01/web-client-sdk/commit/e9ea4a9e4516b22a55111bf5146f3b12e9ecd16b))
660
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
661
- - PROD-255 refactor process ([3ddcc9a](https://github.com/AuthMe01/web-client-sdk/commit/3ddcc9a75af048692bbc62652643a83cb889a150))
662
- - PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
663
- - PROD-255 rotate direction ([85ea48f](https://github.com/AuthMe01/web-client-sdk/commit/85ea48fa2bc10d46e2815c126827616ca5ad71ab))
664
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
665
- - PROD-255 ui success animate ([25d9195](https://github.com/AuthMe01/web-client-sdk/commit/25d91952c4dc5e42639e69791002e327765b11f3))
666
- - PROD-255 video position css ([ac0044a](https://github.com/AuthMe01/web-client-sdk/commit/ac0044aaf0b94124219c64b5a8ed2602300f7a53))
667
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
668
- - PROD-327 add cancel hanlder ([b49180f](https://github.com/AuthMe01/web-client-sdk/commit/b49180f75116458c81974cd4e6902253e0c1204e))
669
- - PROD-327 cancel bug and retry title ([baefe53](https://github.com/AuthMe01/web-client-sdk/commit/baefe5380e916fc8e137b02e3351d8564bef6452))
670
- - PROD-327 change ocr confirm image to cropped version ([b233dec](https://github.com/AuthMe01/web-client-sdk/commit/b233dec49ac5d8f4873924d58335073de338b55e))
671
- - PROD-327 fix confirm page display issue ([85a53f3](https://github.com/AuthMe01/web-client-sdk/commit/85a53f3ee03b61141cadf79f85923f9297e16c2c))
672
- - PROD-327 ios border css bug ([d6135fa](https://github.com/AuthMe01/web-client-sdk/commit/d6135fa6a6c7650ac2aec74b43bc4ab2c89044c7))
673
- - PROD-327 liveness and fas width/height and fix text ([a85c98e](https://github.com/AuthMe01/web-client-sdk/commit/a85c98ee127558793abb763bb5fffef50e8bda9f))
674
- - PROD-375 lottie init and css ([de643ff](https://github.com/AuthMe01/web-client-sdk/commit/de643ffeb6e349620fe488321b168223fa519cda))
675
- - PROD-375 scan size and finial img size ([374debb](https://github.com/AuthMe01/web-client-sdk/commit/374debb803dd048346e6a5a0c0da754942965cd3))
676
- - PROD-405 Handle ocr backend recognition error ([1084e8d](https://github.com/AuthMe01/web-client-sdk/commit/1084e8d70f00ab8200f00f334272e1d594585387))
677
- - PROD-428 adjust ocr mask size ([852c6f0](https://github.com/AuthMe01/web-client-sdk/commit/852c6f0caab92871b2b5d057b3a7aea5f5f3a0cd))
678
- - PROD-463 handle anti-fraud timeout error ([13d1533](https://github.com/AuthMe01/web-client-sdk/commit/13d1533a4baecefadd9a47e0f81ac5ed4dbba0fa))
679
- - PROD-472 canvas size, lottie arrow, confirm page ([4bda3a6](https://github.com/AuthMe01/web-client-sdk/commit/4bda3a6737948564668c6770634b527cfd123718))
680
- - PROD-511 iphone camera ([07c2c2d](https://github.com/AuthMe01/web-client-sdk/commit/07c2c2d7661127003d2f65e07920e1b2333fe0c5))
681
- - PROD-511 mobile and web camera ([914425f](https://github.com/AuthMe01/web-client-sdk/commit/914425fe2dd91dc1f186c2341dc2dd5b7063c07d))
682
- - PROD-511 safari web mirror bug ([450d824](https://github.com/AuthMe01/web-client-sdk/commit/450d824d9183e96119431620dfa75b05fc71924a))
683
- - PROD-514 header, lottie, step content size ([12c4228](https://github.com/AuthMe01/web-client-sdk/commit/12c422844d533ed7d98f8c990b199194ce6beb04))
684
- - PROD-514 ocr front mirror, liveness header rwd ([d8633c3](https://github.com/AuthMe01/web-client-sdk/commit/d8633c39c5a64a1a0fdecd73c2e6e29857486c70))
685
- - PROD-560 optimize camera view show time ([5315783](https://github.com/AuthMe01/web-client-sdk/commit/53157830b47d94a1ac257e9b7d31868f9b0b80f0))
686
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
687
- - PROD-571 add removeListener ([85631db](https://github.com/AuthMe01/web-client-sdk/commit/85631db5925d8f9061a90600eea380c107b5b3b0))
688
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
689
- - PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
690
- - PROD-583 remove fraud rotate repeat ([32e35ec](https://github.com/AuthMe01/web-client-sdk/commit/32e35ecc58993e94c52b81ab5ccb7c381fb61d14))
691
- - PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
692
- - PROD-588 rotate timer, text content ([2938a37](https://github.com/AuthMe01/web-client-sdk/commit/2938a376b7dd42fa4c2ac6a48ddfde28eb190bd2))
693
- - PROD-595 fix canvas width/height get zero issue ([cbd74ab](https://github.com/AuthMe01/web-client-sdk/commit/cbd74ab775d964f3bfaa79f7bf711278dce67d73))
694
- - PROD-650 add loading in liveness ([6df2366](https://github.com/AuthMe01/web-client-sdk/commit/6df2366dd914a0f0d75b72b0e7e8226fb31ed0fb))
695
- - PROD-650 fix option order, add error&state hint ([2758980](https://github.com/AuthMe01/web-client-sdk/commit/275898079f173f77b8609cb02e84dca6c06daac4))
696
- - PROD-653 ekyc detail css ([0ddce73](https://github.com/AuthMe01/web-client-sdk/commit/0ddce73f3d5fedea0f96d49aee155040878ec984))
697
- - PROD-654 scan lottie, ekyc fail liveness style, liveness component ([3cdb08b](https://github.com/AuthMe01/web-client-sdk/commit/3cdb08ba5a3fdfda7ac33e563fc729507edf52cc))
698
- - PROD-671 idCard lottie and button disabled time ([9cd5e16](https://github.com/AuthMe01/web-client-sdk/commit/9cd5e16c128b7da8f2fa2a988bb0ede69d40b3c5))
699
- - PROD-679 liveness zIndex ([2bcbc07](https://github.com/AuthMe01/web-client-sdk/commit/2bcbc07cabe189ecbabd87f5d49a003f04256aa7))
700
- - PROD-680 liveness fail with background upload ([269d17d](https://github.com/AuthMe01/web-client-sdk/commit/269d17d29ffd795270e44455215c0f1c292a137b))
701
- - PROD-690 adjust liveness-verify error popup ([1a825a2](https://github.com/AuthMe01/web-client-sdk/commit/1a825a29e799a85cd64f003f70d90a23d6cdf871))
702
- - PROD-714 ipad camera, input zoon in on mobile, ios15 rotate bug ([851baeb](https://github.com/AuthMe01/web-client-sdk/commit/851baeb94ce7563db62a452882cdc136a3505ecd))
703
- - PROD-714 iPod issue ([06056d6](https://github.com/AuthMe01/web-client-sdk/commit/06056d615fd7f212138902e5fdcd4e9668b569e7))
704
- - PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
705
- - PROD-730 add lottie mask ([72fa4d6](https://github.com/AuthMe01/web-client-sdk/commit/72fa4d606b3dbe4d0fd86ddfa77a194f447546f4))
706
- - PROD-730 lottieContainer bg opacity ([bfdc3af](https://github.com/AuthMe01/web-client-sdk/commit/bfdc3afc5bc4d51b88832b85b44b0e8ed03bda82))
707
- - PROD-730 remove hint text when start rotate ([f237d05](https://github.com/AuthMe01/web-client-sdk/commit/f237d05e2e5478dad363b979f617d82b7201b49b))
708
- - PROD-730 sdk text ([47d6845](https://github.com/AuthMe01/web-client-sdk/commit/47d684505b47c20b0a18696c669d3bb251645415))
709
- - PROD-756 rotate to default bug ([e17f6c2](https://github.com/AuthMe01/web-client-sdk/commit/e17f6c2d653848327a0c989da78717fca4a2038d))
710
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
711
- - PROD-760 disable frame resize ([8210508](https://github.com/AuthMe01/web-client-sdk/commit/8210508bfac11a3b94deb233891d9ef576ef1fb3))
712
- - PROD-780 fix webcam not found ([da26bab](https://github.com/AuthMe01/web-client-sdk/commit/da26babd3e45fa4fd90329aaee8b7d43f520c6fb))
713
- - PROD-792 fix camera blur & limit frame size ([92c39f8](https://github.com/AuthMe01/web-client-sdk/commit/92c39f818b3cc328f057ec0e22e1c1f551ffd1d4))
714
- - PROD-792 fix camera blur & limit frame size ([ea56557](https://github.com/AuthMe01/web-client-sdk/commit/ea56557797ce050bce4b478237e1853f030fc9ac))
715
- - PROD-892 rename function name ([ef47ca8](https://github.com/AuthMe01/web-client-sdk/commit/ef47ca817b30a14bbcdba8ba2d9a4a10fc7bc9bb))
716
- - PROD-892 rename isMobile function name ([9233f1d](https://github.com/AuthMe01/web-client-sdk/commit/9233f1d3a1f55ce5bc77ae6f4b874fd3533252fe))
717
- - PROD-941 adjust debug frame height ([5e39a74](https://github.com/AuthMe01/web-client-sdk/commit/5e39a744568a8f6153181fd141a73184e9fb431b))
718
- - PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
719
- - remove waittime ([a32d1e0](https://github.com/AuthMe01/web-client-sdk/commit/a32d1e0ae91aebf0a682e2f2e25be6482fd1fccb))
720
-
721
- ### Features
722
-
723
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
724
- - PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
725
- - PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
726
- - PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
727
- - PR-81 passive enum ui and process ([e6258e0](https://github.com/AuthMe01/web-client-sdk/commit/e6258e0cd3dc99884c72f526076947e118c3ddf6))
728
- - PR-81 passive-fas header ([6086cc8](https://github.com/AuthMe01/web-client-sdk/commit/6086cc89a00786bdbfc36353744655e86fd35ecb))
729
- - PR-81 passive-fas sdk ui ([8ab2938](https://github.com/AuthMe01/web-client-sdk/commit/8ab29386dade1ceef64f136b33782edd5200899b))
730
- - PR-83 ocr sdk ui ([a414e99](https://github.com/AuthMe01/web-client-sdk/commit/a414e993406071b58bbad5b3db17c0e1c2a86d43))
731
- - PROD-114 fix liveness issue ([96edf70](https://github.com/AuthMe01/web-client-sdk/commit/96edf70125a2385b1ada8e63a0eb411bf341dc62))
732
- - PROD-115 custom ui color ([cb9033a](https://github.com/AuthMe01/web-client-sdk/commit/cb9033a89ae5948f3789432981e477d882d02e37))
733
- - PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
734
- - PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
735
- - PROD-1223 add mock auth method ([472aff8](https://github.com/AuthMe01/web-client-sdk/commit/472aff8423bcef67aa2c08ae64d6ca8ddcaf2be9))
736
- - PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
737
- - PROD-127 sdk ocr rotate ([8ea76c8](https://github.com/AuthMe01/web-client-sdk/commit/8ea76c84a4ed2cd13bd139b9e31b89f6daa2e64d))
738
- - PROD-127 sdk orc rotate ([e33ae65](https://github.com/AuthMe01/web-client-sdk/commit/e33ae657908e2e751efcf1fb52b57b406277f233))
739
- - PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
740
- - PROD-135 onSuccess add spinner ([4c7a806](https://github.com/AuthMe01/web-client-sdk/commit/4c7a8064db64eda34f748b2138aacadb29fdd8c1))
741
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
742
- - PROD-189 ocr lottie ([a315924](https://github.com/AuthMe01/web-client-sdk/commit/a3159247393a816420eb83b7579aa20782bc130e))
743
- - PROD-195 modify config and add reset function ([bb00ab9](https://github.com/AuthMe01/web-client-sdk/commit/bb00ab914b446e21cc459bffbd5392b594fd35e1))
744
- - PROD-195 sdk ocr add config ([5eccd4c](https://github.com/AuthMe01/web-client-sdk/commit/5eccd4c1ecdc393e8bb617a980a7345e405ebf0c))
745
- - PROD-242 Adjust fps ([883c9ed](https://github.com/AuthMe01/web-client-sdk/commit/883c9ed917f6536114f5d12cdadffd705b834951))
746
- - PROD-255 add idcard front hint text ([d8d2f24](https://github.com/AuthMe01/web-client-sdk/commit/d8d2f24a4e90ce459701836911661cd969cde0eb))
747
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
748
- - PROD-255 add spinner when ocrstart and fraudstart ([342777a](https://github.com/AuthMe01/web-client-sdk/commit/342777a250b46271e0d675fb920f7ecb1721d072))
749
- - PROD-255 change video text and add not camera warning ([6b387cd](https://github.com/AuthMe01/web-client-sdk/commit/6b387cdc9be756e7f8a27f285cca7f1cc2e5f35a))
750
- - PROD-255 get card type ([fcd5be9](https://github.com/AuthMe01/web-client-sdk/commit/fcd5be9810d51775ccd4a8d01385e7eb121b71fe))
751
- - PROD-255 success lottie and ui, clear timeout ([91c97d2](https://github.com/AuthMe01/web-client-sdk/commit/91c97d29e43631800b5dabc1163baf34a7d9eea8))
752
- - PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
753
- - PROD-327 add border radius ([42b4c23](https://github.com/AuthMe01/web-client-sdk/commit/42b4c23c4b56e3c168fd93627cb482028953dd54))
754
- - PROD-327 add error message ([6ef47d9](https://github.com/AuthMe01/web-client-sdk/commit/6ef47d9daa633fb8c42e2c01369c032ac7af3147))
755
- - PROD-327 add ocr confirm image flow ([21e2ef1](https://github.com/AuthMe01/web-client-sdk/commit/21e2ef167452df46c8f85c426fe09c5e3899d50d))
756
- - PROD-327 add retry ocr panel ([1cccd1d](https://github.com/AuthMe01/web-client-sdk/commit/1cccd1d69aadf897da88e088e4af4f427210d235))
757
- - PROD-327 change lottie second ([5eff08e](https://github.com/AuthMe01/web-client-sdk/commit/5eff08edcda22a0bd8dd71b73370c8f08009a250))
758
- - PROD-327 change process and add config cancel ([f8077d1](https://github.com/AuthMe01/web-client-sdk/commit/f8077d1760657c54c5c99e051b9541303e6e88dd))
759
- - PROD-327 change spinner position ([11d06c3](https://github.com/AuthMe01/web-client-sdk/commit/11d06c3538e7e9cf3d1179859fdbf6fcb39bb638))
760
- - PROD-327 remove alert(animationFrameId); ([47f8580](https://github.com/AuthMe01/web-client-sdk/commit/47f8580ae47e490075ec94eb235dfe8383df8394))
761
- - PROD-327 replace liveness ui ([9c5934a](https://github.com/AuthMe01/web-client-sdk/commit/9c5934ad743a0ce5f8fccdabec323c1b3e93f79c))
762
- - PROD-327 replace ocr ui ([73d4759](https://github.com/AuthMe01/web-client-sdk/commit/73d4759012bdfd0cb0bed9bc338f36af8ec27536))
763
- - PROD-327 replace top title panel ([ecad5f0](https://github.com/AuthMe01/web-client-sdk/commit/ecad5f029266040639b14e2efa9797a8373a3170))
764
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
765
- - PROD-375 add illustrate ([fd617d0](https://github.com/AuthMe01/web-client-sdk/commit/fd617d056ed52dfb05b5d464f7df8098fb7a0094))
766
- - PROD-375 add popup panel ([77f4672](https://github.com/AuthMe01/web-client-sdk/commit/77f467240474190a276961a86fe48fb66d520b54))
767
- - PROD-375 card confirm style, remove bootstrap ([645bfd7](https://github.com/AuthMe01/web-client-sdk/commit/645bfd7a828c7a9be9bc3b7dd77eff6208b7a49a))
768
- - PROD-375 optimization ui ([dd31fb9](https://github.com/AuthMe01/web-client-sdk/commit/dd31fb97b352b9b328db5f80bcffb24db6bf03cf))
769
- - PROD-375 replace lottie animate and refactor mask border ([39ce902](https://github.com/AuthMe01/web-client-sdk/commit/39ce90241c60bda0e65f648b8ed61b4c577ffae2))
770
- - PROD-410 change default logo ([7626856](https://github.com/AuthMe01/web-client-sdk/commit/7626856664de79288bdbd2e32604f1aeb28acf6c))
771
- - PROD-472 web sdk and header redesine ([e561c9f](https://github.com/AuthMe01/web-client-sdk/commit/e561c9fff1b6901277e67e1b40f27855931b9064))
772
- - PROD-571 add network listener ([39e2db3](https://github.com/AuthMe01/web-client-sdk/commit/39e2db352859070704122bd6672bcdcea5f3fd53))
773
- - PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
774
- - PROD-595 Add eKYC impl ([6b5cf51](https://github.com/AuthMe01/web-client-sdk/commit/6b5cf5198a8f3039a52a1f114ff2089cb45b17b2))
775
- - PROD-772 Add fps limit for anti-fraud ([6afca8e](https://github.com/AuthMe01/web-client-sdk/commit/6afca8e8b71c357050ab9564ff32621f9f0dbecd))
776
- - PROD-892 update confirm image page and add MRZ ocr ([90916f7](https://github.com/AuthMe01/web-client-sdk/commit/90916f7a1323103a3dc3a8f2ea825b6a4098dd54))
777
- - PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
778
- - PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
779
-
780
- # 1.1.0 (2022-07-06)
781
-
782
- ### Bug Fixes
783
-
784
- - add upload ocr img from engine-lib ([15e3e9b](https://github.com/AuthMe01/web-client-sdk/commit/15e3e9b98945a53037addb692ea000cb5f745e10))
785
- - adjust ocr size for pc ([53201c5](https://github.com/AuthMe01/web-client-sdk/commit/53201c5e86386f54bc9e9ece775ec5447c60efe8))
786
- - adjust top text position ([2b81f08](https://github.com/AuthMe01/web-client-sdk/commit/2b81f08decac3721da577bfe55e9612a7804f086))
787
- - fix anti-fraud rotate condition ([65dba57](https://github.com/AuthMe01/web-client-sdk/commit/65dba570a2de5e9fa805027ed855fef585fecb4b))
788
- - fix debug control flag ([b13a86d](https://github.com/AuthMe01/web-client-sdk/commit/b13a86d9dc3a5a2dc82d60aff290734201a5bedf))
789
- - PR-81 fix canvas size calculation ([b6ae89a](https://github.com/AuthMe01/web-client-sdk/commit/b6ae89ab2f0a3163b996e6adc9331efa45716d63))
790
- - PR-83 fix calculate canvas size ([aed08b8](https://github.com/AuthMe01/web-client-sdk/commit/aed08b8b194037c0378e6e54559b6e86625f83f1))
791
- - PROD-1031 button radius ([4ab1806](https://github.com/AuthMe01/web-client-sdk/commit/4ab1806c931d20e27ffe5622e337d99ad36796e9))
792
- - PROD-1069 fix incorrect card position setting ([a8a6359](https://github.com/AuthMe01/web-client-sdk/commit/a8a6359301a68262b145f0a8e5e2967e3392a70e))
793
- - PROD-1078 add fraud failed status ([3902130](https://github.com/AuthMe01/web-client-sdk/commit/3902130ebe91ee4b0d6111ba74c44983de5b4dfe))
794
- - PROD-1078 fraud error message ([cbd56c7](https://github.com/AuthMe01/web-client-sdk/commit/cbd56c73eb0bc6695e6aa0b74ff8159b97be40bc))
795
- - PROD-1124 change pc ocr facing mode ([1432569](https://github.com/AuthMe01/web-client-sdk/commit/14325699bc85c43fa02e0497672849f5b4947bc1))
796
- - PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
797
- - PROD-1149 fraud mismatch text ([9d171d5](https://github.com/AuthMe01/web-client-sdk/commit/9d171d524619d3b074ee7003089e7b33e27983a9))
798
- - PROD-1149 remove bs style error, add confirm page column ([2bbc3f4](https://github.com/AuthMe01/web-client-sdk/commit/2bbc3f46cd4380fd7b7d2eb81e2fb2bd4bfc5bb1))
799
- - PROD-1156 add debug option ([00bb564](https://github.com/AuthMe01/web-client-sdk/commit/00bb56432ffbbd62e2f66563f0fe05d6a0d792bf))
800
- - PROD-1156 fix aspect-ratio by card type ([042dd36](https://github.com/AuthMe01/web-client-sdk/commit/042dd362d67fcebd0f3ab5e102a581b7f11d1a07))
801
- - PROD-1206 fix lottie cause memory leak ([1e71e40](https://github.com/AuthMe01/web-client-sdk/commit/1e71e40066fb9f160d8cb905f2d210e5735de335))
802
- - PROD-1223 adjust config interface ([bc1deae](https://github.com/AuthMe01/web-client-sdk/commit/bc1deae24b8b8f266ebd6068567861f1b18f5166))
803
- - PROD-135 adjust fas config ([3d89ba7](https://github.com/AuthMe01/web-client-sdk/commit/3d89ba716d6b0bfd07ec2d5353213d8e8306c83d))
804
- - PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
805
- - PROD-241 optimize camera setup time ([d0dbc19](https://github.com/AuthMe01/web-client-sdk/commit/d0dbc19412bff1d35705d0b4c15399ee8f693411))
806
- - PROD-241 optimize ocr model loading time ([32890c4](https://github.com/AuthMe01/web-client-sdk/commit/32890c42a7df440e9bfaf521ba62b32994d14016))
807
- - PROD-242 fix video mirrored and close video ([1bf75c9](https://github.com/AuthMe01/web-client-sdk/commit/1bf75c92600f50b5d9680922b0b125ce4fd89041))
808
- - PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
809
- - PROD-255 change ocr and anti-fraud order ([8580b11](https://github.com/AuthMe01/web-client-sdk/commit/8580b112fbacce8a2a658bc208e59caec6a1de88))
810
- - PROD-255 fix back image upload error ([2848f83](https://github.com/AuthMe01/web-client-sdk/commit/2848f836bc234f63316487afba17df84a24c988e))
811
- - PROD-255 fix camera try catch ([c3686f1](https://github.com/AuthMe01/web-client-sdk/commit/c3686f1c1d7a044cf39f42502f05a4e23c520499))
812
- - PROD-255 fix mask width ([339e071](https://github.com/AuthMe01/web-client-sdk/commit/339e071622881d89d6fb05abe2c65f3c48e790ef))
813
- - PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
814
- - PROD-255 fix rotate and process ([62d6c13](https://github.com/AuthMe01/web-client-sdk/commit/62d6c13dacf93369701e229e5f4950addfc94c1a))
815
- - PROD-255 idcard process and card size ([15a49f8](https://github.com/AuthMe01/web-client-sdk/commit/15a49f85389dd332ad1dee642658bd680b750deb))
816
- - PROD-255 ocr fraud unsubscribe ([06fe213](https://github.com/AuthMe01/web-client-sdk/commit/06fe213626c4ac1823edaf0b8886343cc4f9f5af))
817
- - PROD-255 ocr process ([e9ea4a9](https://github.com/AuthMe01/web-client-sdk/commit/e9ea4a9e4516b22a55111bf5146f3b12e9ecd16b))
818
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
819
- - PROD-255 refactor process ([3ddcc9a](https://github.com/AuthMe01/web-client-sdk/commit/3ddcc9a75af048692bbc62652643a83cb889a150))
820
- - PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
821
- - PROD-255 rotate direction ([85ea48f](https://github.com/AuthMe01/web-client-sdk/commit/85ea48fa2bc10d46e2815c126827616ca5ad71ab))
822
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
823
- - PROD-255 ui success animate ([25d9195](https://github.com/AuthMe01/web-client-sdk/commit/25d91952c4dc5e42639e69791002e327765b11f3))
824
- - PROD-255 video position css ([ac0044a](https://github.com/AuthMe01/web-client-sdk/commit/ac0044aaf0b94124219c64b5a8ed2602300f7a53))
825
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
826
- - PROD-327 add cancel hanlder ([b49180f](https://github.com/AuthMe01/web-client-sdk/commit/b49180f75116458c81974cd4e6902253e0c1204e))
827
- - PROD-327 cancel bug and retry title ([baefe53](https://github.com/AuthMe01/web-client-sdk/commit/baefe5380e916fc8e137b02e3351d8564bef6452))
828
- - PROD-327 change ocr confirm image to cropped version ([b233dec](https://github.com/AuthMe01/web-client-sdk/commit/b233dec49ac5d8f4873924d58335073de338b55e))
829
- - PROD-327 fix confirm page display issue ([85a53f3](https://github.com/AuthMe01/web-client-sdk/commit/85a53f3ee03b61141cadf79f85923f9297e16c2c))
830
- - PROD-327 ios border css bug ([d6135fa](https://github.com/AuthMe01/web-client-sdk/commit/d6135fa6a6c7650ac2aec74b43bc4ab2c89044c7))
831
- - PROD-327 liveness and fas width/height and fix text ([a85c98e](https://github.com/AuthMe01/web-client-sdk/commit/a85c98ee127558793abb763bb5fffef50e8bda9f))
832
- - PROD-375 lottie init and css ([de643ff](https://github.com/AuthMe01/web-client-sdk/commit/de643ffeb6e349620fe488321b168223fa519cda))
833
- - PROD-375 scan size and finial img size ([374debb](https://github.com/AuthMe01/web-client-sdk/commit/374debb803dd048346e6a5a0c0da754942965cd3))
834
- - PROD-405 Handle ocr backend recognition error ([1084e8d](https://github.com/AuthMe01/web-client-sdk/commit/1084e8d70f00ab8200f00f334272e1d594585387))
835
- - PROD-428 adjust ocr mask size ([852c6f0](https://github.com/AuthMe01/web-client-sdk/commit/852c6f0caab92871b2b5d057b3a7aea5f5f3a0cd))
836
- - PROD-463 handle anti-fraud timeout error ([13d1533](https://github.com/AuthMe01/web-client-sdk/commit/13d1533a4baecefadd9a47e0f81ac5ed4dbba0fa))
837
- - PROD-472 canvas size, lottie arrow, confirm page ([4bda3a6](https://github.com/AuthMe01/web-client-sdk/commit/4bda3a6737948564668c6770634b527cfd123718))
838
- - PROD-511 iphone camera ([07c2c2d](https://github.com/AuthMe01/web-client-sdk/commit/07c2c2d7661127003d2f65e07920e1b2333fe0c5))
839
- - PROD-511 mobile and web camera ([914425f](https://github.com/AuthMe01/web-client-sdk/commit/914425fe2dd91dc1f186c2341dc2dd5b7063c07d))
840
- - PROD-511 safari web mirror bug ([450d824](https://github.com/AuthMe01/web-client-sdk/commit/450d824d9183e96119431620dfa75b05fc71924a))
841
- - PROD-514 header, lottie, step content size ([12c4228](https://github.com/AuthMe01/web-client-sdk/commit/12c422844d533ed7d98f8c990b199194ce6beb04))
842
- - PROD-514 ocr front mirror, liveness header rwd ([d8633c3](https://github.com/AuthMe01/web-client-sdk/commit/d8633c39c5a64a1a0fdecd73c2e6e29857486c70))
843
- - PROD-560 optimize camera view show time ([5315783](https://github.com/AuthMe01/web-client-sdk/commit/53157830b47d94a1ac257e9b7d31868f9b0b80f0))
844
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
845
- - PROD-571 add removeListener ([85631db](https://github.com/AuthMe01/web-client-sdk/commit/85631db5925d8f9061a90600eea380c107b5b3b0))
846
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
847
- - PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
848
- - PROD-583 remove fraud rotate repeat ([32e35ec](https://github.com/AuthMe01/web-client-sdk/commit/32e35ecc58993e94c52b81ab5ccb7c381fb61d14))
849
- - PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
850
- - PROD-588 rotate timer, text content ([2938a37](https://github.com/AuthMe01/web-client-sdk/commit/2938a376b7dd42fa4c2ac6a48ddfde28eb190bd2))
851
- - PROD-595 fix canvas width/height get zero issue ([cbd74ab](https://github.com/AuthMe01/web-client-sdk/commit/cbd74ab775d964f3bfaa79f7bf711278dce67d73))
852
- - PROD-650 add loading in liveness ([6df2366](https://github.com/AuthMe01/web-client-sdk/commit/6df2366dd914a0f0d75b72b0e7e8226fb31ed0fb))
853
- - PROD-650 fix option order, add error&state hint ([2758980](https://github.com/AuthMe01/web-client-sdk/commit/275898079f173f77b8609cb02e84dca6c06daac4))
854
- - PROD-653 ekyc detail css ([0ddce73](https://github.com/AuthMe01/web-client-sdk/commit/0ddce73f3d5fedea0f96d49aee155040878ec984))
855
- - PROD-654 scan lottie, ekyc fail liveness style, liveness component ([3cdb08b](https://github.com/AuthMe01/web-client-sdk/commit/3cdb08ba5a3fdfda7ac33e563fc729507edf52cc))
856
- - PROD-671 idCard lottie and button disabled time ([9cd5e16](https://github.com/AuthMe01/web-client-sdk/commit/9cd5e16c128b7da8f2fa2a988bb0ede69d40b3c5))
857
- - PROD-679 liveness zIndex ([2bcbc07](https://github.com/AuthMe01/web-client-sdk/commit/2bcbc07cabe189ecbabd87f5d49a003f04256aa7))
858
- - PROD-680 liveness fail with background upload ([269d17d](https://github.com/AuthMe01/web-client-sdk/commit/269d17d29ffd795270e44455215c0f1c292a137b))
859
- - PROD-690 adjust liveness-verify error popup ([1a825a2](https://github.com/AuthMe01/web-client-sdk/commit/1a825a29e799a85cd64f003f70d90a23d6cdf871))
860
- - PROD-714 ipad camera, input zoon in on mobile, ios15 rotate bug ([851baeb](https://github.com/AuthMe01/web-client-sdk/commit/851baeb94ce7563db62a452882cdc136a3505ecd))
861
- - PROD-714 iPod issue ([06056d6](https://github.com/AuthMe01/web-client-sdk/commit/06056d615fd7f212138902e5fdcd4e9668b569e7))
862
- - PROD-715 add max fps control ([377fcd3](https://github.com/AuthMe01/web-client-sdk/commit/377fcd34624b98feaf87ed8468dd6174dd8d3981))
863
- - PROD-730 add lottie mask ([72fa4d6](https://github.com/AuthMe01/web-client-sdk/commit/72fa4d606b3dbe4d0fd86ddfa77a194f447546f4))
864
- - PROD-730 lottieContainer bg opacity ([bfdc3af](https://github.com/AuthMe01/web-client-sdk/commit/bfdc3afc5bc4d51b88832b85b44b0e8ed03bda82))
865
- - PROD-730 remove hint text when start rotate ([f237d05](https://github.com/AuthMe01/web-client-sdk/commit/f237d05e2e5478dad363b979f617d82b7201b49b))
866
- - PROD-730 sdk text ([47d6845](https://github.com/AuthMe01/web-client-sdk/commit/47d684505b47c20b0a18696c669d3bb251645415))
867
- - PROD-756 rotate to default bug ([e17f6c2](https://github.com/AuthMe01/web-client-sdk/commit/e17f6c2d653848327a0c989da78717fca4a2038d))
868
- - PROD-756 sync ocr rotate action ([57bc8ea](https://github.com/AuthMe01/web-client-sdk/commit/57bc8ea9f6dd3e36a2281de48a047b4691799998))
869
- - PROD-760 disable frame resize ([8210508](https://github.com/AuthMe01/web-client-sdk/commit/8210508bfac11a3b94deb233891d9ef576ef1fb3))
870
- - PROD-780 fix webcam not found ([da26bab](https://github.com/AuthMe01/web-client-sdk/commit/da26babd3e45fa4fd90329aaee8b7d43f520c6fb))
871
- - PROD-792 fix camera blur & limit frame size ([92c39f8](https://github.com/AuthMe01/web-client-sdk/commit/92c39f818b3cc328f057ec0e22e1c1f551ffd1d4))
872
- - PROD-792 fix camera blur & limit frame size ([ea56557](https://github.com/AuthMe01/web-client-sdk/commit/ea56557797ce050bce4b478237e1853f030fc9ac))
873
- - PROD-892 rename function name ([ef47ca8](https://github.com/AuthMe01/web-client-sdk/commit/ef47ca817b30a14bbcdba8ba2d9a4a10fc7bc9bb))
874
- - PROD-892 rename isMobile function name ([9233f1d](https://github.com/AuthMe01/web-client-sdk/commit/9233f1d3a1f55ce5bc77ae6f4b874fd3533252fe))
875
- - PROD-941 adjust debug frame height ([5e39a74](https://github.com/AuthMe01/web-client-sdk/commit/5e39a744568a8f6153181fd141a73184e9fb431b))
876
- - PROD-941 fix mobile ocr board point ([c02e4b5](https://github.com/AuthMe01/web-client-sdk/commit/c02e4b5eb1a78b60d24f93080e41190b8faeab9d))
877
- - remove waittime ([a32d1e0](https://github.com/AuthMe01/web-client-sdk/commit/a32d1e0ae91aebf0a682e2f2e25be6482fd1fccb))
878
-
879
- ### Features
880
-
881
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
882
- - PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
883
- - PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
884
- - PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
885
- - PR-81 passive enum ui and process ([e6258e0](https://github.com/AuthMe01/web-client-sdk/commit/e6258e0cd3dc99884c72f526076947e118c3ddf6))
886
- - PR-81 passive-fas header ([6086cc8](https://github.com/AuthMe01/web-client-sdk/commit/6086cc89a00786bdbfc36353744655e86fd35ecb))
887
- - PR-81 passive-fas sdk ui ([8ab2938](https://github.com/AuthMe01/web-client-sdk/commit/8ab29386dade1ceef64f136b33782edd5200899b))
888
- - PR-83 ocr sdk ui ([a414e99](https://github.com/AuthMe01/web-client-sdk/commit/a414e993406071b58bbad5b3db17c0e1c2a86d43))
889
- - PROD-114 fix liveness issue ([96edf70](https://github.com/AuthMe01/web-client-sdk/commit/96edf70125a2385b1ada8e63a0eb411bf341dc62))
890
- - PROD-115 custom ui color ([cb9033a](https://github.com/AuthMe01/web-client-sdk/commit/cb9033a89ae5948f3789432981e477d882d02e37))
891
- - PROD-1186 update engineLib to 2.0.1 ([86eb3be](https://github.com/AuthMe01/web-client-sdk/commit/86eb3be98c547374173e37d47686738bc901d1e1))
892
- - PROD-1186 update enginelib to 2.0.2 ([142a56f](https://github.com/AuthMe01/web-client-sdk/commit/142a56fd360c1d7c6925855188f7e73148959f31))
893
- - PROD-1223 add mock auth method ([472aff8](https://github.com/AuthMe01/web-client-sdk/commit/472aff8423bcef67aa2c08ae64d6ca8ddcaf2be9))
894
- - PROD-1223 remove logger ([aac81cb](https://github.com/AuthMe01/web-client-sdk/commit/aac81cb9500ede6281b2204ce6d01f0de4205b09))
895
- - PROD-127 sdk ocr rotate ([8ea76c8](https://github.com/AuthMe01/web-client-sdk/commit/8ea76c84a4ed2cd13bd139b9e31b89f6daa2e64d))
896
- - PROD-127 sdk orc rotate ([e33ae65](https://github.com/AuthMe01/web-client-sdk/commit/e33ae657908e2e751efcf1fb52b57b406277f233))
897
- - PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
898
- - PROD-135 onSuccess add spinner ([4c7a806](https://github.com/AuthMe01/web-client-sdk/commit/4c7a8064db64eda34f748b2138aacadb29fdd8c1))
899
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
900
- - PROD-189 ocr lottie ([a315924](https://github.com/AuthMe01/web-client-sdk/commit/a3159247393a816420eb83b7579aa20782bc130e))
901
- - PROD-195 modify config and add reset function ([bb00ab9](https://github.com/AuthMe01/web-client-sdk/commit/bb00ab914b446e21cc459bffbd5392b594fd35e1))
902
- - PROD-195 sdk ocr add config ([5eccd4c](https://github.com/AuthMe01/web-client-sdk/commit/5eccd4c1ecdc393e8bb617a980a7345e405ebf0c))
903
- - PROD-242 Adjust fps ([883c9ed](https://github.com/AuthMe01/web-client-sdk/commit/883c9ed917f6536114f5d12cdadffd705b834951))
904
- - PROD-255 add idcard front hint text ([d8d2f24](https://github.com/AuthMe01/web-client-sdk/commit/d8d2f24a4e90ce459701836911661cd969cde0eb))
905
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
906
- - PROD-255 add spinner when ocrstart and fraudstart ([342777a](https://github.com/AuthMe01/web-client-sdk/commit/342777a250b46271e0d675fb920f7ecb1721d072))
907
- - PROD-255 change video text and add not camera warning ([6b387cd](https://github.com/AuthMe01/web-client-sdk/commit/6b387cdc9be756e7f8a27f285cca7f1cc2e5f35a))
908
- - PROD-255 get card type ([fcd5be9](https://github.com/AuthMe01/web-client-sdk/commit/fcd5be9810d51775ccd4a8d01385e7eb121b71fe))
909
- - PROD-255 success lottie and ui, clear timeout ([91c97d2](https://github.com/AuthMe01/web-client-sdk/commit/91c97d29e43631800b5dabc1163baf34a7d9eea8))
910
- - PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
911
- - PROD-327 add border radius ([42b4c23](https://github.com/AuthMe01/web-client-sdk/commit/42b4c23c4b56e3c168fd93627cb482028953dd54))
912
- - PROD-327 add error message ([6ef47d9](https://github.com/AuthMe01/web-client-sdk/commit/6ef47d9daa633fb8c42e2c01369c032ac7af3147))
913
- - PROD-327 add ocr confirm image flow ([21e2ef1](https://github.com/AuthMe01/web-client-sdk/commit/21e2ef167452df46c8f85c426fe09c5e3899d50d))
914
- - PROD-327 add retry ocr panel ([1cccd1d](https://github.com/AuthMe01/web-client-sdk/commit/1cccd1d69aadf897da88e088e4af4f427210d235))
915
- - PROD-327 change lottie second ([5eff08e](https://github.com/AuthMe01/web-client-sdk/commit/5eff08edcda22a0bd8dd71b73370c8f08009a250))
916
- - PROD-327 change process and add config cancel ([f8077d1](https://github.com/AuthMe01/web-client-sdk/commit/f8077d1760657c54c5c99e051b9541303e6e88dd))
917
- - PROD-327 change spinner position ([11d06c3](https://github.com/AuthMe01/web-client-sdk/commit/11d06c3538e7e9cf3d1179859fdbf6fcb39bb638))
918
- - PROD-327 remove alert(animationFrameId); ([47f8580](https://github.com/AuthMe01/web-client-sdk/commit/47f8580ae47e490075ec94eb235dfe8383df8394))
919
- - PROD-327 replace liveness ui ([9c5934a](https://github.com/AuthMe01/web-client-sdk/commit/9c5934ad743a0ce5f8fccdabec323c1b3e93f79c))
920
- - PROD-327 replace ocr ui ([73d4759](https://github.com/AuthMe01/web-client-sdk/commit/73d4759012bdfd0cb0bed9bc338f36af8ec27536))
921
- - PROD-327 replace top title panel ([ecad5f0](https://github.com/AuthMe01/web-client-sdk/commit/ecad5f029266040639b14e2efa9797a8373a3170))
922
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
923
- - PROD-375 add illustrate ([fd617d0](https://github.com/AuthMe01/web-client-sdk/commit/fd617d056ed52dfb05b5d464f7df8098fb7a0094))
924
- - PROD-375 add popup panel ([77f4672](https://github.com/AuthMe01/web-client-sdk/commit/77f467240474190a276961a86fe48fb66d520b54))
925
- - PROD-375 card confirm style, remove bootstrap ([645bfd7](https://github.com/AuthMe01/web-client-sdk/commit/645bfd7a828c7a9be9bc3b7dd77eff6208b7a49a))
926
- - PROD-375 optimization ui ([dd31fb9](https://github.com/AuthMe01/web-client-sdk/commit/dd31fb97b352b9b328db5f80bcffb24db6bf03cf))
927
- - PROD-375 replace lottie animate and refactor mask border ([39ce902](https://github.com/AuthMe01/web-client-sdk/commit/39ce90241c60bda0e65f648b8ed61b4c577ffae2))
928
- - PROD-410 change default logo ([7626856](https://github.com/AuthMe01/web-client-sdk/commit/7626856664de79288bdbd2e32604f1aeb28acf6c))
929
- - PROD-472 web sdk and header redesine ([e561c9f](https://github.com/AuthMe01/web-client-sdk/commit/e561c9fff1b6901277e67e1b40f27855931b9064))
930
- - PROD-571 add network listener ([39e2db3](https://github.com/AuthMe01/web-client-sdk/commit/39e2db352859070704122bd6672bcdcea5f3fd53))
931
- - PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
932
- - PROD-595 Add eKYC impl ([6b5cf51](https://github.com/AuthMe01/web-client-sdk/commit/6b5cf5198a8f3039a52a1f114ff2089cb45b17b2))
933
- - PROD-772 Add fps limit for anti-fraud ([6afca8e](https://github.com/AuthMe01/web-client-sdk/commit/6afca8e8b71c357050ab9564ff32621f9f0dbecd))
934
- - PROD-892 update confirm image page and add MRZ ocr ([90916f7](https://github.com/AuthMe01/web-client-sdk/commit/90916f7a1323103a3dc3a8f2ea825b6a4098dd54))
935
- - PROD-941 add debug image for OCR ([95fae31](https://github.com/AuthMe01/web-client-sdk/commit/95fae316cb3b4729eeb1c0d138e676fd59953eef))
936
- - PROD-957 update engineLib v1.0.2 ([f5383e5](https://github.com/AuthMe01/web-client-sdk/commit/f5383e5210c798bf2663ad8f094a16b937ffa5b6))
937
-
938
- # 1.0.0 (2022-05-30)
939
-
940
- ### Bug Fixes
941
-
942
- - PR-81 fix canvas size calculation ([b6ae89a](https://github.com/AuthMe01/web-client-sdk/commit/b6ae89ab2f0a3163b996e6adc9331efa45716d63))
943
- - PR-83 fix calculate canvas size ([aed08b8](https://github.com/AuthMe01/web-client-sdk/commit/aed08b8b194037c0378e6e54559b6e86625f83f1))
944
- - PROD-114 fix engine lib mobile support ([1484b78](https://github.com/AuthMe01/web-client-sdk/commit/1484b78f59cdaa94d7020d60c5196ab7593f1535))
945
- - PROD-135 adjust fas config ([3d89ba7](https://github.com/AuthMe01/web-client-sdk/commit/3d89ba716d6b0bfd07ec2d5353213d8e8306c83d))
946
- - PROD-241 adjust instance create time ([9475b5f](https://github.com/AuthMe01/web-client-sdk/commit/9475b5f4d0f301f8b5d418dc855753b77fe7b08c))
947
- - PROD-241 optimize camera setup time ([d0dbc19](https://github.com/AuthMe01/web-client-sdk/commit/d0dbc19412bff1d35705d0b4c15399ee8f693411))
948
- - PROD-241 optimize ocr model loading time ([32890c4](https://github.com/AuthMe01/web-client-sdk/commit/32890c42a7df440e9bfaf521ba62b32994d14016))
949
- - PROD-242 fix video mirrored and close video ([1bf75c9](https://github.com/AuthMe01/web-client-sdk/commit/1bf75c92600f50b5d9680922b0b125ce4fd89041))
950
- - PROD-247 adjust anti-fraud blur threshold ([e65cd7c](https://github.com/AuthMe01/web-client-sdk/commit/e65cd7c649d762b3bd8c27d74b0c6c47a33f5e8e))
951
- - PROD-255 change ocr and anti-fraud order ([8580b11](https://github.com/AuthMe01/web-client-sdk/commit/8580b112fbacce8a2a658bc208e59caec6a1de88))
952
- - PROD-255 fix back image upload error ([2848f83](https://github.com/AuthMe01/web-client-sdk/commit/2848f836bc234f63316487afba17df84a24c988e))
953
- - PROD-255 fix camera try catch ([c3686f1](https://github.com/AuthMe01/web-client-sdk/commit/c3686f1c1d7a044cf39f42502f05a4e23c520499))
954
- - PROD-255 fix mask width ([339e071](https://github.com/AuthMe01/web-client-sdk/commit/339e071622881d89d6fb05abe2c65f3c48e790ef))
955
- - PROD-255 fix memory leak issue ([7c35177](https://github.com/AuthMe01/web-client-sdk/commit/7c351779f89020694f41f38d7fd8320284c6e544))
956
- - PROD-255 fix rotate and process ([62d6c13](https://github.com/AuthMe01/web-client-sdk/commit/62d6c13dacf93369701e229e5f4950addfc94c1a))
957
- - PROD-255 idcard process and card size ([15a49f8](https://github.com/AuthMe01/web-client-sdk/commit/15a49f85389dd332ad1dee642658bd680b750deb))
958
- - PROD-255 ocr fraud unsubscribe ([06fe213](https://github.com/AuthMe01/web-client-sdk/commit/06fe213626c4ac1823edaf0b8886343cc4f9f5af))
959
- - PROD-255 ocr process ([e9ea4a9](https://github.com/AuthMe01/web-client-sdk/commit/e9ea4a9e4516b22a55111bf5146f3b12e9ecd16b))
960
- - PROD-255 reduce frame size to 720p ([540e24d](https://github.com/AuthMe01/web-client-sdk/commit/540e24d9aa34e442ef6f23dc398ee7778de7fd60))
961
- - PROD-255 refactor process ([3ddcc9a](https://github.com/AuthMe01/web-client-sdk/commit/3ddcc9a75af048692bbc62652643a83cb889a150))
962
- - PROD-255 remove console & add fas fail handle ([c2faac9](https://github.com/AuthMe01/web-client-sdk/commit/c2faac958921590958cfc851b678945babeb8402))
963
- - PROD-255 rotate direction ([85ea48f](https://github.com/AuthMe01/web-client-sdk/commit/85ea48fa2bc10d46e2815c126827616ca5ad71ab))
964
- - PROD-255 tuning recognition frame performance ([7e8306f](https://github.com/AuthMe01/web-client-sdk/commit/7e8306f8e8567bc745e01b9836efc627601a5269))
965
- - PROD-255 ui success animate ([25d9195](https://github.com/AuthMe01/web-client-sdk/commit/25d91952c4dc5e42639e69791002e327765b11f3))
966
- - PROD-255 video position css ([ac0044a](https://github.com/AuthMe01/web-client-sdk/commit/ac0044aaf0b94124219c64b5a8ed2602300f7a53))
967
- - PROD-298 fix memory leak & compress frame size ([03ddfd1](https://github.com/AuthMe01/web-client-sdk/commit/03ddfd122ba01e21bb3feef7c25efc3fa895d855))
968
- - PROD-327 add cancel hanlder ([b49180f](https://github.com/AuthMe01/web-client-sdk/commit/b49180f75116458c81974cd4e6902253e0c1204e))
969
- - PROD-327 cancel bug and retry title ([baefe53](https://github.com/AuthMe01/web-client-sdk/commit/baefe5380e916fc8e137b02e3351d8564bef6452))
970
- - PROD-327 change ocr confirm image to cropped version ([b233dec](https://github.com/AuthMe01/web-client-sdk/commit/b233dec49ac5d8f4873924d58335073de338b55e))
971
- - PROD-327 fix confirm page display issue ([85a53f3](https://github.com/AuthMe01/web-client-sdk/commit/85a53f3ee03b61141cadf79f85923f9297e16c2c))
972
- - PROD-327 ios border css bug ([d6135fa](https://github.com/AuthMe01/web-client-sdk/commit/d6135fa6a6c7650ac2aec74b43bc4ab2c89044c7))
973
- - PROD-327 liveness and fas width/height and fix text ([a85c98e](https://github.com/AuthMe01/web-client-sdk/commit/a85c98ee127558793abb763bb5fffef50e8bda9f))
974
- - PROD-375 lottie init and css ([de643ff](https://github.com/AuthMe01/web-client-sdk/commit/de643ffeb6e349620fe488321b168223fa519cda))
975
- - PROD-375 scan size and finial img size ([374debb](https://github.com/AuthMe01/web-client-sdk/commit/374debb803dd048346e6a5a0c0da754942965cd3))
976
- - PROD-405 Handle ocr backend recognition error ([1084e8d](https://github.com/AuthMe01/web-client-sdk/commit/1084e8d70f00ab8200f00f334272e1d594585387))
977
- - PROD-428 adjust ocr mask size ([852c6f0](https://github.com/AuthMe01/web-client-sdk/commit/852c6f0caab92871b2b5d057b3a7aea5f5f3a0cd))
978
- - PROD-463 handle anti-fraud timeout error ([13d1533](https://github.com/AuthMe01/web-client-sdk/commit/13d1533a4baecefadd9a47e0f81ac5ed4dbba0fa))
979
- - PROD-472 canvas size, lottie arrow, confirm page ([4bda3a6](https://github.com/AuthMe01/web-client-sdk/commit/4bda3a6737948564668c6770634b527cfd123718))
980
- - PROD-511 iphone camera ([07c2c2d](https://github.com/AuthMe01/web-client-sdk/commit/07c2c2d7661127003d2f65e07920e1b2333fe0c5))
981
- - PROD-511 mobile and web camera ([914425f](https://github.com/AuthMe01/web-client-sdk/commit/914425fe2dd91dc1f186c2341dc2dd5b7063c07d))
982
- - PROD-511 safari web mirror bug ([450d824](https://github.com/AuthMe01/web-client-sdk/commit/450d824d9183e96119431620dfa75b05fc71924a))
983
- - PROD-514 header, lottie, step content size ([12c4228](https://github.com/AuthMe01/web-client-sdk/commit/12c422844d533ed7d98f8c990b199194ce6beb04))
984
- - PROD-514 ocr front mirror, liveness header rwd ([d8633c3](https://github.com/AuthMe01/web-client-sdk/commit/d8633c39c5a64a1a0fdecd73c2e6e29857486c70))
985
- - PROD-560 optimize camera view show time ([5315783](https://github.com/AuthMe01/web-client-sdk/commit/53157830b47d94a1ac257e9b7d31868f9b0b80f0))
986
- - PROD-560 optimize load time(for view) ([7a38e1b](https://github.com/AuthMe01/web-client-sdk/commit/7a38e1b5ec1588013935f8f69f19f67ae22dedaa))
987
- - PROD-571 add removeListener ([85631db](https://github.com/AuthMe01/web-client-sdk/commit/85631db5925d8f9061a90600eea380c107b5b3b0))
988
- - PROD-572 add verify api error msg & favicon ([e3c7936](https://github.com/AuthMe01/web-client-sdk/commit/e3c7936c02b17a5eb3cf73c7f24a580599638d00))
989
- - PROD-583 fix anti-fraud process ([aee07de](https://github.com/AuthMe01/web-client-sdk/commit/aee07de111240304584a1b08dc9b9c6bc816f615))
990
- - PROD-583 remove fraud rotate repeat ([32e35ec](https://github.com/AuthMe01/web-client-sdk/commit/32e35ecc58993e94c52b81ab5ccb7c381fb61d14))
991
- - PROD-588 adjust anti-fraud timeout & fix ui resize issue ([43cfa2f](https://github.com/AuthMe01/web-client-sdk/commit/43cfa2facc3cf2b1816e0ddc805f84ce2ffdc5a8))
992
- - PROD-588 rotate timer, text content ([2938a37](https://github.com/AuthMe01/web-client-sdk/commit/2938a376b7dd42fa4c2ac6a48ddfde28eb190bd2))
993
- - PROD-595 fix canvas width/height get zero issue ([cbd74ab](https://github.com/AuthMe01/web-client-sdk/commit/cbd74ab775d964f3bfaa79f7bf711278dce67d73))
994
- - PROD-650 add loading in liveness ([6df2366](https://github.com/AuthMe01/web-client-sdk/commit/6df2366dd914a0f0d75b72b0e7e8226fb31ed0fb))
995
- - PROD-650 fix option order, add error&state hint ([2758980](https://github.com/AuthMe01/web-client-sdk/commit/275898079f173f77b8609cb02e84dca6c06daac4))
996
- - PROD-653 ekyc detail css ([0ddce73](https://github.com/AuthMe01/web-client-sdk/commit/0ddce73f3d5fedea0f96d49aee155040878ec984))
997
- - PROD-654 scan lottie, ekyc fail liveness style, liveness component ([3cdb08b](https://github.com/AuthMe01/web-client-sdk/commit/3cdb08ba5a3fdfda7ac33e563fc729507edf52cc))
998
- - PROD-671 idCard lottie and button disabled time ([9cd5e16](https://github.com/AuthMe01/web-client-sdk/commit/9cd5e16c128b7da8f2fa2a988bb0ede69d40b3c5))
999
- - PROD-679 liveness zIndex ([2bcbc07](https://github.com/AuthMe01/web-client-sdk/commit/2bcbc07cabe189ecbabd87f5d49a003f04256aa7))
1000
- - PROD-680 liveness fail with background upload ([269d17d](https://github.com/AuthMe01/web-client-sdk/commit/269d17d29ffd795270e44455215c0f1c292a137b))
1001
- - PROD-690 adjust liveness-verify error popup ([1a825a2](https://github.com/AuthMe01/web-client-sdk/commit/1a825a29e799a85cd64f003f70d90a23d6cdf871))
1002
- - remove waittime ([a32d1e0](https://github.com/AuthMe01/web-client-sdk/commit/a32d1e0ae91aebf0a682e2f2e25be6482fd1fccb))
1003
-
1004
- ### Features
1005
-
1006
- - PR-46 passive fas impl ([307aa7d](https://github.com/AuthMe01/web-client-sdk/commit/307aa7dd85e43ebe41ee9074d2bea6981517de2d))
1007
- - PR-51 Integrate fas UI and logic ([e939088](https://github.com/AuthMe01/web-client-sdk/commit/e939088caffe678ef0e768d7281edd0e6eb09d82))
1008
- - PR-51 Integrate passive fas UI & logic ([f76fb5b](https://github.com/AuthMe01/web-client-sdk/commit/f76fb5b3a1f1cfbc9015524ce9a863c80eec5211))
1009
- - PR-52 Add FAS porting ([d43ec7e](https://github.com/AuthMe01/web-client-sdk/commit/d43ec7e92c215b108157aa3931625865c0603540))
1010
- - PR-81 passive enum ui and process ([e6258e0](https://github.com/AuthMe01/web-client-sdk/commit/e6258e0cd3dc99884c72f526076947e118c3ddf6))
1011
- - PR-81 passive-fas header ([6086cc8](https://github.com/AuthMe01/web-client-sdk/commit/6086cc89a00786bdbfc36353744655e86fd35ecb))
1012
- - PR-81 passive-fas sdk ui ([8ab2938](https://github.com/AuthMe01/web-client-sdk/commit/8ab29386dade1ceef64f136b33782edd5200899b))
1013
- - PR-83 ocr sdk ui ([a414e99](https://github.com/AuthMe01/web-client-sdk/commit/a414e993406071b58bbad5b3db17c0e1c2a86d43))
1014
- - PROD-114 fix liveness issue ([96edf70](https://github.com/AuthMe01/web-client-sdk/commit/96edf70125a2385b1ada8e63a0eb411bf341dc62))
1015
- - PROD-115 custom ui color ([cb9033a](https://github.com/AuthMe01/web-client-sdk/commit/cb9033a89ae5948f3789432981e477d882d02e37))
1016
- - PROD-127 sdk ocr rotate ([8ea76c8](https://github.com/AuthMe01/web-client-sdk/commit/8ea76c84a4ed2cd13bd139b9e31b89f6daa2e64d))
1017
- - PROD-127 sdk orc rotate ([e33ae65](https://github.com/AuthMe01/web-client-sdk/commit/e33ae657908e2e751efcf1fb52b57b406277f233))
1018
- - PROD-135 add fetch model from backend ([a701d6f](https://github.com/AuthMe01/web-client-sdk/commit/a701d6fadc1ed2b57bebb00360e818d34d561191))
1019
- - PROD-135 onSuccess add spinner ([4c7a806](https://github.com/AuthMe01/web-client-sdk/commit/4c7a8064db64eda34f748b2138aacadb29fdd8c1))
1020
- - PROD-135 v3 fas api ([8e1e9cc](https://github.com/AuthMe01/web-client-sdk/commit/8e1e9cc9b8e5acbdbc4d49564bad8d42146a3c61))
1021
- - PROD-189 ocr lottie ([a315924](https://github.com/AuthMe01/web-client-sdk/commit/a3159247393a816420eb83b7579aa20782bc130e))
1022
- - PROD-195 modify config and add reset function ([bb00ab9](https://github.com/AuthMe01/web-client-sdk/commit/bb00ab914b446e21cc459bffbd5392b594fd35e1))
1023
- - PROD-195 sdk ocr add config ([5eccd4c](https://github.com/AuthMe01/web-client-sdk/commit/5eccd4c1ecdc393e8bb617a980a7345e405ebf0c))
1024
- - PROD-242 Adjust fps ([883c9ed](https://github.com/AuthMe01/web-client-sdk/commit/883c9ed917f6536114f5d12cdadffd705b834951))
1025
- - PROD-255 add idcard front hint text ([d8d2f24](https://github.com/AuthMe01/web-client-sdk/commit/d8d2f24a4e90ce459701836911661cd969cde0eb))
1026
- - PROD-255 add OCR api impl ([40098a8](https://github.com/AuthMe01/web-client-sdk/commit/40098a8e76b02d3a3e7f4ef642da8d1806818496))
1027
- - PROD-255 add spinner when ocrstart and fraudstart ([342777a](https://github.com/AuthMe01/web-client-sdk/commit/342777a250b46271e0d675fb920f7ecb1721d072))
1028
- - PROD-255 change video text and add not camera warning ([6b387cd](https://github.com/AuthMe01/web-client-sdk/commit/6b387cdc9be756e7f8a27f285cca7f1cc2e5f35a))
1029
- - PROD-255 get card type ([fcd5be9](https://github.com/AuthMe01/web-client-sdk/commit/fcd5be9810d51775ccd4a8d01385e7eb121b71fe))
1030
- - PROD-255 success lottie and ui, clear timeout ([91c97d2](https://github.com/AuthMe01/web-client-sdk/commit/91c97d29e43631800b5dabc1163baf34a7d9eea8))
1031
- - PROD-279 Add version info in view & docker build ([fbdca75](https://github.com/AuthMe01/web-client-sdk/commit/fbdca757f15dff38fdfff46980bd66a989fe4b9b))
1032
- - PROD-327 add border radius ([42b4c23](https://github.com/AuthMe01/web-client-sdk/commit/42b4c23c4b56e3c168fd93627cb482028953dd54))
1033
- - PROD-327 add error message ([6ef47d9](https://github.com/AuthMe01/web-client-sdk/commit/6ef47d9daa633fb8c42e2c01369c032ac7af3147))
1034
- - PROD-327 add ocr confirm image flow ([21e2ef1](https://github.com/AuthMe01/web-client-sdk/commit/21e2ef167452df46c8f85c426fe09c5e3899d50d))
1035
- - PROD-327 add retry ocr panel ([1cccd1d](https://github.com/AuthMe01/web-client-sdk/commit/1cccd1d69aadf897da88e088e4af4f427210d235))
1036
- - PROD-327 change lottie second ([5eff08e](https://github.com/AuthMe01/web-client-sdk/commit/5eff08edcda22a0bd8dd71b73370c8f08009a250))
1037
- - PROD-327 change process and add config cancel ([f8077d1](https://github.com/AuthMe01/web-client-sdk/commit/f8077d1760657c54c5c99e051b9541303e6e88dd))
1038
- - PROD-327 change spinner position ([11d06c3](https://github.com/AuthMe01/web-client-sdk/commit/11d06c3538e7e9cf3d1179859fdbf6fcb39bb638))
1039
- - PROD-327 remove alert(animationFrameId); ([47f8580](https://github.com/AuthMe01/web-client-sdk/commit/47f8580ae47e490075ec94eb235dfe8383df8394))
1040
- - PROD-327 replace liveness ui ([9c5934a](https://github.com/AuthMe01/web-client-sdk/commit/9c5934ad743a0ce5f8fccdabec323c1b3e93f79c))
1041
- - PROD-327 replace ocr ui ([73d4759](https://github.com/AuthMe01/web-client-sdk/commit/73d4759012bdfd0cb0bed9bc338f36af8ec27536))
1042
- - PROD-327 replace top title panel ([ecad5f0](https://github.com/AuthMe01/web-client-sdk/commit/ecad5f029266040639b14e2efa9797a8373a3170))
1043
- - PROD-334 Add Network Error Retry ([1dafbfd](https://github.com/AuthMe01/web-client-sdk/commit/1dafbfd2d51024abed9611cda4b7bd04401ed7f1))
1044
- - PROD-375 add illustrate ([fd617d0](https://github.com/AuthMe01/web-client-sdk/commit/fd617d056ed52dfb05b5d464f7df8098fb7a0094))
1045
- - PROD-375 add popup panel ([77f4672](https://github.com/AuthMe01/web-client-sdk/commit/77f467240474190a276961a86fe48fb66d520b54))
1046
- - PROD-375 card confirm style, remove bootstrap ([645bfd7](https://github.com/AuthMe01/web-client-sdk/commit/645bfd7a828c7a9be9bc3b7dd77eff6208b7a49a))
1047
- - PROD-375 optimization ui ([dd31fb9](https://github.com/AuthMe01/web-client-sdk/commit/dd31fb97b352b9b328db5f80bcffb24db6bf03cf))
1048
- - PROD-375 replace lottie animate and refactor mask border ([39ce902](https://github.com/AuthMe01/web-client-sdk/commit/39ce90241c60bda0e65f648b8ed61b4c577ffae2))
1049
- - PROD-410 change default logo ([7626856](https://github.com/AuthMe01/web-client-sdk/commit/7626856664de79288bdbd2e32604f1aeb28acf6c))
1050
- - PROD-472 web sdk and header redesine ([e561c9f](https://github.com/AuthMe01/web-client-sdk/commit/e561c9fff1b6901277e67e1b40f27855931b9064))
1051
- - PROD-571 add network listener ([39e2db3](https://github.com/AuthMe01/web-client-sdk/commit/39e2db352859070704122bd6672bcdcea5f3fd53))
1052
- - PROD-588 show SDK version ([cce6d67](https://github.com/AuthMe01/web-client-sdk/commit/cce6d6703cda5b86946e7ddb507320d6a820183b))
1053
- - PROD-595 Add eKYC impl ([6b5cf51](https://github.com/AuthMe01/web-client-sdk/commit/6b5cf5198a8f3039a52a1f114ff2089cb45b17b2))