Skip to content

Commit

Permalink
chore(release): released 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Aug 26, 2024
1 parent 35c8d23 commit 371b38b
Show file tree
Hide file tree
Showing 53 changed files with 308 additions and 129 deletions.
28 changes: 28 additions & 0 deletions driver/js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)


### Bug Fixes

* **devtools:** fix vue3 devtools element ([33b3826](https://github.com/Tencent/Hippy/commit/33b3826ff9b9ad55284717b38c24347af264fc72))
* **ios, android:** performance records inaccurate issues ([1083ed3](https://github.com/Tencent/Hippy/commit/1083ed3721651cc405bbce8d4b1923b1fc4e4631))
* **ios:** add exception handle process for jsc ([#3976](https://github.com/Tencent/Hippy/issues/3976)) ([3fc7225](https://github.com/Tencent/Hippy/commit/3fc7225b46d86648eb1f9d244c2ed1eaa7996cb0))
* **ios:** eliminate all warnings and open treat_warning_as_error ([1d9ed5a](https://github.com/Tencent/Hippy/commit/1d9ed5a93bf7c6636953c32db732eec62499d556))
* **ios:** header and footer refresh bugs ([#3940](https://github.com/Tencent/Hippy/issues/3940)) ([c151da3](https://github.com/Tencent/Hippy/commit/c151da31be6cf2fa71228976ab4b60604f1497d4))
* **ios:** iOS18 adaptation of TextView component ([773a21f](https://github.com/Tencent/Hippy/commit/773a21f8898bc35f010be5973b06a19faa3c17d9))
* **ios:** responsable region issue of Textinput ([#3932](https://github.com/Tencent/Hippy/issues/3932)) ([7a2ce1d](https://github.com/Tencent/Hippy/commit/7a2ce1dc70902104620dd9f834bf8d4ddfc91e1d))
* **vue-next:** fix beforeLoadStyle not work ([35c8d23](https://github.com/Tencent/Hippy/commit/35c8d23513e32293389d8435112fecfb16d150a0))


### Features

* **ios,android:** add request duration in fetch response header ([c5a676c](https://github.com/Tencent/Hippy/commit/c5a676ce4f348af048df8f070153cdce511cadfb))
* **ios:** add app bundle and container path support for hpfile url ([64f94ae](https://github.com/Tencent/Hippy/commit/64f94ae2844ae7ce83491bb1a565efa26eae7675))
* **ios:** add paragraph styles support for TextInput ([5aa12d9](https://github.com/Tencent/Hippy/commit/5aa12d9d985b54215980d6dbdfd619add7a128d9))
* **react:** add font style inherit ([f717db5](https://github.com/Tencent/Hippy/commit/f717db5428f3b22f8510d7b740f542585c267820))
* **vue-next:** fix onInterceptTouchEvent not work ([#3995](https://github.com/Tencent/Hippy/issues/3995)) ([fa6dead](https://github.com/Tencent/Hippy/commit/fa6deadaac28fd25281412ca27f74d88571588e2))
* **vue:** fix default native style is empty ([8d51296](https://github.com/Tencent/Hippy/commit/8d51296ec95a28c5af71eacb1f4566919becc1ff))





# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)


Expand Down
2 changes: 1 addition & 1 deletion driver/js/lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"tagVersionPrefix": "",
"version": "3.3.0"
"version": "3.3.1"
}
8 changes: 8 additions & 0 deletions driver/js/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.

## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)

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





# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)

**Note:** Version bump only for package @hippy/react-web
Expand Down
4 changes: 2 additions & 2 deletions driver/js/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 driver/js/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": "3.3.0",
"version": "3.3.1",
"description": "Web Adapter for Hippy React",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions driver/js/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.

## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)


### Features

* **react:** add font style inherit ([f717db5](https://github.com/Tencent/Hippy/commit/f717db5428f3b22f8510d7b740f542585c267820))





# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)

**Note:** Version bump only for package @hippy/react
Expand Down
4 changes: 2 additions & 2 deletions driver/js/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 driver/js/packages/hippy-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/react",
"version": "3.3.0",
"version": "3.3.1",
"description": "Hippy react framework",
"main": "dist/index.js",
"homepage": "https://hippyjs.org",
Expand Down
8 changes: 8 additions & 0 deletions driver/js/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.

## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)

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





# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)

**Note:** Version bump only for package @hippy/vue-css-loader
Expand Down
4 changes: 2 additions & 2 deletions driver/js/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 driver/js/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": "3.3.0",
"version": "3.3.1",
"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 driver/js/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.

## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)

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





# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)

**Note:** Version bump only for package @hippy/vue-loader
Expand Down
2 changes: 1 addition & 1 deletion driver/js/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": "3.3.0",
"version": "3.3.1",
"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 driver/js/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.

## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)

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





# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)

**Note:** Version bump only for package @hippy/vue-native-components
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-native-components",
"version": "3.3.0",
"version": "3.3.1",
"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 driver/js/packages/hippy-vue-next-compiler-ssr/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.

## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)

**Note:** Version bump only for package @hippy/vue-next-compiler-ssr





# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)


Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-next-compiler-ssr",
"version": "3.3.0",
"version": "3.3.1",
"description": "Vue-Next server render compiler for Hippy native framework",
"author": "OpenHippy Team",
"homepage": "https://hippyjs.org",
Expand Down
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.

## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)

**Note:** Version bump only for package @hippy/vue-next-server-renderer





# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)


Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/vue-next-server-renderer",
"version": "3.3.0",
"version": "3.3.1",
"description": "Vue-Next server renderer for Hippy native framework",
"author": "OpenHippy Team",
"homepage": "https://hippyjs.org",
Expand Down
11 changes: 11 additions & 0 deletions driver/js/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.

## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)


### Bug Fixes

* **vue-next:** fix beforeLoadStyle not work ([35c8d23](https://github.com/Tencent/Hippy/commit/35c8d23513e32293389d8435112fecfb16d150a0))





# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)


Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hippy/hippy-vue-next-style-parser",
"version": "3.3.0",
"version": "3.3.1",
"description": "A css subset parser for hippy-vue-next",
"author": "OpenHippy Team",
"homepage": "https://hippyjs.org",
Expand Down
16 changes: 16 additions & 0 deletions driver/js/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.

## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)


### Bug Fixes

* **devtools:** fix vue3 devtools element ([33b3826](https://github.com/Tencent/Hippy/commit/33b3826ff9b9ad55284717b38c24347af264fc72))


### Features

* **vue-next:** fix onInterceptTouchEvent not work ([#3995](https://github.com/Tencent/Hippy/issues/3995)) ([fa6dead](https://github.com/Tencent/Hippy/commit/fa6deadaac28fd25281412ca27f74d88571588e2))





# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)


Expand Down
4 changes: 2 additions & 2 deletions driver/js/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 driver/js/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": "3.3.0",
"version": "3.3.1",
"description": "Vue-Next binding for Hippy native framework",
"author": "OpenHippy Team",
"homepage": "https://hippyjs.org",
Expand Down
8 changes: 8 additions & 0 deletions driver/js/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.

## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)

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





# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)

**Note:** Version bump only for package @hippy/vue-router
Expand Down
4 changes: 2 additions & 2 deletions driver/js/packages/hippy-vue-router/package-lock.json

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

Loading

0 comments on commit 371b38b

Please sign in to comment.