Skip to content

Commit

Permalink
chore(release): released 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zoomchan-cxj committed Oct 29, 2020
1 parent 84bd58b commit 8af2e09
Show file tree
Hide file tree
Showing 33 changed files with 469 additions and 65 deletions.
222 changes: 222 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions PUBLISH.zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,4 @@ git push --tags # 提交 tag
```

* Android 发布到 [bintray](https://bintray.com/beta/#/hippy/Hippy/hippy-release?tab=overview)

在 Android Studio 中打开 `examples/android-demo` 项目,并且在旁边的 Gradle 面板中运行 `android-demo` > `android-sdk` > `publishing` > `:android-sdk:bintrayUpload`
在 Android Studio 中打开 `examples/android-demo` 项目,在`local.properties`添加`bintrayUser=[user]``bintrayKey=[key]`,其中`[user]``[key]` 分别对应用户在bintray的 `账号名``API key` ,添加完后字旁边的 Gradle 面板中运行 `android-demo` > `android-sdk` > `publishing` > `:android-sdk:bintrayUpload` .
2 changes: 1 addition & 1 deletion android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ publish {
repoName = 'Hippy'
groupId = 'com.tencent.hippy'
artifactId = 'hippy-release'
publishVersion = '2.0.3'
publishVersion = '2.1.0'
dryRun = false
desc = 'Hippy library for Android'
website = 'https://github.com/Tencent/Hippy'
Expand Down
Binary file modified android/sdk/libs/x86_64/libhippybridge.so
100644 → 100755
Binary file not shown.
2 changes: 1 addition & 1 deletion core/napi/jsc/native-source-code-ios.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* js2cpp is maintenance by Hippy Team <[email protected]>
* Copyright © 2018-2020 Tencent. All rights reserved.
*
* Generated at Fri Aug 28 2020 16:05:14 GMT+0800 (China Standard Time).
* Generated at Thu Oct 29 2020 22:43:31 GMT+0800 (China Standard Time).
* DO NOT EDIT IT.
*/
#include "core/napi/native-source-code.h"
Expand Down
50 changes: 24 additions & 26 deletions core/napi/v8/native-source-code-android.cc

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/android-demo/example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ android {
defaultConfig {
applicationId "com.tencent.mtt.hippy.example"
minSdkVersion 14
// noinspection ExpiredTargetSdkVersion
targetSdkVersion 21
versionCode 1
versionName "1.0"
Expand Down
6 changes: 3 additions & 3 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.

6 changes: 3 additions & 3 deletions examples/ios-demo/res/index.ios.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 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.0.3'
s.version = '2.1.0'
s.summary = 'hippy lib 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 @@ -40,7 +40,7 @@
NSString *const HippyJavaScriptDidFailToLoadNotification = @"HippyJavaScriptDidFailToLoadNotification";
NSString *const HippyDidInitializeModuleNotification = @"HippyDidInitializeModuleNotification";
NSString *const HippyBusinessDidLoadNotification = @"HippyBusinessDidLoadNotification";
NSString *const _HippySDKVersion = @"2.0.3";
NSString *const _HippySDKVersion = @"2.1.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,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "2.0.3"
"version": "2.1.0"
}
16 changes: 16 additions & 0 deletions packages/hippy-debug-server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.0.3...2.1.0) (2020-10-29)

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





# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.0.3...2.1.0) (2020-10-29)

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





## [2.0.3](https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server/compare/2.0.2...2.0.3) (2020-04-23)

**Note:** Version bump only for package @hippy/debug-server
Expand Down
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.0.3",
"version": "2.1.0",
"description": "Dev server for hippy-core.",
"repository": "https://github.com/Tencent/Hippy/tree/master/packages/hippy-debug-server",
"homepage": "http://hippyjs.org",
Expand Down
16 changes: 16 additions & 0 deletions packages/hippy-react-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.0.3...2.1.0) (2020-10-29)

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





# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.0.3...2.1.0) (2020-10-29)

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





## [2.0.3](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.0.2...2.0.3) (2020-04-23)


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.0.3",
"version": "2.1.0",
"description": "Web Adapter for Hippy React",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
40 changes: 40 additions & 0 deletions packages/hippy-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,46 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/compare/2.0.3...2.1.0) (2020-10-29)


### Bug Fixes

* **hippy-react:** fix hippy-react animationSet destroy problem ([#382](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/issues/382)) ([3c66ca6](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/3c66ca676d8f4fa3bc852492d24e533c617b252d))
* **hippy-react:** removed unncessary Object.values() ([8a68d44](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/8a68d44d7c7bd439b2be0badc542e9224685c76f))
* **hippy-react:** restore the ListView type props be number ([#367](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/issues/367)) ([231ec5a](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/231ec5a37b41eb778b649e079ec5d6bbe712fb8f)), closes [/github.com/Tencent/Hippy/commit/9de74e331b797c2137b1d0e3d08cd0dde0ee821a#diff-ccaf44058906717491bd079958ea5684a93acaa5d726e22cb34c0a6c82c79](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/issues/diff-ccaf44058906717491bd079958ea5684a93acaa5d726e22cb34c0a6c82c79)
* **hippy-vue:** fix hippy-vue transform multi-animation not working ([84bd58b](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/84bd58be840ea3f5ddd9d387e92b5a084387e9d1))


### Features

* **hippy-react:** add new method measureInAppWindow ([e25bb67](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/e25bb676942b89fbb57601d7c4ac2c9ce8ec175f))
* **hippy-react:** added PullHeader and PullFooter components support ([2fcdee9](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/2fcdee9b3ef290f40a25321c978a0c232299b06a))





# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/compare/2.0.3...2.1.0) (2020-10-29)


### Bug Fixes

* **hippy-react:** fix hippy-react animationSet destroy problem ([#382](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/issues/382)) ([3c66ca6](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/3c66ca676d8f4fa3bc852492d24e533c617b252d))
* **hippy-react:** removed unncessary Object.values() ([8a68d44](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/8a68d44d7c7bd439b2be0badc542e9224685c76f))
* **hippy-react:** restore the ListView type props be number ([#367](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/issues/367)) ([231ec5a](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/231ec5a37b41eb778b649e079ec5d6bbe712fb8f)), closes [/github.com/Tencent/Hippy/commit/9de74e331b797c2137b1d0e3d08cd0dde0ee821a#diff-ccaf44058906717491bd079958ea5684a93acaa5d726e22cb34c0a6c82c79](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/issues/diff-ccaf44058906717491bd079958ea5684a93acaa5d726e22cb34c0a6c82c79)
* **hippy-vue:** fix hippy-vue transform multi-animation not working ([84bd58b](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/84bd58be840ea3f5ddd9d387e92b5a084387e9d1))


### Features

* **hippy-react:** add new method measureInAppWindow ([e25bb67](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/e25bb676942b89fbb57601d7c4ac2c9ce8ec175f))
* **hippy-react:** added PullHeader and PullFooter components support ([2fcdee9](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/commit/2fcdee9b3ef290f40a25321c978a0c232299b06a))





## [2.0.3](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/compare/2.0.2...2.0.3) (2020-04-23)


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.0.3",
"version": "2.1.0",
"description": "Hippy react framework",
"main": "dist/index.js",
"homepage": "http://hippyjs.org",
Expand Down
22 changes: 22 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,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/compare/2.0.3...2.1.0) (2020-10-29)


### Features

* **hippy-vue:** box-shadow style support ([0604461](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/commit/06044610f85f891d52d28439b3a48554c8db6487))





# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/compare/2.0.3...2.1.0) (2020-10-29)


### Features

* **hippy-vue:** box-shadow style support ([0604461](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/commit/06044610f85f891d52d28439b3a48554c8db6487))





## [2.0.3](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/compare/2.0.2...2.0.3) (2020-04-23)

**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.0.3",
"version": "2.1.0",
"description": "hippy-vue style loader module for webpack",
"main": "dist/index.js",
"homepage": "http://hippyjs.org",
Expand Down
34 changes: 34 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,40 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/compare/2.0.3...2.1.0) (2020-10-29)


### Bug Fixes

* **hippy-vue:** fix hippy-vue transform multi-animation not working ([84bd58b](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/commit/84bd58be840ea3f5ddd9d387e92b5a084387e9d1))
* **swiper:** fixed props passing ([3081d69](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/commit/3081d6999fe7ce7556798d41caaa5bdee5907fb3))


### Features

* **hippy-vue:** added pull-header and pull-footer components support ([3fbc862](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/commit/3fbc86230eef085fe1e33efc53c8507bf3598233))





# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/compare/2.0.3...2.1.0) (2020-10-29)


### Bug Fixes

* **hippy-vue:** fix hippy-vue transform multi-animation not working ([84bd58b](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/commit/84bd58be840ea3f5ddd9d387e92b5a084387e9d1))
* **swiper:** fixed props passing ([3081d69](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/commit/3081d6999fe7ce7556798d41caaa5bdee5907fb3))


### Features

* **hippy-vue:** added pull-header and pull-footer components support ([3fbc862](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/commit/3fbc86230eef085fe1e33efc53c8507bf3598233))





## [2.0.3](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-native-components/compare/2.0.2...2.0.3) (2020-04-23)

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

# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.0.3...2.1.0) (2020-10-29)

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





# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.0.3...2.1.0) (2020-10-29)

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





## [2.0.3](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-router/compare/2.0.2...2.0.3) (2020-04-23)

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

# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/compare/2.0.3...2.1.0) (2020-10-29)


### Bug Fixes

* **hippy-vue:** fix hippy-vue transform multi-animation not working ([84bd58b](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/commit/84bd58be840ea3f5ddd9d387e92b5a084387e9d1))
* **vue:** fixed remove style issue ([#329](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/issues/329)) ([33f2f7d](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/commit/33f2f7d3a1518e70471a060b930b3372d6b49c99))


### Features

* **hippy-vue:** add new method measureInAppWindow ([e6348a2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/commit/e6348a2fa31ea61fcfda66151c15830871f47ab6))
* **hippy-vue:** added the callback execution before $mount in $start ([1a1cc3f](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/commit/1a1cc3fb5ee92a3dd704765bc628530f9f146c8b))
* **hippy-vue:** box-shadow style support ([0604461](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/commit/06044610f85f891d52d28439b3a48554c8db6487))
* **hippy-vue:** export parseColor api for HippyVue ([a354c94](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/commit/a354c94ede4542bb9111c030e088a70f617ca0c7))





# [2.1.0](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/compare/2.0.3...2.1.0) (2020-10-29)


### Bug Fixes

* **hippy-vue:** fix hippy-vue transform multi-animation not working ([84bd58b](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/commit/84bd58be840ea3f5ddd9d387e92b5a084387e9d1))
* **vue:** fixed remove style issue ([#329](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/issues/329)) ([33f2f7d](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/commit/33f2f7d3a1518e70471a060b930b3372d6b49c99))


### Features

* **hippy-vue:** add new method measureInAppWindow ([e6348a2](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/commit/e6348a2fa31ea61fcfda66151c15830871f47ab6))
* **hippy-vue:** added the callback execution before $mount in $start ([1a1cc3f](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/commit/1a1cc3fb5ee92a3dd704765bc628530f9f146c8b))
* **hippy-vue:** box-shadow style support ([0604461](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/commit/06044610f85f891d52d28439b3a48554c8db6487))
* **hippy-vue:** export parseColor api for HippyVue ([a354c94](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/commit/a354c94ede4542bb9111c030e088a70f617ca0c7))





## [2.0.3](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue/compare/2.0.2...2.0.3) (2020-04-23)


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.0.3",
"version": "2.1.0",
"description": "Vue binding for Hippy native framework",
"author": "XQ Kuang <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit 8af2e09

Please sign in to comment.