You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed the legacy, archived, toml-j0.4 parser #2442 in favor of our own improved basic-toml parser pyscript/polyscript#171
Improved pyscript.web API where el.append("string") will now work as expected: #2447 Thanks to new contributor @iliketocode2.
Docstring fixes so Markdown API docs render properly: #2449
Ensure the remove method 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