Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

54 lines (28 loc) · 1.87 KB

Changelog

Unpublished

🛠 Breaking changes

  • [plugin] Upgrade minimum runtime requirement to Node 14 (LTS). (#18204 by @EvanBacon)

🎉 New features

🐛 Bug fixes

💡 Others

1.3.0 — 2022-07-07

This version does not introduce any user-facing changes.

1.2.0 — 2022-04-18

🐛 Bug fixes

  • Fix getVisiblilityAsync crashing on Android 10 and older. (#16445 by @barthap)

💡 Others

⚠️ Notices

  • On Android bump compileSdkVersion to 31, targetSdkVersion to 31 and Java version to 11. (#16941 by @bbarthec)

1.1.2 - 2022-02-01

🐛 Bug fixes

  • Fix Plugin with id 'maven' not found build error from Android Gradle 7. (#16080 by @kudo)

1.1.1 — 2021-12-08

🐛 Bug fixes

  • Return hidden from useVisibility hook on unsupported platforms. (#15430 by @EvanBacon)
  • Lazily initialize emitter to allow importing the module on unsupported platforms. (#15430 by @EvanBacon)

1.1.0 — 2021-12-03

🐛 Bug fixes

💡 Others

  • Added more useful resource for deprecated visible property (#14809 by @EvanBacon)