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

1.3.0

Compare
Choose a tag to compare
@botbeaglezup botbeaglezup released this 13 Oct 15:57
56874de

Release notes 1.3.0

Changes:

Features

  • add support to default activity (#880)
  • create BeagleView (#891)
  • conditional action android (#898)
  • add support to bind in class image (#915)
  • adding expression support to remote navigation (#922)
  • add expression support in remote route navigation (#890)
  • add support to bind in menu (#938)
  • iOS Auto-Layout Yoga interworking (#924)
  • add automation test (#912)
  • add documentation to all public components on the beagle android (#978)
  • add documentation to all public action on the beagle android (#977)
  • iOS add border parameters in Style (#1008)
  • iOS - Image Downloader Dependecy (#999)
  • add possible user override download image (#917)
  • add border parameters in style android and backend (#1024)
  • image expression (#914)

Bug fixes

  • Merge 1.2.1-android patch with master (#881)
  • widgets styles that uses view size don't work properly (#902)
  • send request bindable fields (#927)
  • Hotfix version 1.2.2 for Android (#918)
  • adding deprecated constructor to navigate (#930)
  • add focus in component text input (#937)
  • Not passing additional data in request (#940)
  • iOS - multiple expression binding when using cache (#943)
  • dynamic object default string conversion (#909)
  • textInput onBlur (#944)
  • resize view when inside the scroll layout (#952)
  • adjust visibility gone in yoga layout (#966)
  • 1.2.2 iOS release (#961)
  • adjust request with json array (#980)
  • adjust unit test sample (#981)
  • Global Context (#945)
  • make extendsFromClass check all super classes in hierarchy (#987)
  • app crash when use a JSON without ScreenComponent on startActivity (#982)
  • fragment transition toolbar glitch (#1009)
  • iOS binding triggers layout change (#995)
  • adjust add children name action (#1029)
  • navigation crashing when open a invalid route and poptoview not working to first route. (#1027)

Code refactoring

  • add new function to get expression (#921)
  • remove deprecated from constructor (#953)
  • renamed class AddChildrenAction to AddChildren (#959)
  • adjust component request tests scenarios to be more reliable (#963)
  • adjust package name beagle in automated test (#984)
  • documentation public class backend (#972)

Building system

  • merge release/1.2.1-iOS hotfix with master (#875)
  • update code owners (#885)
  • update libraries android (#935)
  • adds support for web to the image test (#1022)
  • documentation package at the beagle android (#997)

CI/CD

  • iOS update podspec version and tag independently so hotfix works (#869)

Other work

  • Creating and testing new Condition action (#916)
  • fix form validation error (#946)
  • change example navigation screen to declarative (#979)
  • fix DynamicObject set(value: with path:) (#989)
  • Add a way to dismiss the numeric keyboard. (#985)