Skip to content

Releases: manzt/anywidget

@anywidget/deno@0.0.3

10 Oct 21:18
2764f1a
Compare
Choose a tag to compare

Patch Changes

  • feat: Try to discover installed anywidget version (#326)

  • feat: Add Install/Uninstall scripts for widget front end (#329)

    deno run -A https://deno.land/x/anywidget/install.ts

@anywidget/deno@0.0.2

05 Oct 14:58
690c1a6
Compare
Choose a tag to compare

Patch Changes

  • fix: Use current anywidget version in comms open message (#323)

@anywidget/deno@0.0.1

03 Oct 19:25
92556e0
Compare
Choose a tag to compare

Patch Changes

  • feat: make initial release (#319)

create-anywidget@0.4.1

17 Sep 03:15
fe7c62f
Compare
Choose a tag to compare

Patch Changes

  • fix: correctly detect bun as package manager (#282)

create-anywidget@0.4.0

16 Sep 19:48
0765c4d
Compare
Choose a tag to compare

Minor Changes

  • feat: Support Bun and prefer built-in bundler over esbuild (#269)

    When running bun create anywidget@latest, the resulting package.json scripts
    prefer the built-in bundler over esbuild. As a result, the vanilla JS template
    has no dependencies.

    bun create anywidget@latest

anywidget@0.6.5

16 Sep 17:14
5ee8451
Compare
Choose a tag to compare

Patch Changes

  • 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.

anywidget@0.6.4

15 Sep 20:20
489465d
Compare
Choose a tag to compare

Patch Changes

  • 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.

create-anywidget@0.3.0

03 Sep 20:01
91f5d6c
Compare
Choose a tag to compare

Minor Changes

  • feat: unify templating system within create.js (#263)

    Allows for more dynamic templates and sharing of common Python setup between templates.

create-anywidget@0.2.1

03 Sep 17:02
b6c9928
Compare
Choose a tag to compare

Patch Changes

  • feat: use src/my_widget/static directory for build assets (6e2cc42)

  • fix: point esbuild to source in js folder (#260)

create-anywidget@0.2.0

03 Sep 16:26
b4127ae
Compare
Choose a tag to compare

Minor Changes

  • feat: move package.json to template root directories (#256)

    This makes it more ergonomic to install JavaScript dependencies and start the development server.