Skip to content

Releases: megaroeny/Figma-Reset-Text-Layer-Name

Dynamically load pages

27 Feb 20:55
Compare
Choose a tag to compare

Now supporting "Dynamically load pages" API:

https://www.figma.com/plugin-docs/migrating-to-dynamic-loading

loading pages on demand instead of loading every page when the file is opened. This enables Figma to load large files ~25% faster than before.

networkAccess defined

09 Aug 19:01
Compare
Choose a tag to compare

Defined networkAccess permissions (which is none), which is also displayed on the Community plugin's page

More details on this security permission here:

v1.3.1: Accounted for multiple selections

14 Apr 02:58
Compare
Choose a tag to compare

If the user has one text layer selected, with other frames or groups, the notifications will show messaging for both: Warning + Success

Contextual notifications

11 Apr 18:34
Compare
Choose a tag to compare

Used updates from PR #2. Notification and logic improved, with contextual notification wording.

Thank you very much @tank666 !

v1.2: Bug fix: Component instances

09 Apr 23:57
Compare
Choose a tag to compare
Fixed the bug that prevented the plugin from successfully resetting text layers inside component instances:
https://github.com/megaroeny/Figma-Reset-Text-Layer-Name/issues/1

Notifications added!

10 Oct 03:30
Compare
Choose a tag to compare

Now the plugin provides notifications to the user for how many text layers were renamed, and if the selection is not a text layer.