In developing custom visuals, there exists a deprecated PowerBI Custom Visuals API: https://github.com/Microsoft/PowerBI-visuals-core
The PowerBI team has removed the online developer tools as of last week, and the team no longer supports open issues on this API.
There exists a new PowerBI Visuals API: https://github.com/Microsoft/PowerBI-visuals
However, this API's functionality is severely limited in contrast to the functionality available from the deprecated API.
What's the plan looking like for expanding the new PowerBI custom visuals API? How fast are changes being rolled out, and is there a calendar for these new changes? I find myself blocked in the process of creating several custom visuals because the API is not at parity with the deprecated API. As one example, there is no functionality in the new API that is at parity with IInteractiveBehavior or IInteractivityService.