Skip to content

Commit

Permalink
chore(release): released 2.16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed May 25, 2023
1 parent 36ea10d commit ca52466
Show file tree
Hide file tree
Showing 37 changed files with 185 additions and 1,299 deletions.
40 changes: 40 additions & 0 deletions 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.16.4](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.4) (2023-05-25)


### Bug Fixes

* **android:** color value in animation lose precision ([afff2a3](https://github.com/Tencent/Hippy/commit/afff2a339fda73f0dee60839215ff73aaccb35c0))
* **Android:** Demo uses NoSnapshot by default ([1afa9d0](https://github.com/Tencent/Hippy/commit/1afa9d0fe608a2958800ac4f966067b551afe820))
* **android:** memory leak of `RecyclerViewEventHelper` ([144524f](https://github.com/Tencent/Hippy/commit/144524f103ae4d8f1225924875395d55fa1db8a6))
* **android:** reset backgroundImage doesn't work ([71b3569](https://github.com/Tencent/Hippy/commit/71b35693fb724009849914db4856622a659b82a0))
* **android:** text default color ([40f3ff4](https://github.com/Tencent/Hippy/commit/40f3ff4d560a2eafe6f46b62c509bb6c2b88c48a))
* **android:** waterfall scrolling error with small content height ([36ea10d](https://github.com/Tencent/Hippy/commit/36ea10d89c1a5a4ddbb81161e109d9c872959546))
* **core:** fix multithreading bug ([be8b6f9](https://github.com/Tencent/Hippy/commit/be8b6f92b5838e00d0b332d92f2341e65a465beb))
* **core:** fix promise crash ([a4a000f](https://github.com/Tencent/Hippy/commit/a4a000f7294a3ecaa9e67d4cf42f8e0e29229441))
* **core:** fix snapshot bug when using dynamicLoad ([7e907cd](https://github.com/Tencent/Hippy/commit/7e907cd9c081d566de5795ce9c4c5c52c04aaecb))
* **ios:** animation module multi-thread crash ([cb50109](https://github.com/Tencent/Hippy/commit/cb501097731d32caee47882a0511a3b5b9c26ffe))
* **ios:** fix rounding error using double instead of float ([20ee3b8](https://github.com/Tencent/Hippy/commit/20ee3b847590a8e7a848e3ae3ca142718d1d7bec))
* **ios:** strange shaped character rendering bug ([cc966f7](https://github.com/Tencent/Hippy/commit/cc966f781d11800eabbf2c5ec6deb0690704db26))
* **vue:** remove redundant props & perf cache logic ([d635977](https://github.com/Tencent/Hippy/commit/d635977224f9e4e0f68f07fc2b70a0f429dfe660))
* **vue:** support static style diff in updateNode ([1f4abfd](https://github.com/Tencent/Hippy/commit/1f4abfd6ad2f6c71e16bc2a8237c10b0a85f0ab2))


### Features

* **core:** add readme for snapshot ([f8910b3](https://github.com/Tencent/Hippy/commit/f8910b3cb2685b65e59508de0bde20cda13e1af5))
* **ios, js:** remove clipboard module ([fb29d4b](https://github.com/Tencent/Hippy/commit/fb29d4b2709aa32175454d7b5e3d54cead733605))
* **ios:** add inspectable for jscontext ([e651e1b](https://github.com/Tencent/Hippy/commit/e651e1b3e08414e84b1cf8d71888c98c21bdbd26))
* **ios:** support skipping inner decoding when use custom image loader ([7770385](https://github.com/Tencent/Hippy/commit/77703858fad7e9d74bde6b44dd8011e812f0ab9a))
* **ios:** support skipping inner decoding when use custom image loader ([1ca0777](https://github.com/Tencent/Hippy/commit/1ca0777bd7b6d345c4ff791b4b9a3bb9b6ce67e7))
* **java:** add default method for moduleListener interface ([37ea414](https://github.com/Tencent/Hippy/commit/37ea414aa70a78d8ee24d60ca1f4977b3319f23c))
* **react,vue:** show nodeId in debug mode ([68f9c02](https://github.com/Tencent/Hippy/commit/68f9c02829b26df7fbef545bfe2a3dad3a817e3b))


### Reverts

* Revert "refactor(ios): refactor reusable mechanism for list and waterfall" ([af6938b](https://github.com/Tencent/Hippy/commit/af6938b37d822d3b93555655d2d36a605bb6c0ec))





## [2.16.3](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.3) (2023-04-24)


Expand Down
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.16.3
VERSION_NAME=2.16.4

#
# Whether to skip build C/C++ code
Expand Down
1,259 changes: 3 additions & 1,256 deletions examples/android-demo/res/index.android.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 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.

12 changes: 6 additions & 6 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.16.3'
s.version = '2.16.4'
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.16.3";
NSString *const _HippySDKVersion = @"2.16.4";

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.16.3",
"version": "2.16.4",
"tagVersionPrefix": ""
}
8 changes: 8 additions & 0 deletions packages/hippy-react-web/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.4](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.4) (2023-05-25)

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





## [2.16.3](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.3) (2023-04-24)

**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.16.3",
"version": "2.16.4",
"description": "Web Adapter for Hippy React",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/hippy-react/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.4](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.4) (2023-05-25)


### Features

* **react,vue:** show nodeId in debug mode ([68f9c02](https://github.com/Tencent/Hippy/commit/68f9c02829b26df7fbef545bfe2a3dad3a817e3b))





## [2.16.3](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.3) (2023-04-24)

**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.16.3",
"version": "2.16.4",
"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.4](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.4) (2023-05-25)

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





## [2.16.3](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.3) (2023-04-24)

**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.16.3",
"version": "2.16.4",
"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.4](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.4) (2023-05-25)

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





## [2.16.3](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.3) (2023-04-24)

**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.16.3",
"version": "2.16.4",
"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.4](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.4) (2023-05-25)

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





## [2.16.3](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.3) (2023-04-24)

**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.16.3",
"version": "2.16.4",
"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
8 changes: 8 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,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.16.4](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.4) (2023-05-25)

**Note:** Version bump only for package @hippy/hippy-vue-next-style-parser





## [2.16.3](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.3) (2023-04-24)

**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.16.3",
"version": "2.16.4",
"description": "A css subset parser for hippy-vue-next",
"author": "OpenHippy Team",
"homepage": "https://hippyjs.org",
Expand Down
16 changes: 16 additions & 0 deletions packages/hippy-vue-next/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.16.4](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.4) (2023-05-25)


### Bug Fixes

* **vue:** remove redundant props & perf cache logic ([d635977](https://github.com/Tencent/Hippy/commit/d635977224f9e4e0f68f07fc2b70a0f429dfe660))


### Features

* **react,vue:** show nodeId in debug mode ([68f9c02](https://github.com/Tencent/Hippy/commit/68f9c02829b26df7fbef545bfe2a3dad3a817e3b))





## [2.16.3](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.3) (2023-04-24)

**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.16.3",
"version": "2.16.4",
"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.4](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.4) (2023-05-25)

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





## [2.16.3](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.3) (2023-04-24)

**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.16.3",
"version": "2.16.4",
"description": "Official router for hippy-vue",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/hippy-vue/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.16.4](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.4) (2023-05-25)


### Bug Fixes

* **vue:** support static style diff in updateNode ([1f4abfd](https://github.com/Tencent/Hippy/commit/1f4abfd6ad2f6c71e16bc2a8237c10b0a85f0ab2))


### Features

* **react,vue:** show nodeId in debug mode ([68f9c02](https://github.com/Tencent/Hippy/commit/68f9c02829b26df7fbef545bfe2a3dad3a817e3b))





## [2.16.3](https://github.com/Tencent/Hippy/compare/2.16.2...2.16.3) (2023-04-24)


Expand Down

0 comments on commit ca52466

Please sign in to comment.