Skip to content

v10.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 17:39
· 613 commits to dev since this release

Breaking changes

While the impact should be low for most projects, this version does introduce some breaking changes:

  • Atata was updated to v3.1.0 from v2.9.0. Atata v3 brought breaking changes as well. So, if you integrated with some Atata features directly, you may need to adapt your code, see the migration guide. If you only used the higher-level APIs provided by the UI Testing Toolbox, then nothing to do (any problems will be apparent as build errors).
  • The TestBasicOrchardFeatures* extension methods are now in their own namespace. You'll need to thus add using Lombiq.Tests.UI.BasicOrchardFeaturesTesting; to files using them. Everything works otherwise the same.

What's Changed

New Contributors

Full Changelog: v9.1.1...v10.0.0