Skip to content

Commit f7c81d6

Browse files
Bump aframe-master dist/ builds. (18b25a0...6b49fb5)
1 parent 6b49fb5 commit f7c81d6

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

dist/aframe-master.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26061,9 +26061,11 @@ Component.prototype = {
2606126061
*/
2606226062
destroy: function () {
2606326063
this.objectPool.recycle(this.attrValue);
26064+
this.objectPool.recycle(this.nextData);
2606426065
this.objectPool.recycle(this.oldData);
26066+
this.objectPool.recycle(this.previousOldData);
2606526067
this.objectPool.recycle(this.parsingAttrValue);
26066-
this.attrValue = this.oldData = this.parsingAttrValue = undefined;
26068+
this.nextData = this.attrValue = this.oldData = this.previousOldData = this.parsingAttrValue = undefined;
2606726069
}
2606826070
};
2606926071
function eventsBind(component, events) {
@@ -29851,7 +29853,7 @@ __webpack_require__(/*! ./core/a-mixin */ "./src/core/a-mixin.js");
2985129853
// Extras.
2985229854
__webpack_require__(/*! ./extras/components/ */ "./src/extras/components/index.js");
2985329855
__webpack_require__(/*! ./extras/primitives/ */ "./src/extras/primitives/index.js");
29854-
console.log('A-Frame Version: 1.5.0 (Date 2024-02-09, Commit #e0dddcd3)');
29856+
console.log('A-Frame Version: 1.5.0 (Date 2024-02-12, Commit #6b49fb58)');
2985529857
console.log('THREE Version (https://github.com/supermedium/three.js):', pkg.dependencies['super-three']);
2985629858
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);
2985729859
module.exports = window.AFRAME = {

dist/aframe-master.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aframe-master.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/aframe-master.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ require('./core/a-mixin');
7777
require('./extras/components/');
7878
require('./extras/primitives/');
7979

80-
console.log('A-Frame Version: 1.5.0 (Date 2024-02-09, Commit #e0dddcd3)');
80+
console.log('A-Frame Version: 1.5.0 (Date 2024-02-12, Commit #6b49fb58)');
8181
console.log('THREE Version (https://github.com/supermedium/three.js):',
8282
pkg.dependencies['super-three']);
8383
console.log('WebVR Polyfill Version:', pkg.dependencies['webvr-polyfill']);

0 commit comments

Comments
 (0)