<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <generator uri="https://perron.railsdesigner.com/" version="0.18.0">Perron</generator>
  <id>https://railsdesigner.com/feed/changelog.xml</id>
  <title>Rails Designer's UI Components Changelog</title>
  <subtitle>Updates to the UI components libraray</subtitle>
  <link href="https://railsdesigner.com/feed/changelog.xml" rel="self" type="application/atom+xml"/>
  <link href="https://railsdesigner.com/" rel="alternate" type="text/html"/>
  <updated>2026-04-16T13:29:36Z</updated>

  
  <author>
    <name>Rails Designer</name>
    <email>noreply@railsdesigner.com</email>
  </author>

  
  <entry>
    <id>https://railsdesigner.com//posts/c6826c12</id>
    <title>1.17.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>Added <code>label_suffix</code> option for <a href="https://railsdesigner.com/docs/form-builder/">Field Component</a>
</li>
<li>Replaced feedback links with <a href="https://chirpform.com/">Chirp Form</a> integration</li>
</ul>
<h4>
<a href="#-improvement" aria-hidden="true" class="anchor" id="-improvement"></a>✅ Improvement</h4>
<ul>
<li>Refactored configuration class (fixes deprecation message, pre-Rails 8.2)</li>
<li>Replaced OpenStruct with Struct for better performance</li>
<li>Use lonely-operator (<code>&amp;</code>) in <a href="https://railsdesigner.com/components/form-labels/">FormLabelComponent</a> for non-model backed forms</li>
</ul>
<h4>
<a href="#-bugfixes" aria-hidden="true" class="anchor" id="-bugfixes"></a>🎷🐛 Bugfixes</h4>
<ul>
<li>Fixed missing logo/icon in Library preview</li>
<li>Fixed rendering erb tag in Ruby file</li>
<li>Small UI fix for wrapping elements in UI library</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/dbb7d9ae</id>
    <title>1.16.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>New <a href="/components/feeds/">Feed Component</a> variant</li>
<li>Added weekday display to <a href="/components/calendar/">Calendar Component</a>
</li>
</ul>
<h4>
<a href="#-improvement" aria-hidden="true" class="anchor" id="-improvement"></a>✅ Improvement</h4>
<ul>
<li>Optional <code>autofocus</code> option for <a href="/components/modals/">Modal</a> and <a href="/components/slide-overs/">SlideOver</a> components</li>
<li>Optional “body overflow” option for <a href="/components/modals/">Modal</a> and <a href="/components/slide-overs/">SlideOver</a> components</li>
</ul>
<h4>
<a href="#-bugfixes" aria-hidden="true" class="anchor" id="-bugfixes"></a>🎷🐛 Bugfixes</h4>
<ul>
<li>Missing private method in <a href="/components/tabs/">TabsComponent</a>
</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/a9bc051e</id>
    <title>1.15.3</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-improvement" aria-hidden="true" class="anchor" id="-improvement"></a>✅ Improvement</h4>
<ul>
<li>Component previews are now using the Heroicons library internally, instead of the defined Rails Icons’ default library.</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/33404a6f</id>
    <title>1.15.1</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-bugfixes" aria-hidden="true" class="anchor" id="-bugfixes"></a>🎷🐛 Bugfixes</h4>
<ul>
<li>Added missing <code>helper</code> on <a href="https://railsdesigner.com/components/sidebar-navigation/">SidebarNavigationComponent</a>
</li>
<li>Added typo for the <a href="https://railsdesigner.com/docs/form-builder/">form_builder</a> generator (so it can now be actually be copied into your app)</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/a3d24a59</id>
    <title>1.15.2</title>
    <link href="" rel="alternate" type="text/html"/>
    <published>2025-08-11T00:00:00Z</published>
    <updated>2025-08-11T00:00:00Z</updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-bugfixes" aria-hidden="true" class="anchor" id="-bugfixes"></a>🎷🐛 Bugfixes</h4>
