Open
Description
package.json says that apl-viewhost-web is version 2024.2 but when printing the preview of an APL doc suggester and envinronment.aplVersion both reports 2023.3
To Reproduce
Steps to reproduce the behavior:
- Create an APL document that targets version 2024.1+
- Add a text component to print the value of ${environment.aplVersion}
- Add something that was introduced in a later version such as 'handleVisibilityChange' and it won't work
Expected behavior
The version should be the latest available or there should be a version selector
Activity