Skip to content

Commit

Permalink
chore(js): update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Aug 24, 2023
1 parent b3b7df6 commit a617b63
Show file tree
Hide file tree
Showing 12 changed files with 2,128 additions and 10 deletions.
6 changes: 3 additions & 3 deletions PUBLISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The front-end Uses [lerna](https://lerna.js.org/) for versioning and CHANGELOG g
Update version and CHANGELOG usage:

```bash
npx lerna version [VERSION] --conventional-commits --tag-version-prefix='' --no-push
npx lerna version [VERSION] --force-publish --conventional-commits --tag-version-prefix='' --no-push
```

* `[version]` - The version number to be released, such as 2.1.0.
Expand Down Expand Up @@ -84,10 +84,10 @@ Enter a commit message that conforms to [Convention Commit](https://conventional
git commit -m 'chore(release): released [VERSION]'
```

tag
tag (如果是大版本, 在主干打tag, 如果是hotfix,在hotfix分支打tag,然后把changelog合回主干)

```bash
git tag [VERSION]
git tag -a [VERSION] -m "version release xxx"
```

Commit the code and prepare to publish the PR merge into the master branch.
Expand Down
1,734 changes: 1,734 additions & 0 deletions driver/js/CHANGELOG.md

Large diffs are not rendered by default.

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": "2.2.1"
"version": "3.0.1"
}
46 changes: 45 additions & 1 deletion driver/js/packages/hippy-react-web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,50 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22)

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





## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07)

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





# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29)


### Bug Fixes

* **@hippy/react-web:** fix text default value and ellipsis not work ([780b1f3](https://github.com/Tencent/Hippy/commit/780b1f3f8d423d2e6ee1a1380e4f1b541a370cde))
* **@hippy/react-web:** fixed style when numberofLines > 1 ([cf078c6](https://github.com/Tencent/Hippy/commit/cf078c6dc4ac5b41963693c45ed36cd47cc6f5fb))
* **hippy-react-web:** fix hippy-react-web some issues ([#1850](https://github.com/Tencent/Hippy/issues/1850)) ([7a44339](https://github.com/Tencent/Hippy/commit/7a44339edcc7e396351f29e507e6fbabaa4676a1))
* **hippy-react-web:** add unhandleRejection event handler ([bed4551](https://github.com/Tencent/Hippy/commit/bed4551c6fe00b67d68fd6e57b04625484cf5917))
* **hippy-react-web:** change rmc-list-view to hippy domain ([401de8c](https://github.com/Tencent/Hippy/commit/401de8c9e7886cb01af3adcb5e887acbb189bff6))
* **hippy-react-web:** fix borwser does not support addRule ([1593538](https://github.com/Tencent/Hippy/commit/159353859c0ae7b2eed72d6e58b9993ca30f8511))
* **hippy-react-web:** fix error handler ([ac32a1a](https://github.com/Tencent/Hippy/commit/ac32a1aacc9e457d205afd73bea1aa61105154a9))
* **hippy-react-web:** fix img onClick envet does not emit ([d4b0180](https://github.com/Tencent/Hippy/commit/d4b0180642b509bcf21f0a40926f2efe5489b78d))
* **hippy-react-web:** support ListView renderPullFooter ([#2166](https://github.com/Tencent/Hippy/issues/2166)) ([f8548ab](https://github.com/Tencent/Hippy/commit/f8548ab5eaa2dd46f03c7b97d7fd13aa42d814c9))
* **npm:** update lerna to fix vulernable npm package ([22ae601](https://github.com/Tencent/Hippy/commit/22ae601e50e7070b6290170938b984c85dac4940))


### Features

* **@hippy/react-web:** add build config for the declaration ([1a0e12c](https://github.com/Tencent/Hippy/commit/1a0e12cf5b3a19f3caf0ee305aa6925f03051b40))
* **hippy-react-web:** add cjs formatted output ([86c6b50](https://github.com/Tencent/Hippy/commit/86c6b50199afc11524b43f55c10aa448c651ccd2))
* **hippy-react-web:** fix web style issues ([#2087](https://github.com/Tencent/Hippy/issues/2087)) ([ffe715d](https://github.com/Tencent/Hippy/commit/ffe715d50aed02017e1ea4d5592ed2fa7ce57eba))
* **hippy-react-web:** support tree-sharking & fix issues ([d8b2617](https://github.com/Tencent/Hippy/commit/d8b261740f61180ca3042e04c0ac82bee610cc31))





## [2.2.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react-web/compare/2.2.0...2.2.1) (2020-12-28)


Expand Down Expand Up @@ -183,4 +227,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Added

* Initial commit, based on saizhao and rickiezheng's working.
* Initial commit, based on saizhao and rickiezheng's working.
60 changes: 59 additions & 1 deletion driver/js/packages/hippy-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,64 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22)

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





## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07)

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





# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29)


### Bug Fixes

* **hippy-react-web:** fix hippy-react-web some issues ([#1850](https://github.com/Tencent/Hippy/issues/1850)) ([7a44339](https://github.com/Tencent/Hippy/commit/7a44339edcc7e396351f29e507e6fbabaa4676a1))
* **hippy-react:** add overflow scroll to fix listview unable to scroll ([41beca2](https://github.com/Tencent/Hippy/commit/41beca2c353c31c3258fef17b1be1c357e3e8e70))
* **hippy-react:** remove NetInfo duplicated EventEmitter creating ([6393dc3](https://github.com/Tencent/Hippy/commit/6393dc3cea6af87fe022398994baa6719601daea))
* **hippy-react:** support to emit multi parameters for HippyEvent ([ddfbf75](https://github.com/Tencent/Hippy/commit/ddfbf75a1eef98834978c2d2a278802fede82f65))
* **npm:** update lerna to fix vulernable npm package ([22ae601](https://github.com/Tencent/Hippy/commit/22ae601e50e7070b6290170938b984c85dac4940))
* **react,vue:** fix event register error ([67e92cf](https://github.com/Tencent/Hippy/commit/67e92cf572587a3092900a5bc8a46c7a098fe899))
* **react:** add ref null judgement for getElementFromFiberRef ([96b6640](https://github.com/Tencent/Hippy/commit/96b6640e69a76a1ada5ddcf67444e59cc92c814c))
* **react:** fix animation repeat event error ([407855b](https://github.com/Tencent/Hippy/commit/407855b09404b09951dc8f6db1789906590bb83b))
* **react:** listview initialListSize default value set to 15 ([a87b037](https://github.com/Tencent/Hippy/commit/a87b0378a51b541e486ba819614b2c62d75e7645))
* **vue:** fix regular expressions catastrophic backtracking ([1fe30ed](https://github.com/Tencent/Hippy/commit/1fe30eda6cf05e46bb929da53194cdba265c8887))
* **vue:** fix vue node sequence error ([27a3124](https://github.com/Tencent/Hippy/commit/27a312419c72a2a2742ba7f4264f610c96540f6f))


### Features

* **android,ios,js:** add getBoundingClientRect api ([#2914](https://github.com/Tencent/Hippy/issues/2914)) ([60f71e9](https://github.com/Tencent/Hippy/commit/60f71e9459b77b2f0a4cb39bcf3585ebd20a2640))
* **devtools:** change to debug-server-next ([bae90f0](https://github.com/Tencent/Hippy/commit/bae90f0e2b56281d741d8c2321eda94040c74b44))
* **hippy-react:** add HippyEvent to listen global events ([4f88ad2](https://github.com/Tencent/Hippy/commit/4f88ad20f7953ff192cf67d22105235bf24b5b13))
* **hippy-react:** support horizontal PullHeader & PullFooter ([983d098](https://github.com/Tencent/Hippy/commit/983d09821d11254494edebe6ef88be253c2cca9e))
* **hippy-vue:** support breakStrategy ([348183c](https://github.com/Tencent/Hippy/commit/348183cea800e267f999f765a08c39abb2c6e67c))
* **react,vue:** add collapsePullHeaderWithOptions api ([0b82e18](https://github.com/Tencent/Hippy/commit/0b82e18d20ebbb6370143fc590bd04340b39e7e4))
* **react,vue:** add isFoucus function ([b365a97](https://github.com/Tencent/Hippy/commit/b365a97a536e33318061b00cdece5ab7835c135d))
* **react,vue:** add tagName attribute to production mode ([bc67c5d](https://github.com/Tencent/Hippy/commit/bc67c5dec12e40c548c29de4dcfadf9a2c47dfc8))
* **react,vue:** perf print log logic & remove event attribute in props ([f1fbbf1](https://github.com/Tencent/Hippy/commit/f1fbbf198bbc5c2abc70379307f752ce70b7ee24))
* **react,vue:** support event capture & bubbling ([4b498d4](https://github.com/Tencent/Hippy/commit/4b498d46a5b481270588020f02eb71e080ccab7c))
* **react,vue:** use callUIFunction to call measureInWindow ([04468e0](https://github.com/Tencent/Hippy/commit/04468e0f55ffdfc241444e9f4ce98d3ce3b5dd8e))
* **react:** support fontWeight in number ([2ee66be](https://github.com/Tencent/Hippy/commit/2ee66bef7ce688659ecfa6155bad66890a973e60))


### Performance Improvements

* **react:** assign initialListSize if not undefined ([e1d1507](https://github.com/Tencent/Hippy/commit/e1d15070d656455f89399b826fa0c952dabac0ac))





## [2.2.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-react/compare/2.2.0...2.2.1) (2020-12-28)

**Note:** Version bump only for package @hippy/react
Expand Down Expand Up @@ -314,4 +372,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Changed

* Removed web adapter
* Removed web adapter
41 changes: 40 additions & 1 deletion driver/js/packages/hippy-vue-css-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22)

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





## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07)

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





# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29)


### Bug Fixes

* **hippy-vue-css-loader:** support to parse letter-spacing ([f6fd081](https://github.com/Tencent/Hippy/commit/f6fd081005c796f595888a3a087c1f598fd26089))
* **npm:** update got from vulnerable to safe version ([93cf4d8](https://github.com/Tencent/Hippy/commit/93cf4d8e3752143c62dae49c3318ef6316abf134))
* **npm:** update vulnerable npm packages ([a5897fa](https://github.com/Tencent/Hippy/commit/a5897fafea94d9fd25977bb4c30db55704a10903))
* **vue-css-loader:** fixed collapsable boolean convert error ([c096c0d](https://github.com/Tencent/Hippy/commit/c096c0db0c4bec002639bfb065dbba7608f30de7))
* **vue-css-loader:** update loader-utils to safe version ([1a088ab](https://github.com/Tencent/Hippy/commit/1a088ab330f3e57654612ccaa26f2d2015360a63))
* **vue:** fix regular expressions catastrophic backtracking ([1fe30ed](https://github.com/Tencent/Hippy/commit/1fe30eda6cf05e46bb929da53194cdba265c8887))
* **vue:** revert a catastrophic backtracking fix ([8c1ab54](https://github.com/Tencent/Hippy/commit/8c1ab544bc006fb822c8eba47d60e41bc09b1dbb))


### Features

* **vue-css-loader:** change dist file name to be parsed by vue-loader ([7b829e0](https://github.com/Tencent/Hippy/commit/7b829e0efb825acefe51d8edcc109fc3fca6b588))
* **vue:** add beforeRenderToNative hook to support computed style ([0220dc4](https://github.com/Tencent/Hippy/commit/0220dc4f815b94730da587d0ba3987fbf14b21af))





## [2.2.1](https://github.com/Tencent/Hippy/tree/master/packages/hippy-vue-css-loader/compare/2.2.0...2.2.1) (2020-12-28)

**Note:** Version bump only for package @hippy/vue-css-loader
Expand Down Expand Up @@ -97,4 +136,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Added

* Added CSS3 transform conversion.
* Added CSS3 transform conversion.
34 changes: 34 additions & 0 deletions driver/js/packages/hippy-vue-loader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22)

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





## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07)

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





# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29)


### Bug Fixes

* **npm:** update lerna to fix vulernable npm package ([22ae601](https://github.com/Tencent/Hippy/commit/22ae601e50e7070b6290170938b984c85dac4940))
* **npm:** update vulnerable npm packages ([a5897fa](https://github.com/Tencent/Hippy/commit/a5897fafea94d9fd25977bb4c30db55704a10903))


### Features

* **vue-css-loader:** change dist file name to be parsed by vue-loader ([7b829e0](https://github.com/Tencent/Hippy/commit/7b829e0efb825acefe51d8edcc109fc3fca6b588))
* **vue:** support scoped & attribute selector ([d72d9f8](https://github.com/Tencent/Hippy/commit/d72d9f8486d5f5c93ee09b26f641c48c8f1a7d5a))
37 changes: 36 additions & 1 deletion driver/js/packages/hippy-vue-native-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22)

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





## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07)

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





# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29)


### Bug Fixes

* **hippy-vue:** fix dialog default style not take effect ([195a06b](https://github.com/Tencent/Hippy/commit/195a06bbb027473cf72374895c99b0b9d098ff4f))
* **vue:** make sure start animation after node created ([478307f](https://github.com/Tencent/Hippy/commit/478307f94322d2af0af15fbd5c88cb2189d3fbcd))


### Features

* **hippy-vue:** add animaiton actionsDidUpdate hook ([24fea20](https://github.com/Tencent/Hippy/commit/24fea20394d2b4d370d86ac40000424458883930))
* **hippy-vue:** change animation module ([1e3cd60](https://github.com/Tencent/Hippy/commit/1e3cd60b4b8f63c95a5f5a0c5bd6072f89bf8269))
* **react,vue:** add collapsePullHeaderWithOptions api ([0b82e18](https://github.com/Tencent/Hippy/commit/0b82e18d20ebbb6370143fc590bd04340b39e7e4))





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

**Note:** Version bump only for package @hippy/vue-native-components
Expand Down Expand Up @@ -85,4 +120,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

### Added

* Added transparent props to <dialog> module to fit iOS to Android.
* Added transparent props to <dialog> module to fit iOS to Android.
27 changes: 27 additions & 0 deletions driver/js/packages/hippy-vue-next-style-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22)

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





## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07)

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





# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29)


### Features

* **vue3:** support vue3 for hippy3.0 ([5923ea8](https://github.com/Tencent/Hippy/commit/5923ea80778a6ef5eecf49a3dd8de80f42266663))
38 changes: 38 additions & 0 deletions driver/js/packages/hippy-vue-next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.0.2-beta](https://github.com/Tencent/Hippy/compare/3.0.1...3.0.2-beta) (2023-08-22)

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





## [3.0.1](https://github.com/Tencent/Hippy/compare/3.0.0...3.0.1) (2023-08-07)


### Bug Fixes

* **vue-next:** fix element do not use beforeLoadStyle hooks issue ([604a231](https://github.com/Tencent/Hippy/commit/604a23193f032e7911c4168ee0e3203efcbb33e4))





# [3.0.0](https://github.com/Tencent/Hippy/compare/2.2.1...3.0.0) (2023-06-29)


### Bug Fixes

* **vue-next:** fix debug mode do not display ui issue ([8b830b9](https://github.com/Tencent/Hippy/commit/8b830b9d7d9a51c4184e3257af605d055db3d802))
* **vue-next:** remove unused comment ([4e6c7a9](https://github.com/Tencent/Hippy/commit/4e6c7a9a70c0fe323d4dd560ad43a2b7f58d4eeb))
* **vue:** not to move node when refNode is same as newNode ([4b718fe](https://github.com/Tencent/Hippy/commit/4b718feafd70cd936062194a107beef309c47fd3))


### Features

* **vue3.0:** change unit test for hippy3.0 ([53ed799](https://github.com/Tencent/Hippy/commit/53ed7999cdc7820e652bf09252ea173bac696cd6))
* **vue3:** support vue3 for hippy3.0 ([5923ea8](https://github.com/Tencent/Hippy/commit/5923ea80778a6ef5eecf49a3dd8de80f42266663))
Loading

0 comments on commit a617b63

Please sign in to comment.