cozy-ui 61.0.0 → 62.1.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
@@ -1,3 +1,47 @@
1
+ # [62.1.0](https://github.com/cozy/cozy-ui/compare/v62.0.0...v62.1.0) (2022-02-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **upload:** Make progress bar size fixed ([1f58eee](https://github.com/cozy/cozy-ui/commit/1f58eee))
7
+
8
+
9
+ ### Features
10
+
11
+ * **Avatar:** Add ghost property ([d09135c](https://github.com/cozy/cozy-ui/commit/d09135c))
12
+
13
+ # [62.0.0](https://github.com/cozy/cozy-ui/compare/v61.1.1...v62.0.0) (2022-02-11)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * Use correct color for checkbox in inverted theme ([878c8ad](https://github.com/cozy/cozy-ui/commit/878c8ad))
19
+ * **UploadQueue:** UploadQueue manage internationalized progress message ([ecb00e1](https://github.com/cozy/cozy-ui/commit/ecb00e1))
20
+
21
+
22
+ ### Features
23
+
24
+ * Remove useless IconButton stylus ([7749774](https://github.com/cozy/cozy-ui/commit/7749774))
25
+
26
+
27
+ ### BREAKING CHANGES
28
+
29
+ * The .IconButton css class is no longer available in the stylesheet
30
+
31
+ ## [61.1.1](https://github.com/cozy/cozy-ui/compare/v61.1.0...v61.1.1) (2022-02-10)
32
+
33
+
34
+ ### Bug Fixes
35
+
36
+ * **deps:** update dependency handlebars to v4.7.7 [security] ([3df65a0](https://github.com/cozy/cozy-ui/commit/3df65a0))
37
+
38
+ # [61.1.0](https://github.com/cozy/cozy-ui/compare/v61.0.0...v61.1.0) (2022-02-10)
39
+
40
+
41
+ ### Features
42
+
43
+ * **import-cost:** Decrease size of import of date-fns ([9f2dc1f](https://github.com/cozy/cozy-ui/commit/9f2dc1f))
44
+
1
45
  # [61.0.0](https://github.com/cozy/cozy-ui/compare/v60.12.0...v61.0.0) (2022-02-09)
2
46
 
3
47