Skip to content

Releases: hdaklue/actioncrumb

2.0.32

03 Oct 12:00

Choose a tag to compare

Hide dropdown trigger when no visible actions exist

Updated the actioncrumb component to conditionally render dropdown triggers
only when there are visible actions available. This prevents empty dropdown
buttons from appearing on both mobile and desktop views.

2.0.31

02 Oct 08:46

Choose a tag to compare

Fix icon-text spacing using flexbox gap instead of margin

- Add gap-2.5 to mobile modal action item button for proper spacing
- Remove me-2.5 from icons (no longer needed with gap)
- Remove ps-1 from text span (handled by parent gap)
- Gap property works consistently in both LTR and RTL layouts

2.0.30

02 Oct 08:22

Choose a tag to compare

Reduce text and icon sizes in mobile actions modal for breadcrumb con…

2.0.29

02 Oct 08:12

Choose a tag to compare

Add current item styling and back navigation to mobile modals

- Update getMobileModalItemClasses to accept isCurrent parameter
- Apply background and border styling to current items matching desktop theme
- Add back button in actions modal to navigate to breadcrumb list
- Display current step label in actions modal header
- Add currentStepLabel to Alpine.js data for step context tracking

2.0.28

02 Oct 08:01

Choose a tag to compare

Simplify dropdown animation and make items more compact

- Remove dropdown menu transition for instant appearance
- Reduce dropdown menu padding from py-2 to py-1
- Reduce dropdown item padding from py-2.5 to py-2
- Reduce gap between icon and text from gap-3 to gap-2.5
- Change item transitions from transition-all to transition-colors for simpler color-only animations

2.0.27

02 Oct 07:49

Choose a tag to compare

Enhance modal and dropdown with modern minimal UI design

- Add glassmorphism backdrop with blur effect and improved opacity
- Implement theme-specific border radius (lg/2xl/md for Simple/Rounded/Square)
- Add modern shadow system with layered depth (shadow-xl, ring borders)
- Improve spacing with generous padding for better touch targets
- Enhance hover/active states with primary color accents
- Add smooth transitions throughout (duration-150/200)
- Optimize dark mode with better opacity values
- Maintain consistency across all three theme styles

2.0.26

01 Oct 08:18

Choose a tag to compare

Full Changelog: 2.0.25...2.0.26

2.0.25

30 Sep 18:31

Choose a tag to compare

Full Changelog: 2.0.24...2.0.25

2.0.24

30 Sep 18:21

Choose a tag to compare

Full Changelog: 2.0.23...2.0.24

2.0.23

30 Sep 18:05

Choose a tag to compare

Full Changelog: 2.0.22...2.0.23