-
Notifications
You must be signed in to change notification settings - Fork 0
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
79c1899
commit cf672e9
Showing
2 changed files
with
12 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,31 @@ | ||
## v1.2.0 | ||
|
||
- Added: support for `rowGap`, `columnGap`, and `gap` properties. | ||
|
||
## v1.1.0 | ||
|
||
* Added: Add `css-to-react-native` prop `placeContent` to known props | ||
- Added: Add `css-to-react-native` prop `placeContent` to known props | ||
|
||
## v1.0.5 | ||
|
||
* Added: React Native specific `aspectRatio` property to known properties. | ||
- Added: React Native specific `aspectRatio` property to known properties. | ||
|
||
## v1.0.4 | ||
|
||
* Added: `textTransform` property. | ||
- Added: `textTransform` property. | ||
|
||
## v1.0.3 | ||
|
||
* Fixed: Added missing "end" properties from React Native documentation. | ||
- Fixed: Added missing "end" properties from React Native documentation. | ||
|
||
## v1.0.2 | ||
|
||
* Fixed: Added missing properties from React Native documentation. | ||
- Fixed: Added missing properties from React Native documentation. | ||
|
||
## v1.0.1 | ||
|
||
* Fixed: fix name `allRN2CSSProps` => `allCSS2RNProps`. | ||
- Fixed: fix name `allRN2CSSProps` => `allCSS2RNProps`. | ||
|
||
## v1.0.0 | ||
|
||
* Intial release | ||
- Intial release |
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