File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 5
5
- redux-based scrolling on synopsis
6
6
- scroll targets can either be determined by regex or by a mapping
7
7
- allow for manual entering of scroll target
8
- - ` seed-annotations-permanent ` is a window now
8
+ - ` seed-config `
9
+ - all fetched data except specific to a certain text view is fetched
10
+ through this element. So this takes functions that was in other
11
+ elements before: in ` seed-annotations-* ` and ` seed-synopsis ` :
12
+ - annotations via ` annotations-url ` attribute
13
+ - ontology via `ontology-urls` attribute
14
+ - alignments via `regex-alignment` or `mapping-alignment` attribute
15
+ - ` seed-annotations-permanent `
16
+ - is a window and a pure view component now
17
+ - remove attributes ` annotations-url ` and ` ontology-urls `
18
+ - use CSS flex box model for setting the size of synopsis texts
19
+ instead of widget size provider/consumer
20
+ - ` seed-synopsis ` is deprecated
9
21
10
22
## 0.5.10
11
23
You can’t perform that action at this time.
0 commit comments