feat: inject version into fast-element source #6556
Labels
area:fast-element
Pertains to fast-element
community:noteworthy
An issue or PR of particular interest to the community or planned for an announcement.
feature
A new feature
status:planned
Work is planned
Milestone
🙋 Feature Request
The FASTGlobal has a versions array. Instances of fast-element should push their version number into the array if it is not already present. This will enable easy detection of multiple versions as well as which versions are loaded.
🤔 Expected Behavior
FAST.versions
should return an array of loaded fast-element versions.😯 Current Behavior
The array is empty.
💁 Possible Solution
This will need to be accomplished through a combination of a small amount of code added to fast-element along with beachball integration. Here is the relevant beachball issue:
🔦 Context
It would be nice to know what version or versions are loaded at runtime.
💻 Examples
The text was updated successfully, but these errors were encountered: