quip-apps-api
Advanced tools
Comparing version 0.2.0-alpha.3 to 0.2.0-alpha.4
@@ -6,2 +6,10 @@ # Change Log | ||
# 0.2.0-alpha.4 (2021-03-02) | ||
**Note:** Version bump only for package quip-apps-api | ||
# 0.2.0-alpha.3 (2021-02-22) | ||
@@ -8,0 +16,0 @@ |
@@ -68,2 +68,3 @@ import { ReactNode } from "react"; | ||
mobileToolbarCommandIds?: string[] | undefined; | ||
toolbarState?: ToolbarState; | ||
destructiveCommandIds?: string[] | undefined; | ||
@@ -70,0 +71,0 @@ initializationCallback?: (element: Element, parameters: InitializationParameters) => void; |
@@ -18,2 +18,3 @@ // Copyright Quip 2019 | ||
EventType as EventType_, | ||
InitOptions as InitOptions_, | ||
MenuCommand as MenuCommand_, | ||
@@ -111,2 +112,3 @@ MenuIcons as MenuIcons_, | ||
export type MigrationFn = MigrationFn_; | ||
export type InitOptions = InitOptions_; | ||
} |
{ | ||
"name": "quip-apps-api", | ||
"version": "0.2.0-alpha.3", | ||
"version": "0.2.0-alpha.4", | ||
"description": "Quip Live Apps API", | ||
@@ -41,3 +41,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "c5919054c1198602c3726d4edcb2e566fc9b62a2" | ||
"gitHead": "aba5b261ae0384495bb62d22c8a8b4d5b3a89c32" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
154843
2352