1.2.2
- Added icons for integrations under /icons
- Added support for instances with multiple families (#231)
Multi-family support
This update adds the ability to provide instances with more than a single family.
Traditionally, an Instance
would only support having a single family. This family is then matched against supported families of each plug-in. Now, an instance can register multiple families; essentially changing places of how plug-ins and instances are matched. That is, instead of building a plug-in with support for multiple families, you can now think in terms of building instances with multiple families, and in that way register support for more than a single plug-in.
See the issue for more details.