gradio/js/_website/CHANGELOG.md
pngwn bc1eff12c1
chore: update versions (#8420)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-30 14:55:23 -07:00

22 KiB

website

0.31.1

Dependency updates

  • @gradio/code@0.6.8

0.31.0

Features

Dependency updates

  • @gradio/code@0.6.7

0.30.4

Dependency updates

  • @gradio/code@0.6.6

0.30.3

Features

  • #8319 1f9a5f0 - Fix bad redirect breaking website build. Thanks @aliabd!

0.30.2

Dependency updates

  • @gradio/code@0.6.5

0.30.1

Dependency updates

  • @gradio/code@0.6.4

0.30.0

Features

  • #8278 4ae17a4 - Embedded Lite example apps in the docs. Thanks @whitphx!
  • #8262 d708ca8 - Reorganize Guides in a more logical order. Thanks @abidlabs!

Dependency updates

  • @gradio/code@0.6.3

0.29.0

Features

  • #8224 6ee1f1f - Display all custom components in the gallery. Thanks @freddyaboulton!

Fixes

  • #8220 f176e1b - Convert all demos on docs to lite. Thanks @aliabd!

Dependency updates

  • @gradio/code@0.6.2

0.28.0

Features

  • #8121 f5b710c - chore(deps): update dependency eslint to v9. Thanks @renovate!
  • #8189 68dcae5 - Use workspace version for code in _website. Thanks @aliabd!
  • #8152 989fe25 - Make guide for tailwind more verbose. Thanks @duerrsimon!

Dependency updates

  • @gradio/code@0.6.1

0.27.0

Features

  • #8061 17e83c9 - Docs Reorg and Intro Page. Thanks @aliabd!
  • #8122 e089e4c - update dependencies. Thanks @pngwn!
  • #8119 38a5482 - Be able to link to a custom component in the gallery directly. Thanks @freddyaboulton!

0.26.1

Dependency updates

  • @gradio/code@0.5.12

0.26.0

Features

  • #7945 328325a - style changes for gradio website docs navbar. Thanks @shafiqihtsham!

Fixes

  • #7935 919afff - Adds a Guide on deploying Gradio apps with Docker. Thanks @abidlabs!

Dependency updates

  • @gradio/code@0.5.11

0.25.2

Dependency updates

  • @gradio/code@0.5.10

0.25.1

Dependency updates

  • @gradio/code@0.5.9

0.25.0

Features

  • #7684 755157f - Do not reload code inside gr.NO_RELOAD context. Thanks @freddyaboulton!
  • #7661 c62a57e - Convert Docs Demos to Lite. Thanks @aliabd!

Dependency updates

  • @gradio/code@0.5.8

0.24.3

Dependency updates

  • @gradio/code@0.5.7

0.24.2

Dependency updates

  • @gradio/code@0.5.6

0.24.1

Patch Changes

  • Updated dependencies []:
    • @gradio/code@0.5.5

0.24.0

Features

0.23.4

Patch Changes

  • Updated dependencies []:
    • @gradio/code@0.5.3

0.23.3

Patch Changes

  • Updated dependencies []:
    • @gradio/code@0.5.2

0.23.2

Patch Changes

  • Updated dependencies []:
    • @gradio/code@0.5.1

0.23.1

Patch Changes

  • Updated dependencies [c1a7ea7]:
    • @gradio/code@0.5.0

0.23.0

Features

  • #7116 3c8c4ac - Document the gr.ParamViewer component, and fix component preprocessing/postprocessing docstrings. Thanks @abidlabs!

0.22.0

Features

0.21.3

Patch Changes

  • Updated dependencies []:
    • @gradio/code@0.3.7

0.21.2

Features

0.21.1

Patch Changes

  • Updated dependencies []:
    • @gradio/code@0.3.6

0.21.0

Features

0.20.4

Fixes

0.20.3

Patch Changes

  • Updated dependencies []:
    • @gradio/code@0.3.3

0.20.2

Patch Changes

  • Updated dependencies []:
    • @gradio/code@0.3.2

0.20.1

Patch Changes

  • Updated dependencies []:
    • @gradio/code@0.3.1

0.20.0

Features

0.19.0

Features

0.18.0

Features

0.17.0

Features

0.16.1

Patch Changes

  • Updated dependencies []:
    • @gradio/code@0.2.7

0.16.0

Features

0.15.0

Features

0.14.0

Features

0.13.0

Features

0.12.1

Patch Changes

  • Updated dependencies []:
    • @gradio/code@0.2.3

0.12.0

Features

0.11.1

Features

0.11.0

Patch Changes

0.11.0-beta.1

Features

0.11.0-beta.0

Features

Fixes

0.10.0

Features

0.9.0

Features

0.8.0

Features

0.7.1

Features

0.7.0

Features

Fixes

0.6.0

Features

0.5.0

Features

  • #5481 df623e74 - Toggle main vs versioned demos on website and show install snippet. Thanks @aliabd!

0.4.0

Features

0.3.0

Features

Fixes

0.2.2

Features

  • #5284 5f25eb68 - Minor bug fix sweep. Thanks @aliabid94!/n - Our use of exit was catching errors and corrupting the traceback of any component that failed to instantiate (try running blocks_kitchen_sink off main for an example). Now the exit exits immediately if there's been an exception, so the original exception can be printed cleanly/n - HighlightedText was rendering weird, cleaned it up

0.2.1

Fixes

0.2.0

Highlights

Improve startup performance and markdown support (#5279 fe057300)

Improved markdown support

We now have better support for markdown in gr.Markdown and gr.Dataframe. Including syntax highlighting and Github Flavoured Markdown. We also have more consistent markdown behaviour and styling.

Various performance improvements

These improvements will be particularly beneficial to large applications.

  • Rather than attaching events manually, they are now delegated, leading to a significant performance improvement and addressing a performance regression introduced in a recent version of Gradio. App startup for large applications is now around twice as fast.
  • Optimised the mounting of individual components, leading to a modest performance improvement during startup (~30%).
  • Corrected an issue that was causing markdown to re-render infinitely.
  • Ensured that the gr.3DModel does re-render prematurely.

Thanks @pngwn!

Features

0.1.0

Features

Fixes

0.0.2

Features

Fixes