You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,18 @@ name: Changelog
3
3
index: 4
4
4
---
5
5
6
+
## 4.0.2
7
+
8
+
- 🐛 Fix: Missing stamp method on Sprite
9
+
6
10
## 4.0.1
7
11
8
12
- 🐛 Fix: Scratch for Java Window not creating on Windows
9
13
10
14
## 4.0.0
11
15
12
16
- 💥 BREAKING CHANGE: Move (0, 0) to the center of the stage to be in-line with Scratch.
13
-
- 🚀 Feat: Add stamp method to the pen `pen.stamp()`.
17
+
- 🚀 Feat: Add stamp method to the pen `pen.stamp()`. This is also available on a Sprite with `stamp()`, `stampToForeground()` or `stampToBackground()`.
14
18
- 🚀 Feat: Unify constructors of Window and Stage.
15
19
- 🚀 Feat: Load all tiles from a sprite sheet as costumes with addCostumes.
16
20
- 🚀 Feat: Add goToMousePointer to the sprite class.
0 commit comments