mirror of
https://github.com/penpot/penpot.git
synced 2026-01-24 14:21:26 -05:00
Compare commits
1 Commits
develop
...
palba-fix-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
295a6bcb5c |
11
.github/workflows/plugins-deploy-package.yml
vendored
11
.github/workflows/plugins-deploy-package.yml
vendored
@@ -1,11 +0,0 @@
|
|||||||
name: Plugins/package deployer
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
print_text_job:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Print Hello World
|
|
||||||
run: echo "Hello, World!"
|
|
||||||
11
.github/workflows/plugins-deploy-packages.yml
vendored
11
.github/workflows/plugins-deploy-packages.yml
vendored
@@ -1,11 +0,0 @@
|
|||||||
name: Plugins/packages deployer
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
print_text_job:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Print Hello World
|
|
||||||
run: echo "Hello, World!"
|
|
||||||
@@ -26,6 +26,7 @@
|
|||||||
- Fix incorrect default option on tokens import dialog [Github #8051](https://github.com/penpot/penpot/pull/8051)
|
- Fix incorrect default option on tokens import dialog [Github #8051](https://github.com/penpot/penpot/pull/8051)
|
||||||
- Fix unhandled exception tokens creation dialog [Github #8110](https://github.com/penpot/penpot/issues/8110)
|
- Fix unhandled exception tokens creation dialog [Github #8110](https://github.com/penpot/penpot/issues/8110)
|
||||||
- Fix displaying a hidden user avatar when there is only one more [Taiga #13058](https://tree.taiga.io/project/penpot/issue/13058)
|
- Fix displaying a hidden user avatar when there is only one more [Taiga #13058](https://tree.taiga.io/project/penpot/issue/13058)
|
||||||
|
- Fix boolean operators in menu for boards [Taiga #13174](https://tree.taiga.io/project/penpot/issue/13174)
|
||||||
|
|
||||||
## 2.13.0 (Unreleased)
|
## 2.13.0 (Unreleased)
|
||||||
|
|
||||||
|
|||||||
@@ -437,7 +437,8 @@
|
|||||||
[:> menu-entry* {:title (tr "workspace.shape.menu.flatten")
|
[:> menu-entry* {:title (tr "workspace.shape.menu.flatten")
|
||||||
:on-click do-transform-to-path}])
|
:on-click do-transform-to-path}])
|
||||||
|
|
||||||
(when (and (not disable-booleans)
|
(when (and (not has-frame?)
|
||||||
|
(not disable-booleans)
|
||||||
(or multiple? (and single? (or is-group? is-bool?))))
|
(or multiple? (and single? (or is-group? is-bool?))))
|
||||||
[:> menu-entry* {:title (tr "workspace.shape.menu.path")}
|
[:> menu-entry* {:title (tr "workspace.shape.menu.path")}
|
||||||
[:> menu-entry* {:title (tr "workspace.shape.menu.union")
|
[:> menu-entry* {:title (tr "workspace.shape.menu.union")
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
name = "color-to-tokens-plugin"
|
|
||||||
compatibility_date = "2025-01-01"
|
|
||||||
|
|
||||||
assets = { directory = "../../dist/apps/color-to-tokens-plugin/browser" }
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
name = "contrast-plugin"
|
|
||||||
compatibility_date = "2025-01-01"
|
|
||||||
|
|
||||||
assets = { directory = "../../dist/apps/contrast-plugin/browser" }
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
name = "create-palette-plugin"
|
|
||||||
compatibility_date = "2025-01-01"
|
|
||||||
|
|
||||||
assets = { directory = "../../dist/apps/create-palette-plugin" }
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
name = "icons-plugin"
|
|
||||||
compatibility_date = "2025-01-01"
|
|
||||||
|
|
||||||
assets = { directory = "../../dist/apps/icons-plugin/browser" }
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
name = "lorem-ipsum-plugin"
|
|
||||||
compatibility_date = "2025-01-01"
|
|
||||||
|
|
||||||
assets = { directory = "../../dist/apps/lorem-ipsum-plugin/browser" }
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
name = "rename-layers-plugin"
|
|
||||||
compatibility_date = "2025-01-01"
|
|
||||||
|
|
||||||
assets = { directory = "../../dist/apps/rename-layers-plugin/browser" }
|
|
||||||
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
name = "table-plugin"
|
|
||||||
compatibility_date = "2025-01-01"
|
|
||||||
|
|
||||||
assets = { directory = "../../dist/apps/table-plugin/browser" }
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user