hazo_collab_forms 5.3.0 → 5.3.1
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/CHANGE_LOG.md +26 -0
- package/package.json +17 -16
package/CHANGE_LOG.md
CHANGED
|
@@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [5.3.1] - 2026-05-10
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **Dependency version pins aligned with workspace canonical table.**
|
|
15
|
+
No API changes — purely a maintenance pass to keep this package on the
|
|
16
|
+
same dep ranges as the rest of the hazo_* ecosystem.
|
|
17
|
+
- `peerDependencies`: `hazo_auth ^5.1.30`, `hazo_config ^2.1.0`,
|
|
18
|
+
`hazo_connect ^2.4.0`, `hazo_ihelp ^2.0.0`,
|
|
19
|
+
`hazo_llm_api ^1.2.0`, `hazo_logs ^1.0.13`, `hazo_pdf ^1.7.0`,
|
|
20
|
+
`lucide-react ^0.553.0`, `sonner ^2.0.7`.
|
|
21
|
+
- `dependencies`: `clsx ^2.1.1`, `tailwind-merge ^3.5.0`.
|
|
22
|
+
- `devDependencies`: `typescript ^5.7.2`, `@types/node ^20.14.10`,
|
|
23
|
+
`@types/react ^18.3.3`, `@types/react-dom ^18.3.0`,
|
|
24
|
+
`lucide-react ^0.553.0`.
|
|
25
|
+
- **`CLAUDE.md` rewritten for density.** Same content, ~4× shorter —
|
|
26
|
+
source-of-truth pointers, critical rules, v2-data-model gotchas, and
|
|
27
|
+
conventions condensed so the file stays within sensible context budgets.
|
|
28
|
+
|
|
29
|
+
### Notes
|
|
30
|
+
|
|
31
|
+
- `test-app/` was migrated to Tailwind v4 (`@tailwindcss/postcss`,
|
|
32
|
+
`tw-animate-css`, `@import "tailwindcss"`) and added `dropbox` /
|
|
33
|
+
`googleapis` to `serverExternalPackages`. Test-app changes do not
|
|
34
|
+
ship in the published package.
|
|
35
|
+
|
|
10
36
|
## [5.3.0] - 2026-05-04
|
|
11
37
|
|
|
12
38
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hazo_collab_forms",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.1",
|
|
4
4
|
"description": "Collaboration form elements",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.client.js",
|
|
@@ -95,20 +95,21 @@
|
|
|
95
95
|
"@radix-ui/react-switch": "^1.2.6",
|
|
96
96
|
"@testing-library/jest-dom": "^6.6.3",
|
|
97
97
|
"@testing-library/react": "^15.0.7",
|
|
98
|
-
"@types/node": "^20.
|
|
99
|
-
"@types/react": "^18.
|
|
100
|
-
"@types/react-dom": "^18.
|
|
98
|
+
"@types/node": "^20.14.10",
|
|
99
|
+
"@types/react": "^18.3.3",
|
|
100
|
+
"@types/react-dom": "^18.3.0",
|
|
101
101
|
"@vitest/ui": "^1.6.1",
|
|
102
102
|
"happy-dom": "^14.12.3",
|
|
103
|
+
"lucide-react": "^0.553.0",
|
|
103
104
|
"patch-package": "^8.0.0",
|
|
104
105
|
"react-resizable-panels": "^4.7.6",
|
|
105
|
-
"typescript": "^5.
|
|
106
|
+
"typescript": "^5.7.2",
|
|
106
107
|
"vitest": "^1.6.1"
|
|
107
108
|
},
|
|
108
109
|
"dependencies": {
|
|
109
|
-
"clsx": "^2.1.
|
|
110
|
+
"clsx": "^2.1.1",
|
|
110
111
|
"server-only": "^0.0.1",
|
|
111
|
-
"tailwind-merge": "^
|
|
112
|
+
"tailwind-merge": "^3.5.0"
|
|
112
113
|
},
|
|
113
114
|
"peerDependencies": {
|
|
114
115
|
"@dnd-kit/core": "^6.3.1",
|
|
@@ -117,23 +118,23 @@
|
|
|
117
118
|
"@radix-ui/react-dialog": "^1.0.0",
|
|
118
119
|
"@radix-ui/react-label": "^2.0.0",
|
|
119
120
|
"@radix-ui/react-popover": "^1.0.0",
|
|
120
|
-
"hazo_auth": "^5.1.
|
|
121
|
+
"hazo_auth": "^5.1.30",
|
|
121
122
|
"hazo_chat": "^5.2.1",
|
|
122
|
-
"hazo_config": "^2.0
|
|
123
|
-
"hazo_connect": "
|
|
123
|
+
"hazo_config": "^2.1.0",
|
|
124
|
+
"hazo_connect": "^2.4.0",
|
|
124
125
|
"hazo_files": "^1.4.4",
|
|
125
|
-
"hazo_ihelp": "
|
|
126
|
-
"hazo_llm_api": "
|
|
127
|
-
"hazo_logs": "^1.0.
|
|
126
|
+
"hazo_ihelp": "^2.0.0",
|
|
127
|
+
"hazo_llm_api": "^1.2.0",
|
|
128
|
+
"hazo_logs": "^1.0.13",
|
|
128
129
|
"hazo_notes": "^1.1.5",
|
|
129
|
-
"hazo_pdf": "
|
|
130
|
+
"hazo_pdf": "^1.7.0",
|
|
130
131
|
"hazo_ui": "^2.7.0",
|
|
131
|
-
"lucide-react": "
|
|
132
|
+
"lucide-react": "^0.553.0",
|
|
132
133
|
"react": "^18.0.0 || ^19.0.0",
|
|
133
134
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
134
135
|
"react-icons": "^5.0.0",
|
|
135
136
|
"react-resizable-panels": "^4.3.3",
|
|
136
|
-
"sonner": "^2.0.
|
|
137
|
+
"sonner": "^2.0.7"
|
|
137
138
|
},
|
|
138
139
|
"peerDependenciesMeta": {
|
|
139
140
|
"@dnd-kit/core": {
|