Skip to content

Commit

Permalink
7.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBrahma committed May 15, 2023
1 parent f9fc021 commit c9b373a
Show file tree
Hide file tree
Showing 4 changed files with 372 additions and 359 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 7.0.8 - 2023-05-15

- Fixed issue when the child size would change only one of its axis. [#72](https://github.com/SrBrahma/react-native-shadow-2/issues/72).
- As a minor performance improvement, now sides will only be rendered if they are known to be visible. Before, if your height was X and the topStart and bottomStart radii were each X/2, the left side would still be rendered even it having the size 0.

### 7.0.7 - 2023-04-14

- Fixed X offset not working in iOS. [#65](https://github.com/SrBrahma/react-native-shadow-2/issues/65), [#67](https://github.com/SrBrahma/react-native-shadow-2/issues/67). Many thanks, [dmdmd](https://github.com/dmdmd) and [Youssef Henna](https://github.com/YoussefHenna)!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-shadow-2",
"version": "7.0.7",
"version": "7.0.8",
"description": "Cross-platform shadow for React Native. Improved version of the abandoned react-native-shadow package",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit c9b373a

Please sign in to comment.