Skip to content

Commit

Permalink
prepare version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Jan 13, 2023
1 parent 79c1899 commit cf672e9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
18 changes: 11 additions & 7 deletions CHANGELOG.md
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
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-known-styling-properties",
"version": "1.1.0",
"version": "1.2.0",
"description": "List of known React Native specific styling properties.",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit cf672e9

Please sign in to comment.