Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 1.07 KB

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.5] - 2020-12-27

Fixed

  • The way the toasts are created no iOS longer block UI input

[1.0.4] - 2020-09-03

Changed

[1.0.3] - 2020-08-31

Fixed

  • Fixed issue where the class name for NullUnityNativeSharingAdapter was not changed during a refactor, leading to duplicate class names

[1.0.2] - 2020-04-15

Changed

  • Calls into Android were looking for instanced methods, whereas static methods needed to be called
  • Split out the methods in Android out into two different methods

[1.0.1] - 2020-04-15

Changed

  • Fixed AndroidUnityNativeToastsAdapter.cs still having the constructor for AndroidUnityNativeSharingAdapter.cs from when it was copied over
  • Fixed incorrect comment

[1.0.0] - 2020-04-13

This is the first release of Unity-Native-Toasts.