Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync #1

Merged
merged 108 commits into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
108 commits
Select commit Hold shift + click to select a range
a380569
Bump THREE to r161
dmarcos Jan 31, 2024
a41dc36
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Jan 31, 2024
3f5ab6b
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@a…
SupermediumBot Jan 31, 2024
e489e5a
setup canvas on first capture screenshot.js (#5442)
arpu Feb 2, 2024
77ce87f
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 2, 2024
edea854
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@7…
SupermediumBot Feb 2, 2024
74b2a21
Remove iOS 10 specific HLS workaround (#5450)
mrxz Feb 6, 2024
47e26aa
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 6, 2024
33c9414
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@4…
SupermediumBot Feb 6, 2024
5d3f449
Remove various polyfills (#5448)
mrxz Feb 7, 2024
71f1a2b
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 7, 2024
7ead8e6
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@7…
SupermediumBot Feb 7, 2024
580d94a
Unify texture loading and map property fixes (#5453)
mrxz Feb 9, 2024
577a2f7
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 9, 2024
59176dc
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@5…
SupermediumBot Feb 9, 2024
e0dddcd
Move envMap loading into material utils and system (#5454)
mrxz Feb 9, 2024
912dbb2
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 9, 2024
18b25a0
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@9…
SupermediumBot Feb 9, 2024
6b49fb5
Recycle nextData and previousOldData back into the objectPool upon co…
mrxz Feb 12, 2024
f7c81d6
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 12, 2024
f92ea27
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@f…
SupermediumBot Feb 12, 2024
90c6936
Don't use object pool for initialOldData, and properly recycle tempOb…
mrxz Feb 12, 2024
39b825b
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 12, 2024
54bd997
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@3…
SupermediumBot Feb 12, 2024
bc3461e
Use native bind instead of custom implementation (#5461)
mrxz Feb 13, 2024
9c0bb2e
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 13, 2024
3c628ac
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@9…
SupermediumBot Feb 13, 2024
e62e800
Fix typos and spelling (#5462)
mrxz Feb 13, 2024
cfda899
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 13, 2024
3128eb5
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@c…
SupermediumBot Feb 13, 2024
58c960e
Pass system name to parseProperties for proper warning messages (#5463)
mrxz Feb 14, 2024
e78dbe8
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 14, 2024
6fa850f
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@e…
SupermediumBot Feb 14, 2024
afaa8d0
fix typo (#5468)
stefanhuber Feb 17, 2024
32f5370
Use AFRAME.utils.split in getComponentPropertyPath fixing caching beh…
mrxz Feb 17, 2024
53f6a03
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 17, 2024
83506ab
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@5…
SupermediumBot Feb 17, 2024
e3a8f56
Remove misspelled and deprecated getComputedAttrib (#5466)
mrxz Feb 17, 2024
7fba6c9
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 17, 2024
093fcb8
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@7…
SupermediumBot Feb 17, 2024
807b1de
Introduce sceneOnly flag for components (#5465)
mrxz Feb 17, 2024
014cc0f
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 17, 2024
001a122
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@0…
SupermediumBot Feb 17, 2024
fecd166
Cache Source instead of Texture instances in material system (#5455)
mrxz Feb 20, 2024
b6264b7
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 20, 2024
27dae6a
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@b…
SupermediumBot Feb 20, 2024
dd3913c
Switch unit tests to WebXR and fix vive(-focus)-controls (#5452)
mrxz Feb 23, 2024
96b4f51
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 23, 2024
c16cd8f
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@9…
SupermediumBot Feb 23, 2024
374ae6c
Make test teardown in __init.test.js synchronous (#5477)
mrxz Feb 27, 2024
233a29c
Fix duplicate check in registerPropertyType (#5475)
mrxz Feb 27, 2024
8b64dd5
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 27, 2024
7a0297f
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@8…
SupermediumBot Feb 27, 2024
3b08cb9
Bump THREE to r162
dmarcos Feb 29, 2024
cd44f08
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Feb 29, 2024
3f79e89
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@c…
SupermediumBot Feb 29, 2024
68d59a2
Update GitHub CI to use latest node LTS which is 20.x (#5479)
vincentfretin Feb 29, 2024
9347a59
Use window.isSecureContext instead of manual check for localhost and/…
mrxz Mar 5, 2024
796cfee
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 5, 2024
793e203
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@7…
SupermediumBot Mar 5, 2024
c8e53ab
Move a-cubemap.test.js into the right folder (#5486)
mrxz Mar 5, 2024
0623abc
Fix bug in a-scene's setAttribute in case of uninitialized systems (#…
mrxz Mar 6, 2024
612943f
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 6, 2024
53bc87f
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@6…
SupermediumBot Mar 6, 2024
555bd47
Remove attribute from DOM when removing component (through mixin remo…
mrxz Mar 7, 2024
57b629a
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 7, 2024
a578e3c
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@5…
SupermediumBot Mar 7, 2024
264da50
Apply waiting and timeout on all assets, not just img, audio and vide…
mrxz Mar 7, 2024
1af27b2
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 7, 2024
a9a160b
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@1…
SupermediumBot Mar 7, 2024
77af389
Fixed XR Layer rendering race condition with session initialization a…
zjm-meta Mar 8, 2024
d6fa1c3
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 8, 2024
af4396d
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@d…
SupermediumBot Mar 8, 2024
d94bf47
Remove attributes array and cleanup Shader (#5310)
mrxz Mar 12, 2024
39dc09a
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 12, 2024
4e4620a
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@3…
SupermediumBot Mar 12, 2024
c90f613
setup Screenshot on getCanvas (#5495)
arpu Mar 14, 2024
9120a2d
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 14, 2024
5264e96
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@9…
SupermediumBot Mar 14, 2024
aef9537
Handle missing mixins and applying mixin attributes to mappings of pr…
mrxz Mar 14, 2024
49081d6
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 14, 2024
af4523e
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@4…
SupermediumBot Mar 14, 2024
4a89bb6
Defer initialization until end of aframe script or manual ready signa…
mrxz Mar 15, 2024
f1b450f
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 15, 2024
1880be1
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@f…
SupermediumBot Mar 15, 2024
fe238e7
Avoid allocating functions and use at most one timer per interval in …
mrxz Mar 18, 2024
1475ca2
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 18, 2024
617eacb
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@1…
SupermediumBot Mar 18, 2024
2c1f69a
[docs] Fix broken links to aincraft live-demo (#5496)
ctrlw Mar 19, 2024
bb1e7a4
Initialize layer also in AR mode
dmarcos Mar 19, 2024
8dc04a6
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 19, 2024
b40fc05
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@8…
SupermediumBot Mar 19, 2024
db5c85d
Rework component update logic avoiding memory allocations (#5474)
mrxz Mar 22, 2024
830c256
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 22, 2024
c1af3f4
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@8…
SupermediumBot Mar 22, 2024
ede20ae
Make sure the model was loaded before we attempt to remove the mesh (…
Elettrotecnica Mar 23, 2024
a14dc2a
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 23, 2024
75ede75
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@a…
SupermediumBot Mar 23, 2024
81f9626
Added unit tests covering previously inconsistent component update be…
mrxz Mar 24, 2024
c7736c4
Allow components to define before/after constraints (#5478)
mrxz Mar 28, 2024
9c54f3d
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Mar 28, 2024
ce68a4e
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@9…
SupermediumBot Mar 28, 2024
a6ec417
Additional device check for Ipad Pro on Safari (#5502)
Drkjr92 Apr 1, 2024
27f0308
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Apr 1, 2024
7c31221
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@2…
SupermediumBot Apr 1, 2024
e080454
Bump three to r163
dmarcos Apr 1, 2024
3e7aa71
Bump aframe-master dist/ builds. (https://github.com/aframevr/aframe/…
SupermediumBot Apr 1, 2024
b61d7c5
Update master CDN URL. (https://cdn.jsdelivr.net/gh/aframevr/aframe@3…
SupermediumBot Apr 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: ['16.x']
node-version: ['20.x']
firefox-version: ['latest']
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js ${{ matrix['node-version'] }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix['node-version'] }}
# Enabling the cache reduces the "Install dependencies" step by 1m30,
Expand Down
2 changes: 1 addition & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ script below from the [jsdelivr CDN](https://www.jsdelivr.com/):
```html
<html>
<head>
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@b9e510c660c600e15b81075eb201f3f875139d50/dist/aframe-master.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/aframevr/aframe@3e7aa71a486e064fb7bd23e11799cea588d4a662/dist/aframe-master.min.js"></script>
</head>
<body>
<a-scene>
Expand Down
Loading