Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Aug 21:02
· 44 commits to master since this release

The underlying BEMCheckBox v2.0.0 has some breaking changes that affect this Xamarin wrapper:

  • Minimum iOS version was increased from 8.4 to 12.
  • Events renamed
    • DidTapCheckBox renamed to DidTap
    • AnimationDidStopForCheckBox to AnimationDidStopFor

As part of this release we had 10 issues closed.

Dependencies

  • #12 Upgrade BEMCheckBox Native Framework from 1.4.1 to 2.0.0
  • #16 Update Xamarin.Forms for the Example Client from 4 to 5.0.0.2578
  • #18 Upgrade BEMCheckBox Native Framework from 1.4.1 to 2.0.0
  • #19 Update BEMCheckBox binding from 1.4 to 2.0.0

DevOps

  • #17 Fix issues with CI
  • #21 Add release notes workflow
  • #23 Updated the Nuspec file and added uploading to NuGet in the CI

Documentation

  • #22 Update BEMCheckBox references and add badges in the README

Enhancement

  • #11 Migrate Automated Build to GitHub Actions

Refactoring

  • #20 Move native reference files to the Native References folder