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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,9 +80,9 @@ In addition a full [specification and API description](http://xml3d.org/xml3d/sp
80
80
### Change log ###
81
81
5.1 - 07.01.2016
82
82
* Resource system is now based on the [Fetch API](https://developer.mozilla.org/en/docs/Web/API/Fetch_API) and [Promises](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise)
83
-
* Better FormatHandler interface for custom mesh loaders [wiki](https://github.com/xml3d/xml3d.js/wiki/Writing-a-custom-FormatHandler-plugin)
84
-
* Support for the CSS z-index property [demo](http://xml3d.github.io/xml3d-examples/examples/zindex/index.html), [spec](http://xml3d.org/xml3d/specification/5.1/#the-z-index-property)
85
-
* New onRequest interface for custom HTTP headers [wiki](https://github.com/xml3d/xml3d.js/wiki/Adding-custom-headers-%28eg.-Auth%29-to-requests)
83
+
* Better FormatHandler interface for custom mesh loaders - [wiki](https://github.com/xml3d/xml3d.js/wiki/Writing-a-custom-FormatHandler-plugin)
84
+
* Support for the CSS z-index property - [demo](http://xml3d.github.io/xml3d-examples/examples/zindex/index.html), [spec](http://xml3d.org/xml3d/specification/5.1/#the-z-index-property)
85
+
* New onRequest interface for custom HTTP headers - [wiki](https://github.com/xml3d/xml3d.js/wiki/Adding-custom-headers-%28eg.-Auth%29-to-requests)
86
86
* Memory performance improvements when removing elements from the DOM
0 commit comments