Skip to content

Commit bb2c020

Browse files
committed
CHANGELOG update
1 parent 2ac9884 commit bb2c020

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22

33
## [15.0.0] (melonJS 2) - _2023-02-xx_
44

5+
### Added
6+
- Renderer: enable batch drawing for rectangle and polygon based primitive shapes
7+
- Renderer: new base `Compositor` class that can be extended to create custom WebGL compositors
8+
59
### Changed
610
- Core: remove remaining polyfills related to pre-ECMAScript 2015 features (as melonJS 2 implementation base is now 100% ES6)
11+
- Renderer: refactoring of the `WebGLCompositor` into a `QuadCompositor` and `PrimitiveCompitor` for Quad and Primitive composition
12+
13+
### Fixed
14+
- Geometry: fix `arcTo()` drawing a "looping" line between the start and end angle
15+
- Renderer: fix binding of active shader when switching compositor
716

817
## [14.5.0] (melonJS 2) - _2023-02-13_
918

0 commit comments

Comments
 (0)