Skip to content

Commit

Permalink
chore(release): released 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchan-cxj committed Mar 21, 2023
1 parent a5dd1b6 commit 11340f1
Show file tree
Hide file tree
Showing 37 changed files with 299 additions and 49 deletions.
127 changes: 127 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion android/sdk/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ NDK_VERSION=25.0.8775105
#
# Specifies SDK version
#
VERSION_NAME=2.15.5
VERSION_NAME=2.16.0

#
# Whether to skip build C/C++ code
Expand Down
2 changes: 1 addition & 1 deletion 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.

4 changes: 2 additions & 2 deletions examples/ios-demo/res/index.ios.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 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 @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'hippy'
s.version = '2.15.5'
s.version = '2.16.0'
s.summary = 'Hippy Cross Platform Framework'
s.description = <<-DESC
Hippy is designed for developers to easily build cross-platform and high-performance awesome apps.
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.15.5";
NSString *const _HippySDKVersion = @"2.16.0";

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,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "2.15.5",
"version": "2.16.0",
"tagVersionPrefix": ""
}
12 changes: 12 additions & 0 deletions packages/hippy-react-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.16.0](https://github.com/Tencent/Hippy/compare/2.15.5...2.16.0) (2023-03-21)


### Features

* **hippy-react-web:** add cjs formatted output ([f32fbb0](https://github.com/Tencent/Hippy/commit/f32fbb075785d7ce9e2ab0c6bc7f3e02c8d9e6ee))
* **webrenderer:** merge webrenderer repo to hippy repo ([#2609](https://github.com/Tencent/Hippy/issues/2609)) ([c1e30f3](https://github.com/Tencent/Hippy/commit/c1e30f3f75b123b64022f1e4364e45fed56d5d18)), closes [#2651](https://github.com/Tencent/Hippy/issues/2651) [#4](https://github.com/Tencent/Hippy/issues/4)





## [2.15.5](https://github.com/Tencent/Hippy/compare/2.15.4...2.15.5) (2022-12-07)

**Note:** Version bump only for package @hippy/react-web
Expand Down
4 changes: 2 additions & 2 deletions 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.15.5",
"version": "2.16.0",
"description": "Web Adapter for Hippy React",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/hippy-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.16.0](https://github.com/Tencent/Hippy/compare/2.15.5...2.16.0) (2023-03-21)


### Features

* **andr:** add prod remotedebug, local bundle instead of remote server([#2849](https://github.com/Tencent/Hippy/issues/2849)) ([70fbde4](https://github.com/Tencent/Hippy/commit/70fbde4d5a249f5bda872b6bd69ff4e6a2ad5a1b))
* **react:** support fontWeight in number ([aaa5d4c](https://github.com/Tencent/Hippy/commit/aaa5d4c62efc2f1817b302914b41516513850050))





## [2.15.5](https://github.com/Tencent/Hippy/compare/2.15.4...2.15.5) (2022-12-07)

**Note:** Version bump only for package @hippy/react
Expand Down
4 changes: 2 additions & 2 deletions 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.15.5",
"version": "2.16.0",
"description": "Hippy react framework",
"main": "dist/index.js",
"homepage": "https://hippyjs.org",
Expand Down
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.16.0](https://github.com/Tencent/Hippy/compare/2.15.5...2.16.0) (2023-03-21)

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





## [2.15.5](https://github.com/Tencent/Hippy/compare/2.15.4...2.15.5) (2022-12-07)

**Note:** Version bump only for package @hippy/vue-css-loader
Expand Down
4 changes: 2 additions & 2 deletions 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.15.5",
"version": "2.16.0",
"description": "hippy-vue style loader module for webpack",
"main": "dist/css-loader.js",
"homepage": "https://hippyjs.org",
Expand Down
8 changes: 8 additions & 0 deletions packages/hippy-vue-loader/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.16.0](https://github.com/Tencent/Hippy/compare/2.15.5...2.16.0) (2023-03-21)

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





## [2.15.5](https://github.com/Tencent/Hippy/compare/2.15.4...2.15.5) (2022-12-07)

**Note:** Version bump only for package @hippy/vue-loader
Expand Down
2 changes: 1 addition & 1 deletion packages/hippy-vue-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-loader",
"version": "2.15.5",
"version": "2.16.0",
"description": "Vue single-file component loader for Webpack",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
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.16.0](https://github.com/Tencent/Hippy/compare/2.15.5...2.16.0) (2023-03-21)

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





## [2.15.5](https://github.com/Tencent/Hippy/compare/2.15.4...2.15.5) (2022-12-07)

**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.15.5",
"version": "2.16.0",
"description": "Native components middleware for Hippy-Vue, the components only for native, can't compatible with web.",
"main": "dist/index.js",
"homepage": "https://hippyjs.org",
Expand Down
11 changes: 11 additions & 0 deletions packages/hippy-vue-next-style-parser/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.16.0](https://github.com/Tencent/Hippy/compare/2.15.5...2.16.0) (2023-03-21)


### Features

* **webrenderer:** merge webrenderer repo to hippy repo ([#2609](https://github.com/Tencent/Hippy/issues/2609)) ([c1e30f3](https://github.com/Tencent/Hippy/commit/c1e30f3f75b123b64022f1e4364e45fed56d5d18)), closes [#2651](https://github.com/Tencent/Hippy/issues/2651) [#4](https://github.com/Tencent/Hippy/issues/4)





## [2.15.5](https://github.com/Tencent/Hippy/compare/2.15.4...2.15.5) (2022-12-07)

**Note:** Version bump only for package @hippy/hippy-vue-next-style-parser
Expand Down
4 changes: 2 additions & 2 deletions packages/hippy-vue-next-style-parser/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-next-style-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/hippy-vue-next-style-parser",
"version": "2.15.5",
"version": "2.16.0",
"description": "A css subset parser for hippy-vue-next",
"author": "OpenHippy Team",
"homepage": "https://hippyjs.org",
Expand Down
21 changes: 21 additions & 0 deletions packages/hippy-vue-next/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.16.0](https://github.com/Tencent/Hippy/compare/2.15.5...2.16.0) (2023-03-21)


### Bug Fixes

* **android:** return size after loading gif ([#3001](https://github.com/Tencent/Hippy/issues/3001)) ([28fdfa9](https://github.com/Tencent/Hippy/commit/28fdfa925fa0170d822416f2ac6f2e53ea4eb4d8))
* **vue3:** fix listViewItem disappear event not triggered ([c11ca94](https://github.com/Tencent/Hippy/commit/c11ca942b2938cacc859813ced244c2641450d80))
* **vue:** perf style diff ([9d3611b](https://github.com/Tencent/Hippy/commit/9d3611bfe166502aaa6d8562cf8901834ac2c615))


### Features

* **andr:** add prod remotedebug, local bundle instead of remote server([#2849](https://github.com/Tencent/Hippy/issues/2849)) ([70fbde4](https://github.com/Tencent/Hippy/commit/70fbde4d5a249f5bda872b6bd69ff4e6a2ad5a1b))
* **vue-next:** add beforeRenderToNative hook ([#2775](https://github.com/Tencent/Hippy/issues/2775)) ([3839135](https://github.com/Tencent/Hippy/commit/383913585da4e718cf1bbe341529076a4358fc0c))
* **vue:** add native event parameters ([d08affb](https://github.com/Tencent/Hippy/commit/d08affb8c3add1db81da3719a6859fbd604ae09b))
* **webrenderer:** merge webrenderer repo to hippy repo ([#2609](https://github.com/Tencent/Hippy/issues/2609)) ([c1e30f3](https://github.com/Tencent/Hippy/commit/c1e30f3f75b123b64022f1e4364e45fed56d5d18)), closes [#2651](https://github.com/Tencent/Hippy/issues/2651) [#4](https://github.com/Tencent/Hippy/issues/4)





## [2.15.5](https://github.com/Tencent/Hippy/compare/2.15.4...2.15.5) (2022-12-07)

**Note:** Version bump only for package @hippy/vue-next
Expand Down
4 changes: 2 additions & 2 deletions packages/hippy-vue-next/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-next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-next",
"version": "2.15.5",
"version": "2.16.0",
"description": "Vue-Next binding for Hippy native framework",
"author": "OpenHippy Team",
"homepage": "https://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.16.0](https://github.com/Tencent/Hippy/compare/2.15.5...2.16.0) (2023-03-21)

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





## [2.15.5](https://github.com/Tencent/Hippy/compare/2.15.4...2.15.5) (2022-12-07)

**Note:** Version bump only for package @hippy/vue-router
Expand Down
4 changes: 2 additions & 2 deletions 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.15.5",
"version": "2.16.0",
"description": "Official router for hippy-vue",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
20 changes: 20 additions & 0 deletions packages/hippy-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.16.0](https://github.com/Tencent/Hippy/compare/2.15.5...2.16.0) (2023-03-21)


### Bug Fixes

* **android:** return size after loading gif ([#3001](https://github.com/Tencent/Hippy/issues/3001)) ([28fdfa9](https://github.com/Tencent/Hippy/commit/28fdfa925fa0170d822416f2ac6f2e53ea4eb4d8))
* **vue3:** fix listViewItem disappear event not triggered ([c11ca94](https://github.com/Tencent/Hippy/commit/c11ca942b2938cacc859813ced244c2641450d80))
* **vue:** perf style diff ([9d3611b](https://github.com/Tencent/Hippy/commit/9d3611bfe166502aaa6d8562cf8901834ac2c615))


### Features

* **andr:** add prod remotedebug, local bundle instead of remote server([#2849](https://github.com/Tencent/Hippy/issues/2849)) ([70fbde4](https://github.com/Tencent/Hippy/commit/70fbde4d5a249f5bda872b6bd69ff4e6a2ad5a1b))
* **vue-next:** add beforeRenderToNative hook ([#2775](https://github.com/Tencent/Hippy/issues/2775)) ([3839135](https://github.com/Tencent/Hippy/commit/383913585da4e718cf1bbe341529076a4358fc0c))
* **vue:** add native event parameters ([d08affb](https://github.com/Tencent/Hippy/commit/d08affb8c3add1db81da3719a6859fbd604ae09b))





## [2.15.5](https://github.com/Tencent/Hippy/compare/2.15.4...2.15.5) (2022-12-07)

**Note:** Version bump only for package @hippy/vue
Expand Down
4 changes: 2 additions & 2 deletions 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.15.5",
"version": "2.16.0",
"description": "Vue binding for Hippy native framework",
"author": "OpenHippy Team",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit 11340f1

Please sign in to comment.