cozy-ui-plus 1.1.3 → 1.2.0

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
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.2.0](https://github.com/cozy/cozy-libs/compare/cozy-ui-plus@1.1.3...cozy-ui-plus@1.2.0) (2025-10-30)
7
+
8
+ ### Features
9
+
10
+ - **ui-plus:** Add comment in docs ([6445176](https://github.com/cozy/cozy-libs/commit/6445176ca4bdb0f56444016aaef61e5ad3e3c1a9))
11
+
6
12
  ## [1.1.3](https://github.com/cozy/cozy-libs/compare/cozy-ui-plus@1.1.2...cozy-ui-plus@1.1.3) (2025-10-30)
7
13
 
8
14
  **Note:** Version bump only for package cozy-ui-plus
package/README.md CHANGED
@@ -4,7 +4,7 @@ Extension of cozy-ui to provide components with cozy-client dependencies
4
4
 
5
5
  ## Installation
6
6
 
7
- Import CSS:
7
+ Import CSS (strictly required only for components with style):
8
8
 
9
9
  ```jsx
10
10
  import 'cozy-ui-plus/dist/stylesheet.css'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cozy-ui-plus",
3
- "version": "1.1.3",
3
+ "version": "1.2.0",
4
4
  "description": "Cozy-ui-plus is an extension of cozy-ui and provides components based on cozy-client",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
@@ -72,5 +72,5 @@
72
72
  "react": "^16 || ^17 || ^18",
73
73
  "react-dom": "^16 || ^17 || ^18"
74
74
  },
75
- "gitHead": "c90db9a0e2f1d287a28f1d10328c12603a0f63c0"
75
+ "gitHead": "676d2aa9a7ae6caf26a5325c1d7dd96382e79e27"
76
76
  }