- Removed `pluginCall()` and `getPlugin()` - replaced by `plugin()` getter
- Signature changes to `setFocus()`, `select()`, `clearSelection()`, and `createComponent()`: effectively the overloaded methods were replaced by ones that use `Target` objects to reference residues/ranges
+- Merged `Range` into `Target`
+- `ColorProp` and `PropsetProps` now use `Target` (`positions` and `selection` props renamed to `targets` of type `Target[]`)