Skip to content

Latest commit

 

History

History
73 lines (39 loc) · 4.22 KB

CHANGELOG.md

File metadata and controls

73 lines (39 loc) · 4.22 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.3.1 (2021-12-12)

4.3.0 (2021-03-26)

Features

  • add prop children in cell component (#497) (4bd400e) (Thanks @brunohkbx!)

4.2.1 (2020-12-21)

Bug Fixes

  • tableview: render correct appearance (fix #425) (f7dcf49)

4.2.0 (2020-09-09)

Features

  • tableview: add style prop to tableview wrapper (#315) (119a11f)

Bug Fixes

  • test: update snapshots (251e128)
  • types: fix typings of local styles (77928dc)

4.1.0 (2020-06-21)

Features

  • ts: export interface THEME_APPEARANCE (996efeb)

4.0.0 (2020-06-21)

⚠ BREAKING CHANGES

  • Default apperance is derived by the system settings. TableView depends on useColorScheme released with React-Native 0.62.0

Features

  • appearances incl. dark appearance (3bf9329)

3.2.0 (2020-05-24)

Bug Fixes

  • cell: fix contentview flex settings (f455b8d)

3.1.0 (2020-05-23)

Bug Fixes

  • cell: use explicit flexGrow instead flex. Fix #194 (d82b1fc)

3.0.0 (2020-05-02)

Migrated the whole component to TypeScript! 🚀

Features

  • cell: add ts definitions for titleTextProps and detailTextProps (815eed8)
  • cell: add cell prop onPressDetailDisclosure (a8d225e)
  • section: add footerTextStyle and headerTextStyle (e3950dd)

Bug Fixes

  • README: explain default props to fix #114 (14b08ad)
  • Section: always overwrite current highlighted row (c289c3e)
  • restore Cell proptypes (460a09d)