<ul>
<li>Generate the <a href="">FormBuilder</a> in the right module (i.e. <code>lib/rails_designer/</code>)</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/e40ab86f</id>
    <title>1.15.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<p>From this release ViewComponent 4.0 is required. See <a href="https://github.com/ViewComponent/view_component/releases/tag/v4.0.0">the ViewComponent release</a> for all the details.</p>
<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>Removed turbo transition and form_label helper</li>
<li>Updated to require ViewComponent</li>
</ul>
<h4>
<a href="#-bugfixes" aria-hidden="true" class="anchor" id="-bugfixes"></a>🎷🐛 Bugfixes</h4>
<ul>
<li>Fixed command for FormElement Button</li>
<li>Fix incorrect command for card headings</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/278891b5</id>
    <title>1.14.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>Added new <a href="/docs/utilities/#i18n-helper">i18n utility</a>
</li>
<li>Added new <a href="/docs/layouts/">authentication layout</a>
</li>
</ul>
<p><img src="https://railsdesigner.com/images/changelogs/layout.jpg" alt=""></p>
<ul>
<li>New <a href="/components/calendar/">Calendar component</a>
</li>
</ul>
<p><img src="https://railsdesigner.com/images/changelogs/calendar-with-events.jpg" alt=""></p>
<h4>
<a href="#-improvements" aria-hidden="true" class="anchor" id="-improvements"></a>✅ Improvements</h4>
<ul>
<li>Only load <code>ActiveRecord::Base</code> if defined</li>
<li>Various layout fixes</li>
<li>
<a href="/components/hovercards/">Hovercard</a> UI tweaks</li>
<li>Small refactor to <a href="/components/tooltips/">Tooltips</a>
</li>
<li>Tweaks to <a href="/components/notifications/">Notification component</a>
</li>
<li>Improved <a href="/docs/initializer/">initializer</a>
</li>
</ul>
<h4>
<a href="#-bugfixes" aria-hidden="true" class="anchor" id="-bugfixes"></a>🎷🐛 Bugfixes</h4>
<ul>
<li>Fixed code snippets for local autosave, autogrow, unload component</li>
<li>Fixed contextual menu show/hide</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/58219c5e</id>
    <title>1.13.1</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-bugfixes" aria-hidden="true" class="anchor" id="-bugfixes"></a>🎷🐛 Bugfixes</h4>
<ul>
<li>Fixed SyntaxError in <a href="/components/sidebar-navigation/">SidebarNavigations</a> section</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/1764d09e</id>
    <title>1.13.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<p>Starting with this version Rails Designer Components now requires Tailwind CSS v4. Colors are updated were needed and classes, like rounded, shadow, have been changed as well.</p>
<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>Upgraded to Tailwind CSS v4</li>
<li>New <a href="/components/breadcrumbs/">BreadcrumbsComponent</a>
</li>
</ul>
<h4>
<a href="#-improvement" aria-hidden="true" class="anchor" id="-improvement"></a>✅ Improvement</h4>
<ul>
<li>Added missing variant code for <a href="/components/time-zone-updaters/">Time Zone Updater</a>
</li>
<li>Allow all attributes (placeholder, value, data-attributes etc.) to <code>smart_inputs</code> in the <a href="/docs/form-builder/">Form Builder</a>
</li>
</ul>
<h4>
<a href="#-bugfixes" aria-hidden="true" class="anchor" id="-bugfixes"></a>🎷🐛 Bugfixes</h4>
<ul>
<li>Fixed icon in <a href="/components/alerts/">AlertsComponent</a>
</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/c3a43333</id>
    <title>1.12.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<p>Added missing changes from the <a href="/components/bulk-actions/">BulkActionsComponent</a> Stimulus controller.</p>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/d012b55a</id>
    <title>1.11.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<p>Here is the first version of Rails Designer’s UI Components Library for this year. The biggest change is that from now on <a href="/rails-icons/">Rails Icons</a> is added by default. Lots more to come in 2025.</p>
