Skip to content

Commit ef9ea4b

Browse files
committed
chore(release): released 2.14.5
1 parent 5f96fae commit ef9ea4b

File tree

29 files changed

+139
-35
lines changed

29 files changed

+139
-35
lines changed

CHANGELOG.md

+33
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,39 @@
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.14.5](https://github.com/Tencent/Hippy/compare/2.14.4...2.14.5) (2022-08-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **android, ios:** the final `onScroll` may be dropped ([#2377](https://github.com/Tencent/Hippy/issues/2377)) ([963992b](https://github.com/Tencent/Hippy/commit/963992b1d20647c64561e89fb42a6e5997889563))
12+
* **android:** add try-catch for NetInfoModule ([258f9ac](https://github.com/Tencent/Hippy/commit/258f9acf75875855b37d52d09ac873a6c2637b6e))
13+
* **android:** gif borderRadius not working and radius scale issue ([bb84fcd](https://github.com/Tencent/Hippy/commit/bb84fcdc3e179bd1123c849d8b587faa86c00fc6))
14+
* **android:** handleRequestCookie error ([2ff9388](https://github.com/Tencent/Hippy/commit/2ff938899d7e7624b19d0a6a8de1a718282757bf))
15+
* **android:** set init complete after bridge ready ([04c8bdc](https://github.com/Tencent/Hippy/commit/04c8bdc8af8fa2009504d64ffc50776c9e029470))
16+
* **core:** fix code lint warnings ([7f60759](https://github.com/Tencent/Hippy/commit/7f60759796616d9b9a356a7d4b534565ffef33fc))
17+
* **devtools:** remove v8 inspector flag for ios ([f431ab5](https://github.com/Tencent/Hippy/commit/f431ab5c6a36a77b32ad4ce4a33e72bb8f7e619c))
18+
* **homepage:** fix secure problem for homepage redirect ([a7b552f](https://github.com/Tencent/Hippy/commit/a7b552f143b58192a23624600c3f2e0bdeebb942))
19+
* **ios:** fix refresh component bug ([36559b1](https://github.com/Tencent/Hippy/commit/36559b15289d7baed76eb50a22adb5d56a114ead))
20+
* **ios:** fix scroll rtl for content view ([2c7da42](https://github.com/Tencent/Hippy/commit/2c7da4267f8c8d08521c9d86d48d3d04d76d32e8))
21+
* **ios:** hippy-vue textInput isFocused not working ([623b117](https://github.com/Tencent/Hippy/commit/623b117c2908962a5179875ce3062d1892856a03))
22+
* **ios:** padding not working on text's subview ([65676f0](https://github.com/Tencent/Hippy/commit/65676f0a61d3a00608d35836f8113014e5061afc))
23+
* **ios:** turbo runtime must release in js thread ([5f96fae](https://github.com/Tencent/Hippy/commit/5f96fae74d18b455c6aaa3ae2abff20ffc0d8d2f))
24+
* **vue:** fix regular expressions catastrophic backtracking ([510a587](https://github.com/Tencent/Hippy/commit/510a587cd646005041a80f3ff0f4bf36c5824b4e))
25+
* **vue:** revert a catastrophic backtracking fix ([2fbb0d9](https://github.com/Tencent/Hippy/commit/2fbb0d9d31d60afab9248b2e3acc9e83f30ce77c))
26+
27+
28+
### Features
29+
30+
* **android:** add `visibility` style ([8b7a81e](https://github.com/Tencent/Hippy/commit/8b7a81e23797913c804d3e55d9bb9f992b83b326))
31+
* **android:** update AGP version to 7.2.2 ([d9b6ccd](https://github.com/Tencent/Hippy/commit/d9b6ccdcb9f82ef4fad90930f7a53ff199630d8a))
32+
* **android:** update NDK and CMake versions ([2b7282f](https://github.com/Tencent/Hippy/commit/2b7282f34d32f8adec4c7319a5aa233d009e91bd))
33+
* **hippy-vue:** perf attribute update ([e5c181f](https://github.com/Tencent/Hippy/commit/e5c181fcb49d6cdb4edc4a962f561dfdba0c4711))
34+
35+
36+
37+
38+
639
## [2.14.4](https://github.com/Tencent/Hippy/compare/2.14.3...2.14.4) (2022-08-10)
740

841

android/sdk/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ NDK_VERSION=25.0.8775105
4949
#
5050
# Specifies SDK version
5151
#
52-
VERSION_NAME=2.14.4
52+
VERSION_NAME=2.14.5
5353

5454
#
5555
# Whether to skip build C/C++ code

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/hippy-react-demo/src/components/TextInput/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const DEFAULT_VALUE = 'The 58-letter name Llanfairpwllgwyngyllgogerychwyrndrobwl
1212

1313
const styles = StyleSheet.create({
1414
container_style: {
15-
padding: 10,
15+
paddingHorizontal: 10,
1616
},
1717
input_style: {
1818
width: 300,

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

+1-1
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

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hippy.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
puts 'hippy.podspec read begins'
1111
s.name = 'hippy'
12-
s.version = '2.14.4'
12+
s.version = '2.14.5'
1313
s.summary = 'Hippy Cross Platform Framework'
1414

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

ios/sdk/base/HippyBridge.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
NSString *const HippyJavaScriptDidFailToLoadNotification = @"HippyJavaScriptDidFailToLoadNotification";
4444
NSString *const HippyDidInitializeModuleNotification = @"HippyDidInitializeModuleNotification";
4545
NSString *const HippyBusinessDidLoadNotification = @"HippyBusinessDidLoadNotification";
46-
NSString *const _HippySDKVersion = @"2.14.4";
46+
NSString *const _HippySDKVersion = @"2.14.5";
4747

4848
static NSMutableArray<Class> *HippyModuleClasses;
4949
NSArray<Class> *HippyGetModuleClasses(void) {

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.14.4"
6+
"version": "2.14.5"
77
}

packages/hippy-react-web/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14.5](https://github.com/Tencent/Hippy/compare/2.14.4...2.14.5) (2022-08-23)
7+
8+
**Note:** Version bump only for package @hippy/react-web
9+
10+
11+
12+
13+
614
## [2.14.4](https://github.com/Tencent/Hippy/compare/2.14.3...2.14.4) (2022-08-10)
715

816
**Note:** Version bump only for package @hippy/react-web

packages/hippy-react-web/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hippy-react-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hippy/react-web",
3-
"version": "2.14.4",
3+
"version": "2.14.5",
44
"description": "Web Adapter for Hippy React",
55
"main": "dist/index.js",
66
"homepage": "https://hippyjs.org",

packages/hippy-react/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.14.5](https://github.com/Tencent/Hippy/compare/2.14.4...2.14.5) (2022-08-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue:** fix regular expressions catastrophic backtracking ([510a587](https://github.com/Tencent/Hippy/commit/510a587cd646005041a80f3ff0f4bf36c5824b4e))
12+
13+
14+
15+
16+
617
## [2.14.4](https://github.com/Tencent/Hippy/compare/2.14.3...2.14.4) (2022-08-10)
718

819
**Note:** Version bump only for package @hippy/react

packages/hippy-react/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hippy-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hippy/react",
3-
"version": "2.14.4",
3+
"version": "2.14.5",
44
"description": "Hippy react framework",
55
"main": "dist/index.js",
66
"homepage": "https://hippyjs.org",

packages/hippy-vue-css-loader/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.14.5](https://github.com/Tencent/Hippy/compare/2.14.4...2.14.5) (2022-08-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue:** fix regular expressions catastrophic backtracking ([510a587](https://github.com/Tencent/Hippy/commit/510a587cd646005041a80f3ff0f4bf36c5824b4e))
12+
* **vue:** revert a catastrophic backtracking fix ([2fbb0d9](https://github.com/Tencent/Hippy/commit/2fbb0d9d31d60afab9248b2e3acc9e83f30ce77c))
13+
14+
15+
16+
17+
618
## [2.14.4](https://github.com/Tencent/Hippy/compare/2.14.3...2.14.4) (2022-08-10)
719

820
**Note:** Version bump only for package @hippy/vue-css-loader

packages/hippy-vue-css-loader/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hippy-vue-css-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hippy/vue-css-loader",
3-
"version": "2.14.4",
3+
"version": "2.14.5",
44
"description": "hippy-vue style loader module for webpack",
55
"main": "dist/index.js",
66
"homepage": "https://hippyjs.org",

packages/hippy-vue-loader/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14.5](https://github.com/Tencent/Hippy/compare/2.14.4...2.14.5) (2022-08-23)
7+
8+
**Note:** Version bump only for package @hippy/vue-loader
9+
10+
11+
12+
13+
614
## [2.14.4](https://github.com/Tencent/Hippy/compare/2.14.3...2.14.4) (2022-08-10)
715

816
**Note:** Version bump only for package @hippy/vue-loader

packages/hippy-vue-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hippy/vue-loader",
3-
"version": "2.14.4",
3+
"version": "2.14.5",
44
"description": "Vue single-file component loader for Webpack",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/hippy-vue-native-components/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14.5](https://github.com/Tencent/Hippy/compare/2.14.4...2.14.5) (2022-08-23)
7+
8+
**Note:** Version bump only for package @hippy/vue-native-components
9+
10+
11+
12+
13+
614
## [2.14.4](https://github.com/Tencent/Hippy/compare/2.14.3...2.14.4) (2022-08-10)
715

816
**Note:** Version bump only for package @hippy/vue-native-components

packages/hippy-vue-native-components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hippy/vue-native-components",
3-
"version": "2.14.4",
3+
"version": "2.14.5",
44
"description": "Native components middleware for Hippy-Vue, the components only for native, can't compatible with web.",
55
"main": "dist/index.js",
66
"homepage": "https://hippyjs.org",

packages/hippy-vue-router/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14.5](https://github.com/Tencent/Hippy/compare/2.14.4...2.14.5) (2022-08-23)
7+
8+
**Note:** Version bump only for package @hippy/vue-router
9+
10+
11+
12+
13+
614
## [2.14.4](https://github.com/Tencent/Hippy/compare/2.14.3...2.14.4) (2022-08-10)
715

816
**Note:** Version bump only for package @hippy/vue-router

packages/hippy-vue-router/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hippy-vue-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hippy/vue-router",
3-
"version": "2.14.4",
3+
"version": "2.14.5",
44
"description": "Official router for hippy-vue",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/hippy-vue/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.14.5](https://github.com/Tencent/Hippy/compare/2.14.4...2.14.5) (2022-08-23)
7+
8+
9+
### Bug Fixes
10+
11+
* **vue:** fix regular expressions catastrophic backtracking ([510a587](https://github.com/Tencent/Hippy/commit/510a587cd646005041a80f3ff0f4bf36c5824b4e))
12+
13+
14+
### Features
15+
16+
* **hippy-vue:** perf attribute update ([e5c181f](https://github.com/Tencent/Hippy/commit/e5c181fcb49d6cdb4edc4a962f561dfdba0c4711))
17+
18+
19+
20+
21+
622
## [2.14.4](https://github.com/Tencent/Hippy/compare/2.14.3...2.14.4) (2022-08-10)
723

824

packages/hippy-vue/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/hippy-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hippy/vue",
3-
"version": "2.14.4",
3+
"version": "2.14.5",
44
"description": "Vue binding for Hippy native framework",
55
"author": "OpenHippy Team",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)