File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Original file line number Diff line number Diff line change 11# @platforma-open/milaboratories .clonotype-browser-3
22
3+ ## 2.1.0
4+
5+ ### Minor Changes
6+
7+ - 6150866: Add the mandatory block kind and its init-params contract
8+
9+ The block declares a kind carrying its identity and an init-params contract of
10+ ` inputAnchor ` plus ` annotationSpecUi ` — the two fields a project template
11+ supplies to seed a new instance. The data model consumes them in ` init ` and the
12+ block model projects the same pair back through ` templateParams ` , so export and
13+ apply are inverses.
14+
15+ Also tracks the current column API: ` expandByPartition ` is now ` splitByAxes `
16+ with a defaulted label resolver, and ` getLeafColumnData ` is replaced by a
17+ ` hasReachableData ` guard followed by ` getData() ` .
18+
319## 2.0.8
420
521### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @platforma-open/milaboratories.clonotype-browser-3" ,
3- "version" : " 2.0.8 " ,
3+ "version" : " 2.1.0 " ,
44 "files" : [
55 " dist" ,
66 " block-pack"
Original file line number Diff line number Diff line change 1+ # @platforma-open/milaboratories .clonotype-browser-3.kind
2+
3+ ## 1.1.0
4+
5+ ### Minor Changes
6+
7+ - 6150866: Add the mandatory block kind and its init-params contract
8+
9+ The block declares a kind carrying its identity and an init-params contract of
10+ ` inputAnchor ` plus ` annotationSpecUi ` — the two fields a project template
11+ supplies to seed a new instance. The data model consumes them in ` init ` and the
12+ block model projects the same pair back through ` templateParams ` , so export and
13+ apply are inverses.
14+
15+ Also tracks the current column API: ` expandByPartition ` is now ` splitByAxes `
16+ with a defaulted label resolver, and ` getLeafColumnData ` is replaced by a
17+ ` hasReachableData ` guard followed by ` getData() ` .
Original file line number Diff line number Diff line change 11{
22 "name" : " @platforma-open/milaboratories.clonotype-browser-3.kind" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "private" : true ,
55 "description" : " Block kind for the clonotype-browser block" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11# @platforma-open/milaboratories .clonotype-browser-3.model
22
3+ ## 2.1.0
4+
5+ ### Minor Changes
6+
7+ - 6150866: Add the mandatory block kind and its init-params contract
8+
9+ The block declares a kind carrying its identity and an init-params contract of
10+ ` inputAnchor ` plus ` annotationSpecUi ` — the two fields a project template
11+ supplies to seed a new instance. The data model consumes them in ` init ` and the
12+ block model projects the same pair back through ` templateParams ` , so export and
13+ apply are inverses.
14+
15+ Also tracks the current column API: ` expandByPartition ` is now ` splitByAxes `
16+ with a defaulted label resolver, and ` getLeafColumnData ` is replaced by a
17+ ` hasReachableData ` guard followed by ` getData() ` .
18+
19+ ### Patch Changes
20+
21+ - Updated dependencies [ 6150866]
22+ - @platforma-open/milaboratories .clonotype-browser-3.kind@1.1.0
23+
324## 2.0.8
425
526### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @platforma-open/milaboratories.clonotype-browser-3.model" ,
3- "version" : " 2.0.8 " ,
3+ "version" : " 2.1.0 " ,
44 "private" : true ,
55 "description" : " Block model" ,
66 "type" : " module" ,
Original file line number Diff line number Diff line change 11# @platforma-open/milaboratories .clonotype-browser-3.test
22
3+ ## 2.0.9
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ 6150866]
8+ - @platforma-open/milaboratories .clonotype-browser-3.model@2.1.0
9+
310## 2.0.8
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @platforma-open/milaboratories.clonotype-browser-3.test" ,
3- "version" : " 2.0.8 " ,
3+ "version" : " 2.0.9 " ,
44 "private" : true ,
55 "description" : " Block tests" ,
66 "keywords" : [],
Original file line number Diff line number Diff line change 11# @platforma-open/milaboratories .clonotype-browser-3.ui
22
3+ ## 2.0.9
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies [ 6150866]
8+ - @platforma-open/milaboratories .clonotype-browser-3.model@2.1.0
9+
310## 2.0.8
411
512### Patch Changes
You can’t perform that action at this time.
0 commit comments