<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:base="https://nvidia.github.io/elements/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>NVIDIA Elements updates</title>
    <link>https://nvidia.github.io/elements/</link>
    <atom:link href="https://nvidia.github.io/elements/feed.xml" rel="self" type="application/rss+xml" />
    <description>What’s new in the NVIDIA Elements Design System, including product updates, release highlights, and announcements.</description>
    <language>en</language>
    <item>
      <title>What’s new in NVIDIA Elements: June 2026</title>
      <link>https://nvidia.github.io/elements/docs/whats-new/06-2026/</link>
      <description>&lt;p nve-text=&quot;body relaxed mkd&quot;&gt;June moves Elements onto the stable 2.0 release line and broadens the APIs and starters available for production projects.&lt;/p&gt; &lt;h2 nve-text=&quot;heading xl emphasis mkd&quot; id=highlights&gt;Highlights&lt;/h2&gt; &lt;ul nve-text=&quot;list mkd&quot; nve-layout=&quot;column gap:xs&quot;&gt; &lt;li&gt;&lt;strong&gt;Prepare for the 2.0 upgrade.&lt;/strong&gt; The stable 2.0 packages remove deprecated component and style APIs. Review the &lt;a href=https://nvidia.github.io/elements/docs/about/migration/ nve-text=&quot;link mkd&quot;&gt;migration guide&lt;/a&gt; before upgrading; updated lint rules identify old tags, attributes, slots, popover settings, and CSS custom properties.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Build consistent form controls.&lt;/strong&gt; The Forms package adds reusable button, checkbox, select, and slider mixins that coordinate native behavior, state, validation, commands, and popover triggers.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Start more kinds of applications.&lt;/strong&gt; New starters cover &lt;a href=https://nvidia.github.io/elements/docs/integrations/mcp-apps/ nve-text=&quot;link mkd&quot;&gt;MCP Apps&lt;/a&gt;, &lt;a href=https://nvidia.github.io/elements/docs/integrations/lit-library/ nve-text=&quot;link mkd&quot;&gt;Lit libraries&lt;/a&gt;, and &lt;a href=https://nvidia.github.io/elements/docs/integrations/go-htmx/ nve-text=&quot;link mkd&quot;&gt;HTMX with Go&lt;/a&gt;. The existing &lt;a href=https://nvidia.github.io/elements/docs/integrations/go/ nve-text=&quot;link mkd&quot;&gt;Go starter&lt;/a&gt; also gains corrected CDN loading and a simpler server setup.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Install the CLI across platforms.&lt;/strong&gt; The &lt;a href=https://nvidia.github.io/elements/docs/cli/ nve-text=&quot;link mkd&quot;&gt;Elements CLI&lt;/a&gt; adds a PowerShell installer for Windows and strengthens shell installation, version checks, build approvals, and error feedback.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Keep controls stable through lifecycle changes.&lt;/strong&gt; Forms improve ARIA state management, while Core restores native reset behavior, prevents duplicate observers after reconnection, and adapts scoped registries and popovers to Chromium changes.&lt;/li&gt; &lt;/ul&gt; &lt;h2 nve-text=&quot;heading xl emphasis mkd&quot; id=released-packages&gt;Released packages&lt;/h2&gt; &lt;ul nve-text=&quot;list mkd&quot; nve-layout=&quot;column gap:xs&quot;&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/cli&lt;/code&gt; 0.3.0–0.3.1, 2.0.0–2.0.1, 2.1.0–2.1.3&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/code&lt;/code&gt; 2.0.0–2.0.1&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/core&lt;/code&gt; 0.2.2–0.2.4, 2.0.0–2.0.2&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/forms&lt;/code&gt; 0.1.0, 2.0.0–2.0.1&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/lint&lt;/code&gt; 0.4.0, 2.0.0–2.0.1&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/markdown&lt;/code&gt; 2.0.0–2.0.1&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/monaco&lt;/code&gt; 0.0.12, 2.0.0–2.0.1&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/styles&lt;/code&gt; 0.0.10, 2.0.0–2.0.2&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/themes&lt;/code&gt; 2.0.0&lt;/li&gt; &lt;/ul&gt;</description>
      <pubDate>Wed, 22 Jul 2026 00:00:00 +0000</pubDate>
      <dc:creator>NVIDIA Elements</dc:creator>
      <guid>https://nvidia.github.io/elements/docs/whats-new/06-2026/</guid>
    </item>
    <item>
      <title>What’s new in NVIDIA Elements: May 2026</title>
      <link>https://nvidia.github.io/elements/docs/whats-new/05-2026/</link>
      <description>&lt;p nve-text=&quot;body relaxed mkd&quot;&gt;May adds new formatting and selection APIs while expanding the tools that help teams build and migrate Elements projects.&lt;/p&gt; &lt;h2 nve-text=&quot;heading xl emphasis mkd&quot; id=highlights&gt;Highlights&lt;/h2&gt; &lt;ul nve-text=&quot;list mkd&quot; nve-layout=&quot;column gap:xs&quot;&gt; &lt;li&gt;&lt;strong&gt;Format numbers for any locale.&lt;/strong&gt; The new &lt;a href=https://nvidia.github.io/elements/docs/elements/format-number/ nve-text=&quot;link mkd&quot;&gt;Format Number&lt;/a&gt; component handles decimals, currencies, percentages, units, compact notation, and server-rendered fallback content through &lt;code&gt;Intl.NumberFormat&lt;/code&gt;.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Control multiselect tag layouts.&lt;/strong&gt; &lt;a href=https://nvidia.github.io/elements/docs/elements/combobox/ nve-text=&quot;link mkd&quot;&gt;Combobox&lt;/a&gt; can hide or wrap selected tags with &lt;code&gt;tag-layout&lt;/code&gt;, giving dense selections more predictable overflow behavior and replacing the deprecated &lt;code&gt;notags&lt;/code&gt; attribute.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Bring Elements guidance into agent workflows.&lt;/strong&gt; The CLI can serve authoring and migration &lt;a href=https://nvidia.github.io/elements/docs/skills/ nve-text=&quot;link mkd&quot;&gt;Skills&lt;/a&gt;, while &lt;a href=https://nvidia.github.io/elements/docs/integrations/mcp-apps/ nve-text=&quot;link mkd&quot;&gt;MCP Apps&lt;/a&gt; add interactive icon, token, and example previews with clearer error feedback.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Catch migration problems before runtime.&lt;/strong&gt; Expanded &lt;a href=https://nvidia.github.io/elements/docs/lint/ nve-text=&quot;link mkd&quot;&gt;lint rules&lt;/a&gt; identify deprecated CSS imports and packages, invalid popover composition, and unsupported Tailwind utilities on Elements components.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Keep controls and editors dependable.&lt;/strong&gt; Button contrast and read-only state handling are more consistent, delayed popovers clean up correctly, and Monaco restores reliable paste behavior.&lt;/li&gt; &lt;/ul&gt; &lt;h2 nve-text=&quot;heading xl emphasis mkd&quot; id=released-packages&gt;Released packages&lt;/h2&gt; &lt;ul nve-text=&quot;list mkd&quot; nve-layout=&quot;column gap:xs&quot;&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/cli&lt;/code&gt; 0.0.10–0.0.12, 0.1.0, 0.2.0–0.2.3&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/code&lt;/code&gt; 0.0.8–0.0.9&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/core&lt;/code&gt; 0.0.12, 0.1.0–0.1.4, 0.2.0–0.2.1&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/create&lt;/code&gt; 0.0.8&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/forms&lt;/code&gt; 0.0.8&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/lint&lt;/code&gt; 0.2.1, 0.3.0–0.3.1&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/markdown&lt;/code&gt; 0.0.8–0.0.9&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/monaco&lt;/code&gt; 0.0.8–0.0.11&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/styles&lt;/code&gt; 0.0.8–0.0.9&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/themes&lt;/code&gt; 0.0.10–0.0.11&lt;/li&gt; &lt;/ul&gt;</description>
      <pubDate>Wed, 22 Jul 2026 00:00:00 +0000</pubDate>
      <dc:creator>NVIDIA Elements</dc:creator>
      <guid>https://nvidia.github.io/elements/docs/whats-new/05-2026/</guid>
    </item>
    <item>
      <title>What’s new in NVIDIA Elements: April 2026</title>
      <link>https://nvidia.github.io/elements/docs/whats-new/04-2026/</link>
      <description>&lt;p nve-text=&quot;body relaxed mkd&quot;&gt;April improves dynamic layouts, catches composition problems earlier, and gives agent workflows leaner context.&lt;/p&gt; &lt;h2 nve-text=&quot;heading xl emphasis mkd&quot; id=highlights&gt;Highlights&lt;/h2&gt; &lt;ul nve-text=&quot;list mkd&quot; nve-layout=&quot;column gap:xs&quot;&gt; &lt;li&gt;&lt;strong&gt;Keep dynamic Data Grids responsive.&lt;/strong&gt; &lt;a href=https://nvidia.github.io/elements/docs/elements/data-grid/ nve-text=&quot;link mkd&quot;&gt;Data Grid&lt;/a&gt; batches column measurements before applying widths, reducing repeated layout work when columns resize or render again.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Catch composition and migration issues earlier.&lt;/strong&gt; &lt;a href=https://nvidia.github.io/elements/docs/lint/ nve-text=&quot;link mkd&quot;&gt;Elements lint rules&lt;/a&gt; now detect deprecated utility values, slotted popovers, and Tailwind classes on Elements components while better understanding popover triggers and Lit bindings.&lt;/li&gt; &lt;li&gt;&lt;strong&gt;Send agents leaner, more precise context.&lt;/strong&gt; The &lt;a href=https://nvidia.github.io/elements/docs/cli/ nve-text=&quot;link mkd&quot;&gt;Elements CLI&lt;/a&gt; reduces example and tool metadata overhead, matches package names more strictly, and improves migration paths and published-version checks.&lt;/li&gt; &lt;/ul&gt; &lt;h2 nve-text=&quot;heading xl emphasis mkd&quot; id=released-packages&gt;Released packages&lt;/h2&gt; &lt;ul nve-text=&quot;list mkd&quot; nve-layout=&quot;column gap:xs&quot;&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/cli&lt;/code&gt; 0.0.8–0.0.9&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/core&lt;/code&gt; 0.0.8–0.0.11&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/lint&lt;/code&gt; 0.1.0–0.1.2, 0.2.0&lt;/li&gt; &lt;li&gt;&lt;code&gt;@nvidia-elements/themes&lt;/code&gt; 0.0.9&lt;/li&gt; &lt;/ul&gt;</description>
      <pubDate>Wed, 22 Jul 2026 00:00:00 +0000</pubDate>
      <dc:creator>NVIDIA Elements</dc:creator>
      <guid>https://nvidia.github.io/elements/docs/whats-new/04-2026/</guid>
    </item>
  </channel>
</rss>