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

Releases: ZupIT/beagle-web-core

Release v2.1.0

24 Nov 18:19
6af21a7
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change

Release v2.0.1

05 Aug 20:57
e814047
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change

Release v2.0.0

28 Mar 13:33
72e7c8d
Compare
Choose a tag to compare
  • All deprecated code has been removed.
  • Customizable caching system through the new "ViewClient" service. The ViewClient is built on top of the HttpClient and only serves to retrieve server driven screens, which makes it much easier to implement non-standard behavior for screen requests.
  • Navigation context: It is a specialized Context ideal for sending information in a server driven screen stream.
  • Updates the Analytics 2:
    • It now includes the "rootId" property that reports the id of the first component that appears in the UI tree. This was done as we noticed that some users used this id to identify their screens.
    • Since Analytics 1 was deprecated and removed, Analytics 2 now is refered as just Analytics.
  • Navigation subsystem was refactored to ensure better customization by platforms that use Beagle Web Core (React, Angular and Flutter).
  • Loop rendering function has been refactored to ensure interoperability with Beagle Flutter.
  • Fixes the "platform" header to send the value expected by the backend: "WEB".

v1.10.2

14 Oct 19:22
f59b62a
Compare
Choose a tag to compare

Patch: fixes the calculation of absolute URL's as first path of a Beagle flow.

Release v1.10.1

27 Aug 19:14
26d6a71
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change

Release v1.10.0

23 Aug 18:23
c4a81a1
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change

Release v1.9.1

16 Jul 14:10
8fcc4f6
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change

Release v1.9.0

02 Jul 23:32
c64ded3
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change

Release v1.7.0

23 Apr 19:23
6478bfe
Compare
Choose a tag to compare
  • 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.

Release v1.6.0

24 Feb 12:46
d13d46e
Compare
Choose a tag to compare

Release notes:

  • Analytics 2.0
  • New configuration to disable the transformation from beagle-style to css
  • Fixes types for the Storage service