Files
pyscript/docs/changelog.md
Fábio Rosado dbdcd0b3d0 Remove deprecated elements and adds deprecation banner to pys-on (#1084)
* Show deprecation banner

* Add test for deprecation warning

* Remove deprecated elements

* Add entry in changelog

* Update test_style

* Remove random color rule

* Add PR link to changelog
2023-01-03 13:14:20 +00:00

1.2 KiB

Release Notes

2023.01.1

Bug fixes

  • Fixed an issue where pyscript would 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)

Documentation

  • Fixed 'Direct usage of document is deprecated' warning in the getting started guide. (#1052)

Deprecations and Removals

  • The attributes pys-onClick and pys-onKeyDown have 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-box and py-title have now completed their deprecation cycle and have been removed. (#1084)