mirror of
https://github.com/penpot/penpot.git
synced 2026-05-11 19:13:49 +00:00
🐛 Fix typography removal from plugin API (#9279)
* 🐛 Fix typography removal from plugin API * 🔥 Remove unrelated delete-typography test --------- Signed-off-by: Leona Lee <63717587+leonaIee@users.noreply.github.com> Co-authored-by: Andrey Antukh <niwi@niwi.nz>
This commit is contained in:
parent
3094d512f4
commit
02bbbae0b0
@ -13,6 +13,7 @@
|
||||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Fix plugin API `LibraryTypography.remove()` failing with a UUID assertion error [Github #8223](https://github.com/penpot/penpot/issues/8223)
|
||||
- Fix MCP SSE sessions leaking memory on zombie connections by adding inactivity timeout parity with Streamable HTTP sessions (by @bitloi) [Github #9432](https://github.com/penpot/penpot/issues/9432)
|
||||
- Fix missing `labels.open` translation (by @MilosM348) [Github #9320](https://github.com/penpot/penpot/pull/9320)
|
||||
- Harden Nginx responses with standard security headers and hide upstream `X-Powered-By` headers
|
||||
|
||||
@ -491,7 +491,7 @@
|
||||
(u/not-valid plugin-id :remove "Plugin doesn't have 'library:write' permission")
|
||||
|
||||
:else
|
||||
(st/emit! (-> (dwl/delete-typography {:id id})
|
||||
(st/emit! (-> (dwl/delete-typography id)
|
||||
(se/add-event plugin-id)))))
|
||||
|
||||
:clone
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user