Compare commits

..

1 Commits

Author SHA1 Message Date
Pablo Alba
295a6bcb5c 🐛 Fix boolean operators in menu for boards 2026-01-23 13:22:08 +01:00
11 changed files with 3 additions and 53 deletions

View File

@@ -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!"

View File

@@ -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!"

View File

@@ -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)

View File

@@ -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")

View File

@@ -1,4 +0,0 @@
name = "color-to-tokens-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/color-to-tokens-plugin/browser" }

View File

@@ -1,4 +0,0 @@
name = "contrast-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/contrast-plugin/browser" }

View File

@@ -1,4 +0,0 @@
name = "create-palette-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/create-palette-plugin" }

View File

@@ -1,4 +0,0 @@
name = "icons-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/icons-plugin/browser" }

View File

@@ -1,4 +0,0 @@
name = "lorem-ipsum-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/lorem-ipsum-plugin/browser" }

View File

@@ -1,5 +0,0 @@
name = "rename-layers-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/rename-layers-plugin/browser" }

View File

@@ -1,5 +0,0 @@
name = "table-plugin"
compatibility_date = "2025-01-01"
assets = { directory = "../../dist/apps/table-plugin/browser" }