File python-anywidget.changes of Package failed_python-anywidget
-------------------------------------------------------------------
Sun Jan 21 10:52:29 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 0.8.1
* fix: Skip Promise serialization for ipywidget's layout/style
traits (#412)
-------------------------------------------------------------------
Sat Dec 23 18:33:46 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.8.0
* Remove re-export of @anywidget/vite from main package (#398)
* Breaking change. If using our Vite plugin, please make sure to
install @anywidget/vite (rather than importing from anywidget
main package). This change allows us to version the Vite plugin
and anywidget's core separately.
// vite.config.mjs
import { defineConfig } from "vite";
-- import anywidget from "anywidget/vite";
++ import anywidget from "@anywidget/vite";
If you are already using @anywidget/vite, there are no changes
necessary.
-------------------------------------------------------------------
Sun Nov 26 15:22:49 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.7.1
* feat: Raise Python error when file is missing (#345)
-------------------------------------------------------------------
Sat Oct 14 08:48:18 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.7.0
* feat(experimental)!: Require include in _get_anywidget_state
signature (#317)
* Allows implementors to avoid re-serializing fields which aren't
needed to send to the front end. This is a BREAKING change
because it requires implementors of _get_anywidget_state to
account for include in the function signature.
-------------------------------------------------------------------
Sat Sep 23 16:38:24 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.6.5
* fix: disable auto-reloading in dist-packages (#276)
* When the package is located in dist-packages, auto-reloading is
now disabled. This prevents unnecessary warnings when the
package is used in environments like Google Colab which are
likely non-development installs.
- Release 0.6.4
* fix: Keep support for binary traitlets (#274)
* Uses structuredClone to ensure binary data is automatically
serialized, correctly. Applies changes reverted in ipywidgets
8.1.1.
-------------------------------------------------------------------
Mon Sep 4 02:51:32 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Initial release of 0.6.3.