<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/slint-1-10-released-with-figma-plugin-menus-and-live-preview-data-editing-ozzcuvn9h" -->

---
title: Slint 1.10 Released with Figma Plugin, Menus, and...
description: Slint 1.10 has been released, bringing several notable additions to this Rust-based native GUI toolkit. A new Figma-to-Slint plugin lets designers inspect...
canonical: https://daily.dev/posts/slint-1-10-released-with-figma-plugin-menus-and-live-preview-data-editing-ozzcuvn9h
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Slint 1.10 Released with Figma Plugin, Menus, and Live-Preview Data Editing | daily.dev
og:description: Slint 1.10 has been released, bringing several notable additions to this Rust-based native GUI toolkit. A new Figma-to-Slint plugin lets designers inspect...
og:url: https://daily.dev/posts/slint-1-10-released-with-figma-plugin-menus-and-live-preview-data-editing-ozzcuvn9h
og:image: https://api.daily.dev/og/posts/OZZcuVn9H.png
og:image:alt: Slint 1.10 Released with Figma Plugin, Menus, and Live-Preview Data Editing
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Slint 1.10 Released with Figma Plugin, Menus, and Live-Preview Data Editing

**[Slint](https://daily.dev/sources/slint)** · 5 min read · 0 upvotes · 0 comments

## Summary

Slint 1.10 has been released, bringing several notable additions to this Rust-based native GUI toolkit. A new Figma-to-Slint plugin lets designers inspect Figma elements and see equivalent Slint code directly in Figma's dev mode. The live-preview now includes a Data tab for editing component and global properties in real-time without recompiling. Desktop menu support arrives via new MenuBar and ContextMenuArea elements, using the muda crate for native rendering on Windows and macOS. For microcontrollers, a new Signed Distance Field (SDF) text rendering method dramatically reduces flash storage usage by embedding glyphs at a single size and scaling at runtime. Additional improvements include new string APIs, Path stroke-line-cap property, accessibility enhancements for ListBox/TabWidget/ListView, jemalloc-based compiler performance gains, and Skia partial rendering support.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://slint.dev/blog/slint-1.10-released.html>

---

Tags: [#rust](https://daily.dev/tags/rust), [#embedded](https://daily.dev/tags/embedded), [#figma](https://daily.dev/tags/figma)

[View this post on daily.dev](https://daily.dev/posts/slint-1-10-released-with-figma-plugin-menus-and-live-preview-data-editing-ozzcuvn9h)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Slint 1.10 Released with Figma Plugin, Menus, and Live-Preview Data Editing","url":"https://daily.dev/posts/slint-1-10-released-with-figma-plugin-menus-and-live-preview-data-editing-ozzcuvn9h","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/slint-1-10-released-with-figma-plugin-menus-and-live-preview-data-editing-ozzcuvn9h"},"datePublished":"2026-07-12T07:19:52.370Z","dateModified":"2026-07-12T07:20:53.124Z","description":"Slint 1.10 has been released, bringing several notable additions to this Rust-based native GUI toolkit. A new Figma-to-Slint plugin lets designers inspect...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/cd4d2f4502a0dee492d7030896b1e2d5?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/cd4d2f4502a0dee492d7030896b1e2d5?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Slint","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Slint","logo":"https://media.daily.dev/image/upload/s--kMN8T1sT--/c_limit,w_256/f_auto,q_auto/v1783840780/logos/slint?_a=BAMAMicg0","url":"https://daily.dev/sources/slint"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/slint-1-10-released-with-figma-plugin-menus-and-live-preview-data-editing-ozzcuvn9h","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"rust,embedded,figma","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Slint","item":"https://daily.dev/sources/slint"},{"@type":"ListItem","position":3,"name":"Slint 1.10 Released with Figma Plugin, Menus, and Live-Preview Data Editing"}]}
```

