@excalidraw/excalidraw 0.14.0 → 0.14.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
@@ -11,6 +11,12 @@ The change should be grouped under one of the below section and must contain PR
11
11
  Please add the latest change on the top under the correct section.
12
12
  -->
13
13
 
14
+ ## 0.14.1 (2023-01-16)
15
+
16
+ ### Fixes
17
+
18
+ - remove overflow hidden from button [#6110](https://github.com/excalidraw/excalidraw/pull/6110). This fixes the collaborator count css in the [LiveCollaborationTrigger](https://github.com/excalidraw/excalidraw/blob/master/src/packages/excalidraw/README.md#LiveCollaborationTrigger) component.
19
+
14
20
  ## 0.14.0 (2023-01-13)
15
21
 
16
22
  ### Features
@@ -72,8 +78,6 @@ Please add the latest change on the top under the correct section.
72
78
 
73
79
  ### Fixes
74
80
 
75
- - remove overflow hidden from button [#6110](https://github.com/excalidraw/excalidraw/pull/6110)
76
-
77
81
  - Mobile tools positioning [#6107](https://github.com/excalidraw/excalidraw/pull/6107)
78
82
 
79
83
  - Renamed folder MainMenu->main-menu and support rest props [#6103](https://github.com/excalidraw/excalidraw/pull/6103)