mirror of
https://github.com/pyscript/pyscript.git
synced 2026-04-01 11:00:20 -04:00
2.0 KiB
2.0 KiB
Release Notes
2023.01.1
Features
- Restored the
outputattribute of <py-script> tags to routesys.stdoutto a DOM element with the given ID. (#1063) - Added a
stderrattribute of <py-script> tags to routesys.stderrto a DOM element with the given ID. (#1063)
Bug fixes
- Fixed an issue where
pyscriptwould not be available when using the minified version of PyScript. (#1054) - Fixed missing closing tag when rendering an image with
display. (#1058) - Fixed a bug where Python plugins methods were being executed twice. (#1064)
Enhancements
- When adding a
py-attribute to an element but didn't added anidattribute, PyScript will now generate a random ID for the element instead of throwing an error which caused the splash screen to not shutdown. (#1122)
Documentation
- Fixed 'Direct usage of document is deprecated' warning in the getting started guide. (#1052)
Deprecations and Removals
- The py-config
runtimesto specify an interpreter has been deprecated. Theinterpretersconfig should be used instead. (#1082) - The attributes
pys-onClickandpys-onKeyDownhave been deprecated, but the warning was only shown in the console. An alert banner will now be shown on the page if the attributes are used. They will be removed in the next release. (#1084) - The pyscript elements
py-button,py-inputbox,py-boxandpy-titlehave now completed their deprecation cycle and have been removed. (#1084)