@object-ui/plugin-list 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,17 @@
1
1
  # @object-ui/plugin-list
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/i18n@3.3.1
12
+ - @object-ui/react@3.3.1
13
+ - @object-ui/mobile@3.3.1
14
+
3
15
  ## 3.3.0
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -122,6 +122,26 @@ interface ListViewSchema {
122
122
 
123
123
  The ListView automatically persists the user's view type preference in localStorage using the key `listview-{objectName}-view`.
124
124
 
125
+ <!-- release-metadata:v3.3.0 -->
126
+
127
+ ## Compatibility
128
+
129
+ - **React:** 18.x or 19.x
130
+ - **Node.js:** ≥ 18
131
+ - **TypeScript:** ≥ 5.0 (strict mode)
132
+ - **`@objectstack/spec`:** ^3.3.0
133
+ - **`@objectstack/client`:** ^3.3.0
134
+ - **Tailwind CSS:** ≥ 3.4 (for packages with UI)
135
+
136
+ ## Links
137
+
138
+ - 📚 [Documentation](https://www.objectui.org/docs/plugins/plugin-list)
139
+ - 📦 [npm package](https://www.npmjs.com/package/@object-ui/plugin-list)
140
+ - 📝 [Changelog](./CHANGELOG.md)
141
+ - 🐛 [Report an issue](https://github.com/objectstack-ai/objectui/issues)
142
+ - 🤝 [Contributing Guide](https://github.com/objectstack-ai/objectui/blob/main/CONTRIBUTING.md)
143
+ - 🗺️ [Roadmap](https://github.com/objectstack-ai/objectui/blob/main/ROADMAP.md)
144
+
125
145
  ## License
126
146
 
127
- MIT
147
+ MIT — see [LICENSE](./LICENSE).