mirror of
https://github.com/penpot/penpot.git
synced 2026-01-16 02:09:56 -05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27ab910a64 | ||
|
|
2398c1fc2b | ||
|
|
a3e17047a4 |
10
CHANGES.md
10
CHANGES.md
@@ -1,5 +1,13 @@
|
||||
# CHANGELOG
|
||||
|
||||
|
||||
## 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
|
||||
@@ -8,7 +16,7 @@
|
||||
- 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
|
||||
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user