|
@@ -1,4 +1,29 @@
|
|
|
-## 1.6.0 (March XX, 2019)
|
|
|
+## 1.7.0 (September 9, 2019)
|
|
|
+
|
|
|
+2D:
|
|
|
+* DomKit v2 support (direct h2d.Object.dom property with -lib domkit)
|
|
|
+* added h2d.Scene.scaleMode (Pavel Alexandrov)
|
|
|
+* added hxd.App.setCurrent to switch current App
|
|
|
+* fixed JS fullscreen support
|
|
|
+
|
|
|
+3D:
|
|
|
+* HMDv3 - more compact animation data
|
|
|
+* reference counting on h3d.prim.Primitive (Pavel Alexandrov)
|
|
|
+* PCF shadows
|
|
|
+* completed support for DXT textures
|
|
|
+* changed pass sorting API
|
|
|
+
|
|
|
+Other:
|
|
|
+* compatibility with Haxe 4.0-RC4+
|
|
|
+* fixed GL with unused inputs (was causing some issue with recent Chrome)
|
|
|
+* faster serializer for hxsl data
|
|
|
+* added HXSL texelFetch (Pavel Alexandrov)
|
|
|
+* improved shader cache file, support mesh batch
|
|
|
+* move prefabs handling from Heaps to Hide
|
|
|
+* added resource baking capabilities
|
|
|
+* ... and many many other fixes
|
|
|
+
|
|
|
+## 1.6.0 (March 9, 2019)
|
|
|
|
|
|
2D:
|
|
|
* added DomKit support
|