-
Notifications
You must be signed in to change notification settings - Fork 955
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dae12f7
commit 31f0e66
Showing
27 changed files
with
232 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [2.0.2](https://github.com/xuqingkuang/Hippy/compare/2.0.1...2.0.2) (2020-03-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **android:** compile problem ([df4398d](https://github.com/xuqingkuang/Hippy/commit/df4398da08d3c1d0c67e23912d42d955335705b6)) | ||
* **android:** fix keyboard hiding when blur in endEditing after focus ([22e8602](https://github.com/xuqingkuang/Hippy/commit/22e86021a2153b3c8249a3a82e825f8361a7ac1c)) | ||
* **android:** textinput focus and blur problem ([#161](https://github.com/xuqingkuang/Hippy/issues/161)) ([44daa93](https://github.com/xuqingkuang/Hippy/commit/44daa93ee9ba45aa3c3a41ff30c25d22f1ab4224)) | ||
* **android:** treat Parcelable[] as Bundle[] ([a2ffb28](https://github.com/xuqingkuang/Hippy/commit/a2ffb2813f8744fdb15dcda13eb13b887259840d)) | ||
* **example:** split js bundle with webpack dllplugin ([c8ac36d](https://github.com/xuqingkuang/Hippy/commit/c8ac36d081fd0f41d92d566576443febdf194c8f)) | ||
* **hippy-react:** callUIFunction supports passing as targetNode ([f7c8391](https://github.com/xuqingkuang/Hippy/commit/f7c83911622140db9f3f5ac9eba44aefe44cd4ce)) | ||
* **hippy-react:** change the NODE_ENV to 'development' ([2585bc5](https://github.com/xuqingkuang/Hippy/commit/2585bc5f3f28816c7ff1f4bdf210011508e7d2e8)) | ||
* **hippy-react:** text component text repeated rendering ([96e278d](https://github.com/xuqingkuang/Hippy/commit/96e278d33c3bd18cdec6c839cc5454c5c3479224)) | ||
* **hippy-react:** text nest ([da5ca3b](https://github.com/xuqingkuang/Hippy/commit/da5ca3b45cad28659bf0c6bacc90a1a64658d906)) | ||
* **hippy-react:** text-input style ([a9fa8d1](https://github.com/xuqingkuang/Hippy/commit/a9fa8d1e896c5d5ee62c8ef09d6b32de85124618)) | ||
* **hippy-react:** ui operation merge ([9b4f77d](https://github.com/xuqingkuang/Hippy/commit/9b4f77dfa54a0747efccec3beee6db170c3848cd)) | ||
* **hippy-vue:** add TypeSelector test ([38f08ef](https://github.com/xuqingkuang/Hippy/commit/38f08ef4180fa08781492ea80f3dcfbc3ad37036)) | ||
* **hippy-vue:** fix css selectors TypeSelector match ([de98e8a](https://github.com/xuqingkuang/Hippy/commit/de98e8a560ee771d4f10fcbd3642afccfc92e70e)) | ||
* **hippy-vue:** fix wrong preSibling of childNode's nexSibling ([6e76d5e](https://github.com/xuqingkuang/Hippy/commit/6e76d5e1ead0a1d359ab0ec3d25d94c2ffed792b)) | ||
* **hippy-vue:** fixed css selectors TypeSelector match ([adddcea](https://github.com/xuqingkuang/Hippy/commit/adddcea319c816d49deed0b2893e6ee82c203648)) | ||
* **ios:** fix crash caused by incorrect creation of UIFont ([0764fdc](https://github.com/xuqingkuang/Hippy/commit/0764fdc5b531edb9ac868909194ecee79c44073a)) | ||
* **ios:** fix issue of invalidation of customized font ([3c632dc](https://github.com/xuqingkuang/Hippy/commit/3c632dca651b91e36ef92219d0c7b6a38a8a54b8)) | ||
* **ios:** fix return type of TextInput.getValue method ([5db3dac](https://github.com/xuqingkuang/Hippy/commit/5db3dac6a69973196b42d90c7eed0a745fb5a130)) | ||
* **ios:** fix some bugs ([a329d40](https://github.com/xuqingkuang/Hippy/commit/a329d4060ed78dddd2dfe72dea5756c94ba14c1c)) | ||
* **react-web:** image callback error ([1776634](https://github.com/xuqingkuang/Hippy/commit/1776634552356d32dcb51e2e98ce1e797788dd3c)) | ||
* **react-web:** listView not work in dev mode ([44a539f](https://github.com/xuqingkuang/Hippy/commit/44a539fc978e70294b0f30707912aa80dc6652d3)) | ||
* **react-web:** updateAnimation support zero ([0ec1dc8](https://github.com/xuqingkuang/Hippy/commit/0ec1dc87aee14660954799c4a89a6d4584a4afe9)) | ||
* **vue:** setStyle px unit determine ([8379d53](https://github.com/xuqingkuang/Hippy/commit/8379d53e4b275dda8243b1869eded475a0113373)) | ||
|
||
|
||
### Features | ||
|
||
* **android:** add bintray jcenter upload support ([11900b0](https://github.com/xuqingkuang/Hippy/commit/11900b0f9330818c9dfc99d813bfef7d301683cf)) | ||
* **ios:** add shadow feature for HippyView ([f111951](https://github.com/xuqingkuang/Hippy/commit/f111951baedc153a229a251fa8fb7bd27f1b52eb)) | ||
* **react-web:** support multiple instance ([c5fb93b](https://github.com/xuqingkuang/Hippy/commit/c5fb93be6e40f14f731a6f5dd750254bc049838d)) | ||
* **react-web:** text support clip mode ([516fa98](https://github.com/xuqingkuang/Hippy/commit/516fa988c6e616c3a49790d83b06ff4d6ff6d9fd)) | ||
* **vue:** added disabled props to input tag ([47facd4](https://github.com/xuqingkuang/Hippy/commit/47facd4584b1361a760fd62162b0d4f9384ee673)) | ||
* **vue-native-components:** added stateChanged event handler to swiper ([71760cc](https://github.com/xuqingkuang/Hippy/commit/71760cccf15a819c644efaa1e084a96fcc4e856e)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,5 +3,5 @@ | |
"packages": [ | ||
"packages/*" | ||
], | ||
"version": "2.0.1" | ||
"version": "2.0.2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.