mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 21:57:12 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
4326e2c5a4
3 changed files with 12 additions and 2 deletions
|
@ -87,7 +87,14 @@ A non exhaustive list of changes:
|
||||||
- Fix selection of short paths [Github #4472](https://github.com/penpot/penpot/issues/4472)
|
- Fix selection of short paths [Github #4472](https://github.com/penpot/penpot/issues/4472)
|
||||||
- Fix element positioning on the right side to adjust to grid [#11073](https://tree.taiga.io/project/penpot/issue/11073)
|
- Fix element positioning on the right side to adjust to grid [#11073](https://tree.taiga.io/project/penpot/issue/11073)
|
||||||
|
|
||||||
## 2.7.0 (Unreleased)
|
## 2.7.1
|
||||||
|
|
||||||
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
- 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
|
### :rocket: Epics and highlights
|
||||||
|
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
integrant/integrant {:mvn/version "0.13.1"}
|
integrant/integrant {:mvn/version "0.13.1"}
|
||||||
|
|
||||||
funcool/tubax {:mvn/version "2021.05.20-0"}
|
funcool/tubax {:mvn/version "2021.05.20-0"}
|
||||||
funcool/cuerdas {:mvn/version "2023.11.09-407"}
|
funcool/cuerdas {:mvn/version "2025.05.26-411"}
|
||||||
funcool/promesa
|
funcool/promesa
|
||||||
{:git/sha "f52f58cfacf62f59eab717e2637f37729d0cc383"
|
{:git/sha "f52f58cfacf62f59eab717e2637f37729d0cc383"
|
||||||
:git/url "https://github.com/funcool/promesa"}
|
:git/url "https://github.com/funcool/promesa"}
|
||||||
|
|
|
@ -626,6 +626,9 @@
|
||||||
(map? (:fill-image form))
|
(map? (:fill-image form))
|
||||||
(update-in [:fill-image :id] lookup-index)
|
(update-in [:fill-image :id] lookup-index)
|
||||||
|
|
||||||
|
(map? (:stroke-image form))
|
||||||
|
(update-in [:stroke-image :id] lookup-index)
|
||||||
|
|
||||||
;; This covers old shapes and the new :fills.
|
;; This covers old shapes and the new :fills.
|
||||||
(uuid? (:fill-color-ref-file form))
|
(uuid? (:fill-color-ref-file form))
|
||||||
(update :fill-color-ref-file lookup-index)
|
(update :fill-color-ref-file lookup-index)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue