Skip to content

Releases: mkocansey/bladewind

v2.9.0

15 Jan 05:55
b63f97c
Compare
Choose a tag to compare

What's New

  • 426-Add brazilian portuguese translations for datepicker and timepicker.
  • Added option to specify different sizes for images in Empty State component
  • Added Checkcards component. These are cards that act like checkboxes or radio buttons.
checkcards.mp4

What's Changed

New Contributors

Full Changelog: v2.8.1...v2.9.0

v2.8.1

17 Dec 01:27
111e470
Compare
Choose a tag to compare

What's Changed

  • Fixed JS in Tag component breaking if words have spaces
  • Number component can now increment by a preferred value instead of 1 by defining $step
  • Added validation for size of Avatars
  • Fixed centering of icons in circular Buttons
  • Fixed page numbering in Table pagination when records are less than the records per page.
  • Updated Heroicons icons

Full Changelog: v2.8.0...v2.8.1

v2.8.0

25 Nov 12:12
910b5c3
Compare
Choose a tag to compare

What's New

Table Component > Client-side Sorting

The Table component now features sorting and pagination of data on the client. Server-side pagination is currently not supported. When using both sorting and pagination, the sorting is applied to the data on the current page not all pages.

<x-bladewind::table exclude_columns="member_id, email" sortable="true" :data="$users" />
Screen.Recording.2024-11-24.at.14.50.13.mp4

Table Component > Client-side Pagination

<x-bladewind::table exclude_columns="member_id, email" :data="$users"
    paginated="true"
    page_size="5"
    show_row_numbers="true" />
Screen.Recording.2024-11-24.at.14.51.40.mp4

Accordion Component

Screen.Recording.2024-11-24.at.14.46.34.mp4

Other Changes

  • Date component now supports min_date and max_date to restrict what dates to show. #405
  • Filtering with the Select component now resets the Select being filtered when the value changes. #394
  • The validateForm helper function now supports validation of HTMLFormElement. #403
  • Multiselect - automatic selection breaks on page refresh by @bunny-x-bunny in #398

New Contributors

Full Changelog: v2.7.6...v2.8.0

v2.7.6

02 Nov 00:44
4cf1c89
Compare
Choose a tag to compare

What's Changed

  • Added a Number component. This is useful for easily increasing and decreasing numbers in a user-friendly way.

Screenshot 2024-11-02 at 00 23 03

<x-bladewind::number />

Full Changelog: v2.7.4...v2.7.6

v2.7.5

02 Nov 00:42
193320e
Compare
Choose a tag to compare

What's Changed

  • Added a Number component. This is useful for easily increasing and decreasing numbers in a user-friendly way.

Screenshot 2024-11-02 at 00 23 03

<x-bladewind::number />

Full Changelog: v2.7.3...v2.7.5

v2.7.4

01 Nov 05:00
193320e
Compare
Choose a tag to compare

What's Changed

  • Added Timepicker component. The component has two variations. Popup and inline.

Screenshot 2024-11-01 at 04 57 16

Full Changelog: v2.7.3...v2.7.4

v2.7.3

31 Oct 22:01
2ccc7e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.2...v2.7.3

v2.7.2

30 Oct 11:24
5c95571
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.1...v2.7.2

v2.7.1

21 Oct 13:22
23191e0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.7.0...v2.7.1

v2.7.0

30 Sep 09:44
b6b7772
Compare
Choose a tag to compare

What's New

What's Changed

New Contributors

Full Changelog: v2.6.10...v2.7.0