penpot/exporter
James b211594ce8
🐛 Fix hyphens stripped from export filenames (#8944)
Replace str/slug with a targeted regex that only removes
filesystem-unsafe characters when generating export filenames.
The slug function strips all non-word characters including hyphens,
causing names like "my-board" to become "myboard" on export.

Fixes #8901

Signed-off-by: jamesrayammons <jamesrayammons@outlook.com>
Co-authored-by: Andrey Antukh <niwi@niwi.nz>
2026-04-14 12:36:26 +02:00
..
2025-10-01 10:58:03 +02:00
2026-01-22 13:55:41 +01:00
2026-01-22 13:55:41 +01:00
2025-10-01 10:58:03 +02:00
2020-08-05 11:19:34 +02:00