Skip to content

Commit

Permalink
p5.js 1.4.1 (#206)
Browse files Browse the repository at this point in the history
* npm audit fix

* test: [email protected]

* bump version to 1.2.0
  • Loading branch information
zenozeng authored Feb 3, 2022
1 parent 00e7515 commit 83c5bfb
Show file tree
Hide file tree
Showing 7 changed files with 703 additions and 735 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.2.0

- test: [email protected]

## v1.1.1

- fix: push/pop, fixes #191, fixes #192
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ and manipulating existing SVG file without rasterization.
Add this line in your projects index.html :

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

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

Open your sketch.js and edit it:

Expand Down
2 changes: 1 addition & 1 deletion examples/instance/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<head>
<meta charset="UTF-8">
<script src="https://unpkg.com/[email protected].0/lib/p5.js"></script>
<script src="https://unpkg.com/[email protected].1/lib/p5.js"></script>
<script src="https://unpkg.com/[email protected]"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function(config) {
{pattern: 'dist/*.js.map', included: false},
{pattern: 'src/**/*.js', included: false},
{pattern: 'test/unit/**/*', included: false},
'https://unpkg.com/[email protected].0/lib/p5.min.js',
'https://unpkg.com/[email protected].1/lib/p5.min.js',
'https://unpkg.com/[email protected]/dist/jquery.js',
'dist/p5.svg.js',
'dist/test.js'
Expand Down
Loading

0 comments on commit 83c5bfb

Please sign in to comment.