@excalidraw/excalidraw 0.14.1-e6de1fe → 0.14.2-5a0334f
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 +37 -1
- package/README.md +16 -1822
- package/dist/excalidraw.development.js +35 -35
- package/dist/excalidraw.production.min.js +1 -1
- package/package.json +1 -1
- package/types/components/MobileMenu.d.ts +2 -1
- package/types/components/context/tunnels.d.ts +16 -0
- package/types/components/tunnels.d.ts +0 -37
package/CHANGELOG.md
CHANGED
|
@@ -11,7 +11,7 @@ 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
|
-
##
|
|
14
|
+
## 0.14.2 (2023-02-01)
|
|
15
15
|
|
|
16
16
|
### Features
|
|
17
17
|
|
|
@@ -22,6 +22,42 @@ Please add the latest change on the top under the correct section.
|
|
|
22
22
|
|
|
23
23
|
- declare css variable for font in excalidraw so its available in host [#6160](https://github.com/excalidraw/excalidraw/pull/6160)
|
|
24
24
|
|
|
25
|
+
## Excalidraw Library
|
|
26
|
+
|
|
27
|
+
**_This section lists the updates made to the excalidraw library and will not affect the integration._**
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
- Add hand/panning tool [#6141](https://github.com/excalidraw/excalidraw/pull/6141)
|
|
32
|
+
|
|
33
|
+
- Show copy-as-png export button on firefox and show steps how to enable it [#6125](https://github.com/excalidraw/excalidraw/pull/6125)
|
|
34
|
+
|
|
35
|
+
### Fixes
|
|
36
|
+
|
|
37
|
+
- Horizontal padding when aligning bound text containers [#6180](https://github.com/excalidraw/excalidraw/pull/6180)
|
|
38
|
+
|
|
39
|
+
- Make tunnels work in multi-instance scenarios [#6178](https://github.com/excalidraw/excalidraw/pull/6178)
|
|
40
|
+
|
|
41
|
+
- Add 1px width to the container to calculate more accurately [#6174](https://github.com/excalidraw/excalidraw/pull/6174)
|
|
42
|
+
|
|
43
|
+
- Quick typo fix [#6167](https://github.com/excalidraw/excalidraw/pull/6167)
|
|
44
|
+
|
|
45
|
+
- Set the width correctly using measureText in editor [#6162](https://github.com/excalidraw/excalidraw/pull/6162)
|
|
46
|
+
|
|
47
|
+
- :bug: broken emojis when wrap text [#6153](https://github.com/excalidraw/excalidraw/pull/6153)
|
|
48
|
+
|
|
49
|
+
- Button background and svg sizes [#6155](https://github.com/excalidraw/excalidraw/pull/6155)
|
|
50
|
+
|
|
51
|
+
### Styles
|
|
52
|
+
|
|
53
|
+
- Change in ExportButton style [#6147](https://github.com/excalidraw/excalidraw/pull/6147) (#6148)
|
|
54
|
+
|
|
55
|
+
### Build
|
|
56
|
+
|
|
57
|
+
- Temporarily disable pre-commit [#6132](https://github.com/excalidraw/excalidraw/pull/6132)
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
25
61
|
## 0.14.1 (2023-01-16)
|
|
26
62
|
|
|
27
63
|
### Fixes
|