<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>New Radio Pill Form Inputs for the <a href="/docs/form-builder/">Form Builder</a>
</li>
<li>Added <a href="/rails-icons/">rails_icons</a> by default</li>
</ul>
<h4>
<a href="#-improvement" aria-hidden="true" class="anchor" id="-improvement"></a>✅ Improvement</h4>
<ul>
<li>Ask for primary- and gray color on set up. Manually you can pass options as: <code>rails generate rails_designer:install --primary-color=indigo --gray-color=stone</code>
</li>
<li>Added <code>text-balance</code> to <a href="/components/page-headings/">HeadingComponent</a>
</li>
</ul>
<h4>
<a href="#-bugfixes" aria-hidden="true" class="anchor" id="-bugfixes"></a>🎷🐛 Bugfixes</h4>
<ul>
<li>Fix border/outline on <a href="/components/command-menu/">CommandMenuComponent</a>
</li>
<li>Added missing code for the <a href="/components/bulk-actions/">BulkActionsComponent</a> to work properly</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/6a49b329</id>
    <title>1.10.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>Make every input field look good with the new <a href="/docs/form-builder/">Form Builder</a>
</li>
</ul>
<h4>
<a href="#-additions" aria-hidden="true" class="anchor" id="-additions"></a>💅 Additions</h4>
<ul>
<li>Added option to <a href="/components/accordions/">AccordionComponent</a> to only open one item at a time</li>
<li>Added new variant to <a href="/components/bulk-actions/">BulkActionsComponent</a>
</li>
</ul>
<h4>
<a href="#-improvement" aria-hidden="true" class="anchor" id="-improvement"></a>✅ Improvement</h4>
<ul>
<li>Used <code>:stop</code> action option in <a href="/components/dropdowns/">DropdownComponent</a>
</li>
<li>Visual improvements to <a href="/components/contextual-menus/">ContextualMenuComponent</a>
</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/ea4606d2</id>
    <title>1.9.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>
<p><a href="/components/bulk-actions/">BulkActionsComponent</a>; delete, archive or whatever action multiple resources at once.<br>
<img src="https://railsdesigner.com/images/changelogs/bulk-actions.gif" alt="Preview of the bulk actions"></p>
</li>
<li>
<p>Added first variant for the <a href="/components/feeds/">FeedsComponents</a></p>
</li>
</ul>
<h4>
<a href="#-bugfix" aria-hidden="true" class="anchor" id="-bugfix"></a>🎷🐛 Bugfix</h4>
<ul>
<li>Pass along event to the <a href="/components/tabs/">TabsComponent</a>
</li>
</ul>
<h4>
<a href="#-additions" aria-hidden="true" class="anchor" id="-additions"></a>💅 Additions</h4>
<ul>
<li>Added animated higlight variant to <a href="/components/tabs/">TabsComponent</a>
</li>
</ul>
<p><img src="https://railsdesigner.com/images/changelogs/animated-highlights.gif" alt="Preview of the animated higlight of the TabsComponent"></p>
<h4>
<a href="#-improvement" aria-hidden="true" class="anchor" id="-improvement"></a>✅ Improvement</h4>
<ul>
<li>Updated <a href="/components/contextual-menus/">ContextualMenuComponent</a> to hide on <code>contextmenu</code> events</li>
<li>Various housekeeping tasks to the gem</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/d6bbc51c</id>
    <title>1.8.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>Ready for Rails 8</li>
</ul>
<h4>
<a href="#-improvement" aria-hidden="true" class="anchor" id="-improvement"></a>✅ Improvement</h4>
<ul>
<li>Tweak turbo_stream_helper to match standardrb</li>
<li>Require ostruct</li>
<li>Updated comment text for confirm modal</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/6feaf008</id>
    <title>1.7.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>Added <a href="/docs/utilities/#smooth-turbo-stream-transitions">Turbo Stream transition</a> helpers</li>
