@excalidraw/excalidraw 0.15.1 → 0.15.2
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,26 @@ 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.15.2 (2023-04-20)
|
|
15
|
+
|
|
16
|
+
### Docs
|
|
17
|
+
|
|
18
|
+
- Fix docs link in readme [#6486](https://github.com/excalidraw/excalidraw/pull/6486)
|
|
19
|
+
|
|
20
|
+
## Excalidraw Library
|
|
21
|
+
|
|
22
|
+
**_This section lists the updates made to the excalidraw library and will not affect the integration._**
|
|
23
|
+
|
|
24
|
+
### Fixes
|
|
25
|
+
|
|
26
|
+
- Rotate the text element when binding to a rotated container [#6477](https://github.com/excalidraw/excalidraw/pull/6477)
|
|
27
|
+
|
|
28
|
+
- Support breaking words containing hyphen - [#6014](https://github.com/excalidraw/excalidraw/pull/6014)
|
|
29
|
+
|
|
30
|
+
- Incorrect background fill button active state [#6491](https://github.com/excalidraw/excalidraw/pull/6491)
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
14
34
|
## 0.15.1 (2023-04-18)
|
|
15
35
|
|
|
16
36
|
### Docs
|
package/README.md
CHANGED
|
@@ -38,8 +38,8 @@ Excalidraw takes _100%_ of `width` and `height` of the containing block so make
|
|
|
38
38
|
|
|
39
39
|
## Integration
|
|
40
40
|
|
|
41
|
-
Head over to the [docs](https://docs.excalidraw.com/docs/
|
|
41
|
+
Head over to the [docs](https://docs.excalidraw.com/docs/@excalidraw/excalidraw/integration)
|
|
42
42
|
|
|
43
43
|
## API
|
|
44
44
|
|
|
45
|
-
Head over to the [docs](https://docs.excalidraw.com/docs/
|
|
45
|
+
Head over to the [docs](https://docs.excalidraw.com/docs/@excalidraw/excalidraw/api)
|