We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5c281 commit ba4f8b2Copy full SHA for ba4f8b2
CHANGELOG.md
@@ -1,17 +1,18 @@
1
# Changelog
2
3
-## [17.4.0] (melonJS 2) - _2024-xx-xx_
+## [17.4.0] (melonJS 2) - _2024-06-22_
4
5
### Added
6
- Renderer: new `lineJoin` property to set the line join style (only support "round" for now in WebGL mode)
7
- Renderer: add support for line thickness for `strokePolygon` and `strokeRect` operations in WebGL
8
9
+### Changed
10
+- Chore: Update to TypeScript 5.5
11
+
12
### Fixed
13
- Renderer: fix `fillEllipse()` method in WebGL mode (that was stroking the ellipse instead)
14
- TypeScript: fix most (if not all) missing declarations
15
-### Chores
-- Update to TypeScript 5.5
16
17
## [17.3.0] (melonJS 2) - _2024-06-04_
18
0 commit comments