@pqina/pintura 8.71.0 → 8.71.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
@@ -1,8 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 8.71.2 | 2024-01-09
4
+
5
+ - Fix issue with shape brush size being set to `undefined` after removing `strokWidth` from other shape.
6
+
7
+ ## 8.71.1 | 2023-12-27
8
+
9
+ - Fix issue with `backgroundPosition` missing in TypeScript declarations.
10
+ - Fix `backgroundSize` not working if `backgroundPosition` wasn't defined.
11
+ - Fix `backgroundRepeat` offset when setting `backgroundPosition`.
12
+
3
13
  ## 8.71.0 | 2023-12-22
4
14
 
5
- - Add basic support for `backgroundRepeat`, set to `'repeat'` to repeat `backgroundImage` on a rectangle shape.
15
+ - Add basic support for `backgroundRepeat`, set to `'repeat'` to repeat `backgroundImage` on a rectangle shape.
6
16
 
7
17
  ## 8.70.1 | 2023-12-14
8
18
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.71.0",
2
+ "version": "8.71.2",
3
3
  "name": "@pqina/pintura",
4
4
  "description": "This package is for testing purposes only. Visit https://pqina.nl/pintura to purchase a valid license.",
5
5
  "browser": "pintura.js",