Skip to content

Releases: Mantix/livewire-bootstrap-components

v1.24

01 May 08:02

Choose a tag to compare

Refactor actions rendering in list-row and actions components for improved layout and consistency. Adjusted class handling and streamlined action label visibility, enhancing responsiveness and user experience.

v1.23

12 Feb 19:44

Choose a tag to compare

Update card component header to conditionally apply text color to the title.

This change enhances visual consistency by ensuring the title color aligns with the specified text color prop.

Remove bottom margin from title in card

15 Dec 14:17

Choose a tag to compare

Remove bottom margin from title in card

Moved classes to header of card

15 Dec 14:14

Choose a tag to compare

v1.21

Enhance card component header to conditionally apply background and t…

Fix typo

11 Dec 09:12

Choose a tag to compare

Fix typo

Added actions to the card header

11 Dec 09:03

Choose a tag to compare

You can now add actions to the card header, just like in the list-row component.

Added styling for combining the card and the list-row components

11 Dec 08:47

Choose a tag to compare

When using the list-row element in the card component, you can remove the extra borders by adding this as "body_class":

<x-bootstrap::card body_class="list-group p-0">
    <x-bootstrap::list-row>
        Hello 1
    </x-bootstrap::list-row>
    <x-bootstrap::list-row>
        Hello 2
    </x-bootstrap::list-row>
</x-bootstrap::card>

Improved list-row component

26 Nov 10:55

Choose a tag to compare

Update list-row component to conditionally render action labels with responsive visibility. This change improves the user interface by hiding labels on smaller screens while maintaining accessibility on larger devices.

Improved list-row element

26 Nov 08:33

Choose a tag to compare

Refactor list-row component to improve action handling and rendering logic. Added unique keys for actions, streamlined primary action selection, and enhanced mobile dropdown functionality for better usability and consistency.

Improved card component

24 Nov 15:26

Choose a tag to compare

Fix card component body class logic to ensure padding is applied correctly based on body_class prop. This improves layout consistency and enhances the overall design flexibility.