js-draw 0.22.0 → 0.22.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
@@ -1,3 +1,9 @@
1
+ # 0.22.1
2
+ * Bug fixes
3
+ * Fix color picker not having keyboard focus on open.
4
+ * Fix screen readers not reading whether a toggle button was enabled/disabled.
5
+ * Work around a command serialization/deserialization issue by caching the serialized form of commands in some instances.
6
+
1
7
  # 0.22.0
2
8
  * Improved German localization (thanks to @Mr-Kanister)
3
9
  * Behavior changes