3.18.0

Released February 11, 2022

New features

  • [API] New backend API that exposes locale information

Fixes and improvements

  • Move Annotations metrics to plugin-annotations

  • Improve UX for Live theme modal

  • [fixed] Widget footer is above depth span picker

  • [fixed] When downloading a widget, the user local customization should be used

Details

[API] New backend API that exposes locale information

A new API is available to get the current locale, this information was already available at the frontend using the i18n library and now it's available on the backend for plugins using the following method:

live.web().getSystemLocale()

The response can be:

  • "en_us"

  • "pt_br"

Last updated