Skip to content

Commit 83c5bfb

Browse files
authored
p5.js 1.4.1 (#206)
* npm audit fix * test: [email protected] * bump version to 1.2.0
1 parent 00e7515 commit 83c5bfb

File tree

7 files changed

+703
-735
lines changed

7 files changed

+703
-735
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v1.2.0
2+
3+
4+
15
## v1.1.1
26

37
- fix: push/pop, fixes #191, fixes #192

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ and manipulating existing SVG file without rasterization.
99
Add this line in your projects index.html :
1010

1111
```html
12-
<script src="https://unpkg.com/p5.js-svg@1.1.1"></script>
12+
<script src="https://unpkg.com/p5.js-svg@1.2.0"></script>
1313
```
1414

15-
(p5.js-svg v1.1.x is compatible with p5.js v1.4.0)
15+
(p5.js-svg v1.2.x is compatible with p5.js v1.4.1)
1616

1717
Open your sketch.js and edit it:
1818

examples/instance/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<head>
33
<meta charset="UTF-8">
4-
<script src="https://unpkg.com/[email protected].0/lib/p5.js"></script>
4+
<script src="https://unpkg.com/[email protected].1/lib/p5.js"></script>
55
<script src="https://unpkg.com/[email protected]"></script>
66
</head>
77
<body>

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = function(config) {
1212
{pattern: 'dist/*.js.map', included: false},
1313
{pattern: 'src/**/*.js', included: false},
1414
{pattern: 'test/unit/**/*', included: false},
15-
'https://unpkg.com/[email protected].0/lib/p5.min.js',
15+
'https://unpkg.com/[email protected].1/lib/p5.min.js',
1616
'https://unpkg.com/[email protected]/dist/jquery.js',
1717
'dist/p5.svg.js',
1818
'dist/test.js'

0 commit comments

Comments
 (0)