- Removed warnings about
windowanddocumentwhensync_main_onlyconfig property istrue: #2434 - Improved errors on bootstrap when the config cannot be parsed or contains errors: #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: pyscript/polyscript#168
- Removed the legacy, archived, toml-j0.4 parser #2442 in favor of our own improved basic-toml parser pyscript/polyscript#171
- Improved
pyscript.webAPI whereel.append("string")will now work as expected: #2447 Thanks to new contributor @iliketocode2. - Docstring fixes so Markdown API docs render properly: #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): #2450 - Documentation updates given feedback by users: pyscript/docs#209 pyscript/docs#210 (thanks for the suggestion @clayote).