Skip to content

Releases: indec-it/react-native-table

v0.2.1

14 Jun 11:26
Compare
Choose a tag to compare

v0.2.1 (2019-06-14)

🏡 Internal

  • chore(travis): update .travis.yml
  • chore(package): add eslint npm task
  • chore(husky): add 'chore' as a valid commit type
  • #27 fix(packages): upgrade eslint to v5.12.0
  • #26 feat(table): add support for custom key field for table row

v0.2.0

28 Aug 16:14
Compare
Choose a tag to compare

Breaking changes

feat(table): remove default export from package (#23)
feat(node): drop node@6 support (#21)

New Features

fix(packages): upgrade babel-eslint to v9.0.0 (#25) …
feat(table): add empty array as defaultProp value to data (#24)
fix(packages): upgrade eslint-config-airbnb to v17.0.0 (#22)

v0.1.3

14 Jun 20:02
Compare
Choose a tag to compare

New Features

feat(tableRow): add style prop (#19)
feat(table): add striped boolean prop to table (#15)
feat(tableCell): add support for function fields (#16)
feat(util): export propTypes from util folder (#14)
feat(tableIcon): add support for func icon and color (#10)

Bug Fixes

fix(packages): upgrade react to v16.4.1 (#20)
fix(components): remove console warnings (#18)
style(table): style table margins (#13)
fix(tableIcon): fix tap icon when onPress is undefined (#12)
fix(packages): upgrade [email protected] (#11)
style(table): style table header marginTop (#8)
style(table): style table borders (#9)

v0.1.2

26 Feb 16:16
Compare
Choose a tag to compare

New Features

fix(packages): upgrade eslint to v4.18.1 (#7)
feat(tableCell): add showValue and hideValue for display cell (#6)

v0.1.1

01 Feb 16:59
Compare
Choose a tag to compare

New features

feat(table): add styles and dividers (#2)

Bug fixes

docs(readme): add badges to README (#5)
fix(packages): upgrade react-native-commons (#4)
style(table): style for header and dividers on table (#3)
feat(table): add table component (#1)

v0.1.0

26 Jan 11:35
Compare
Choose a tag to compare

feat(table): add table component (#1)