DEV Community

Rails Designer
Rails Designer

Posted on

Rails Designer v1.9: Bulk Actions 🚚

Hot on the heals of Rails 1.8, that added support for Rails 8 (🫢), here is another update. But first some announcements from HQ (jk; it's just me typing this in a hammock 🍹).

  • πŸ§‘β€πŸŽ¨πŸ–ΌοΈ I am fully maxed out with Tailor-made UI for Rails until the February of next year. Feel free to get in touch though for fun projects starting February 2025. πŸ€™
  • πŸ₯· Released a new gem stealth_dom_id. I like to use dom_id, but I don't like to expose my primary id's. So with this gem I can write dom_id(@user, attribute: :slug) and it will output user_a1b2c3 (instead of user_1). I think you will like it. ☺️
  • 🚧 Have you seen the Rails and Hotwire Development Tool it is now also on GitHub ready for any improvements from you. πŸ€“
  • πŸ€‘ BF/CM Deal. Rails Designer will see a deal around Black Friday/Cyber Monday. It will be a substantial discount on the two premium packages (not the Solo Package!). I might send another quick email once the deal is live. 🀷

Now that's out of the way, what is new at Rails Designer 1.9? πŸ‘‡


πŸ“¦ New

  • BulkActionsComponent; delete, archive or whatever action multiple resources at once.

Preview of the bulk actions
(View the changelog for this gif in all its glory)

  • Added first variant for the FeedsComponents

πŸŽ·πŸ› Bugfix

  • Pass along event to the TabsComponent

πŸ’… Additions

  • Added animated highlight variant to TabsComponent Preview of the animated highlight of the TabsComponent (View the changelog for this gif in all its glory)

βœ… Improvement

  • Updated ContextualMenuComponent to hide on contextmenu events
  • Various housekeeping tasks to the gem

View the full changelog

Top comments (0)