Compare commits

...

2 Commits

Author SHA1 Message Date
Chenlei Hu
ff6c6f7ae4 1.9.18 (#2584)
Co-authored-by: Terry Jia <terryjia88@gmail.com>
2025-02-16 09:56:26 -05:00
huchenlei
6ca4d9a08b 1.9.17 2025-02-14 09:58:00 -05:00
5 changed files with 10 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ on:
branches: branches:
- main - main
- master - master
- core/*
paths: paths:
- "package.json" - "package.json"
@@ -40,9 +41,9 @@ jobs:
files: | files: |
dist.zip dist.zip
tag_name: v${{ steps.current_version.outputs.version }} tag_name: v${{ steps.current_version.outputs.version }}
draft: false draft: true
prerelease: false prerelease: false
make_latest: "true" make_latest: "false"
generate_release_notes: true generate_release_notes: true
publish_types: publish_types:
runs-on: ubuntu-latest runs-on: ubuntu-latest

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@comfyorg/comfyui-frontend", "name": "@comfyorg/comfyui-frontend",
"version": "1.9.16", "version": "1.9.18",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@comfyorg/comfyui-frontend", "name": "@comfyorg/comfyui-frontend",
"version": "1.9.16", "version": "1.9.18",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"dependencies": { "dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.3.1", "@atlaskit/pragmatic-drag-and-drop": "^1.3.1",

View File

@@ -1,7 +1,7 @@
{ {
"name": "@comfyorg/comfyui-frontend", "name": "@comfyorg/comfyui-frontend",
"private": true, "private": true,
"version": "1.9.16", "version": "1.9.18",
"type": "module", "type": "module",
"repository": "https://github.com/Comfy-Org/ComfyUI_frontend", "repository": "https://github.com/Comfy-Org/ComfyUI_frontend",
"homepage": "https://comfy.org", "homepage": "https://comfy.org",

View File

@@ -20,7 +20,7 @@
<div <div
v-if="animations && animations.length > 0" v-if="animations && animations.length > 0"
class="absolute top-0 left-0 w-full flex justify-center pt-2 gap-2 items-center z-10" class="absolute top-0 left-0 w-full flex justify-center pt-2 gap-2 items-center pointer-events-auto z-10"
> >
<Button class="p-button-rounded p-button-text" @click="togglePlay"> <Button class="p-button-rounded p-button-text" @click="togglePlay">
<i <i

View File

@@ -1,5 +1,7 @@
<template> <template>
<div class="absolute top-2 left-2 flex flex-col gap-2 z-20"> <div
class="absolute top-2 left-2 flex flex-col gap-2 pointer-events-auto z-20"
>
<Button class="p-button-rounded p-button-text" @click="toggleCamera"> <Button class="p-button-rounded p-button-text" @click="toggleCamera">
<i <i
class="pi pi-camera text-white text-lg" class="pi pi-camera text-white text-lg"