Skip to content

Commit

Permalink
refactor(webrenderer): version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pba-cra committed Nov 10, 2022
1 parent d5d1a54 commit 13a1e5d
Show file tree
Hide file tree
Showing 5 changed files with 1,258 additions and 2,992 deletions.
4 changes: 4 additions & 0 deletions packages/hippy-web-renderer/.fatherrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export default {
esm: "babel",
cjs: "babel",
};
1 change: 1 addition & 0 deletions packages/hippy-web-renderer/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
example
.parcel-cache
dist
e2e
17 changes: 15 additions & 2 deletions packages/hippy-web-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
## 1.0.0-beta.1 (2021-01-18)
## 0.0.1

### Added
* Initial commit, based on burtonsun's working.
* initial commit, based on burtonsun's working.

## 0.0.4
### Added
* support gradient text color
* support animation bézier curve

### Fix
* refactor UIManagerModule, change style diff logic, improve performance
* fix stack context error
* fix tint color error
* fix line height error
* fix text numberOfLines no use error

Loading

0 comments on commit 13a1e5d

Please sign in to comment.