diff --git a/.changeset/busy-files-invite.md b/.changeset/busy-files-invite.md deleted file mode 100644 index b72ef50a81540..0000000000000 --- a/.changeset/busy-files-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": minor ---- - -feat:Fix native plot lite demos diff --git a/.changeset/curly-bottles-jog.md b/.changeset/curly-bottles-jog.md deleted file mode 100644 index a3e09fee1cab6..0000000000000 --- a/.changeset/curly-bottles-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"website": patch ---- - -feat:Cloudflare migration diff --git a/.changeset/eighty-jeans-unite.md b/.changeset/eighty-jeans-unite.md deleted file mode 100644 index 9b1be6d8e393d..0000000000000 --- a/.changeset/eighty-jeans-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -fix:Fix for create_or_modify_pyi read_text Windows Issue in component_meta.py diff --git a/.changeset/green-streets-open.md b/.changeset/green-streets-open.md deleted file mode 100644 index 9cf822bf9cc3d..0000000000000 --- a/.changeset/green-streets-open.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@gradio/textbox": minor -"gradio": minor ---- - -feat:Adding `maxlength` attribute handling of `textarea` and `input` HTML element for the `gr.TextBox()` component via a `max_length` parameter diff --git a/.changeset/itchy-goats-kiss.md b/.changeset/itchy-goats-kiss.md deleted file mode 100644 index 9173c51de4def..0000000000000 --- a/.changeset/itchy-goats-kiss.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"@gradio/annotatedimage": patch -"@gradio/audio": patch -"@gradio/chatbot": patch -"@gradio/code": patch -"@gradio/dataframe": patch -"@gradio/dataset": patch -"@gradio/dropdown": patch -"@gradio/file": patch -"@gradio/imageeditor": patch -"@gradio/markdown": patch -"@gradio/model3d": patch -"@gradio/nativeplot": patch -"@gradio/paramviewer": patch -"@gradio/utils": patch -"@gradio/wasm": patch -"@self/component-test": patch -"gradio": patch ---- - -feat:make all component SSR compatible diff --git a/.changeset/moody-dogs-search.md b/.changeset/moody-dogs-search.md deleted file mode 100644 index 1245e6b02c841..0000000000000 --- a/.changeset/moody-dogs-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": patch ---- - -fix:Fix serialization error in curl api diff --git a/.changeset/nice-berries-end.md b/.changeset/nice-berries-end.md deleted file mode 100644 index e7d5bdc8d20ea..0000000000000 --- a/.changeset/nice-berries-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"gradio": minor ---- - -feat: Add a 'None' option to the gradio.Image component to disable image_m… diff --git a/.changeset/plenty-cycles-chew.md b/.changeset/plenty-cycles-chew.md deleted file mode 100644 index efbd9d6c3d29e..0000000000000 --- a/.changeset/plenty-cycles-chew.md +++ /dev/null @@ -1,71 +0,0 @@ ---- -"@gradio/multimodaltextbox": patch -"@gradio/highlightedtext": patch -"@gradio/annotatedimage": patch -"@self/component-test": patch -"@gradio/downloadbutton": patch -"@gradio/simpledropdown": patch -"@gradio/checkboxgroup": patch -"@gradio/simpletextbox": patch -"@gradio/statustracker": patch -"@gradio/fileexplorer": patch -"@gradio/uploadbutton": patch -"@gradio/colorpicker": patch -"@gradio/imageeditor": patch -"@gradio/paramviewer": patch -"@gradio/simpleimage": patch -"@gradio/nativeplot": patch -"@gradio/accordion": patch -"@gradio/dataframe": patch -"@self/storybook": patch -"website": patch -"@gradio/checkbox": patch -"@gradio/datetime": patch -"@gradio/dropdown": patch -"@gradio/fallback": patch -"@gradio/markdown": patch -"@gradio/chatbot": patch -"@gradio/dataset": patch -"@gradio/gallery": patch -"@gradio/model3d": patch -"@gradio/preview": patch -"@gradio/tabitem": patch -"@gradio/textbox": patch -"@gradio/tooltip": patch -"@self/tootils": patch -"@gradio/client": patch -"@gradio/button": patch -"@gradio/column": patch -"@gradio/number": patch -"@gradio/slider": patch -"@gradio/upload": patch -"@gradio/atoms": patch -"@gradio/audio": patch -"@self/build": patch -"@gradio/group": patch -"@gradio/icons": patch -"@gradio/image": patch -"@gradio/label": patch -"@gradio/radio": patch -"@gradio/state": patch -"@gradio/theme": patch -"@gradio/timer": patch -"@gradio/utils": patch -"@gradio/video": patch -"@gradio/code": patch -"@gradio/core": patch -"@gradio/file": patch -"@gradio/form": patch -"@gradio/html": patch -"@gradio/json": patch -"@gradio/lite": patch -"@gradio/plot": patch -"@gradio/tabs": patch -"@gradio/wasm": patch -"@self/app": patch -"@gradio/box": patch -"@gradio/row": patch -"@self/spa": patch ---- - -fix:fix exports and generate types diff --git a/CHANGELOG.md b/CHANGELOG.md index 5218f6ac199b8..ca4c14f11967f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # gradio +## 4.43.0 + +### Features + +- [#9160](https://github.com/gradio-app/gradio/pull/9160) [`8f5a895`](https://github.com/gradio-app/gradio/commit/8f5a8950c949996f7c439b11a7aa40edda3e8562) - Fix native plot lite demos. Thanks @aliabd! +- [#9185](https://github.com/gradio-app/gradio/pull/9185) [`2daf3d1`](https://github.com/gradio-app/gradio/commit/2daf3d10f5986675f6ceb75ebb50c9d991c282bf) - Adding `maxlength` attribute handling of `textarea` and `input` HTML element for the `gr.TextBox()` component via a `max_length` parameter. Thanks @WH-Yoshi! +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! +- [#9225](https://github.com/gradio-app/gradio/pull/9225) [`5f2e047`](https://github.com/gradio-app/gradio/commit/5f2e047c2ce114cebc95d5dba16c4df10fa73eb1) - Add a 'None' option to the gradio.Image component to disable image_m…. Thanks @GeeMoose! + +### Fixes + +- [#9242](https://github.com/gradio-app/gradio/pull/9242) [`d0e93d7`](https://github.com/gradio-app/gradio/commit/d0e93d70e87ea64f144e8eda7d5d49c27b6158e5) - Fix for create_or_modify_pyi read_text Windows Issue in component_meta.py. Thanks @SmirkingKitsune! +- [#9189](https://github.com/gradio-app/gradio/pull/9189) [`ab142ee`](https://github.com/gradio-app/gradio/commit/ab142ee13d19070b75b5eb03efcda7193b8993c2) - Fix serialization error in curl api. Thanks @freddyaboulton! + ## 4.42.0 ### Features diff --git a/client/js/CHANGELOG.md b/client/js/CHANGELOG.md index b95dd58b4e6ef..b103a45965f7a 100644 --- a/client/js/CHANGELOG.md +++ b/client/js/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/client +## 1.5.2 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + ## 1.5.1 ### Features diff --git a/client/js/package.json b/client/js/package.json index a52da6d245bf4..299964d47c02b 100644 --- a/client/js/package.json +++ b/client/js/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/client", - "version": "1.5.1", + "version": "1.5.2", "description": "Gradio API client", "type": "module", "main": "dist/index.js", diff --git a/gradio/CHANGELOG.md b/gradio/CHANGELOG.md index 5218f6ac199b8..ca4c14f11967f 100644 --- a/gradio/CHANGELOG.md +++ b/gradio/CHANGELOG.md @@ -1,5 +1,19 @@ # gradio +## 4.43.0 + +### Features + +- [#9160](https://github.com/gradio-app/gradio/pull/9160) [`8f5a895`](https://github.com/gradio-app/gradio/commit/8f5a8950c949996f7c439b11a7aa40edda3e8562) - Fix native plot lite demos. Thanks @aliabd! +- [#9185](https://github.com/gradio-app/gradio/pull/9185) [`2daf3d1`](https://github.com/gradio-app/gradio/commit/2daf3d10f5986675f6ceb75ebb50c9d991c282bf) - Adding `maxlength` attribute handling of `textarea` and `input` HTML element for the `gr.TextBox()` component via a `max_length` parameter. Thanks @WH-Yoshi! +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! +- [#9225](https://github.com/gradio-app/gradio/pull/9225) [`5f2e047`](https://github.com/gradio-app/gradio/commit/5f2e047c2ce114cebc95d5dba16c4df10fa73eb1) - Add a 'None' option to the gradio.Image component to disable image_m…. Thanks @GeeMoose! + +### Fixes + +- [#9242](https://github.com/gradio-app/gradio/pull/9242) [`d0e93d7`](https://github.com/gradio-app/gradio/commit/d0e93d70e87ea64f144e8eda7d5d49c27b6158e5) - Fix for create_or_modify_pyi read_text Windows Issue in component_meta.py. Thanks @SmirkingKitsune! +- [#9189](https://github.com/gradio-app/gradio/pull/9189) [`ab142ee`](https://github.com/gradio-app/gradio/commit/ab142ee13d19070b75b5eb03efcda7193b8993c2) - Fix serialization error in curl api. Thanks @freddyaboulton! + ## 4.42.0 ### Features diff --git a/gradio/package.json b/gradio/package.json index 1ba0ca9a6b2cc..71075a3ff79c9 100644 --- a/gradio/package.json +++ b/gradio/package.json @@ -1,6 +1,6 @@ { "name": "gradio", - "version": "4.42.0", + "version": "4.43.0", "description": "", "python": "true" } diff --git a/home/runner/work/gradio/gradio/client/js/src/client.d.ts b/home/runner/work/gradio/gradio/client/js/src/client.d.ts new file mode 100644 index 0000000000000..ac7bb1711a282 --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/client.d.ts @@ -0,0 +1,69 @@ +import type { ApiData, ApiInfo, ClientOptions, Config, DuplicateOptions, EndpointInfo, JsApiData, PredictReturn, SpaceStatus, Status, UploadResponse, SubmitIterable, GradioEvent } from "./types"; +import { FileData } from "./upload"; +export declare class Client { + app_reference: string; + options: ClientOptions; + config: Config | undefined; + api_info: ApiInfo | undefined; + api_map: Record; + session_hash: string; + jwt: string | false; + last_status: Record; + private cookies; + stream_status: { + open: boolean; + }; + pending_stream_messages: Record; + pending_diff_streams: Record; + event_callbacks: Record Promise>; + unclosed_events: Set; + heartbeat_event: EventSource | null; + abort_controller: AbortController | null; + stream_instance: EventSource | null; + fetch(input: RequestInfo | URL, init?: RequestInit): Promise; + stream(url: URL): EventSource; + view_api: () => Promise>; + upload_files: (root_url: string, files: (Blob | File)[], upload_id?: string) => Promise; + upload: (file_data: FileData[], root_url: string, upload_id?: string, max_file_size?: number) => Promise<(FileData | null)[] | null>; + handle_blob: (endpoint: string, data: unknown[], endpoint_info: EndpointInfo) => Promise; + post_data: (url: string, body: unknown, additional_headers?: any) => Promise; + submit: (endpoint: string | number, data: unknown[] | Record | undefined, event_data?: unknown, trigger_id?: number | null, all_events?: boolean) => SubmitIterable; + predict: (endpoint: string | number, data: unknown[] | Record | undefined, event_data?: unknown) => Promise; + open_stream: () => Promise; + private resolve_config; + private resolve_cookies; + constructor(app_reference: string, options?: ClientOptions); + private init; + _resolve_hearbeat(_config: Config): Promise; + static connect(app_reference: string, options?: ClientOptions): Promise; + close(): void; + static duplicate(app_reference: string, options?: DuplicateOptions): Promise; + private _resolve_config; + private config_success; + handle_space_success(status: SpaceStatus): Promise; + component_server(component_id: number, fn_name: string, data: unknown[] | { + binary: boolean; + data: Record; + }): Promise; + set_cookies(raw_cookies: string): void; + private prepare_return_obj; +} +/** + * @deprecated This method will be removed in v1.0. Use `Client.connect()` instead. + * Creates a client instance for interacting with Gradio apps. + * + * @param {string} app_reference - The reference or URL to a Gradio space or app. + * @param {ClientOptions} options - Configuration options for the client. + * @returns {Promise} A promise that resolves to a `Client` instance. + */ +export declare function client(app_reference: string, options?: ClientOptions): Promise; +/** + * @deprecated This method will be removed in v1.0. Use `Client.duplicate()` instead. + * Creates a duplicate of a space and returns a client instance for the duplicated space. + * + * @param {string} app_reference - The reference or URL to a Gradio space or app to duplicate. + * @param {DuplicateOptions} options - Configuration options for the client. + * @returns {Promise} A promise that resolves to a `Client` instance. + */ +export declare function duplicate_space(app_reference: string, options: DuplicateOptions): Promise; +export type ClientInstance = Client; diff --git a/home/runner/work/gradio/gradio/client/js/src/constants.d.ts b/home/runner/work/gradio/gradio/client/js/src/constants.d.ts new file mode 100644 index 0000000000000..f80cb61eae475 --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/constants.d.ts @@ -0,0 +1,29 @@ +export declare const HOST_URL = "host"; +export declare const API_URL = "api/predict/"; +export declare const SSE_URL_V0 = "queue/join"; +export declare const SSE_DATA_URL_V0 = "queue/data"; +export declare const SSE_URL = "queue/data"; +export declare const SSE_DATA_URL = "queue/join"; +export declare const UPLOAD_URL = "upload"; +export declare const LOGIN_URL = "login"; +export declare const CONFIG_URL = "config"; +export declare const API_INFO_URL = "info"; +export declare const RUNTIME_URL = "runtime"; +export declare const SLEEPTIME_URL = "sleeptime"; +export declare const RAW_API_INFO_URL = "info?serialize=False"; +export declare const SPACE_FETCHER_URL = "https://gradio-space-api-fetcher-v2.hf.space/api"; +export declare const RESET_URL = "reset"; +export declare const SPACE_URL = "https://hf.space/{}"; +export declare const QUEUE_FULL_MSG = "This application is currently busy. Please try again. "; +export declare const BROKEN_CONNECTION_MSG = "Connection errored out. "; +export declare const CONFIG_ERROR_MSG = "Could not resolve app config. "; +export declare const SPACE_STATUS_ERROR_MSG = "Could not get space status. "; +export declare const API_INFO_ERROR_MSG = "Could not get API info. "; +export declare const SPACE_METADATA_ERROR_MSG = "Space metadata could not be loaded. "; +export declare const INVALID_URL_MSG = "Invalid URL. A full URL path is required."; +export declare const UNAUTHORIZED_MSG = "Not authorized to access this space. "; +export declare const INVALID_CREDENTIALS_MSG = "Invalid credentials. Could not login. "; +export declare const MISSING_CREDENTIALS_MSG = "Login credentials are required to access this space."; +export declare const NODEJS_FS_ERROR_MSG = "File system access is only available in Node.js environments"; +export declare const ROOT_URL_ERROR_MSG = "Root URL not found in client config"; +export declare const FILE_PROCESSING_ERROR_MSG = "Error uploading file"; diff --git a/home/runner/work/gradio/gradio/client/js/src/helpers/api_info.d.ts b/home/runner/work/gradio/gradio/client/js/src/helpers/api_info.d.ts new file mode 100644 index 0000000000000..ed65b075c2dd6 --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/helpers/api_info.d.ts @@ -0,0 +1,46 @@ +import type { ApiData, ApiInfo, Config, JsApiData, EndpointInfo, Status } from "../types"; +export declare const RE_SPACE_NAME: RegExp; +export declare const RE_SPACE_DOMAIN: RegExp; +export declare function process_endpoint(app_reference: string, hf_token?: `hf_${string}`): Promise<{ + space_id: string | false; + host: string; + ws_protocol: "ws" | "wss"; + http_protocol: "http:" | "https:"; +}>; +export declare const join_urls: (...urls: string[]) => string; +export declare function transform_api_info(api_info: ApiInfo, config: Config, api_map: Record): ApiInfo; +export declare function get_type(type: { + type: any; + description: string; +}, component: string, serializer: string, signature_type: "return" | "parameter"): string | undefined; +export declare function get_description(type: { + type: any; + description: string; +}, serializer: string): string; +export declare function handle_message(data: any, last_status: Status["stage"]): { + type: "hash" | "data" | "update" | "complete" | "generating" | "log" | "none" | "heartbeat" | "unexpected_error"; + data?: any; + status?: Status; +}; +/** + * Maps the provided `data` to the parameters defined by the `/info` endpoint response. + * This allows us to support both positional and keyword arguments passed to the client + * and ensures that all parameters are either directly provided or have default values assigned. + * + * @param {unknown[] | Record} data - The input data for the function, + * which can be either an array of values for positional arguments or an object + * with key-value pairs for keyword arguments. + * @param {JsApiData[]} parameters - Array of parameter descriptions retrieved from the + * `/info` endpoint. + * + * @returns {unknown[]} - Returns an array of resolved data where each element corresponds + * to the expected parameter from the API. The `parameter_default` value is used where + * a value is not provided for a parameter, and optional parameters without defaults are + * set to `undefined`. + * + * @throws {Error} - Throws an error: + * - If more arguments are provided than are defined in the parameters. + * * - If no parameter value is provided for a required parameter and no default value is defined. + * - If an argument is provided that does not match any defined parameter. + */ +export declare const map_data_to_params: (data: (unknown[] | Record) | undefined, endpoint_info: EndpointInfo) => unknown[]; diff --git a/home/runner/work/gradio/gradio/client/js/src/helpers/data.d.ts b/home/runner/work/gradio/gradio/client/js/src/helpers/data.d.ts new file mode 100644 index 0000000000000..78d8c6f5f1902 --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/helpers/data.d.ts @@ -0,0 +1,20 @@ +import { type ApiData, type BlobRef, type Config, type EndpointInfo, type JsApiData, type DataType, Command, type Dependency, type ComponentMeta } from "../types"; +import { FileData } from "../upload"; +export declare function update_object(object: { + [x: string]: any; +}, newValue: any, stack: (string | number)[]): void; +export declare function walk_and_store_blobs(data: DataType, type?: string | undefined, path?: string[], root?: boolean, endpoint_info?: EndpointInfo | undefined): Promise; +export declare function skip_queue(id: number, config: Config): boolean; +export declare function post_message(message: any, origin: string): Promise; +export declare function handle_file(file_or_url: File | string | Blob | Buffer): FileData | Blob | Command; +/** + * Handles the payload by filtering out state inputs and returning an array of resolved payload values. + * We send null values for state inputs to the server, but we don't want to include them in the resolved payload. + * + * @param resolved_payload - The resolved payload values received from the client or the server + * @param dependency - The dependency object. + * @param components - The array of component metadata. + * @param with_null_state - Optional. Specifies whether to include null values for state inputs. Default is false. + * @returns An array of resolved payload values, filtered based on the dependency and component metadata. + */ +export declare function handle_payload(resolved_payload: unknown[], dependency: Dependency, components: ComponentMeta[], type: "input" | "output", with_null_state?: boolean): unknown[]; diff --git a/home/runner/work/gradio/gradio/client/js/src/helpers/init_helpers.d.ts b/home/runner/work/gradio/gradio/client/js/src/helpers/init_helpers.d.ts new file mode 100644 index 0000000000000..c4f3204b831a9 --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/helpers/init_helpers.d.ts @@ -0,0 +1,24 @@ +import type { Config } from "../types"; +import { Client } from ".."; +/** + * This function is used to resolve the URL for making requests when the app has a root path. + * The root path could be a path suffix like "/app" which is appended to the end of the base URL. Or + * it could be a full URL like "https://abidlabs-test-client-replica--gqf2x.hf.space" which is used when hosting + * Gradio apps on Hugging Face Spaces. + * @param {string} base_url The base URL at which the Gradio server is hosted + * @param {string} root_path The root path, which could be a path suffix (e.g. mounted in FastAPI app) or a full URL (e.g. hosted on Hugging Face Spaces) + * @param {boolean} prioritize_base Whether to prioritize the base URL over the root path. This is used when both the base path and root paths are full URLs. For example, for fetching files the root path should be prioritized, but for making requests, the base URL should be prioritized. + * @returns {string} the resolved URL + */ +export declare function resolve_root(base_url: string, root_path: string, prioritize_base: boolean): string; +export declare function get_jwt(space: string, token: `hf_${string}`, cookies?: string | null): Promise; +export declare function map_names_to_ids(fns: Config["dependencies"]): Record; +export declare function resolve_config(this: Client, endpoint: string): Promise; +export declare function resolve_cookies(this: Client): Promise; +export declare function get_cookie_header(http_protocol: string, host: string, auth: [string, string], _fetch: typeof fetch, hf_token?: `hf_${string}`): Promise; +export declare function determine_protocol(endpoint: string): { + ws_protocol: "ws" | "wss"; + http_protocol: "http:" | "https:"; + host: string; +}; +export declare const parse_and_set_cookies: (cookie_header: string) => string[]; diff --git a/home/runner/work/gradio/gradio/client/js/src/helpers/spaces.d.ts b/home/runner/work/gradio/gradio/client/js/src/helpers/spaces.d.ts new file mode 100644 index 0000000000000..595ccb0fe32fd --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/helpers/spaces.d.ts @@ -0,0 +1,7 @@ +import type { SpaceStatusCallback } from "../types"; +export declare function check_space_status(id: string, type: "subdomain" | "space_name", status_callback: SpaceStatusCallback): Promise; +export declare const check_and_wake_space: (space_id: string, status_callback: SpaceStatusCallback) => Promise; +export declare function discussions_enabled(space_id: string): Promise; +export declare function get_space_hardware(space_id: string, hf_token?: `hf_${string}` | undefined): Promise<(typeof hardware_types)[number]>; +export declare function set_space_timeout(space_id: string, timeout: number, hf_token?: `hf_${string}`): Promise; +export declare const hardware_types: readonly ["cpu-basic", "cpu-upgrade", "cpu-xl", "t4-small", "t4-medium", "a10g-small", "a10g-large", "a10g-largex2", "a10g-largex4", "a100-large", "zero-a10g", "h100", "h100x8"]; diff --git a/home/runner/work/gradio/gradio/client/js/src/index.d.ts b/home/runner/work/gradio/gradio/client/js/src/index.d.ts new file mode 100644 index 0000000000000..d5943a2e23b67 --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/index.d.ts @@ -0,0 +1,9 @@ +export { Client } from "./client"; +export { predict } from "./utils/predict"; +export { submit } from "./utils/submit"; +export { upload_files } from "./utils/upload_files"; +export { FileData, upload, prepare_files } from "./upload"; +export { handle_file } from "./helpers/data"; +export type { SpaceStatus, StatusMessage, Status, client_return, UploadResponse, RenderMessage, LogMessage, Payload } from "./types"; +export { client } from "./client"; +export { duplicate_space as duplicate } from "./client"; diff --git a/home/runner/work/gradio/gradio/client/js/src/types.d.ts b/home/runner/work/gradio/gradio/client/js/src/types.d.ts new file mode 100644 index 0000000000000..8c4538d36ee49 --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/types.d.ts @@ -0,0 +1,302 @@ +import { hardware_types } from "./helpers/spaces"; +import type { SvelteComponent } from "svelte"; +import type { ComponentType } from "svelte"; +export interface ApiData { + label: string; + parameter_name: string; + parameter_default?: any; + parameter_has_default?: boolean; + type: { + type: any; + description: string; + }; + component: string; + example_input?: any; + python_type: { + type: string; + description: string; + }; + serializer: string; +} +export interface JsApiData { + label: string; + parameter_name: string; + parameter_default?: any; + parameter_has_default?: boolean; + type: string; + description: string; + component: string; + example_input?: any; + serializer: string; + python_type: { + type: string; + description: string; + }; +} +export interface EndpointInfo { + parameters: T[]; + returns: T[]; + type?: DependencyTypes; +} +export interface ApiInfo { + named_endpoints: Record>; + unnamed_endpoints: Record>; +} +export interface BlobRef { + path: string[]; + type: string | undefined; + blob: Blob | File | false; +} +export type DataType = string | Buffer | Record | any[]; +export declare class Command { + type: string; + command: string; + meta: { + path: string; + name: string; + orig_path: string; + }; + fileData?: FileData; + constructor(command: string, meta: { + path: string; + name: string; + orig_path: string; + }); +} +export type SubmitFunction = (endpoint: string | number, data?: unknown[] | Record, event_data?: unknown, trigger_id?: number | null) => SubmitIterable; +export type PredictFunction = (endpoint: string | number, data?: unknown[] | Record, event_data?: unknown) => Promise; +export type client_return = { + config: Config | undefined; + predict: PredictFunction; + submit: SubmitFunction; + component_server: (component_id: number, fn_name: string, data: unknown[]) => any; + view_api: (_fetch: typeof fetch) => Promise>; +}; +export interface SubmitIterable extends AsyncIterable { + [Symbol.asyncIterator](): AsyncIterator; + cancel: () => Promise; +} +export type PredictReturn = { + type: EventType; + time: Date; + data: unknown; + endpoint: string; + fn_index: number; +}; +export type SpaceStatus = SpaceStatusNormal | SpaceStatusError; +export interface SpaceStatusNormal { + status: "sleeping" | "running" | "building" | "error" | "stopped" | "starting"; + detail: "SLEEPING" | "RUNNING" | "RUNNING_BUILDING" | "BUILDING" | "APP_STARTING" | "NOT_FOUND"; + load_status: "pending" | "error" | "complete" | "generating"; + message: string; +} +export interface SpaceStatusError { + status: "space_error" | "paused"; + detail: "NO_APP_FILE" | "CONFIG_ERROR" | "BUILD_ERROR" | "RUNTIME_ERROR" | "PAUSED"; + load_status: "error"; + message: string; + discussions_enabled: boolean; +} +export type SpaceStatusCallback = (a: SpaceStatus) => void; +export interface Config { + auth_required?: true; + analytics_enabled: boolean; + connect_heartbeat: boolean; + auth_message: string; + components: ComponentMeta[]; + css: string | null; + js: string | null; + head: string | null; + dependencies: Dependency[]; + dev_mode: boolean; + enable_queue: boolean; + show_error: boolean; + layout: any; + mode: "blocks" | "interface"; + root: string; + root_url?: string; + theme: string; + title: string; + version: string; + space_id: string | null; + is_space: boolean; + is_colab: boolean; + show_api: boolean; + stylesheets: string[]; + path: string; + protocol: "sse_v3" | "sse_v2.1" | "sse_v2" | "sse_v1" | "sse" | "ws"; + max_file_size?: number; + theme_hash?: number; + username: string | null; +} +export interface ComponentMeta { + type: string; + id: number; + has_modes: boolean; + props: SharedProps; + instance: SvelteComponent; + component: ComponentType; + documentation?: Documentation; + children?: ComponentMeta[]; + parent?: ComponentMeta; + value?: any; + component_class_id: string; + key: string | number | null; + rendered_in?: number; +} +interface SharedProps { + elem_id?: string; + elem_classes?: string[]; + components?: string[]; + server_fns?: string[]; + interactive: boolean; + [key: string]: unknown; + root_url?: string; +} +export interface Documentation { + type?: TypeDescription; + description?: TypeDescription; + example_data?: string; +} +interface TypeDescription { + input_payload?: string; + response_object?: string; + payload?: string; +} +export interface Dependency { + id: number; + targets: [number, string][]; + inputs: number[]; + outputs: number[]; + backend_fn: boolean; + js: string | null; + scroll_to_output: boolean; + trigger: "click" | "load" | string; + max_batch_size: number; + show_progress: "full" | "minimal" | "hidden"; + frontend_fn: ((...args: unknown[]) => Promise) | null; + status?: string; + queue: boolean | null; + every: number | null; + batch: boolean; + api_name: string | null; + cancels: number[]; + types: DependencyTypes; + collects_event_data: boolean; + pending_request?: boolean; + trigger_after?: number; + trigger_only_on_success?: boolean; + trigger_mode: "once" | "multiple" | "always_last"; + final_event: Payload | null; + show_api: boolean; + zerogpu?: boolean; + rendered_in: number | null; +} +export interface DependencyTypes { + generator: boolean; + cancel: boolean; +} +export interface Payload { + fn_index: number; + data: unknown[]; + time?: Date; + event_data?: unknown; + trigger_id?: number | null; +} +export interface PostResponse { + error?: string; + [x: string]: any; +} +export interface UploadResponse { + error?: string; + files?: string[]; +} +export interface DuplicateOptions extends ClientOptions { + private?: boolean; + hardware?: (typeof hardware_types)[number]; + timeout?: number; +} +export interface ClientOptions { + hf_token?: `hf_${string}`; + status_callback?: SpaceStatusCallback | null; + auth?: [string, string] | null; + with_null_state?: boolean; + events?: EventType[]; +} +export interface FileData { + name: string; + orig_name?: string; + size?: number; + data: string; + blob?: File; + is_file?: boolean; + mime_type?: string; + alt_text?: string; +} +export type EventType = "data" | "status" | "log" | "render"; +export interface EventMap { + data: PayloadMessage; + status: StatusMessage; + log: LogMessage; + render: RenderMessage; +} +export type GradioEvent = { + [P in EventType]: EventMap[P]; +}[EventType]; +export interface Log { + log: string; + level: "warning" | "info"; +} +export interface Render { + data: { + components: any[]; + layout: any; + dependencies: Dependency[]; + render_id: number; + }; +} +export interface Status { + queue: boolean; + code?: string; + success?: boolean; + stage: "pending" | "error" | "complete" | "generating"; + duration?: number; + visible?: boolean; + broken?: boolean; + size?: number; + position?: number; + eta?: number; + message?: string; + progress_data?: { + progress: number | null; + index: number | null; + length: number | null; + unit: string | null; + desc: string | null; + }[]; + time?: Date; + changed_state_ids?: number[]; +} +export interface StatusMessage extends Status { + type: "status"; + endpoint: string; + fn_index: number; +} +export interface PayloadMessage extends Payload { + type: "data"; + endpoint: string; + fn_index: number; +} +export interface LogMessage extends Log { + type: "log"; + endpoint: string; + fn_index: number; + duration: number | null; + visible: boolean; +} +export interface RenderMessage extends Render { + type: "render"; + endpoint: string; + fn_index: number; +} +export {}; diff --git a/home/runner/work/gradio/gradio/client/js/src/upload.d.ts b/home/runner/work/gradio/gradio/client/js/src/upload.d.ts new file mode 100644 index 0000000000000..ca6bc0e4d0db8 --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/upload.d.ts @@ -0,0 +1,26 @@ +import type { Client } from "./client"; +export declare function upload(this: Client, file_data: FileData[], root_url: string, upload_id?: string, max_file_size?: number): Promise<(FileData | null)[] | null>; +export declare function prepare_files(files: File[], is_stream?: boolean): Promise; +export declare class FileData { + path: string; + url?: string; + orig_name?: string; + size?: number; + blob?: File; + is_stream?: boolean; + mime_type?: string; + alt_text?: string; + readonly meta: { + _type: string; + }; + constructor({ path, url, orig_name, size, blob, is_stream, mime_type, alt_text }: { + path: string; + url?: string; + orig_name?: string; + size?: number; + blob?: File; + is_stream?: boolean; + mime_type?: string; + alt_text?: string; + }); +} diff --git a/home/runner/work/gradio/gradio/client/js/src/utils/duplicate.d.ts b/home/runner/work/gradio/gradio/client/js/src/utils/duplicate.d.ts new file mode 100644 index 0000000000000..2d7cd2438952e --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/utils/duplicate.d.ts @@ -0,0 +1,3 @@ +import type { DuplicateOptions } from "../types"; +import { Client } from "../client"; +export declare function duplicate(app_reference: string, options: DuplicateOptions): Promise; diff --git a/home/runner/work/gradio/gradio/client/js/src/utils/handle_blob.d.ts b/home/runner/work/gradio/gradio/client/js/src/utils/handle_blob.d.ts new file mode 100644 index 0000000000000..a5c1acb5bb569 --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/utils/handle_blob.d.ts @@ -0,0 +1,4 @@ +import { type ApiData, type EndpointInfo, type JsApiData } from "../types"; +import type { Client } from ".."; +export declare function handle_blob(this: Client, endpoint: string, data: unknown[], api_info: EndpointInfo): Promise; +export declare function process_local_file_commands(client: Client, data: unknown[]): Promise; diff --git a/home/runner/work/gradio/gradio/client/js/src/utils/post_data.d.ts b/home/runner/work/gradio/gradio/client/js/src/utils/post_data.d.ts new file mode 100644 index 0000000000000..444c393079bc3 --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/utils/post_data.d.ts @@ -0,0 +1,3 @@ +import type { PostResponse } from "../types"; +import { Client } from ".."; +export declare function post_data(this: Client, url: string, body: unknown, additional_headers?: any): Promise<[PostResponse, number]>; diff --git a/home/runner/work/gradio/gradio/client/js/src/utils/predict.d.ts b/home/runner/work/gradio/gradio/client/js/src/utils/predict.d.ts new file mode 100644 index 0000000000000..9157ec1a47171 --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/utils/predict.d.ts @@ -0,0 +1,3 @@ +import { Client } from "../client"; +import type { PredictReturn } from "../types"; +export declare function predict(this: Client, endpoint: string | number, data?: unknown[] | Record): Promise; diff --git a/home/runner/work/gradio/gradio/client/js/src/utils/stream.d.ts b/home/runner/work/gradio/gradio/client/js/src/utils/stream.d.ts new file mode 100644 index 0000000000000..c6a069b1c6a27 --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/utils/stream.d.ts @@ -0,0 +1,8 @@ +import type { Client } from "../client"; +export declare function open_stream(this: Client): Promise; +export declare function close_stream(stream_status: { + open: boolean; +}, abort_controller: AbortController | null): void; +export declare function apply_diff_stream(pending_diff_streams: Record, event_id: string, data: any): void; +export declare function apply_diff(obj: any, diff: [string, (number | string)[], any][]): any; +export declare function readable_stream(input: RequestInfo | URL, init?: RequestInit): EventSource; diff --git a/home/runner/work/gradio/gradio/client/js/src/utils/submit.d.ts b/home/runner/work/gradio/gradio/client/js/src/utils/submit.d.ts new file mode 100644 index 0000000000000..a875aba09819f --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/utils/submit.d.ts @@ -0,0 +1,3 @@ +import type { GradioEvent, SubmitIterable } from "../types"; +import { Client } from "../client"; +export declare function submit(this: Client, endpoint: string | number, data?: unknown[] | Record, event_data?: unknown, trigger_id?: number | null, all_events?: boolean): SubmitIterable; diff --git a/home/runner/work/gradio/gradio/client/js/src/utils/upload_files.d.ts b/home/runner/work/gradio/gradio/client/js/src/utils/upload_files.d.ts new file mode 100644 index 0000000000000..a357a73b74f54 --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/utils/upload_files.d.ts @@ -0,0 +1,3 @@ +import type { Client } from ".."; +import type { UploadResponse } from "../types"; +export declare function upload_files(this: Client, root_url: string, files: (Blob | File)[], upload_id?: string): Promise; diff --git a/home/runner/work/gradio/gradio/client/js/src/utils/view_api.d.ts b/home/runner/work/gradio/gradio/client/js/src/utils/view_api.d.ts new file mode 100644 index 0000000000000..33fa48fb26fcc --- /dev/null +++ b/home/runner/work/gradio/gradio/client/js/src/utils/view_api.d.ts @@ -0,0 +1,2 @@ +import { Client } from "../client"; +export declare function view_api(this: Client): Promise; diff --git a/js/_spaces-test/CHANGELOG.md b/js/_spaces-test/CHANGELOG.md index 2759587045cee..42a2af435c526 100644 --- a/js/_spaces-test/CHANGELOG.md +++ b/js/_spaces-test/CHANGELOG.md @@ -4,6 +4,13 @@ ### Dependency updates +- @gradio/client@1.5.2 +- @gradio/theme@0.2.5 + +## 0.0.1 + +### Dependency updates + - @gradio/client@1.5.1 - @gradio/theme@0.2.4 diff --git a/js/_website/CHANGELOG.md b/js/_website/CHANGELOG.md index feaf62fb7721a..7fb525b50ec23 100644 --- a/js/_website/CHANGELOG.md +++ b/js/_website/CHANGELOG.md @@ -1,5 +1,20 @@ # website +## 0.38.1 + +### Features + +- [#9206](https://github.com/gradio-app/gradio/pull/9206) [`bdbcf7b`](https://github.com/gradio-app/gradio/commit/bdbcf7b0e374c0769178767a1502cd310312278b) - Cloudflare migration. Thanks @aliabd! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/code@0.9.1 +- @gradio/paramviewer@0.4.22 + ## 0.38.0 ### Features diff --git a/js/_website/package.json b/js/_website/package.json index fa128aef9c6d9..240a61b353f8b 100644 --- a/js/_website/package.json +++ b/js/_website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.38.0", + "version": "0.38.1", "private": true, "scripts": { "dev": "pip install boto3 && python generate_jsons/generate.py && vite dev", diff --git a/js/accordion/CHANGELOG.md b/js/accordion/CHANGELOG.md index 5eca2846c9347..04b6b2c25c100 100644 --- a/js/accordion/CHANGELOG.md +++ b/js/accordion/CHANGELOG.md @@ -1,5 +1,18 @@ # @gradio/accordion +## 0.3.23 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/column@0.1.4 + ## 0.3.22 ### Features diff --git a/js/accordion/package.json b/js/accordion/package.json index b2533caaf8101..5d7c8fe34cdf7 100644 --- a/js/accordion/package.json +++ b/js/accordion/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/accordion", - "version": "0.3.22", + "version": "0.3.23", "description": "Gradio UI packages", "type": "module", "author": "", @@ -10,7 +10,7 @@ "@gradio/atoms": "workspace:^", "@gradio/column": "workspace:^", "@gradio/statustracker": "workspace:^", - "@gradio/utils": "workspace:0.6.0" + "@gradio/utils": "workspace:0.6.1" }, "peerDependencies": { "svelte": "^4.0.0" diff --git a/js/annotatedimage/CHANGELOG.md b/js/annotatedimage/CHANGELOG.md index 90487b0c9aafe..d8dedb718a49e 100644 --- a/js/annotatedimage/CHANGELOG.md +++ b/js/annotatedimage/CHANGELOG.md @@ -1,5 +1,25 @@ # @gradio/annotatedimage +## 0.7.2 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/wasm@0.13.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 + ## 0.7.1 ### Features diff --git a/js/annotatedimage/package.json b/js/annotatedimage/package.json index f41aa264e0d9f..9a13378ba2621 100644 --- a/js/annotatedimage/package.json +++ b/js/annotatedimage/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/annotatedimage", - "version": "0.7.1", + "version": "0.7.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/app/CHANGELOG.md b/js/app/CHANGELOG.md index 03700607d090b..cd14bfd0c1729 100644 --- a/js/app/CHANGELOG.md +++ b/js/app/CHANGELOG.md @@ -1,5 +1,11 @@ # @self/app +## 1.40.1 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + ## 1.40.0 ### Features diff --git a/js/app/package.json b/js/app/package.json index cea9a0c72dd0b..275239d0406c5 100644 --- a/js/app/package.json +++ b/js/app/package.json @@ -1,6 +1,6 @@ { "name": "@self/app", - "version": "1.40.0", + "version": "1.40.1", "private": true, "scripts": { "dev": "vite dev", diff --git a/js/atoms/CHANGELOG.md b/js/atoms/CHANGELOG.md index fa7f1fc362028..3c17b43e96ef9 100644 --- a/js/atoms/CHANGELOG.md +++ b/js/atoms/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/atoms +## 0.8.1 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/icons@0.7.2 + ## 0.8.0 ### Features diff --git a/js/atoms/package.json b/js/atoms/package.json index 208d6f8bb7976..c2ee0f653c251 100644 --- a/js/atoms/package.json +++ b/js/atoms/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/atoms", - "version": "0.8.0", + "version": "0.8.1", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/audio/CHANGELOG.md b/js/audio/CHANGELOG.md index 42347f6de6dd1..87d75b4a601de 100644 --- a/js/audio/CHANGELOG.md +++ b/js/audio/CHANGELOG.md @@ -1,5 +1,26 @@ # @gradio/audio +## 0.13.4 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/wasm@0.13.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 +- @gradio/button@0.2.51 + ## 0.13.3 ### Features diff --git a/js/audio/package.json b/js/audio/package.json index 92496d65682fa..fe526245736b2 100644 --- a/js/audio/package.json +++ b/js/audio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/audio", - "version": "0.13.3", + "version": "0.13.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/box/CHANGELOG.md b/js/box/CHANGELOG.md index 2c54a1e7a6b8c..7dc36a3f62eb8 100644 --- a/js/box/CHANGELOG.md +++ b/js/box/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/box +## 0.1.25 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/atoms@0.8.1 + ## 0.1.24 ### Features diff --git a/js/box/package.json b/js/box/package.json index af082058c06e9..e36c63cfc20e9 100644 --- a/js/box/package.json +++ b/js/box/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/box", - "version": "0.1.24", + "version": "0.1.25", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/build/CHANGELOG.md b/js/build/CHANGELOG.md index 88290fcc2b8f4..bc4d68eb70985 100644 --- a/js/build/CHANGELOG.md +++ b/js/build/CHANGELOG.md @@ -1,5 +1,15 @@ # @self/build +## 0.0.3 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/theme@0.2.5 + ## 0.0.2 ### Features diff --git a/js/build/package.json b/js/build/package.json index 679917ec8f016..0ca17e9b4aa5f 100644 --- a/js/build/package.json +++ b/js/build/package.json @@ -1,6 +1,6 @@ { "name": "@self/build", - "version": "0.0.2", + "version": "0.0.3", "description": "Gradio UI packages", "type": "module", "main": "out/index.js", diff --git a/js/button/CHANGELOG.md b/js/button/CHANGELOG.md index ad30197fb8a47..b0828d14ab24a 100644 --- a/js/button/CHANGELOG.md +++ b/js/button/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/button +## 0.2.51 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 + ## 0.2.50 ### Features diff --git a/js/button/package.json b/js/button/package.json index 5d3d2977a7728..d68c4f000d3dd 100644 --- a/js/button/package.json +++ b/js/button/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/button", - "version": "0.2.50", + "version": "0.2.51", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/chatbot/CHANGELOG.md b/js/chatbot/CHANGELOG.md index 619517d3100b4..b2a5b85642d84 100644 --- a/js/chatbot/CHANGELOG.md +++ b/js/chatbot/CHANGELOG.md @@ -1,5 +1,31 @@ # @gradio/chatbot +## 0.13.1 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/wasm@0.13.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 +- @gradio/markdown@0.9.4 +- @gradio/gallery@0.12.2 +- @gradio/theme@0.2.5 +- @gradio/plot@0.6.5 +- @gradio/image@0.15.1 +- @gradio/video@0.10.4 + ## 0.13.0 ### Features diff --git a/js/chatbot/package.json b/js/chatbot/package.json index b7bfa23de7983..c1ec77647de3b 100644 --- a/js/chatbot/package.json +++ b/js/chatbot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/chatbot", - "version": "0.13.0", + "version": "0.13.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/checkbox/CHANGELOG.md b/js/checkbox/CHANGELOG.md index 0fe67272f720c..18ad1b208b111 100644 --- a/js/checkbox/CHANGELOG.md +++ b/js/checkbox/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/checkbox +## 0.3.13 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 + ## 0.3.12 ### Features diff --git a/js/checkbox/package.json b/js/checkbox/package.json index 2df362a6b5ab7..47c81451290bf 100644 --- a/js/checkbox/package.json +++ b/js/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/checkbox", - "version": "0.3.12", + "version": "0.3.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/checkboxgroup/CHANGELOG.md b/js/checkboxgroup/CHANGELOG.md index 9ae28b28d526b..767c3514e6bef 100644 --- a/js/checkboxgroup/CHANGELOG.md +++ b/js/checkboxgroup/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/checkboxgroup +## 0.5.13 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 + ## 0.5.12 ### Features diff --git a/js/checkboxgroup/package.json b/js/checkboxgroup/package.json index d237ff3886332..bf7c486af1bb8 100644 --- a/js/checkboxgroup/package.json +++ b/js/checkboxgroup/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/checkboxgroup", - "version": "0.5.12", + "version": "0.5.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/code/CHANGELOG.md b/js/code/CHANGELOG.md index 1b2cf729efe3d..bed67bf662b6e 100644 --- a/js/code/CHANGELOG.md +++ b/js/code/CHANGELOG.md @@ -1,5 +1,24 @@ # @gradio/code +## 0.9.1 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/wasm@0.13.1 +- @gradio/upload@0.12.4 + ## 0.9.0 ### Features diff --git a/js/code/package.json b/js/code/package.json index cfac02f727794..25d2c22185521 100644 --- a/js/code/package.json +++ b/js/code/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/code", - "version": "0.9.0", + "version": "0.9.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/colorpicker/CHANGELOG.md b/js/colorpicker/CHANGELOG.md index 134250d866c11..46af56ff3745b 100644 --- a/js/colorpicker/CHANGELOG.md +++ b/js/colorpicker/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/colorpicker +## 0.3.13 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 + ## 0.3.12 ### Features diff --git a/js/colorpicker/package.json b/js/colorpicker/package.json index 4750103f30426..e00cf2513ce27 100644 --- a/js/colorpicker/package.json +++ b/js/colorpicker/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/colorpicker", - "version": "0.3.12", + "version": "0.3.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/column/CHANGELOG.md b/js/column/CHANGELOG.md index cdb2d0a15e7d3..b0a3e55f0c2af 100644 --- a/js/column/CHANGELOG.md +++ b/js/column/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/column +## 0.1.4 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 + ## 0.1.3 ### Features diff --git a/js/column/package.json b/js/column/package.json index f08fa9f890000..c8dc42adeea9d 100644 --- a/js/column/package.json +++ b/js/column/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/column", - "version": "0.1.3", + "version": "0.1.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/component-test/CHANGELOG.md b/js/component-test/CHANGELOG.md index 2fe2066c086bf..7baed850ff5aa 100644 --- a/js/component-test/CHANGELOG.md +++ b/js/component-test/CHANGELOG.md @@ -1,5 +1,19 @@ # @self/component-test +## 0.1.1 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/video@0.10.4 + ## 0.1.0 ### Features diff --git a/js/component-test/package.json b/js/component-test/package.json index c9e54cac696e1..cbf33da9e07cb 100644 --- a/js/component-test/package.json +++ b/js/component-test/package.json @@ -1,6 +1,6 @@ { "name": "@self/component-test", - "version": "0.1.0", + "version": "0.1.1", "scripts": { "dev": "vite dev", "build": "vite build", diff --git a/js/core/CHANGELOG.md b/js/core/CHANGELOG.md index fa30f5a46ddb9..6ec203a6d03b5 100644 --- a/js/core/CHANGELOG.md +++ b/js/core/CHANGELOG.md @@ -1,5 +1,35 @@ # @gradio/core +## 0.0.3 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/code@0.9.1 +- @gradio/paramviewer@0.4.22 +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/wasm@0.13.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 +- @gradio/button@0.2.51 +- @gradio/markdown@0.9.4 +- @gradio/gallery@0.12.2 +- @gradio/theme@0.2.5 +- @gradio/plot@0.6.5 +- @gradio/textbox@0.7.0 +- @gradio/image@0.15.1 +- @gradio/video@0.10.4 +- @gradio/file@0.9.4 +- @gradio/checkbox@0.3.13 +- @gradio/column@0.1.4 +- @gradio/tabs@0.2.14 + ## 0.0.2 ### Features diff --git a/js/core/package.json b/js/core/package.json index 010e3f74b7782..e687f02714d18 100644 --- a/js/core/package.json +++ b/js/core/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/core", - "version": "0.0.2", + "version": "0.0.3", "type": "module", "devDependencies": { "@gradio/accordion": "workspace:^", diff --git a/js/dataframe/CHANGELOG.md b/js/dataframe/CHANGELOG.md index e47dab44334df..e7875ae36182b 100644 --- a/js/dataframe/CHANGELOG.md +++ b/js/dataframe/CHANGELOG.md @@ -1,5 +1,25 @@ # @gradio/dataframe +## 0.10.1 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 +- @gradio/button@0.2.51 +- @gradio/markdown@0.9.4 + ## 0.10.0 ### Features diff --git a/js/dataframe/package.json b/js/dataframe/package.json index d4b3855b573a3..c0be10e65733b 100644 --- a/js/dataframe/package.json +++ b/js/dataframe/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dataframe", - "version": "0.10.0", + "version": "0.10.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/dataset/CHANGELOG.md b/js/dataset/CHANGELOG.md index a347dc37a0dce..b632c49c27791 100644 --- a/js/dataset/CHANGELOG.md +++ b/js/dataset/CHANGELOG.md @@ -1,5 +1,23 @@ # @gradio/dataset +## 0.2.5 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/atoms@0.8.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 +- @gradio/textbox@0.7.0 + ## 0.2.4 ### Features diff --git a/js/dataset/package.json b/js/dataset/package.json index 1746cbe6905a4..a7433162d9de4 100644 --- a/js/dataset/package.json +++ b/js/dataset/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dataset", - "version": "0.2.4", + "version": "0.2.5", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/datetime/CHANGELOG.md b/js/datetime/CHANGELOG.md index 0dfbf9eacb65d..2d2150c407ccf 100644 --- a/js/datetime/CHANGELOG.md +++ b/js/datetime/CHANGELOG.md @@ -1,5 +1,18 @@ # @gradio/datetime +## 0.1.4 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 + ## 0.1.3 ### Features diff --git a/js/datetime/package.json b/js/datetime/package.json index 8ff35494c41d1..26b6d2ebcbcaf 100644 --- a/js/datetime/package.json +++ b/js/datetime/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/datetime", - "version": "0.1.3", + "version": "0.1.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/downloadbutton/CHANGELOG.md b/js/downloadbutton/CHANGELOG.md index e38805fdc23e7..e35f7c3f27421 100644 --- a/js/downloadbutton/CHANGELOG.md +++ b/js/downloadbutton/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/downloadbutton +## 0.1.28 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/client@1.5.2 +- @gradio/button@0.2.51 + ## 0.1.27 ### Features diff --git a/js/downloadbutton/package.json b/js/downloadbutton/package.json index 8ccd1f5118ea9..0720b9e40c158 100644 --- a/js/downloadbutton/package.json +++ b/js/downloadbutton/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/downloadbutton", - "version": "0.1.27", + "version": "0.1.28", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/dropdown/CHANGELOG.md b/js/dropdown/CHANGELOG.md index 42167b53e3d55..129e4bdb3c6a8 100644 --- a/js/dropdown/CHANGELOG.md +++ b/js/dropdown/CHANGELOG.md @@ -1,5 +1,22 @@ # @gradio/dropdown +## 0.7.13 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 + ## 0.7.12 ### Features diff --git a/js/dropdown/package.json b/js/dropdown/package.json index b267a21a937aa..fbfe925fd754b 100644 --- a/js/dropdown/package.json +++ b/js/dropdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/dropdown", - "version": "0.7.12", + "version": "0.7.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/fallback/CHANGELOG.md b/js/fallback/CHANGELOG.md index e0d247dfdb07a..a0042b8b80bc4 100644 --- a/js/fallback/CHANGELOG.md +++ b/js/fallback/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/fallback +## 0.3.13 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 + ## 0.3.12 ### Features diff --git a/js/fallback/package.json b/js/fallback/package.json index fe24a6f911648..2b9cd5e098e10 100644 --- a/js/fallback/package.json +++ b/js/fallback/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/fallback", - "version": "0.3.12", + "version": "0.3.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/file/CHANGELOG.md b/js/file/CHANGELOG.md index ced2e84e1e2bb..4de377419d2d3 100644 --- a/js/file/CHANGELOG.md +++ b/js/file/CHANGELOG.md @@ -1,5 +1,25 @@ # @gradio/file +## 0.9.4 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/wasm@0.13.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 + ## 0.9.3 ### Features diff --git a/js/file/package.json b/js/file/package.json index 4de127c982ddb..0cdb8352eb191 100644 --- a/js/file/package.json +++ b/js/file/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/file", - "version": "0.9.3", + "version": "0.9.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/fileexplorer/CHANGELOG.md b/js/fileexplorer/CHANGELOG.md index 7fc8f3609d6ae..60886ef19ae61 100644 --- a/js/fileexplorer/CHANGELOG.md +++ b/js/fileexplorer/CHANGELOG.md @@ -1,5 +1,22 @@ # @gradio/fileexplorer +## 0.4.19 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 +- @gradio/file@0.9.4 +- @gradio/checkbox@0.3.13 + ## 0.4.18 ### Features diff --git a/js/fileexplorer/package.json b/js/fileexplorer/package.json index 67d5ffc35b608..9c66229468f51 100644 --- a/js/fileexplorer/package.json +++ b/js/fileexplorer/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/fileexplorer", - "version": "0.4.18", + "version": "0.4.19", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/form/CHANGELOG.md b/js/form/CHANGELOG.md index 00f3fb9f1171e..83f8fb7d49e59 100644 --- a/js/form/CHANGELOG.md +++ b/js/form/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/form +## 0.1.25 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 + ## 0.1.24 ### Features diff --git a/js/form/package.json b/js/form/package.json index 788b3eb99b124..bbab6699384c5 100644 --- a/js/form/package.json +++ b/js/form/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/form", - "version": "0.1.24", + "version": "0.1.25", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/gallery/CHANGELOG.md b/js/gallery/CHANGELOG.md index fa6277ecd2f08..cdceda11a1798 100644 --- a/js/gallery/CHANGELOG.md +++ b/js/gallery/CHANGELOG.md @@ -1,5 +1,22 @@ # @gradio/gallery +## 0.12.2 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 +- @gradio/image@0.15.1 +- @gradio/file@0.9.4 + ## 0.12.1 ### Features diff --git a/js/gallery/package.json b/js/gallery/package.json index 1e5e126517168..6c2a43c32f606 100644 --- a/js/gallery/package.json +++ b/js/gallery/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/gallery", - "version": "0.12.1", + "version": "0.12.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/group/CHANGELOG.md b/js/group/CHANGELOG.md index 172b03c16b022..0f2fd918b585e 100644 --- a/js/group/CHANGELOG.md +++ b/js/group/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/group +## 0.1.3 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + ## 0.1.2 ### Features diff --git a/js/group/package.json b/js/group/package.json index 7e107c9651ce8..82a842d0dc088 100644 --- a/js/group/package.json +++ b/js/group/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/group", - "version": "0.1.2", + "version": "0.1.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/highlightedtext/CHANGELOG.md b/js/highlightedtext/CHANGELOG.md index af4b9465c8156..457e6b4cf9900 100644 --- a/js/highlightedtext/CHANGELOG.md +++ b/js/highlightedtext/CHANGELOG.md @@ -1,5 +1,19 @@ # @gradio/highlightedtext +## 0.7.7 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/theme@0.2.5 + ## 0.7.6 ### Features diff --git a/js/highlightedtext/package.json b/js/highlightedtext/package.json index 88d9688c50db2..0f736a93bd232 100644 --- a/js/highlightedtext/package.json +++ b/js/highlightedtext/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/highlightedtext", - "version": "0.7.6", + "version": "0.7.7", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/html/CHANGELOG.md b/js/html/CHANGELOG.md index fc3ecd3f0b131..bbf7134adc95b 100644 --- a/js/html/CHANGELOG.md +++ b/js/html/CHANGELOG.md @@ -1,5 +1,18 @@ # @gradio/html +## 0.3.6 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 + ## 0.3.5 ### Features diff --git a/js/html/package.json b/js/html/package.json index 8d96b29423da9..de9ff37a014c2 100644 --- a/js/html/package.json +++ b/js/html/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/html", - "version": "0.3.5", + "version": "0.3.6", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/icons/CHANGELOG.md b/js/icons/CHANGELOG.md index 322b40c56fd52..34a1ca4d7137e 100644 --- a/js/icons/CHANGELOG.md +++ b/js/icons/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/icons +## 0.7.2 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + ## 0.7.1 ### Features diff --git a/js/icons/package.json b/js/icons/package.json index 7b642d9a31d18..67ed2ffbe5f71 100644 --- a/js/icons/package.json +++ b/js/icons/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/icons", - "version": "0.7.1", + "version": "0.7.2", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/image/CHANGELOG.md b/js/image/CHANGELOG.md index cd7dcafe322a3..f568bebcd4caf 100644 --- a/js/image/CHANGELOG.md +++ b/js/image/CHANGELOG.md @@ -1,5 +1,21 @@ # @gradio/image +## 0.15.1 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/wasm@0.13.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 + ## 0.15.0 ### Features diff --git a/js/image/package.json b/js/image/package.json index eda3d9c2e1c06..2cbf8328b5607 100644 --- a/js/image/package.json +++ b/js/image/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/image", - "version": "0.15.0", + "version": "0.15.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/imageeditor/CHANGELOG.md b/js/imageeditor/CHANGELOG.md index cf8da2d6f3952..39779abb71f1d 100644 --- a/js/imageeditor/CHANGELOG.md +++ b/js/imageeditor/CHANGELOG.md @@ -1,5 +1,26 @@ # @gradio/imageeditor +## 0.10.1 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/wasm@0.13.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 +- @gradio/image@0.15.1 + ## 0.10.0 ### Features diff --git a/js/imageeditor/package.json b/js/imageeditor/package.json index dff3a7b843431..99e643a15a9a6 100644 --- a/js/imageeditor/package.json +++ b/js/imageeditor/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/imageeditor", - "version": "0.10.0", + "version": "0.10.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/json/CHANGELOG.md b/js/json/CHANGELOG.md index c43646805c3f3..a04b1552e67a8 100644 --- a/js/json/CHANGELOG.md +++ b/js/json/CHANGELOG.md @@ -1,5 +1,18 @@ # @gradio/json +## 0.4.1 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 + ## 0.4.0 ### Features diff --git a/js/json/package.json b/js/json/package.json index 4cd4a479ed54c..36d3242e99b94 100644 --- a/js/json/package.json +++ b/js/json/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/json", - "version": "0.4.0", + "version": "0.4.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/label/CHANGELOG.md b/js/label/CHANGELOG.md index e782fb447f526..43ad90ed961d5 100644 --- a/js/label/CHANGELOG.md +++ b/js/label/CHANGELOG.md @@ -1,5 +1,18 @@ # @gradio/label +## 0.3.13 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 + ## 0.3.12 ### Features diff --git a/js/label/package.json b/js/label/package.json index 388f52a45be2a..f665bdbfe655f 100644 --- a/js/label/package.json +++ b/js/label/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/label", - "version": "0.3.12", + "version": "0.3.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/lite/CHANGELOG.md b/js/lite/CHANGELOG.md index 955fde5be3b28..db7d0c7c68664 100644 --- a/js/lite/CHANGELOG.md +++ b/js/lite/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/lite +## 4.43.0 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/atoms@0.8.1 +- @gradio/wasm@0.13.1 +- @gradio/theme@0.2.5 + ## 4.42.0 ### Features diff --git a/js/lite/package.json b/js/lite/package.json index 7854007e7ef36..cbedc31a85cac 100644 --- a/js/lite/package.json +++ b/js/lite/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/lite", - "version": "4.42.0", + "version": "4.43.0", "description": "Serverless Gradio", "type": "module", "main": "dist/lite.js", diff --git a/js/markdown/CHANGELOG.md b/js/markdown/CHANGELOG.md index fa848528f6473..e36a182f6e885 100644 --- a/js/markdown/CHANGELOG.md +++ b/js/markdown/CHANGELOG.md @@ -1,5 +1,22 @@ # @gradio/markdown +## 0.9.4 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 + ## 0.9.3 ### Features diff --git a/js/markdown/package.json b/js/markdown/package.json index f75f303cf5895..0bd2c675f4440 100644 --- a/js/markdown/package.json +++ b/js/markdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/markdown", - "version": "0.9.3", + "version": "0.9.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/model3D/CHANGELOG.md b/js/model3D/CHANGELOG.md index f384b45b8d850..49f96e5a299d0 100644 --- a/js/model3D/CHANGELOG.md +++ b/js/model3D/CHANGELOG.md @@ -1,5 +1,25 @@ # @gradio/model3d +## 0.12.2 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/wasm@0.13.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 + ## 0.12.1 ### Features diff --git a/js/model3D/package.json b/js/model3D/package.json index 49f3fc07049f4..f3f5c9824ddb1 100644 --- a/js/model3D/package.json +++ b/js/model3D/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/model3d", - "version": "0.12.1", + "version": "0.12.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/multimodaltextbox/CHANGELOG.md b/js/multimodaltextbox/CHANGELOG.md index f04724490b416..ff5f85d1ae71d 100644 --- a/js/multimodaltextbox/CHANGELOG.md +++ b/js/multimodaltextbox/CHANGELOG.md @@ -1,5 +1,22 @@ # @gradio/multimodaltextbox +## 0.5.7 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 +- @gradio/image@0.15.1 +- @gradio/video@0.10.4 + ## 0.5.6 ### Features diff --git a/js/multimodaltextbox/package.json b/js/multimodaltextbox/package.json index fb6a5027ac74a..ee95fb0f8cce6 100644 --- a/js/multimodaltextbox/package.json +++ b/js/multimodaltextbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/multimodaltextbox", - "version": "0.5.6", + "version": "0.5.7", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/nativeplot/CHANGELOG.md b/js/nativeplot/CHANGELOG.md index 5dab22b9c3e1b..24fbfa5cc59a9 100644 --- a/js/nativeplot/CHANGELOG.md +++ b/js/nativeplot/CHANGELOG.md @@ -1,5 +1,23 @@ # @gradio/nativeplot +## 0.3.2 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/theme@0.2.5 + ## 0.3.1 ### Features diff --git a/js/nativeplot/package.json b/js/nativeplot/package.json index 2ab78b7a396e7..6f52ed1cbd676 100644 --- a/js/nativeplot/package.json +++ b/js/nativeplot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/nativeplot", - "version": "0.3.1", + "version": "0.3.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/number/CHANGELOG.md b/js/number/CHANGELOG.md index 563800a2bd2c4..d7cd5039ef419 100644 --- a/js/number/CHANGELOG.md +++ b/js/number/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/number +## 0.4.13 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 + ## 0.4.12 ### Features diff --git a/js/number/package.json b/js/number/package.json index b51623cb0cff0..433ba13a3888d 100644 --- a/js/number/package.json +++ b/js/number/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/number", - "version": "0.4.12", + "version": "0.4.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/paramviewer/CHANGELOG.md b/js/paramviewer/CHANGELOG.md index b5025322b8b1a..a56c0238202f6 100644 --- a/js/paramviewer/CHANGELOG.md +++ b/js/paramviewer/CHANGELOG.md @@ -1,5 +1,21 @@ # @gradio/paramviewer +## 0.4.22 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 + ## 0.4.21 ### Features diff --git a/js/paramviewer/package.json b/js/paramviewer/package.json index e503ace21ed42..f45c21b5e2af0 100644 --- a/js/paramviewer/package.json +++ b/js/paramviewer/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/paramviewer", - "version": "0.4.21", + "version": "0.4.22", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/plot/CHANGELOG.md b/js/plot/CHANGELOG.md index e37ad31948fde..0a0e50ea425c4 100644 --- a/js/plot/CHANGELOG.md +++ b/js/plot/CHANGELOG.md @@ -1,5 +1,19 @@ # @gradio/plot +## 0.6.5 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/theme@0.2.5 + ## 0.6.4 ### Features diff --git a/js/plot/package.json b/js/plot/package.json index 7781a9c37d44f..354be6a792f1d 100644 --- a/js/plot/package.json +++ b/js/plot/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/plot", - "version": "0.6.4", + "version": "0.6.5", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/preview/CHANGELOG.md b/js/preview/CHANGELOG.md index 424591a975659..a8409e3b93e9d 100644 --- a/js/preview/CHANGELOG.md +++ b/js/preview/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/preview +## 0.11.1 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + ## 0.11.0 ### Features diff --git a/js/preview/package.json b/js/preview/package.json index 3d304c84035b3..248ea5c3de08a 100644 --- a/js/preview/package.json +++ b/js/preview/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/preview", - "version": "0.11.0", + "version": "0.11.1", "description": "Gradio UI packages", "type": "module", "main": "dist/index.js", diff --git a/js/radio/CHANGELOG.md b/js/radio/CHANGELOG.md index 9c342636a6037..9c87e96b4d5ff 100644 --- a/js/radio/CHANGELOG.md +++ b/js/radio/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/radio +## 0.5.13 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 + ## 0.5.12 ### Features diff --git a/js/radio/package.json b/js/radio/package.json index 4ff28f9b36bd8..550057534147f 100644 --- a/js/radio/package.json +++ b/js/radio/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/radio", - "version": "0.5.12", + "version": "0.5.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/row/CHANGELOG.md b/js/row/CHANGELOG.md index a2ff33c46c195..9aa872acf8195 100644 --- a/js/row/CHANGELOG.md +++ b/js/row/CHANGELOG.md @@ -1,5 +1,16 @@ # @gradio/row +## 0.1.5 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 + ## 0.1.4 ### Features diff --git a/js/row/package.json b/js/row/package.json index 4717b65162ff8..b0ac64228f26b 100644 --- a/js/row/package.json +++ b/js/row/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/row", - "version": "0.1.4", + "version": "0.1.5", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/simpledropdown/CHANGELOG.md b/js/simpledropdown/CHANGELOG.md index 4c0bba139bdca..bf15f57fe20a5 100644 --- a/js/simpledropdown/CHANGELOG.md +++ b/js/simpledropdown/CHANGELOG.md @@ -1,5 +1,18 @@ # @gradio/simpledropdown +## 0.2.13 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 + ## 0.2.12 ### Features diff --git a/js/simpledropdown/package.json b/js/simpledropdown/package.json index 731e2b05ae401..a464756d56271 100644 --- a/js/simpledropdown/package.json +++ b/js/simpledropdown/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/simpledropdown", - "version": "0.2.12", + "version": "0.2.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/simpleimage/CHANGELOG.md b/js/simpleimage/CHANGELOG.md index f4ee416dff15d..06670ff6615b3 100644 --- a/js/simpleimage/CHANGELOG.md +++ b/js/simpleimage/CHANGELOG.md @@ -1,5 +1,21 @@ # @gradio/simpleimage +## 0.7.1 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/wasm@0.13.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 + ## 0.7.0 ### Features diff --git a/js/simpleimage/package.json b/js/simpleimage/package.json index e4560bf82c58b..1ebd423ca11ab 100644 --- a/js/simpleimage/package.json +++ b/js/simpleimage/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/simpleimage", - "version": "0.7.0", + "version": "0.7.1", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/simpletextbox/CHANGELOG.md b/js/simpletextbox/CHANGELOG.md index 5202f71a3a0b8..9e566f5560f23 100644 --- a/js/simpletextbox/CHANGELOG.md +++ b/js/simpletextbox/CHANGELOG.md @@ -1,5 +1,18 @@ # @gradio/simpletextbox +## 0.2.13 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 + ## 0.2.12 ### Features diff --git a/js/simpletextbox/package.json b/js/simpletextbox/package.json index aa9dff9a21231..e3b934f085c29 100644 --- a/js/simpletextbox/package.json +++ b/js/simpletextbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/simpletextbox", - "version": "0.2.12", + "version": "0.2.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/slider/CHANGELOG.md b/js/slider/CHANGELOG.md index d0f1e817889eb..4458067227221 100644 --- a/js/slider/CHANGELOG.md +++ b/js/slider/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/slider +## 0.4.13 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 + ## 0.4.12 ### Features diff --git a/js/slider/package.json b/js/slider/package.json index 25db399e75ded..5ed0f3d8b07f2 100644 --- a/js/slider/package.json +++ b/js/slider/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/slider", - "version": "0.4.12", + "version": "0.4.13", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/spa/CHANGELOG.md b/js/spa/CHANGELOG.md index 2fe4378056e22..58517af2b9866 100644 --- a/js/spa/CHANGELOG.md +++ b/js/spa/CHANGELOG.md @@ -1,5 +1,17 @@ # @self/spa +## 0.0.3 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/wasm@0.13.1 +- @gradio/client@1.5.2 +- @gradio/theme@0.2.5 + ## 0.0.2 ### Features diff --git a/js/spa/package.json b/js/spa/package.json index 7d0d273c0fa94..db858da734d44 100644 --- a/js/spa/package.json +++ b/js/spa/package.json @@ -1,6 +1,6 @@ { "name": "@self/spa", - "version": "0.0.2", + "version": "0.0.3", "private": true, "type": "module", "scripts": { diff --git a/js/state/CHANGELOG.md b/js/state/CHANGELOG.md index b615fe0fa2a74..e690afda93bbf 100644 --- a/js/state/CHANGELOG.md +++ b/js/state/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/state +## 0.1.2 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + ## 0.1.1 ### Features diff --git a/js/state/package.json b/js/state/package.json index 688e5103565dc..9bee359bc70b7 100644 --- a/js/state/package.json +++ b/js/state/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/state", - "version": "0.1.1", + "version": "0.1.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/statustracker/CHANGELOG.md b/js/statustracker/CHANGELOG.md index cefa09590b841..0e9abb6944fe6 100644 --- a/js/statustracker/CHANGELOG.md +++ b/js/statustracker/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/statustracker +## 0.7.6 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 + ## 0.7.5 ### Features diff --git a/js/statustracker/package.json b/js/statustracker/package.json index c009828e1ab11..b0f6988633443 100644 --- a/js/statustracker/package.json +++ b/js/statustracker/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/statustracker", - "version": "0.7.5", + "version": "0.7.6", "description": "Gradio UI packages", "type": "module", "main": "./index.ts", diff --git a/js/storybook/CHANGELOG.md b/js/storybook/CHANGELOG.md index a6a6a8c926dfb..6b8d73140af0a 100644 --- a/js/storybook/CHANGELOG.md +++ b/js/storybook/CHANGELOG.md @@ -1,5 +1,11 @@ # @self/storybook +## 0.6.2 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + ## 0.6.1 ### Features diff --git a/js/storybook/package.json b/js/storybook/package.json index b9b97834565a1..aa63ab4e66794 100644 --- a/js/storybook/package.json +++ b/js/storybook/package.json @@ -1,6 +1,6 @@ { "name": "@self/storybook", - "version": "0.6.1", + "version": "0.6.2", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/tabitem/CHANGELOG.md b/js/tabitem/CHANGELOG.md index afa93443ed7d8..875a538cbe2d3 100644 --- a/js/tabitem/CHANGELOG.md +++ b/js/tabitem/CHANGELOG.md @@ -1,5 +1,17 @@ # @gradio/tabitem +## 0.2.15 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/column@0.1.4 +- @gradio/tabs@0.2.14 + ## 0.2.14 ### Features diff --git a/js/tabitem/package.json b/js/tabitem/package.json index 5909eca12d14c..f8afde9fa7854 100644 --- a/js/tabitem/package.json +++ b/js/tabitem/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/tabitem", - "version": "0.2.14", + "version": "0.2.15", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/tabs/CHANGELOG.md b/js/tabs/CHANGELOG.md index c167d7863c98f..e5a81bc6f9eba 100644 --- a/js/tabs/CHANGELOG.md +++ b/js/tabs/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/tabs +## 0.2.14 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 + ## 0.2.13 ### Features diff --git a/js/tabs/package.json b/js/tabs/package.json index 64b477423b4e8..e42eac7a2d915 100644 --- a/js/tabs/package.json +++ b/js/tabs/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/tabs", - "version": "0.2.13", + "version": "0.2.14", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/textbox/CHANGELOG.md b/js/textbox/CHANGELOG.md index 9d64429d7c5c1..f0814fe594105 100644 --- a/js/textbox/CHANGELOG.md +++ b/js/textbox/CHANGELOG.md @@ -1,5 +1,22 @@ # @gradio/textbox +## 0.7.0 + +### Features + +- [#9185](https://github.com/gradio-app/gradio/pull/9185) [`2daf3d1`](https://github.com/gradio-app/gradio/commit/2daf3d10f5986675f6ceb75ebb50c9d991c282bf) - Adding `maxlength` attribute handling of `textarea` and `input` HTML element for the `gr.TextBox()` component via a `max_length` parameter. Thanks @WH-Yoshi! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 + ## 0.6.11 ### Features diff --git a/js/textbox/package.json b/js/textbox/package.json index 04d97b9be97ec..62b4e2759c7ec 100644 --- a/js/textbox/package.json +++ b/js/textbox/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/textbox", - "version": "0.6.11", + "version": "0.7.0", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/theme/CHANGELOG.md b/js/theme/CHANGELOG.md index 88037b59f9e18..f5c8e4b580c8c 100644 --- a/js/theme/CHANGELOG.md +++ b/js/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/theme +## 0.2.5 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + ## 0.2.4 ### Features diff --git a/js/theme/package.json b/js/theme/package.json index 30ebe0b8e8e05..3f5ba631d25e3 100644 --- a/js/theme/package.json +++ b/js/theme/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/theme", - "version": "0.2.4", + "version": "0.2.5", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/timer/CHANGELOG.md b/js/timer/CHANGELOG.md index b1da413033627..63f8bb623d70e 100644 --- a/js/timer/CHANGELOG.md +++ b/js/timer/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/timer +## 0.3.3 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 + ## 0.3.2 ### Features diff --git a/js/timer/package.json b/js/timer/package.json index ea674f0ddb220..514106f2c8a06 100644 --- a/js/timer/package.json +++ b/js/timer/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/timer", - "version": "0.3.2", + "version": "0.3.3", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/tooltip/CHANGELOG.md b/js/tooltip/CHANGELOG.md index 02182a646ce8b..f0fb8a2d5a865 100644 --- a/js/tooltip/CHANGELOG.md +++ b/js/tooltip/CHANGELOG.md @@ -1,5 +1,11 @@ # @gradio/tooltip +## 0.1.2 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + ## 0.1.1 ### Features diff --git a/js/tooltip/package.json b/js/tooltip/package.json index 8c5f4eeee7c60..82c6115cfc737 100644 --- a/js/tooltip/package.json +++ b/js/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/tooltip", - "version": "0.1.1", + "version": "0.1.2", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/tootils/CHANGELOG.md b/js/tootils/CHANGELOG.md index 7f5fd225718a2..84e359a4ef0ea 100644 --- a/js/tootils/CHANGELOG.md +++ b/js/tootils/CHANGELOG.md @@ -1,5 +1,16 @@ # @self/tootils +## 0.6.5 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 + ## 0.6.4 ### Dependency updates diff --git a/js/tootils/package.json b/js/tootils/package.json index c949a219b2947..ef5ca753c3b7a 100644 --- a/js/tootils/package.json +++ b/js/tootils/package.json @@ -1,6 +1,6 @@ { "name": "@self/tootils", - "version": "0.6.4", + "version": "0.6.5", "description": "Internal test utilities", "type": "module", "main": "src/index.ts", diff --git a/js/upload/CHANGELOG.md b/js/upload/CHANGELOG.md index 64132f343691e..efa94fa6f5609 100644 --- a/js/upload/CHANGELOG.md +++ b/js/upload/CHANGELOG.md @@ -1,5 +1,19 @@ # @gradio/upload +## 0.12.4 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/wasm@0.13.1 +- @gradio/client@1.5.2 + ## 0.12.3 ### Features diff --git a/js/upload/package.json b/js/upload/package.json index 4533551e465c3..16bc54c6d883f 100644 --- a/js/upload/package.json +++ b/js/upload/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/upload", - "version": "0.12.3", + "version": "0.12.4", "description": "Gradio UI packages", "type": "module", "main": "src/index.ts", diff --git a/js/uploadbutton/CHANGELOG.md b/js/uploadbutton/CHANGELOG.md index ab4cfafbe99db..3a53dcea194a5 100644 --- a/js/uploadbutton/CHANGELOG.md +++ b/js/uploadbutton/CHANGELOG.md @@ -1,5 +1,18 @@ # @gradio/uploadbutton +## 0.6.19 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 +- @gradio/button@0.2.51 + ## 0.6.18 ### Features diff --git a/js/uploadbutton/package.json b/js/uploadbutton/package.json index d4420b584953a..e75babed2f542 100644 --- a/js/uploadbutton/package.json +++ b/js/uploadbutton/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/uploadbutton", - "version": "0.6.18", + "version": "0.6.19", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/utils/CHANGELOG.md b/js/utils/CHANGELOG.md index 1dc9aaa89c8bc..25b4ab244eb8c 100644 --- a/js/utils/CHANGELOG.md +++ b/js/utils/CHANGELOG.md @@ -1,5 +1,19 @@ # @gradio/utils +## 0.6.1 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/theme@0.2.5 + ## 0.6.0 ### Features diff --git a/js/utils/package.json b/js/utils/package.json index 125a6e9bf1c13..f2cb578e13f6d 100644 --- a/js/utils/package.json +++ b/js/utils/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/utils", - "version": "0.6.0", + "version": "0.6.1", "description": "Gradio UI packages", "type": "module", "main": "./src/index.ts", diff --git a/js/video/CHANGELOG.md b/js/video/CHANGELOG.md index 84aec5eb5393d..3810c56ea3b05 100644 --- a/js/video/CHANGELOG.md +++ b/js/video/CHANGELOG.md @@ -1,5 +1,22 @@ # @gradio/video +## 0.10.4 + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + +### Dependency updates + +- @gradio/utils@0.6.1 +- @gradio/statustracker@0.7.6 +- @gradio/atoms@0.8.1 +- @gradio/icons@0.7.2 +- @gradio/wasm@0.13.1 +- @gradio/client@1.5.2 +- @gradio/upload@0.12.4 +- @gradio/image@0.15.1 + ## 0.10.3 ### Features diff --git a/js/video/package.json b/js/video/package.json index 8da410bcd884d..48b267cb89e9e 100644 --- a/js/video/package.json +++ b/js/video/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/video", - "version": "0.10.3", + "version": "0.10.4", "description": "Gradio UI packages", "type": "module", "author": "", diff --git a/js/wasm/CHANGELOG.md b/js/wasm/CHANGELOG.md index 7c271fb48c882..cbc73eb98987a 100644 --- a/js/wasm/CHANGELOG.md +++ b/js/wasm/CHANGELOG.md @@ -1,5 +1,15 @@ # @gradio/wasm +## 0.13.1 + +### Features + +- [#9187](https://github.com/gradio-app/gradio/pull/9187) [`5bf00b7`](https://github.com/gradio-app/gradio/commit/5bf00b7524ebf399b48719120a49d15bb21bd65c) - make all component SSR compatible. Thanks @pngwn! + +### Fixes + +- [#9163](https://github.com/gradio-app/gradio/pull/9163) [`2b6cbf2`](https://github.com/gradio-app/gradio/commit/2b6cbf25908e42cf027324e54ef2cc0baad11a91) - fix exports and generate types. Thanks @pngwn! + ## 0.13.0 ### Features diff --git a/js/wasm/package.json b/js/wasm/package.json index c6eb4b5445107..03ec52fbfbfef 100644 --- a/js/wasm/package.json +++ b/js/wasm/package.json @@ -1,6 +1,6 @@ { "name": "@gradio/wasm", - "version": "0.13.0", + "version": "0.13.1", "description": "Gradio Wasm package", "type": "module", "main": "./dist/src/index.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 169ecb5454578..7c47a3c5c1e84 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -521,7 +521,7 @@ importers: specifier: workspace:^ version: link:../statustracker '@gradio/utils': - specifier: workspace:0.6.0 + specifier: workspace:0.6.1 version: link:../utils svelte: specifier: ^4.0.0