New
2026.2.1
- Removed warnings about
windowanddocumentwhensync_main_onlyconfig property istrue: https://github.com/pyscript/pyscript/pull/2434 - Improved errors on bootstrap when the config cannot be parsed or contains errors: https://github.com/pyscript/pyscript/pull/2435
- Updated Pyodide to its 0.29.3 version: https://pyodide.org/en/stable/project/changelog.html
- Improved packages resolution by ignoring case-sensitive names: https://github.com/pyscript/polyscript/pull/168
- Removed the legacy, archived, toml-j0.4 parser https://github.com/pyscript/pyscript/pull/2442 in favor of our own improved basic-toml parser https://github.com/pyscript/polyscript/pull/171
- Improved
pyscript.webAPI whereel.append("string")will now work as expected: https://github.com/pyscript/pyscript/pull/2447 Thanks to new contributor @iliketocode2. - Docstring fixes so Markdown API docs render properly: https://github.com/pyscript/pyscript/pull/2449
- Ensure the
removemethod for CSS classes is more forgiving (it logs a warning rather than throws an exception if the class to be removed does not exist): https://github.com/pyscript/pyscript/pull/2450 - Documentation updates given feedback by users: https://github.com/pyscript/docs/pull/209 https://github.com/pyscript/docs/pull/210 (thanks for the suggestion @clayote).