</ul>
<p><img src="https://railsdesigner.com/images/posts/turbo-streams-transitions.gif" alt="Preview of Turbo Stream with custom transitions"></p>
<h4>
<a href="#-improvement" aria-hidden="true" class="anchor" id="-improvement"></a>✅ Improvement</h4>
<ul>
<li>
<p>Added <code>open</code> attribute to <a href="/components/accordions/">AccordionComponent</a></p>
</li>
<li>
<p>Added new <a href="/components/dropdowns/">DropdownComponent</a> variant<br>
<img src="https://railsdesigner.com/images/changelogs/notifications_dropdown.jpg" alt="Preview the new dropdown variant"></p>
</li>
<li>
<p>Rename <code>notifications_controller</code> to <code>clone_marker_controller</code> (it has more use cases!)</p>
</li>
<li>
<p>Added new <a href="/docs/layouts/">auth layout</a><br>
<img src="https://railsdesigner.com/images/changelogs/auth-layout.jpg" alt="Preview the new auth layout"></p>
</li>
<li>
<p>Added support for icon in <a href="/components/buttons/">ButtonComponent</a> (when <a href="/rails-icons/">rails_icons</a> present)</p>
</li>
<li>
<p>Various a11y improvements</p>
</li>
</ul>
<h4>
<a href="#-bugfix" aria-hidden="true" class="anchor" id="-bugfix"></a>🎷🐛 Bugfix</h4>
<ul>
<li>Include Ostruct gem for given Ruby version</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/81a5513e</id>
    <title>1.6.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>Added new drag&amp;drop <a href="/components/image-previews/">ImagePreview</a> variant</li>
</ul>
<h4>
<a href="#-improvement" aria-hidden="true" class="anchor" id="-improvement"></a>✅ Improvement</h4>
<ul>
<li>Typography tweak to <a href="/docs/layouts/">Inset layout</a>
</li>
<li>Use new <code>configuration object</code> for Turbo confirmMethod on <a href="/docs/utilities/#custom-confirm-dialog">Confirm Modal Utility</a>
</li>
<li>Changed default action from <code>replace</code> to <code>append</code> on <a href="/components/notifications/">NotificationComponent</a>
</li>
<li>Improve <a href="/components/notifications/">NotificationComponent</a> when firing the same notification</li>
</ul>
<p><img src="https://railsdesigner.com/images/changelogs/touch-notification.gif" alt=""></p>
<h4>
<a href="#-bugfix" aria-hidden="true" class="anchor" id="-bugfix"></a>🎷🐛 Bugfix</h4>
<ul>
<li>Set correct @rails/request.js dependency for <a href="/components/command-menu/">GlobalCommandMenu</a>
</li>
<li>Fix missing attributes on <a href="/components/sidebar-navigation/">SidebarNavigationComponent</a>
</li>
<li>Fix references to icon in <a href="/components/image-previews/">ImagePreviewsComponent</a>
</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/7da31be8</id>
    <title>1.5.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>Added <code>transition</code> setting for <a href="/components/modals/">Modal</a>- &amp; <a href="/components/slide-overs/">SlideOverComponent</a>
</li>
<li>Added <a href="/components/unloads/">UnloadComponent</a>
</li>
<li>Added <a href="/components/textarea-autogrows/">TextareaAutogrow component</a>
</li>
</ul>
<h4>
<a href="#-improvement" aria-hidden="true" class="anchor" id="-improvement"></a>✅ Improvement</h4>
<ul>
<li>Added icon for basic help in Library</li>
<li>Made toggle component container buttons more button-like in Library</li>
<li>Added info text on <a href="/components/buttons/">ButtonComponent</a> busy-state</li>
<li>Additional help to <a href="/components/hovercards/">HoverCardsComponent</a>
</li>
</ul>
<h4>
<a href="#-additions" aria-hidden="true" class="anchor" id="-additions"></a>💅 Additions</h4>
<ul>
<li>Added two new <a href="/docs/layouts/">authentication variant layouts</a>
</li>
<li>Added remote items/search <a href="/components/command-menu/#search">Comman Menu variant</a>
</li>
</ul>
<p><img src="https://railsdesigner.com/images/docs/command_menu_remote.gif" alt=""></p>
<h4>
<a href="#-bugfix" aria-hidden="true" class="anchor" id="-bugfix"></a>🎷🐛 Bugfix</h4>
<ul>
<li>Fixed <strong>Copied</strong> badge on component copying in Library</li>
<li>Removed unneeded class from <a href="/components/slide-overs/">SlideOverComponent</a>
</li>
<li>Fix icon naming in variant code</li>
<li>Fixed typo for <a href="/components/local-autosaves/">LocalAutosaveComponent</a> generator</li>
<li>Added missing end-statement to <a href="/components/accordions/">AccordionComponent</a> variant code</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/61c74b89</id>
    <title>1.4.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>
