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

Release v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 19:23
6478bfe
  • Fixes problem where the action setContext wouldn’t update a value in the context if the new data type was different than the previous.
  • Navigation actions can now recover the context state when navigating back in the history.
  • Navigation actions can now further specify aspects of the request to retrieve the view. The new property httpAdditionalData lets the backend specify the http method, headers and body of the request. Furthermore, now that the navigation can completely describe a request, the parameter networkOptions for creating a Beagle View is no longer required and has been deprecated.
  • CornerRadius, in the component’s style, now correctly interprets null values.