Skip to main content
Question

已发布插件更新后,「最近打开」入口仍加载旧版本,需重启 Figma 才能刷新

  • July 30, 2026
  • 3 replies
  • 17 views

jialinjiang

问题描述:
我们在公司内部社区发布了 Figma 插件更新。用户可以通过「插件和小部件」搜索插件并成功打开最新版本,但同一个插件在「最近打开」入口中仍会加载此前缓存的旧版本。

即使用户已经从社区搜索入口运行过最新版,「最近打开」条目仍不会同步更新;只有完全退出并重新打开 Figma 后,该入口才会开始加载最新版。

这会导致用户误以为已经完成更新,实际仍在使用旧功能或旧逻辑。

插件信息:

复现步骤:

  1. 安装并运行插件的旧版本,例如 v1.0.9
  2. 开发者发布插件新版本,例如 v1.0.10
  3. 用户从「插件和小部件」中搜索 JLFlow,并打开插件;
  4. 插件内部显示当前已运行 v1.0.10,证明社区搜索入口已经获取到了最新版;
  5. 关闭插件;
  6. 再从「最近打开」中点击 JLFlow;
  7. 此时插件实际启动的仍是旧版本 v1.0.9
  8. 完全退出并重启 Figma 后,再从「最近打开」打开,才会变成 v1.0.10

实际结果:

  • 「最近打开」会持续指向旧的本地插件 bundle;
  • 用户必须重启 Figma 才能让 Recent 条目刷新;
  • 插件侧无法通过 API 清理缓存、刷新 Recent 条目、替换自身 bundle 或重启插件。

期望结果:
希望 Figma 在以下任一时机自动失效或刷新 Recent 条目的插件缓存:

  1. 插件开发者发布新版本后;
  2. 用户已经从「插件和小部件」或社区页成功运行最新版后;
  3. 用户再次从「最近打开」启动该插件前。

理想情况下,Recent 入口应始终启动用户已获取到的最新插件版本,而不应继续运行旧 bundle。

3 replies

djv
Figmate
  • Community Support
  • July 30, 2026

Hi ​@jialinjiang, thanks for flagging this issue! 
 

I completely understand how frustrating this must be for you and your plugin users. This is definitely not expected behavior. Recently Opened should always launch the most recently published version. We've confirmed this as a bug, and our Extensibility team is now actively looking into it. A couple of quick questions, so we can make sure we're tracking the full scope:

  1. Are you seeing this only with JLFlow, or with other plugins your team has updated too?
  2. Roughly how many users on your side are hitting this? Is it just a few users or is it more widespread across your org?

In the meantime, the one temporary solution that reliably clears the issue is a full quit-and-reopen of the Figma desktop app after publishing an update. I know that's not ideal or sustainable for your users, so we'll follow up here as soon as we have an update from the team.


jialinjiang
  • Author
  • New Member
  • July 31, 2026

Hi, thanks for looking into this.

We’re currently developing JLFlow as an internal productivity plugin for our team, and we’ve been releasing frequent updates to fix bugs and improve the experience. However, several team members continued reporting that previously fixed bugs were still present.

After investigating, we found that most of them were launching JLFlow from the Recently Opened list. In that case, Figma was still opening an older version of the plugin instead of the latest published version. The updated version would only load after searching for JLFlow again in Plugins and widgets and launching it from the search results.

A significant number of users within our team have encountered this issue, so the impact appears to be fairly widespread. At the moment, we have only confirmed it with JLFlow, as that is the plugin our team updates and uses most frequently. We haven’t yet verified whether the same issue affects our other plugins.


djv
Figmate
  • Community Support
  • July 31, 2026

Thanks for the additional context, ​@jialinjiang

Our team is now investigating. I’ll be sure to provide any updates on their progress as soon as I can.