Skip to content

Commit

Permalink
chore(release): released 2.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchan-cxj committed Dec 15, 2021
1 parent 8c691b8 commit 60e128a
Show file tree
Hide file tree
Showing 29 changed files with 122 additions and 32 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.5](https://github.com/Tencent/Hippy/compare/2.11.4...2.11.5) (2021-12-15)


### Bug Fixes

* **android:** add getComponentName to engine context interface ([92809fc](https://github.com/Tencent/Hippy/commit/92809fc4dfb9e87f06455d190f6b1109e865eca8))
* **android:** adjust dispatchExposureEvent call of list view ([c9d6502](https://github.com/Tencent/Hippy/commit/c9d6502176073eb88cf3b463fd7e6c7e0cd396d8))
* **android:** set text cursor of input for android 12 ([6725483](https://github.com/Tencent/Hippy/commit/6725483cd053b2aecdea6bd7e7f996d98e4bf103))
* **ios:** check image url length before use it ([d109fbf](https://github.com/Tencent/Hippy/commit/d109fbfd380c65a0674b2f7d69377b77e2e461f0))
* **ios:** fix chrome elements bug and add websocket close ([#1210](https://github.com/Tencent/Hippy/issues/1210)) ([8366882](https://github.com/Tencent/Hippy/commit/836688204c6aa8cdf6f1aefb5fa5339146032b10))
* **ios:** revert scroll animation fix for ios15 ([c6dc24b](https://github.com/Tencent/Hippy/commit/c6dc24b18ca43eb6c111fdd5400d3ecb98a83369))


### Features

* **hippy-react:** change event capture handle ([fb73c63](https://github.com/Tencent/Hippy/commit/fb73c639824be97625ae45fcb67a9671f1570ad1))
* **hippy-react:** compatible for react18 ([1b300ea](https://github.com/Tencent/Hippy/commit/1b300ea9b35d11c9493709fa2d0cb46d331f0b71))
* **react,vue:** add caret color parser ([68ef4a5](https://github.com/Tencent/Hippy/commit/68ef4a526dd72fda2ce184848d12e37e06c862e3))





## [2.11.4](https://github.com/Tencent/Hippy/compare/2.11.3...2.11.4) (2021-12-10)

**Note:** Version bump only for package hippy
Expand Down
2 changes: 1 addition & 1 deletion android/sdk/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ NDK_VERSION=21.4.7075529
# Equals to setting android.defaultConfig.versionCode and versionName property
# in the build.gradle file.
#
VERSION_NAME=2.11.4
VERSION_NAME=2.11.5
VERSION_CODE=1

#
Expand Down
4 changes: 2 additions & 2 deletions examples/android-demo/res/index.android.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions examples/android-demo/res/vendor.android.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/ios-demo/res/index.ios.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/ios-demo/res/vendor.ios.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion hippy.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
puts 'hippy.podspec read begins'
s.name = 'hippy'
s.version = '2.11.4'
s.version = '2.11.5'
s.summary = 'Hippy library for iOS'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion ios/sdk/base/HippyBridge.mm
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
NSString *const HippyJavaScriptDidFailToLoadNotification = @"HippyJavaScriptDidFailToLoadNotification";
NSString *const HippyDidInitializeModuleNotification = @"HippyDidInitializeModuleNotification";
NSString *const HippyBusinessDidLoadNotification = @"HippyBusinessDidLoadNotification";
NSString *const _HippySDKVersion = @"2.11.4";
NSString *const _HippySDKVersion = @"2.11.5";

static NSMutableArray<Class> *HippyModuleClasses;
NSArray<Class> *HippyGetModuleClasses(void) {
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.11.4"
"version": "2.11.5"
}
8 changes: 8 additions & 0 deletions packages/hippy-debug-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.5](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.11.4...2.11.5) (2021-12-15)

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





## [2.11.4](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.11.3...2.11.4) (2021-12-10)

**Note:** Version bump only for package @hippy/debug-server
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-debug-server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hippy-debug-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/debug-server",
"version": "2.11.4",
"version": "2.11.5",
"description": "Dev server for hippy-core.",
"repository": "https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server",
"homepage": "http://hippyjs.org",
Expand Down
11 changes: 11 additions & 0 deletions packages/hippy-react-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.5](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.11.4...2.11.5) (2021-12-15)


### Features

* **react,vue:** add caret color parser ([68ef4a5](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/commit/68ef4a526dd72fda2ce184848d12e37e06c862e3))





## [2.11.4](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.11.3...2.11.4) (2021-12-10)

**Note:** Version bump only for package @hippy/react-web
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-react-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hippy-react-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/react-web",
"version": "2.11.4",
"version": "2.11.5",
"description": "Web Adapter for Hippy React",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/hippy-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.5](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/compare/2.11.4...2.11.5) (2021-12-15)


### Features

* **hippy-react:** change event capture handle ([fb73c63](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/fb73c639824be97625ae45fcb67a9671f1570ad1))
* **hippy-react:** compatible for react18 ([1b300ea](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/1b300ea9b35d11c9493709fa2d0cb46d331f0b71))
* **react,vue:** add caret color parser ([68ef4a5](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/68ef4a526dd72fda2ce184848d12e37e06c862e3))





## [2.11.4](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/compare/2.11.3...2.11.4) (2021-12-10)

**Note:** Version bump only for package @hippy/react
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hippy-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/react",
"version": "2.11.4",
"version": "2.11.5",
"description": "Hippy react framework",
"main": "dist/index.js",
"homepage": "http://hippyjs.org",
Expand Down
11 changes: 11 additions & 0 deletions packages/hippy-vue-css-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.5](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/compare/2.11.4...2.11.5) (2021-12-15)


### Features

* **react,vue:** add caret color parser ([68ef4a5](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/commit/68ef4a526dd72fda2ce184848d12e37e06c862e3))





## [2.11.4](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/compare/2.11.3...2.11.4) (2021-12-10)

**Note:** Version bump only for package @hippy/vue-css-loader
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-vue-css-loader/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hippy-vue-css-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-css-loader",
"version": "2.11.4",
"version": "2.11.5",
"description": "hippy-vue style loader module for webpack",
"main": "dist/index.js",
"homepage": "http://hippyjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/hippy-vue-native-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.5](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/compare/2.11.4...2.11.5) (2021-12-15)

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





## [2.11.4](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/compare/2.11.3...2.11.4) (2021-12-10)

**Note:** Version bump only for package @hippy/vue-native-components
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-vue-native-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-native-components",
"version": "2.11.4",
"version": "2.11.5",
"description": "Native components middleware for Hippy-Vue, the components only for native, can't compatible with web.",
"main": "dist/index.js",
"homepage": "http://hippyjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/hippy-vue-router/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.5](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.11.4...2.11.5) (2021-12-15)

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





## [2.11.4](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.11.3...2.11.4) (2021-12-10)

**Note:** Version bump only for package @hippy/vue-router
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-vue-router/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hippy-vue-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-router",
"version": "2.11.4",
"version": "2.11.5",
"description": "Official router for hippy-vue",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/hippy-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.11.5](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/compare/2.11.4...2.11.5) (2021-12-15)

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





## [2.11.4](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/compare/2.11.3...2.11.4) (2021-12-10)

**Note:** Version bump only for package @hippy/vue
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hippy-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue",
"version": "2.11.4",
"version": "2.11.5",
"description": "Vue binding for Hippy native framework",
"author": "XQ Kuang <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 60e128a

Please sign in to comment.