@rcsb/rcsb-saguaro-app 4.0.0-interfaces.3 → 4.0.0-interfaces.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/build/dist/app.js +2 -2
- package/build/dist/app.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
|
|
5
5
|
## [4.0.0-interfaces] - 2021-12-15
|
|
6
6
|
### Annotation collector improvements
|
|
7
|
-
- CollectAnnotationsInterface
|
|
7
|
+
- Added interface `CollectAnnotationsInterface` for generating new annotations internally (not exposed)
|
|
8
8
|
- `annotationGenerator?(annotations: Array<AnnotationFeatures>)` generates new annotations from the collected ones
|
|
9
9
|
- `annotationFilter?(annotations: Array<AnnotationFeatures>)` filter the collected annotations
|
|
10
|
-
- Both
|
|
10
|
+
- Both methods are called before annotations processing and thus, they should be configured in `RcsbAnnotationConfig.ac.json` or equivalent config file
|
|
11
11
|
- Checking content before adding generated features
|
|
12
12
|
|
|
13
13
|
## [4.0.0-master] - 2021-12-07
|