Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 897 Bytes

CHANGELOG.md

File metadata and controls

46 lines (26 loc) · 897 Bytes

Unreleased

Changes

  • minSdk version changed 19 → 21

Dependencies

  • androidx.fragment 1.3.5 -> 1.3.6
  • kotlin-stdlib 1.5.20 -> 1.5.31

4.2.1-0 (2021-06-27)

Dependencies

  • kotlin-stdlib-jdk8 1.4.32 -> kotlin-stdlib 1.5.20
  • androidx.databinding:viewbinding 4.1.2 -> 4.2.1
  • androidx.fragment 1.3.0 -> 1.3.5
  • androidx.lifecycle 2.3.0 -> 2.3.1

4.1.2-2 (2021-03-08)

Fixed

  • Fix fragment view lifecycle handling

4.1.2-1 (2021-03-07)

Fixed

  • Add workaround for the case when fragment view changed without triggering ON_DESTROY
  • Save binding only if fragment view is not destroyed

4.1.2-0 (2021-03-01)

Dependencies

  • androidx.databinding:viewbinding 4.1.0 -> 4.1.2
  • androidx.fragment 1.2.5 -> 1.3.0

4.1.0-0

First release