Skip to content

Commit

Permalink
docs: add what's new for v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-moreau committed May 3, 2022
1 parent edca7e0 commit a9b8578
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions whatsnew/4.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Babylon.JS Editor v4.2.0

### Features
- Added support of `Painting Tools` menu in main toolbar starting with `Decals Paiting Tool`.
- Added shortcut in graph component to set node enabled/disabled by clicking on graph node icons.

### Fixes
- Fixed GLTF scene files having textures encoded as base64.
- Fixed typings errors in `tools.ts` file used by projects. Fixes the compilation errors for projects.

### Enhancements
- Set `checked` icon for active camera in preview panel's cameras combo box.

# Webpack Plugin

### Fixes
- Fixed socket connection to be closed once compilation is done.

0 comments on commit a9b8578

Please sign in to comment.