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 writedom_id(@user, attribute: :slug)
and it will outputuser_a1b2c3
(instead ofuser_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.
(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 (View the changelog for this gif in all its glory)
β Improvement
- Updated ContextualMenuComponent to hide on
contextmenu
events - Various housekeeping tasks to the gem
Top comments (0)