Skip to content

Commit 0cab50d

Browse files
Update p5.js to v1.11.7
1 parent da3a49c commit 0cab50d

24 files changed

+46
-42
lines changed

public/reference/data.json

+19-19
Large diffs are not rendered by default.

public/search-indices/en.json

+1-1
Large diffs are not rendered by default.

public/search-indices/es.json

+1-1
Large diffs are not rendered by default.

public/search-indices/hi.json

+1-1
Large diffs are not rendered by default.

public/search-indices/ko.json

+1-1
Large diffs are not rendered by default.

public/search-indices/zh-Hans.json

+1-1
Large diffs are not rendered by default.

src/content/people/en/hughjacks.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: HughJacks
2+
url: https://github.com/HughJacks
3+
category: contributor

src/content/people/en/jack-l.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name: Jack L
2+
url: http://jackeddielove.github.io
3+
category: contributor

src/content/reference/en/p5/directionalLight.mdx

+1-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ description: >
5151
parameter,
5252
5353
<code>direction</code> sets the light’s direction using a
54-
55-
<a href="/reference/p5/p5.Geometry">p5.Geometry</a> object. For example,
56-
54+
<a href="/reference/p5/p5.Vector">p5.Vector</a> object. For example,
5755
<code>directionalLight(255, 0, 0, lightDir)</code> creates a red <code>(255,
5856
0, 0)</code> light
5957

src/content/reference/en/p5/disableFriendlyErrors.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ description: >
1818
which takes time to process. Disabling the FES can significantly improve
1919
2020
performance by turning off these checks.</p>
21-
line: 877
21+
line: 872
2222
isConstructor: false
2323
itemtype: property
2424
example:

src/content/reference/en/p5/doubleClicked.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ description: >
6767
pressing a mouse button. To prevent any default behavior for this event,
6868
6969
add <code>return false;</code> to the end of the function.</p>
70-
line: 1585
70+
line: 1589
7171
isConstructor: false
7272
itemtype: method
7373
example:

src/content/reference/en/p5/exitPointerLock.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ description: >
2626
2727
an event function such as <a
2828
href="/reference/p5/doubleClicked/">doubleClicked()</a>.</p>
29-
line: 1932
29+
line: 1936
3030
isConstructor: false
3131
itemtype: method
3232
example:

src/content/reference/en/p5/keyIsDown.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ description: >
3030
<code>keyIsDown(LEFT_ARROW)</code>. Key codes can be found on websites such as
3131
3232
<a href="https://keycode.info" target="_blank">keycode.info</a>.</p>
33-
line: 809
33+
line: 811
3434
isConstructor: false
3535
itemtype: method
3636
example:

src/content/reference/en/p5/keyReleased.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ description: >
5757
the end
5858
5959
of the function.</p>
60-
line: 472
60+
line: 474
6161
isConstructor: false
6262
itemtype: method
6363
example:

src/content/reference/en/p5/keyTyped.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ description: >
7373
the end
7474
7575
of the function.</p>
76-
line: 653
76+
line: 655
7777
isConstructor: false
7878
itemtype: method
7979
example:

src/content/reference/en/p5/mouseClicked.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ description: >
9191
9292
immediately after <a
9393
href="/reference/p5/mouseReleased/">mouseReleased()</a>.</p>
94-
line: 1429
94+
line: 1433
9595
isConstructor: false
9696
itemtype: method
9797
example:

src/content/reference/en/p5/mouseDragged.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ description: >
7272
pressing a mouse button. To prevent any default behavior for this event,
7373
7474
add <code>return false;</code> to the end of the function.</p>
75-
line: 968
75+
line: 972
7676
isConstructor: false
7777
itemtype: method
7878
example:

src/content/reference/en/p5/mouseMoved.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ description: >
6060
pressing a mouse button. To prevent any default behavior for this event,
6161
6262
add <code>return false;</code> to the end of the function.</p>
63-
line: 882
63+
line: 886
6464
isConstructor: false
6565
itemtype: method
6666
example:

src/content/reference/en/p5/mousePressed.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ description: >
8787
8888
runs immediately after <a
8989
href="/reference/p5/mouseReleased/">mouseReleased()</a>.</p>
90-
line: 1084
90+
line: 1088
9191
isConstructor: false
9292
itemtype: method
9393
example:

src/content/reference/en/p5/mouseReleased.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ description: >
8989
mouse click. <a href="/reference/p5/mouseClicked/">mouseClicked()</a> runs
9090
9191
immediately after <code>mouseReleased()</code>.</p>
92-
line: 1256
92+
line: 1260
9393
isConstructor: false
9494
itemtype: method
9595
example:

src/content/reference/en/p5/mouseWheel.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ description: >
7575
<p>Note: On Safari, <code>mouseWheel()</code> may only work as expected if
7676
7777
<code>return false;</code> is added at the end of the function.</p>
78-
line: 1732
78+
line: 1736
7979
isConstructor: false
8080
itemtype: method
8181
example:

src/content/reference/en/p5/remove.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: >
1414
created by using the <a href="/reference/p5/p5/">p5()</a> constructor, as in
1515
1616
<code>new p5()</code>.</p>
17-
line: 560
17+
line: 559
1818
isConstructor: false
1919
itemtype: method
2020
example:

src/content/reference/en/p5/requestPointerLock.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ description: >
3636
3737
an event function such as <a
3838
href="/reference/p5/doubleClicked/">doubleClicked()</a>.</p>
39-
line: 1866
39+
line: 1870
4040
isConstructor: false
4141
itemtype: method
4242
example:

src/globals/p5-version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const p5Version = "1.11.5" as const;
1+
export const p5Version = "1.11.7" as const;
22
export const p5SoundVersion = "0.1.0" as const;

0 commit comments

Comments
 (0)