Skip to content

Commit 55846a4

Browse files
committed
Update changelog
1 parent 8692d8a commit 55846a4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
### 1.4.2 (Apr 22, 2023)
2+
3+
### Bug fixes
4+
5+
- Fix issue when Quest 2 touch buttons are pressed before model has loaded (#5212, #5220) (@vincentfretin @mikemainguy)
6+
- Fix orientation of hand tracking models (fix #4848) (@DougReeder)
7+
- Fix problem with <a-assets> where image load quickly before the onload listener is attached. Manifests in particular for browser cached images (fix #5251) (@tomfelder94)
8+
- Fix loading order when A-Frame is used along defer and modules script tags (fix #5228) (@wmurphyrd)
9+
- Fix raycaster visual appearance when origin is not 0,0,0 (fix https://github.com/aframevr/aframe/issues/4882) (https://github.com/aframevr/aframe/pull/4884) (@Clicky02)
10+
- Fix problem when adding a single property component via mixin (#5273) (@kfarr @dmarcos)
11+
- Fix exception when trying to reference this pointer inside callback. (https://github.com/aframevr/aframe/pull/5221) (@diarmidmackenzie)
12+
Change vertexColors property name to vertexColorsEnabled and make it a boolean to match THREE API (https://github.com/aframevr/aframe/pull/5250) (@diarmidmackenzie)
13+
14+
### Enhancements
15+
16+
- Add WebXR unit tests (https://github.com/aframevr/aframe/pull/5227) (@diarmidmackenzie)
17+
Expose low / high refresh rates options for WebXR devices (https://github.com/aframevr/aframe/pull/5217) (@diarmidmackenzie)
18+
- Docs improvements (@Srile @DougReeder @foobar404 @stefan-langenmaier @vincentfretin @diarmidmackenzie @dmarcos)
19+
20+
21+
### 1.4.1 (Jan 6, 2023)
22+
23+
### Bug fixes
24+
25+
- Fix error when exiting immersive mode (fix https://github.com/aframevr/aframe/issues/5137)(https://github.com/aframevr/aframe/pull/5198) (@vincentfretin)
26+
- Fix issue reentering immersive mode when using compositor layers (fix #5197) (https://github.com/supermedium/three.js/pull/9) (@vincentfretin)
27+
28+
129
### 1.4.0 (Dec 26, 2022)
230

331
A-Frame moved to custom elements V1, Oculus Quest Pro support, and tons of fixes and improvements in both A-Frame core and inspector 👏

0 commit comments

Comments
 (0)