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

Releases: ZupIT/beagle-web-angular

Release v2.1.0

24 Nov 18:25
e7f33fe
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change

Release v2.0.3

08 Sep 18:21
070010a
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change

Release v2.0.2

05 Aug 21:06
564abc8
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change

Release v2.0.1

29 Mar 20:58
9e96f51
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change

Release v2.0.0

28 Mar 14:25
d7a9cf2
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.
  • Updates the ScreenComponent:
    • The "navigationBar.items[i].action" property has been renamed to "onPress" and now supports multiple actions.
    • The "identifier" property has been removed, leaving only "id".
    • The "navigationBar.items[i].image" property now accepts Expression, which should be the mobileId of the image.
  • 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 bug where Text component would not render number 0 or boolean false.
  • Fixes bug where Button component did not render non-string text.
  • Fixes the "platform" header to send the value expected by the backend: "WEB".

v1.10.2

14 Oct 19:18
3218ee0
Compare
Choose a tag to compare

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

Release v1.10.0

23 Aug 18:44
d299730
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change

Release v1.9.6

22 Jul 18:24
1289033
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change

Release v1.9.5

16 Jul 19:39
5ff45f4
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change

Release v1.9.3

07 Jul 14:16
ccdc8dd
Compare
Choose a tag to compare

Todo: release notes should go here

  • First Change
  • Second Change