<p>Introducing <a href="/layouts-in-rails/">Layouts</a> (with 3 authentication variants for starters)<br>
<img src="https://railsdesigner.com/images/changelogs/layouts-preview.jpg" alt=""></p>
</li>
<li>
<p>Added new <a href="/docs/utilities/#turbo-frame-load-controller">turbo_frame_load utility</a></p>
</li>
</ul>
<h4>
<a href="#-bugfix" aria-hidden="true" class="anchor" id="-bugfix"></a>🎷🐛 Bugfix</h4>
<ul>
<li>Fix correct use of controller class of <a href="/docs/utilities/#toggle-class-controller">toggle_class utility</a>
</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/9b03c07f</id>
    <title>1.4.1</title>
    <link href="" rel="alternate" type="text/html"/>
    <published>2024-08-22T00:00:00Z</published>
    <updated>2024-08-22T00:00:00Z</updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-bugfix" aria-hidden="true" class="anchor" id="-bugfix"></a>🎷🐛 Bugfix</h4>
<ul>
<li>Fixed a bug with the gem’s build process</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/5ba93731</id>
    <title>1.3.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>
<p>Added new Copy to <a href="/components/copy-to-clipboard/">ClipboardComponent</a><br>
<img src="https://railsdesigner.com/images/changelogs/copy_to_clipboard.gif" alt=""></p>
</li>
<li>
<p>Added new <a href="/components/confirm-fields/">ConfirmFieldComponent</a><br>
<img src="https://railsdesigner.com/images/changelogs/confirm_fields.gif" alt=""></p>
</li>
<li>
<p>Added <a href="/docs/utilities/#nested-attributes">nested_attributes utility</a></p>
</li>
</ul>
<h4>
<a href="#%EF%B8%8F-improvements" aria-hidden="true" class="anchor" id="️-improvements"></a>🧙‍♂️🎩🐇 Improvements</h4>
<ul>
<li>Extend info on <a href="/components/alerts/">AlertComponent</a> for form_errors</li>
</ul>
<h4>
<a href="#-bugfix" aria-hidden="true" class="anchor" id="-bugfix"></a>🎷🐛 Bugfix</h4>
<ul>
<li>Fix incorrect li-classes for <a href="/components/dropdowns/">DropdownComponen</a>
</li>
<li>Rename <code>icon</code> slot for AlertComponent to not clash with <code>rails_icons</code>
</li>
<li>Fix <a href="/components/stacked-lists/">ListItemComponent</a> structure by removing unnecessary bloc</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/b27234e8</id>
    <title>1.2.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>Added new Component: <a href="/components/image-previews/">ImagePreview</a>
</li>
</ul>
<p><img src="https://railsdesigner.com/images/changelogs/image_preview_profile_picture.gif" alt=""></p>
<h4>
<a href="#-additions" aria-hidden="true" class="anchor" id="-additions"></a>💅 Additions</h4>
<ul>
<li>Added (optional) option for validation icon to <a href="/components/form-labels/">FormLabelComponent</a>
</li>
<li>Added new Stacked List variant: <a href="/components/stacked-lists/#messages">Messages</a>
</li>
</ul>
<p><img src="https://railsdesigner.com/images/changelogs/list_messages_variant.jpg" alt=""></p>
<h4>
<a href="#%EF%B8%8F-improvements" aria-hidden="true" class="anchor" id="️-improvements"></a>🧙‍♂️🎩🐇 Improvements</h4>
<ul>
<li>Refactor component helper to match standardrb (Ruby 3.0+)</li>
<li>Tweak to make <a href="/components/stacked-lists/#media-list">MediaList</a> variant items not full links (only title)</li>
</ul>
<h4>
<a href="#-bugfix" aria-hidden="true" class="anchor" id="-bugfix"></a>🎷🐛 Bugfix</h4>
<ul>
<li>Renamed <code>icon</code> to <code>rendered_icon</code> in <a href="/components/notifications/">NotifiationComponent</a>
</li>
<li>Added missing CSS to various inline icons</li>
<li>Fix name for <a href="/components/form-labels/">FormLabel</a> generator command</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/c612d119</id>
    <title>1.1.3</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<p>The last(?) bugfix release to fix the last few issues around icon/svg rendering.</p>
