Skip to content

Commit

Permalink
chore(release): 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Purii committed May 24, 2020
1 parent f455b8d commit 72fb0b8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.2.0](https://github.com/Purii/react-native-tableview-simple/compare/v0.17.0...v3.2.0) (2020-05-24)

### Features

- **cell:** add ts definitions for titleTextProps and detailTextProps ([815eed8](https://github.com/Purii/react-native-tableview-simple/commit/815eed8dc19f323356a3ea5b1e72728df8c05b59))
- add cell prop onPressDetailDisclosure ([a8d225e](https://github.com/Purii/react-native-tableview-simple/commit/a8d225ecff785283de348679241c1d102a121da6))
- add footerTextStyle and headerTextStyle ([e3950dd](https://github.com/Purii/react-native-tableview-simple/commit/e3950dd7a2318186df95da96c7bbfc1906541bc4))

### Bug Fixes

- **cell:** fix contentview flex settings ([f455b8d](https://github.com/Purii/react-native-tableview-simple/commit/f455b8db703c67f5fb417e2410c7326e930374c1))
- **cell:** use explicit flexGrow instead flex. Fix [#194](https://github.com/Purii/react-native-tableview-simple/issues/194) ([d82b1fc](https://github.com/Purii/react-native-tableview-simple/commit/d82b1fca90ec0d755718bd1064ede7c01bca1046))
- **linting:** linting errors ([f196445](https://github.com/Purii/react-native-tableview-simple/commit/f1964456cec653b542d909d516048fd3a5d6e9de))
- **README:** explain default props to fix [#114](https://github.com/Purii/react-native-tableview-simple/issues/114) ([14b08ad](https://github.com/Purii/react-native-tableview-simple/commit/14b08ad61e2a5125d9a7792ede789edebf49be6a))
- **Section:** always overwrite current highlighted row ([c289c3e](https://github.com/Purii/react-native-tableview-simple/commit/c289c3e4a1a1063bce14c8c2fa886dcc462eef0f))
- **test:** run jest only for src/ ([81bf0d8](https://github.com/Purii/react-native-tableview-simple/commit/81bf0d864ef9f4dcb1f98098e44ea9426d055c26))
- restore Cell proptypes ([460a09d](https://github.com/Purii/react-native-tableview-simple/commit/460a09dc187fb1c05b3896d7b8fc12a82f25aee8))

## [3.1.0](https://github.com/Purii/react-native-tableview-simple/compare/v0.17.0...v3.1.0) (2020-05-23)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-native-tableview-simple",
"description": "React Native component for TableView made with pure CSS",
"homepage": "https://github.com/Purii/react-native-tableview-simple",
"version": "3.1.0",
"version": "3.2.0",
"author": "Patrick Puritscher <[email protected]>",
"scripts": {
"clean": "watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn",
Expand Down

0 comments on commit 72fb0b8

Please sign in to comment.