@affino/datagrid-core 0.3.8 → 0.3.9
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/README.md +5 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -12,8 +12,8 @@ Single source of truth for platform capabilities:
|
|
|
12
12
|
|
|
13
13
|
Base formula APIs now have a dedicated package boundary:
|
|
14
14
|
|
|
15
|
-
- community: [@affino/datagrid-formula-engine](/
|
|
16
|
-
- boundary doc: [
|
|
15
|
+
- community: [@affino/datagrid-formula-engine](https://github.com/affinio/affinio/tree/main/packages/datagrid-formula-engine#readme)
|
|
16
|
+
- boundary doc: [datagrid-formula-engine-community-vs-enterprise.md](https://github.com/affinio/affinio/blob/main/docs/datagrid-formula-engine-community-vs-enterprise.md)
|
|
17
17
|
|
|
18
18
|
Keep row-model orchestration and formula integration inside `@affino/datagrid-core`.
|
|
19
19
|
Use `@affino/datagrid-formula-engine` for formula parsing/compile/graph APIs.
|
|
@@ -22,8 +22,8 @@ Use `@affino/datagrid-formula-engine` for formula parsing/compile/graph APIs.
|
|
|
22
22
|
|
|
23
23
|
Base pivot APIs now also have a dedicated package boundary:
|
|
24
24
|
|
|
25
|
-
- community: [@affino/datagrid-pivot](/
|
|
26
|
-
- boundary doc: [
|
|
25
|
+
- community: [@affino/datagrid-pivot](https://github.com/affinio/affinio/tree/main/packages/datagrid-pivot#readme)
|
|
26
|
+
- boundary doc: [datagrid-pivot-community-vs-enterprise.md](https://github.com/affinio/affinio/blob/main/docs/datagrid-pivot-community-vs-enterprise.md)
|
|
27
27
|
|
|
28
28
|
Keep row-model orchestration and pivot runtime integration inside `@affino/datagrid-core`.
|
|
29
29
|
Use `@affino/datagrid-pivot` for pivot contracts and pure pivot helper APIs.
|
|
@@ -210,4 +210,4 @@ Horizontal virtualization now uses a deterministic clamp/update path:
|
|
|
210
210
|
## Roadmap
|
|
211
211
|
|
|
212
212
|
Execution and quality hardening are tracked in:
|
|
213
|
-
|
|
213
|
+
[datagrid-ag-architecture-9.5-pipeline-checklist.md](https://github.com/affinio/affinio/blob/main/docs/datagrid-ag-architecture-9.5-pipeline-checklist.md).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@affino/datagrid-core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.9",
|
|
4
4
|
"author": "Anton Pavlov <a.pavlov@affino.dev>",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Headless data grid core for Affino UI primitives",
|
|
@@ -44,11 +44,11 @@
|
|
|
44
44
|
"core"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
+
"@affino/datagrid-format": "0.1.1",
|
|
48
|
+
"@affino/projection-engine": "0.2.2",
|
|
47
49
|
"@affino/datagrid-formula-engine": "0.1.1",
|
|
48
|
-
"@affino/datagrid-pivot": "0.1.1",
|
|
49
50
|
"@affino/datagrid-plugins": "0.2.2",
|
|
50
|
-
"@affino/
|
|
51
|
-
"@affino/datagrid-format": "0.1.1"
|
|
51
|
+
"@affino/datagrid-pivot": "0.1.1"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {},
|
|
54
54
|
"devDependencies": {},
|