cozy-ui 103.6.2 → 103.8.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 +20 -0
- package/dist/cozy-ui.min.css +1 -1
- package/dist/cozy-ui.utils.min.css +1 -1
- package/package.json +1 -2
- package/react/Filename/Readme.md +8 -8
- package/react/ListItem/ExpandedAttributes/helpers.js +2 -0
- package/react/ListItem/locales/en.json +3 -0
- package/react/ListItem/locales/fr.json +3 -0
- package/react/MidEllipsis/index.jsx +5 -32
- package/react/Viewer/helpers.js +2 -0
- package/react/Viewer/locales/en.json +5 -0
- package/react/Viewer/locales/fr.json +5 -0
- package/stylus/utilities/text.styl +0 -1
- package/transpiled/react/ListItem/ExpandedAttributes/helpers.js +1 -1
- package/transpiled/react/ListItem/hoc/withListItemLocales.js +6 -0
- package/transpiled/react/MidEllipsis/index.js +6 -39
- package/transpiled/react/Viewer/helpers.js +1 -1
- package/transpiled/react/Viewer/hoc/withViewerLocales.js +10 -0
- package/transpiled/react/stylesheet.css +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
# [103.8.0](https://github.com/cozy/cozy-ui/compare/v103.7.0...v103.8.0) (2024-02-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **MidEllipsis:** Doesn't ellipsed anymore if not needed ([6830d0c](https://github.com/cozy/cozy-ui/commit/6830d0c))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **MidEllipsis:** Remove react-middle-ellipsis lib and flag ([a75d1e8](https://github.com/cozy/cozy-ui/commit/a75d1e8))
|
|
12
|
+
|
|
13
|
+
# [103.7.0](https://github.com/cozy/cozy-ui/compare/v103.6.2...v103.7.0) (2024-02-26)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **ListItem:** Add `netSocialAmount` and `contentAuthor` metadata support ([d54faa6](https://github.com/cozy/cozy-ui/commit/d54faa6))
|
|
19
|
+
* **Viewer:** Add `netSocialAmount` and `contentAuthor` metadata support ([63221f4](https://github.com/cozy/cozy-ui/commit/63221f4))
|
|
20
|
+
|
|
1
21
|
## [103.6.2](https://github.com/cozy/cozy-ui/compare/v103.6.1...v103.6.2) (2024-02-20)
|
|
2
22
|
|
|
3
23
|
|