quip-apps-api
Advanced tools
Comparing version 0.2.0-alpha.29 to 0.2.0-alpha.30
@@ -6,2 +6,10 @@ # Change Log | ||
# 0.2.0-alpha.30 (2021-09-27) | ||
**Note:** Version bump only for package quip-apps-api | ||
# 0.2.0-alpha.29 (2021-09-13) | ||
@@ -8,0 +16,0 @@ |
@@ -326,2 +326,3 @@ import { ReactNode } from "react"; | ||
canShowTemplateFlow: boolean; | ||
templateDocVerion?: string; | ||
}>; | ||
@@ -328,0 +329,0 @@ updateToolbar(toolbarState: ToolbarState): void; |
@@ -349,3 +349,3 @@ "use strict"; | ||
updateTemplateParams(templateParams, isTemplate) { } | ||
getTemplateParams() { return Promise.resolve({ templateParams: {}, isTemplate: false, canShowTemplateFlow: false }); } | ||
getTemplateParams() { return Promise.resolve({ templateParams: {}, isTemplate: false, canShowTemplateFlow: false, templateDocVerion: "" }); } | ||
updateToolbar(toolbarState) { } | ||
@@ -352,0 +352,0 @@ updateToolbarCommandsState(disabledCommandIds, highlightedCommandIds) { } |
{ | ||
"name": "quip-apps-api", | ||
"version": "0.2.0-alpha.29", | ||
"version": "0.2.0-alpha.30", | ||
"description": "Quip Live Apps API", | ||
@@ -42,3 +42,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "5f1136e6e7cad6665c54e568bef4489cf7b1f1bf" | ||
"gitHead": "d9687320a0aeabcfe262ee56fe7b0f2e9a49b19d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
163630
2434