@object-ui/layout 3.3.0 → 3.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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @object-ui/layout
2
2
 
3
+ ## 3.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b429568]
8
+ - @object-ui/components@3.3.1
9
+ - @object-ui/types@3.3.1
10
+ - @object-ui/core@3.3.1
11
+ - @object-ui/react@3.3.1
12
+
3
13
  ## 3.3.0
4
14
 
5
15
  ### Patch Changes
package/README.md CHANGED
@@ -117,6 +117,26 @@ All components accept `className` prop for Tailwind customization:
117
117
 
118
118
  For detailed API documentation, visit the [Object UI Documentation](https://www.objectui.org/docs/layout).
119
119
 
120
+ <!-- release-metadata:v3.3.0 -->
121
+
122
+ ## Compatibility
123
+
124
+ - **React:** 18.x or 19.x
125
+ - **Node.js:** ≥ 18
126
+ - **TypeScript:** ≥ 5.0 (strict mode)
127
+ - **`@objectstack/spec`:** ^3.3.0
128
+ - **`@objectstack/client`:** ^3.3.0
129
+ - **Tailwind CSS:** ≥ 3.4 (for packages with UI)
130
+
131
+ ## Links
132
+
133
+ - 📚 [Documentation](https://www.objectui.org/docs/layout)
134
+ - 📦 [npm package](https://www.npmjs.com/package/@object-ui/layout)
135
+ - 📝 [Changelog](./CHANGELOG.md)
136
+ - 🐛 [Report an issue](https://github.com/objectstack-ai/objectui/issues)
137
+ - 🤝 [Contributing Guide](https://github.com/objectstack-ai/objectui/blob/main/CONTRIBUTING.md)
138
+ - 🗺️ [Roadmap](https://github.com/objectstack-ai/objectui/blob/main/ROADMAP.md)
139
+
120
140
  ## License
121
141
 
122
- MIT
142
+ MIT — see [LICENSE](./LICENSE).