@knapsack/renderer-twig 4.87.0 → 4.87.2
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/CHANGELOG.md +25 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,28 @@
|
|
|
1
|
+
# v4.87.2 (Thu Oct 30 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- KSP-4269 Using a reference within a borderStyle then adding a group then removing group destroys ALL composite references [#6694](https://github.com/knapsack-labs/app-monorepo/pull/6694) ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
6
|
+
- Merge branch 'latest' into feature/ksp-4269-using-a-reference-within-a-borderstyle-then-adding-a-group ([@EmmanuelVelez](https://github.com/EmmanuelVelez))
|
|
7
|
+
|
|
8
|
+
#### Authors: 1
|
|
9
|
+
|
|
10
|
+
- [@EmmanuelVelez](https://github.com/EmmanuelVelez)
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# v4.87.1 (Thu Oct 30 2025)
|
|
15
|
+
|
|
16
|
+
#### 🐛 Bug Fix
|
|
17
|
+
|
|
18
|
+
- enable objects and arrays of objects inference, closes KSP-5880 [#6865](https://github.com/knapsack-labs/app-monorepo/pull/6865) ([@mabry1985](https://github.com/mabry1985))
|
|
19
|
+
|
|
20
|
+
#### Authors: 1
|
|
21
|
+
|
|
22
|
+
- Josh Mabry ([@mabry1985](https://github.com/mabry1985))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
1
26
|
# v4.86.7 (Mon Oct 27 2025)
|
|
2
27
|
|
|
3
28
|
#### 🐛 Bug Fix
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/renderer-twig",
|
|
3
3
|
"description": "Render Twig",
|
|
4
|
-
"version": "4.87.
|
|
4
|
+
"version": "4.87.2",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
"author": "Knapsack (https://www.knapsack.cloud)",
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@basalt/twig-renderer": "^3.2.7",
|
|
28
|
-
"@knapsack/app": "4.87.
|
|
29
|
-
"@knapsack/file-utils": "4.87.
|
|
30
|
-
"@knapsack/types": "4.87.
|
|
31
|
-
"@knapsack/utils": "4.87.
|
|
28
|
+
"@knapsack/app": "4.87.2",
|
|
29
|
+
"@knapsack/file-utils": "4.87.2",
|
|
30
|
+
"@knapsack/types": "4.87.2",
|
|
31
|
+
"@knapsack/utils": "4.87.2",
|
|
32
32
|
"ejs": "^3.1.10",
|
|
33
33
|
"zod": "^4.0.14"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@knapsack/eslint-config-starter": "4.87.
|
|
37
|
-
"@knapsack/typescript-config-starter": "4.87.
|
|
36
|
+
"@knapsack/eslint-config-starter": "4.87.2",
|
|
37
|
+
"@knapsack/typescript-config-starter": "4.87.2",
|
|
38
38
|
"eslint": "^8.57.0",
|
|
39
39
|
"typescript": "^5.9.2",
|
|
40
40
|
"vitest": "^3.2.4"
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"directory": "apps/client/renderers/renderer-twig",
|
|
48
48
|
"type": "git"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "7316f119ea3e23746afa28559a24c735690f9b7a"
|
|
51
51
|
}
|