<h4>
<a href="#-bugfix" aria-hidden="true" class="anchor" id="-bugfix"></a>🎷🐛 Bugfix</h4>
<ul>
<li>Render correct icon in MedialistVarian</li>
<li>Correctly render icons in variant previews</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/86765075</id>
    <title>1.1.2</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<h4>
<a href="#-bugfix" aria-hidden="true" class="anchor" id="-bugfix"></a>🎷🐛 Bugfix</h4>
<ul>
<li>Added missing icons for inline SVGs to NotificationComponent</li>
<li>Use correct icon for chat message variant</li>
<li>Removed unused <code>open: true</code> to AccordionComponent in SidebarNavigationComponent</li>
<li>Fix issues with inline SVG icons</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/9514b1b5</id>
    <title>1.1.1</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<p>A bugfix release to squash some bugs from the 1.1.0 release.</p>
<h4>
<a href="#-bugfix" aria-hidden="true" class="anchor" id="-bugfix"></a>🎷🐛 Bugfix</h4>
<ul>
<li>Fix url to view-helpers in initializer</li>
<li>Fix old predicate method use in HeadingComponent</li>
<li>All <a href="/docs/view-helpers/">view helpers</a> are now correctly loaded, ready to be used in your app</li>
</ul>
]]></content>
    

    
  </entry>
  
  <entry>
    <id>https://railsdesigner.com//posts/fac04273</id>
    <title>1.1.0</title>
    <link href="" rel="alternate" type="text/html"/>
    <published></published>
    <updated></updated>

    

    
    
      <content type="html"><![CDATA[<p>Hot on the heels of V1, here’s 1.1.0!</p>
<h4>
<a href="#-new" aria-hidden="true" class="anchor" id="-new"></a>📦 New</h4>
<ul>
<li>New <a href="/components/form-labels/">FormLabelComponent</a>
</li>
<li>New <a href="/docs/view-helpers/">form_label helper</a> (to team up with the new FormLabelComponent)</li>
<li>Added <a href="/docs/utilities/">local_storage_helpers</a>
</li>
<li>Refactored cookies_helpers to match local_storage_helpers</li>
</ul>
<p><img src="https://railsdesigner.com/images/changelogs/form_label_preview.gif" alt=""></p>
<h4>
<a href="#-additions" aria-hidden="true" class="anchor" id="-additions"></a>💅 Additions</h4>
<ul>
<li>Added oAuth <a href="/components/buttons/">ButtonComponent variant</a>
</li>
<li>Added new <a href="/components/stacked-lists/">Stacked List variant (media list)</a>
</li>
</ul>
<p><img src="https://railsdesigner.com/images/changelogs/medialist.jpg" alt=""></p>
<h4>
<a href="#%EF%B8%8F-improvements" aria-hidden="true" class="anchor" id="️-improvements"></a>🧙‍♂️🎩🐇 Improvements</h4>
<ul>
<li>Use <code>inquiry</code> in many components instead of custom predicate methods (eg. <code>@theme.dark?</code> instead of <code>dark_theme?</code>)</li>
<li>Basic config options for NotificationComponent</li>
<li>Use dynamic incon insertion for component files (similar to component variants)</li>
</ul>
<h4>
<a href="#-bugfix" aria-hidden="true" class="anchor" id="-bugfix"></a>🎷🐛 Bugfix</h4>
<ul>
<li>Fix icon on stacked list variant</li>
<li>Fix correct class inheritance for ButtonComponent</li>
</ul>
]]></content>
    

    
  </entry>
  
</feed>
