mirror of
https://github.com/penpot/penpot.git
synced 2026-05-10 18:48:23 +00:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
e70da78a77
@ -38,6 +38,14 @@ on [its own changelog](library/CHANGES.md)
|
||||
- Fix palette is over sidebar [#11160](https://tree.taiga.io/project/penpot/issue/11160)
|
||||
- Fix font size input not displaying "mixed" when multiple texts are selected [Taiga #11177](https://tree.taiga.io/project/penpot/issue/11177)
|
||||
|
||||
|
||||
## 2.7.2 (Unreleased)
|
||||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
- Update plugins runtime [Github #6604](https://github.com/penpot/penpot/pull/6604)
|
||||
|
||||
|
||||
## 2.7.1
|
||||
|
||||
### :bug: Bugs fixed
|
||||
@ -45,6 +53,7 @@ on [its own changelog](library/CHANGES.md)
|
||||
- Fix incorrect handling of strokes with images on importing files
|
||||
- Fix tokens disappearing after manual additions [Taiga #11063](https://tree.taiga.io/project/penpot/issue/11063)
|
||||
|
||||
|
||||
## 2.7.0
|
||||
|
||||
### :rocket: Epics and highlights
|
||||
|
||||
@ -5086,7 +5086,8 @@ class zc extends HTMLElement {
|
||||
"allow-modals",
|
||||
"allow-popups",
|
||||
"allow-popups-to-escape-sandbox",
|
||||
"allow-storage-access-by-user-activation"
|
||||
"allow-storage-access-by-user-activation",
|
||||
"allow-same-origin"
|
||||
), o && l.sandbox.add("allow-downloads"), l.addEventListener("load", () => {
|
||||
var d;
|
||||
(d = this.shadowRoot) == null || d.dispatchEvent(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user