DEV Community

Rails Designer
Rails Designer

Posted on

Rails Designer v0.9.0 release

Version 0.9.0 was just released including 3 new components! 🚀


Interested in Rails Designer? Just 8 early bird discounts are still available from our initial 100. Grab yours while you can.


With this release comes a component that has absolutely no UI: the Local Autosave Component. It saves content from your users in their localstorage and clears it after a form submit. You see this often being used in comments sections (GitHub uses it for example). It's a typical UX feature that nobody knows until they accidentally refresh their page. 😱 Instead of having them loose all their text, it's there still! A sure way to have them reach out to you and say thanks! 😊

📦 New

Preview Gif of the new ContextualMenuComponent

(Preview of the new Contextual Menu Component, a.k.a. right-click menu)

✅ Improvement

  • Added vertical (up/down) keyboard navigation to DropdownComponent
  • Add reference/name to used icon's in components and variants
  • Added max-height to DropdownComponent
  • Added option for action_style (button or link) for NotificationComponent
  • Added data-turbo-temporary to various components

💅 Additions

  • Added two loading state variants to EmptyStateComponent
  • Added new ListItemComponent variant
  • Added new DropdownComponent variant
  • Added two new SidebarNavigationComponent variants

🎷🐛 Bugfix

  • Use user-defined gray_color in DropdownComponent variants
  • Fixed variable check in BadgeComponent's states hash
  • Remove unused content_alignment attribute from SlideOverComponent
  • Updated syntax for setTimeout() in delayed_remove_controller

Top comments (1)

Collapse
 
dumebii profile image
Dumebi Okolo

Absolutely brilliant!