Skip to content

Commit e004a24

Browse files
Auto-generated changes
1 parent e8f3480 commit e004a24

11 files changed

Lines changed: 73 additions & 22 deletions

File tree

.changeset/mandatory-block-kind.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

block/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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

block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

kind/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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()`.

kind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

model/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
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

model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

test/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [],

ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

0 commit comments

Comments
 (0)