• Analytics has been deprecated in favor of the latest API called Analytics 2.0. The old Analytics still works but will be removed in version 2.0.
  • Declarative UI writing in the front end interface is discontinued. Beagle is a server-oriented UI platform and all screen code must be in the backend. Allowing this to be done on the front wnd is anti-standard and requires a lot of maintenance on team's part. It is still possible to write screens in the front end, but it will be removed in version 2.0, keeping support only for JSON (string).
  • Web:
  • Fixes bug where corner radius considered values as diameter instead of radius.
  • Fixes bug where ListViews could cause items to unnecessarily render itself again.
  • Added support for the latest version of React - version 17
  • Added support for the latest version of Angular - version 12
  • Improvements to network error logs.