Skip to content

v1.6 #269

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

Merged
merged 9 commits into from
Apr 4, 2025
Merged

v1.6 #269

Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ test/coverage
.tern-project
# Ignore everything in the dist directory
dist/*
# But don't ignore p5.svg.js and test.js
!dist/p5.svg.js
!dist/test.js
test/unit/bundle.js
doc/reference
test/test.html
.DS_Store
.DS_Store
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v1.6.0

- test: p5.js v1.11.3
- fix: compatibility with p5.js 1.11.x (roundRect issue)
- fix: compatibility with p5.js 1.7.0+ ([BL451](https://github.com/BL451)) (https://github.com/zenozeng/p5.js-svg/pull/258)
- fix: compatibility with p5.js 1.7.0+ & Examples and Tests ([nkymut](https://github.com/nkymut)) (https://github.com/zenozeng/p5.js-svg/pull/260)
- fix: examples ([spencerflem](https://github.com/spencerflem)) (https://github.com/zenozeng/p5.js-svg/pull/264)
- feat: public interface for groups ([immjs](https://github.com/immjs)) (https://github.com/zenozeng/p5.js-svg/pull/256)

## v1.5.1

- docs: examples/vite
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 @@ manipulating existing SVG file without rasterization.
Add this line in your projects index.html :

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

(p5.js-svg v1.5.x is compatible with p5.js v1.6.x)
(p5.js-svg v1.6.x is compatible with p5.js v1.11.x)

Open your sketch.js and edit it:

Expand Down
2,589 changes: 0 additions & 2,589 deletions dist/p5.svg.js

This file was deleted.

Loading
Loading