Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

1.8.0

Compare
Choose a tag to compare
@botbeaglezup botbeaglezup released this 01 Jun 16:56
· 103 commits to main since this release
b39c174

Release notes 1.8.0

Changes:

Features

  • iOS Appium tests with deep links (#1493)
  • add support to bind in field value in action add children (#1544)
  • Adds Android GridView (#1550)
  • add yoga from repository in zup (#1553)
  • Adds bridge communication for loggers (#1549)
  • add component grid view in backend (#1563)
  • Grid View in iOS (#1557)
  • listview in Appium (#1571)
  • Android listView multiple templates support (#1590)
  • iOS ListView/GridView templates (#1585)

Bug fixes

  • popToView error message when route doesnt exist (#1517)
  • PageView component size (#1524)
  • image resize behaviour on android. Adds and refactor imageView tests (#1548)
  • adjust image corner radius (#1552)
  • support expression in action AddChildren (#1547)
  • android RequestData constructor and utilization (#1562)
  • GlobalContext set object (#1566)
  • android image placeholder reset (#1572)
  • allow to use applyStyle and applyFlex in the same implementation (#1573) (#1576)
  • run BFF on custom branch (#1579)
  • image android with screenshot tests (#1578)
  • iOS - ListView layout changes (#1556, #1581) (#1582)
  • ListView's manager id and GridView contract (#1593)

Code refactoring

  • remove codecov by security (#1537)
  • remove widgetView inheritance from PageIndicator component (#1592)

Building system

  • ignore appium yml (#1519)
  • link update (#1520)
  • add doc in backend and android to component gridview (#1564)
  • update Gemfile.lock (#1580)
  • updates the http client default (#1587)

Documentation

  • iOS - Add some code documentation for components and actions (#1567)

CI/CD

  • update horusec script (#1526)

Other work