Releases: berinhard/pyp5js
Releases · berinhard/pyp5js
0.7.3
- Fix bug on 0.7.2 verison without required local web server template files.
0.7.2
- Remove existing sketch after clearing/running it again PR #199
- Add share button to demo editor PR #205
- Fixed bug of adding new lines when saving Sketch in Windowns PR #209
- Upgrade pyp5js dependencies versions PR #220
- Run CI for Python 3.10 version PR #219
0.7.1
- Create sketch using p5.js from CDN PR #191
- Add
keyIsDown
event to Transcrypt mode - PR #187
- Fix bug with multiple events calls - PR #187 too
- Serve JS files if
--local
flag PR #195
- Force
utf-8
as the lib's default encoding PR #193
- Fix preload function bug in both modes - PR #196
0.7.0
- Remove
from pyp5js import *
requirement under transcrypt PR #183
- Make local code editor collapsible PR #184
- Add
mouseWheel
event to Pyodide's demo PR #185
0.6.0
- Add transcrypt interpreter choice to web editor PR #175
- Upgrade Transcrypt to 3.9.0
- Upgrade Pyodide to v0.18.1 PR #181
- Enable to use custom templates files to generate and compile index.html PR #177
- Add docs on Pyodide examples PR #178
0.5.2
Merge branch 'develop' into main
0.2.0
- Rename pyp5.js module from pytop5js to pyp5js
- Enable keyword argument
- Enable checking for existence in dictionary keys
- Commands now printing index files as URI
0.1.1
- Fix bug that was causing the
new
command to fail.
0.1.0
- Simplification of pytop5js usage
- Support p5.dom.js library
- Fixes on monitor observer
0.0.7
- Fix bug with monitor not running transcrypt more than once