Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2025.7.3 source code.tar.gz | 2025-07-11 | 2.2 MB | |
2025.7.3 source code.zip | 2025-07-11 | 2.3 MB | |
README.md | 2025-07-11 | 1.1 kB | |
Totals: 3 Items | 4.6 MB | 1 |
Release notes
- This release is exclusively worker related:
ImageData
now travels directly from main to workers to allow.data
manipulation and relatedcontext.putImageData(ref)
operations: https://github.com/WebReflection/reflected-ffi/pull/8- a non breaking error about
Promise
unable to travel, due structured clone algorhitm incompatibility, happening when asynchronous handlers are attached to main references, has been fixed: https://github.com/WebReflection/reflected-ffi/commit/663a3e59441635c3f7234c3184d7e45e8c0b954a
- when PyEditor or MpyEditor have multiple related
env
and/or asetup
node, the logic now stops properly all scripts if one of their execution gets somehow stuck, bootstrapping againsetup
nodes when present to fully reset the environment and start keeping latest typed code: https://github.com/pyscript/pyscript/pull/2361 - MicroPython workaround for
Symbol
properties accessed directly via theget
trap when common JS operations are performed on Python proxied objects: see bug https://github.com/micropython/micropython/issues/17657