Galen v2.1.0 Release Notes

Release Date: 2015-09-21 // over 8 years ago
  • 🔄 Changed

    • Java API:
      • Changed signature of Galen.checkLayout method
      • Removed Galen.dumpPage method.
      • Introduced GalenPageDump class for making page dumps

    ➕ Added

    • insideFrame function to PageElement prototype in GalenPages
    • Heatmap for layout reports in html report
    • 📜 "self" special object in specs parser
    • Custom information table in html report
    • Option for object to be omitted in page dump
    • "load" function accept an array of strings
    • 👌 Support for float percentages in color-scheme validation
    • "count" spec for validating the amount of specific objects on page
    • 📜 Providing object locators to spec parser from Java and JavaScript
    • ✅ Switch for page elements area finding method. This makes it possible to tests on iOS devices 7.0 and greater

    🛠 Fixed

    • 📜 String concatenation in Galen Specs parser
    • RasterFormatException in page dump in case the screenshot is smaller than the element area
    • 👌 Improved layout for image comparison popup in HTML report