js-draw 0.17.2 → 0.17.3

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,7 @@
1
+ # 0.17.3
2
+ * Fix `isRestylableComponent` not exported.
3
+ * Add a method to get the `Editor`'s average background color.
4
+
1
5
  # 0.17.2
2
6
  * Bug fixes
3
7
  - TextComponent: Fix sub-components not cloning when cloning a parent `TextComponent`