Skip to content

Commit 3895086

Browse files
committed
report changes
1 parent 05ddf81 commit 3895086

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGES.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@
55
- redux-based scrolling on synopsis
66
- scroll targets can either be determined by regex or by a mapping
77
- 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
921

1022
## 0.5.10
1123

0 commit comments

Comments
 (0)