Skip to content

Commit a4a1c7a

Browse files
committed
chore(release): released 3.3.4
1 parent f83ce11 commit a4a1c7a

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

+223
-95
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.4](https://github.com/Tencent/Hippy/compare/3.3.3...3.3.4) (2025-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** fix DomNode cb_map erase bug ([d85f64c](https://github.com/Tencent/Hippy/commit/d85f64cef6b7a75dc778fecf2cb3e813d2ecda63))
12+
* **ios:** fix ios perf multithread crash ([fc868f6](https://github.com/Tencent/Hippy/commit/fc868f6fc7c73cee1d1eae3bc7d6a27407843cbe))
13+
* **ios:** 1px gap in gradient background under special circumstances ([#4246](https://github.com/Tencent/Hippy/issues/4246)) ([37bba9a](https://github.com/Tencent/Hippy/commit/37bba9a6fca76eda1c0f08935c178dbf65b198ee))
14+
* **ios:** add protection when setting unsupported prop for component ([#4237](https://github.com/Tencent/Hippy/issues/4237)) ([3679ae3](https://github.com/Tencent/Hippy/commit/3679ae3966fcd573e395676ee938cd009e0d1f7e))
15+
* **ios:** char_traits compile error for xcode 16.3 ([#4242](https://github.com/Tencent/Hippy/issues/4242)) ([9c16179](https://github.com/Tencent/Hippy/commit/9c16179de3ae2a29fdb6ea06c5bd37aafdf1413f))
16+
* **ios:** optimization of nested scroll in multi-layer nested scenarios ([#4248](https://github.com/Tencent/Hippy/issues/4248)) ([c5933f6](https://github.com/Tencent/Hippy/commit/c5933f6d7da0f22f465baa659edae58b2ecf8f58))
17+
* **ios:** optimize smoothness of nested scroll in special scenarios ([#4204](https://github.com/Tencent/Hippy/issues/4204)) ([038997b](https://github.com/Tencent/Hippy/commit/038997b8466bcdf8c74087ee9b1556de7c5f13fd))
18+
* **ios:** resolve gestures related bugs ([3867e56](https://github.com/Tencent/Hippy/commit/3867e56f4a6f6655ab149ee1d009ece1b5f65190))
19+
* **ios:** resolve occasional index OOB when no items in ViewPager ([#4208](https://github.com/Tencent/Hippy/issues/4208)) ([282b7c6](https://github.com/Tencent/Hippy/commit/282b7c6e026f4cafc32934d197d15aa99be75cd5))
20+
* **ios:** resolve touch events not paired issue under special scenarios ([#4238](https://github.com/Tencent/Hippy/issues/4238)) ([3c1484d](https://github.com/Tencent/Hippy/commit/3c1484d99a66853938f0f1f1ba06446137ce1921))
21+
* **ios:** resolve touch handler issue ([#4232](https://github.com/Tencent/Hippy/issues/4232)) ([ceea809](https://github.com/Tencent/Hippy/commit/ceea80939f60ae93f71bcbb97e9dc7c2ab385d82))
22+
* **react:** fix focusable view container error ([#4196](https://github.com/Tencent/Hippy/issues/4196)) ([574c5b7](https://github.com/Tencent/Hippy/commit/574c5b7b53674e7935378d194c59f59cac0a4c07))
23+
* **react:** fix focusable view container error ([#4243](https://github.com/Tencent/Hippy/issues/4243)) ([f83ce11](https://github.com/Tencent/Hippy/commit/f83ce11a3781f178eabf21ad0642e591028303c7))
24+
25+
26+
### Performance Improvements
27+
28+
* **ios:** draw backgroundImage asynchronously for performance ([#4153](https://github.com/Tencent/Hippy/issues/4153)) ([582b0a8](https://github.com/Tencent/Hippy/commit/582b0a820470632843d17d3265f78e34b03d25d2)), closes [#3844](https://github.com/Tencent/Hippy/issues/3844)
29+
30+
31+
32+
33+
634
## [3.3.3](https://github.com/Tencent/Hippy/compare/3.3.3-rc.0...3.3.3) (2025-02-17)
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.3"
7+
"version": "3.3.4"
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.4](https://github.com/Tencent/Hippy/compare/3.3.3...3.3.4) (2025-04-03)
7+
8+
**Note:** Version bump only for package @hippy/react-web
9+
10+
11+
12+
13+
614
## [3.3.3](https://github.com/Tencent/Hippy/compare/3.3.3-rc.0...3.3.3) (2025-02-17)
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.3",
3+
"version": "3.3.4",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.4](https://github.com/Tencent/Hippy/compare/3.3.3...3.3.4) (2025-04-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **react:** fix focusable view container error ([#4196](https://github.com/Tencent/Hippy/issues/4196)) ([574c5b7](https://github.com/Tencent/Hippy/commit/574c5b7b53674e7935378d194c59f59cac0a4c07))
12+
* **react:** fix focusable view container error ([#4243](https://github.com/Tencent/Hippy/issues/4243)) ([f83ce11](https://github.com/Tencent/Hippy/commit/f83ce11a3781f178eabf21ad0642e591028303c7))
13+
14+
15+
16+
17+
618
## [3.3.3](https://github.com/Tencent/Hippy/compare/3.3.3-rc.0...3.3.3) (2025-02-17)
719

820

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.3",
3+
"version": "3.3.4",
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.4](https://github.com/Tencent/Hippy/compare/3.3.3...3.3.4) (2025-04-03)
7+
8+
**Note:** Version bump only for package @hippy/vue-css-loader
9+
10+
11+
12+
13+
614
## [3.3.3](https://github.com/Tencent/Hippy/compare/3.3.3-rc.0...3.3.3) (2025-02-17)
715

816

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)