Skip to content

Commit 6ec499a

Browse files
committed
chore(release): released 2.1.2
1 parent 714faaf commit 6ec499a

File tree

28 files changed

+141
-32
lines changed

28 files changed

+141
-32
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,43 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.2](https://github.com/Tencent/Hippy/compare/2.1.1...2.1.2) (2020-11-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **hippy-debug-server:** fixed the way the server read from file ([#405](https://github.com/Tencent/Hippy/issues/405)) ([fa16ee8](https://github.com/Tencent/Hippy/commit/fa16ee85a31cfbd05c91e33a8b3f4029a15936ac))
12+
* **hippy-debug-server:** response 404 when file not found ([#410](https://github.com/Tencent/Hippy/issues/410)) ([8b161a8](https://github.com/Tencent/Hippy/commit/8b161a883d8506015cb7c0f0c41cc4fc2022a89e))
13+
* **ios:** change way to get bridge property ([1f7a843](https://github.com/Tencent/Hippy/commit/1f7a843e0d3d84ee132ab6fb52d75cc651f16c5a))
14+
* **ios:** fix bugs that some js exceptions may not be caught ([629fa22](https://github.com/Tencent/Hippy/commit/629fa224a889e3aba3a2bb383286983daf834a4b))
15+
* **ios:** fix loop count property ([7a3f093](https://github.com/Tencent/Hippy/commit/7a3f093a3cd96038d501e13d67af38e69d65d8f4))
16+
* **ios:** fix loop count property ([6d44bf4](https://github.com/Tencent/Hippy/commit/6d44bf469937e18873aa8175a9bd8446b106371d))
17+
* **ios:** fix multiple thread competion ([f281bd1](https://github.com/Tencent/Hippy/commit/f281bd17ef7437e634e3656a0498aacc33480b67))
18+
* **ios:** fix the bug that get wrong _bridge value ([b4132c7](https://github.com/Tencent/Hippy/commit/b4132c70155571bf993695308b05d35b96a01393))
19+
* **ios:** fix threads competion bugs ([258a480](https://github.com/Tencent/Hippy/commit/258a4804fa16ff28731cd066ff22b71886f05d3a))
20+
* **ios:** have to consider an exception for QB ([9d4f724](https://github.com/Tencent/Hippy/commit/9d4f724042f67ca0ee82aeffda7f0ffcb34b1c50))
21+
* **ios:** jscontextref held by jscontextgroupref cannot be deallocated ([e85e0a3](https://github.com/Tencent/Hippy/commit/e85e0a31986965152e59c1bc2f334c9a5ed16aba))
22+
* **ios:** now modal component property will be set corrently ([0fbc5ad](https://github.com/Tencent/Hippy/commit/0fbc5ad8f95a4babf09622ef47518b05e8b51733))
23+
* **ios:** use isEqualToString for NSString comparison ([fef7971](https://github.com/Tencent/Hippy/commit/fef79713b20613735d99978bb8909c3f07429a9d))
24+
25+
26+
### Features
27+
28+
* **hippy-debug-server:** modify debug server to support multiple files ([#411](https://github.com/Tencent/Hippy/issues/411)) ([508ec9f](https://github.com/Tencent/Hippy/commit/508ec9f2f11070b1616cf155a330fb538d9c23ff))
29+
* **hippy-vue:** added iOS12 statusBarHeight ([d33e993](https://github.com/Tencent/Hippy/commit/d33e993b72b3627e3fd73e5f5e08d8c34d4ee23d))
30+
* **hippy-vue, hippy-react:** changeTryConvertNumberCompatibility ([714faaf](https://github.com/Tencent/Hippy/commit/714faaf11988659b450a3276342597b7ed095a17))
31+
* **ios:** add method for HippyBridge ([a24dbfd](https://github.com/Tencent/Hippy/commit/a24dbfd17f15f05e3bc20476b0210d2f45f750b6))
32+
* **ios:** check necessity of reloading image for HippyImageView ([34ce4eb](https://github.com/Tencent/Hippy/commit/34ce4eb72a4479cd6cba1edadaf89fd894af0905))
33+
* **ios:** fix incorrect of image cache ([c00c344](https://github.com/Tencent/Hippy/commit/c00c34467742d67d062e6a920149405cb4bc9b44))
34+
* **ios:** increase error infomation propery ([f2f24e8](https://github.com/Tencent/Hippy/commit/f2f24e8e9f7cc679eb356515b2c60e39b30721a5))
35+
* **ios:** modify pod config file ([d889fd4](https://github.com/Tencent/Hippy/commit/d889fd4a86a11982dd09598d7f93307780d704bd))
36+
* **ios:** perfect error function ([dbfefd5](https://github.com/Tencent/Hippy/commit/dbfefd5936501556063218e8759b771a1cfe0020))
37+
* **ios:** set predrawing no for animated image ([d80b04a](https://github.com/Tencent/Hippy/commit/d80b04ae1ba377fc98411ed15a91805e90efea05))
38+
39+
40+
41+
42+
643
## [2.1.1](https://github.com/Tencent/Hippy/compare/2.1.0...2.1.1) (2020-11-11)
744

845

android/sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ publish {
511511
repoName = 'Hippy'
512512
groupId = 'com.tencent.hippy'
513513
artifactId = 'hippy-release'
514-
publishVersion = '2.1.1'
514+
publishVersion = '2.1.2'
515515
dryRun = false
516516
desc = 'Hippy library for Android'
517517
website = 'https://github.com/Tencent/Hippy'

core/napi/jsc/native-source-code-ios.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* js2cpp is maintenance by Hippy Team <[email protected]>
66
* Copyright © 2018-2020 Tencent. All rights reserved.
77
*
8-
* Generated at Wed Nov 11 2020 23:24:34 GMT+0800 (China Standard Time).
8+
* Generated at Mon Nov 23 2020 21:28:26 GMT+0800 (GMT+08:00).
99
* DO NOT EDIT IT.
1010
*/
1111
#include "core/napi/native-source-code.h"

core/napi/v8/native-source-code-android.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* js2cpp is maintenance by Hippy Team <[email protected]>
66
* Copyright © 2018-2020 Tencent. All rights reserved.
77
*
8-
* Generated at Wed Nov 11 2020 23:24:34 GMT+0800 (China Standard Time).
8+
* Generated at Mon Nov 23 2020 21:28:26 GMT+0800 (GMT+08:00).
99
* DO NOT EDIT IT.
1010
*/
1111
#include "core/napi/native-source-code.h"

examples/android-demo/res/vendor.android.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/ios-demo/res/vendor.ios.js

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hippy.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'hippy'
11-
s.version = '2.1.1'
11+
s.version = '2.1.2'
1212
s.summary = 'hippy lib for ios'
1313

1414
# This description is used to generate tags and improve search results.

ios/sdk/base/HippyBridge.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
NSString *const HippyJavaScriptDidFailToLoadNotification = @"HippyJavaScriptDidFailToLoadNotification";
4141
NSString *const HippyDidInitializeModuleNotification = @"HippyDidInitializeModuleNotification";
4242
NSString *const HippyBusinessDidLoadNotification = @"HippyBusinessDidLoadNotification";
43-
NSString *const _HippySDKVersion = @"2.1.1";
43+
NSString *const _HippySDKVersion = @"2.1.2";
4444

4545
static NSMutableArray<Class> *HippyModuleClasses;
4646
NSArray<Class> *HippyGetModuleClasses(void)

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.1.1"
6+
"version": "2.1.2"
77
}

packages/hippy-debug-server/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.1.2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.1.1...2.1.2) (2020-11-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **hippy-debug-server:** fixed the way the server read from file ([#405](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/issues/405)) ([fa16ee8](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/commit/fa16ee85a31cfbd05c91e33a8b3f4029a15936ac))
12+
* **hippy-debug-server:** response 404 when file not found ([#410](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/issues/410)) ([8b161a8](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/commit/8b161a883d8506015cb7c0f0c41cc4fc2022a89e))
13+
14+
15+
### Features
16+
17+
* **hippy-debug-server:** modify debug server to support multiple files ([#411](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/issues/411)) ([508ec9f](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/commit/508ec9f2f11070b1616cf155a330fb538d9c23ff))
18+
19+
20+
21+
22+
623
## [2.1.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.1.0...2.1.1) (2020-11-11)
724

825
**Note:** Version bump only for package @hippy/debug-server

0 commit comments

Comments
 (0)