js-draw 0.23.0 → 0.23.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 +6 -0
- package/dist/bundle.js +1 -1
- package/dist/bundledStyles.js +1 -1
- package/dist/cjs/src/toolbar/widgets/BaseWidget.d.ts +1 -1
- package/dist/cjs/src/toolbar/widgets/BaseWidget.js +5 -2
- package/dist/mjs/src/toolbar/widgets/BaseWidget.d.ts +1 -1
- package/dist/mjs/src/toolbar/widgets/BaseWidget.mjs +5 -2
- package/package.json +1 -1
- package/src/toolbar/toolbar.css +22 -0
- package/src/toolbar/widgets/OverflowWidget.css +7 -2
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1
|
+
# 0.23.1
|
2
|
+
* Bug fixes
|
3
|
+
* Fix regression: overflow menu in toolbar could be pushed off screen on window resize.
|
4
|
+
* Fix animations running despite `prefers-reduced-motion` being set to `reduce`.
|
5
|
+
* Fix `TextWidget` content duplicating when added to/removed from overflow widget.
|
6
|
+
|
1
7
|
# 0.23.0
|
2
8
|
* Bug fixes
|
3
9
|
* Fix background disappearing when near maximum zoom in certain images.
|