Skip to content

Latest commit

 

History

History
executable file
·
161 lines (112 loc) · 3.38 KB

CHANGELOG.md

File metadata and controls

executable file
·
161 lines (112 loc) · 3.38 KB

3.0.0

  • Added Flutter 3 support.

2.2.1

  • Fixed a bug where enabling video polluted logs on Android.

2.2.0

  • Added support for Flutter 2.5 and updated native SDKs.

2.1.2

  • Updated native SDKs.

2.1.1

  • Fixed README in pub landing page.

2.1.0

  • Migrated project to testfairy_flutter package. Please refer to our docs for new installation instructions.
  • Added feedback form field customization.
  • TestFairy Android SDK is now fetched from maven.testfairy.com.

2.0.10

  • Updated native SDKs.
  • Fixed black screenshots in feedbacks.

2.0.9

  • Added support for request/response headers and bodies in addNetworkEvent().

2.0.8

  • Fixed an unnecessary log sent during calls to hideWidget().
  • Updated native SDKs.

2.0.7

  • Optimized screen capture performance when there are no hidden widgets.

2.0.6

  • Fixed Android screenshots on api level 24 and 25.

2.0.5

  • Updated changelog to reflect changes in Dart 1 branch

2.0.4

  • Fixed lint errors.

2.0.3

  • Performance optimizations for gesture detection.

2.0.2

  • Upgraded to the latest native SDKs.

2.0.1

  • Added scrollable widget detection for interactions.

2.0.0

  • Adopted Dart 2 as the new plugin language.

1.0.32

  • Updated native SDKs.
  • Fixed black screenshots in feedbacks.

1.0.31

  • Added support for request/response headers and bodies in addNetworkEvent().

1.0.30

  • Added integration_test examples.
  • Fixed an unnecessary log sent during calls to hideWidget().
  • Updated native SDKs.

1.0.29

  • Optimized screen capture performance when there are no hidden widgets.

1.0.28

  • Fixed Android screenshots on api level 24 and 25.

1.0.27

  • Upgraded to the latest native SDKs.

1.0.26

  • Removed network logging (Dart 1 Compatibility)

1.0.25

  • Upgraded to the latest native SDKs.

1.0.24

  • Upgraded to the latest native SDKs.

1.0.23

  • Fixed Android UI thread exceptions.

1.0.22

  • Added gesture detection for iOS.

1.0.21

  • Added gesture detection for Android.

1.0.20

  • Added installCrashHandler() and installFeedbackHandler().

1.0.19

  • Fixed compilation errors due to network logging.

1.0.18

  • Adopted dartfmt for source formatting.

1.0.17

  • Fixed lint errors in the Dart code.

1.0.16

  • Fixed lint errors in the Dart code.

1.0.15

  • Optimized iOS screenshot algorithm.

1.0.14

  • Optimized Android screenshot algorithm.

1.0.13

  • Fixed taking screenshots when paint is not ready.

1.0.12

  • Fixed taking screenshots when layout is not ready.

1.0.11

  • Added setFeedbackOptions() support for iOS.
  • Fixed video in resumed sessions on Android.

1.0.10

  • Added improved documentation for latest Errno::ENOENT issue.

1.0.9

  • Fixed error and network logging for latest Flutter version.
  • Fixed iOS builds example project. See troubleshoot section in readme if you are having difficulties building iOS apps.

1.0.8

  • Added hideWidget() support for iOS.
  • Fixed missing screenshots in feedbacks.

1.0.7

  • Bugfix for small pixel buffers during screenshots in Android.

1.0.6

  • Embedded Flutter and v2 Android plugin support.

1.0.5

  • AndroidX support.

1.0.4

  • disableAutoUpdate() support.

1.0.3

  • Android Screenshots and hideWidget().
  • Network logging.

1.0.2

  • iOS Screenshots.

1.0.1

  • iOS support.

1.0.0

  • Initial release.
  • Android support.