Skip to content

Commit 371b38b

Browse files
committed
chore(release): released 3.3.1
1 parent 35c8d23 commit 371b38b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+308
-129
lines changed

driver/js/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **devtools:** fix vue3 devtools element ([33b3826](https://github.com/Tencent/Hippy/commit/33b3826ff9b9ad55284717b38c24347af264fc72))
12+
* **ios, android:** performance records inaccurate issues ([1083ed3](https://github.com/Tencent/Hippy/commit/1083ed3721651cc405bbce8d4b1923b1fc4e4631))
13+
* **ios:** add exception handle process for jsc ([#3976](https://github.com/Tencent/Hippy/issues/3976)) ([3fc7225](https://github.com/Tencent/Hippy/commit/3fc7225b46d86648eb1f9d244c2ed1eaa7996cb0))
14+
* **ios:** eliminate all warnings and open treat_warning_as_error ([1d9ed5a](https://github.com/Tencent/Hippy/commit/1d9ed5a93bf7c6636953c32db732eec62499d556))
15+
* **ios:** header and footer refresh bugs ([#3940](https://github.com/Tencent/Hippy/issues/3940)) ([c151da3](https://github.com/Tencent/Hippy/commit/c151da31be6cf2fa71228976ab4b60604f1497d4))
16+
* **ios:** iOS18 adaptation of TextView component ([773a21f](https://github.com/Tencent/Hippy/commit/773a21f8898bc35f010be5973b06a19faa3c17d9))
17+
* **ios:** responsable region issue of Textinput ([#3932](https://github.com/Tencent/Hippy/issues/3932)) ([7a2ce1d](https://github.com/Tencent/Hippy/commit/7a2ce1dc70902104620dd9f834bf8d4ddfc91e1d))
18+
* **vue-next:** fix beforeLoadStyle not work ([35c8d23](https://github.com/Tencent/Hippy/commit/35c8d23513e32293389d8435112fecfb16d150a0))
19+
20+
21+
### Features
22+
23+
* **ios,android:** add request duration in fetch response header ([c5a676c](https://github.com/Tencent/Hippy/commit/c5a676ce4f348af048df8f070153cdce511cadfb))
24+
* **ios:** add app bundle and container path support for hpfile url ([64f94ae](https://github.com/Tencent/Hippy/commit/64f94ae2844ae7ce83491bb1a565efa26eae7675))
25+
* **ios:** add paragraph styles support for TextInput ([5aa12d9](https://github.com/Tencent/Hippy/commit/5aa12d9d985b54215980d6dbdfd619add7a128d9))
26+
* **react:** add font style inherit ([f717db5](https://github.com/Tencent/Hippy/commit/f717db5428f3b22f8510d7b740f542585c267820))
27+
* **vue-next:** fix onInterceptTouchEvent not work ([#3995](https://github.com/Tencent/Hippy/issues/3995)) ([fa6dead](https://github.com/Tencent/Hippy/commit/fa6deadaac28fd25281412ca27f74d88571588e2))
28+
* **vue:** fix default native style is empty ([8d51296](https://github.com/Tencent/Hippy/commit/8d51296ec95a28c5af71eacb1f4566919becc1ff))
29+
30+
31+
32+
33+
634
# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)
735

836

driver/js/lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages/*"
55
],
66
"tagVersionPrefix": "",
7-
"version": "3.3.0"
7+
"version": "3.3.1"
88
}

driver/js/packages/hippy-react-web/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)
7+
8+
**Note:** Version bump only for package @hippy/react-web
9+
10+
11+
12+
13+
614
# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)
715

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

driver/js/packages/hippy-react-web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

driver/js/packages/hippy-react-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hippy/react-web",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Web Adapter for Hippy React",
55
"main": "dist/cjs/index.js",
66
"module": "dist/index.js",

driver/js/packages/hippy-react/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)
7+
8+
9+
### Features
10+
11+
* **react:** add font style inherit ([f717db5](https://github.com/Tencent/Hippy/commit/f717db5428f3b22f8510d7b740f542585c267820))
12+
13+
14+
15+
16+
617
# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)
718

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

driver/js/packages/hippy-react/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

driver/js/packages/hippy-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hippy/react",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Hippy react framework",
55
"main": "dist/index.js",
66
"homepage": "https://hippyjs.org",

driver/js/packages/hippy-vue-css-loader/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.1](https://github.com/Tencent/Hippy/compare/3.3.0...3.3.1) (2024-08-26)
7+
8+
**Note:** Version bump only for package @hippy/vue-css-loader
9+
10+
11+
12+
13+
614
# [3.3.0](https://github.com/Tencent/Hippy/compare/3.2.0...3.3.0) (2024-06-20)
715

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

driver/js/packages/hippy-vue-css-loader/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)