mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
e70da78a77
2 changed files with 11 additions and 1 deletions
|
@ -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 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)
|
- 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
|
## 2.7.1
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :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 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)
|
- Fix tokens disappearing after manual additions [Taiga #11063](https://tree.taiga.io/project/penpot/issue/11063)
|
||||||
|
|
||||||
|
|
||||||
## 2.7.0
|
## 2.7.0
|
||||||
|
|
||||||
### :rocket: Epics and highlights
|
### :rocket: Epics and highlights
|
||||||
|
|
|
@ -5086,7 +5086,8 @@ class zc extends HTMLElement {
|
||||||
"allow-modals",
|
"allow-modals",
|
||||||
"allow-popups",
|
"allow-popups",
|
||||||
"allow-popups-to-escape-sandbox",
|
"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", () => {
|
), o && l.sandbox.add("allow-downloads"), l.addEventListener("load", () => {
|
||||||
var d;
|
var d;
|
||||||
(d = this.shadowRoot) == null || d.dispatchEvent(
|
(d = this.shadowRoot) == null || d.dispatchEvent(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue