Skip to content

2025.7.3

Latest
Compare
Choose a tag to compare
@ntoll ntoll released this 11 Jul 12:56
· 1 commit to main since this release
eaa6711

Release notes

  • This release is exclusively worker related:
    • ImageData now travels directly from main to workers to allow .data manipulation and related context.putImageData(ref) operations: WebReflection/reflected-ffi#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: WebReflection/reflected-ffi@663a3e5
    • when PyEditor or MpyEditor have multiple related env and/or a setup node, the logic now stops properly all scripts if one of their execution gets somehow stuck, bootstrapping again setup nodes when present to fully reset the environment and start keeping latest typed code: #2361
    • MicroPython workaround for Symbol properties accessed directly via the get trap when common JS operations are performed on Python proxied objects: see bug micropython/micropython#17657