Releases: mkocansey/bladewind
Releases · mkocansey/bladewind
v2.9.0
What's New
- 426-Add brazilian portuguese translations for
datepicker
andtimepicker
. - 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
- @AlexsanderF made their first contribution in #427
Full Changelog: v2.8.1...v2.9.0
v2.8.1
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
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
andmax_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
- @bunny-x-bunny made their first contribution in #398
Full Changelog: v2.7.6...v2.8.0
v2.7.6
What's Changed
- Added a Number component. This is useful for easily increasing and decreasing numbers in a user-friendly way.
<x-bladewind::number />
Full Changelog: v2.7.4...v2.7.6
v2.7.5
What's Changed
- Added a Number component. This is useful for easily increasing and decreasing numbers in a user-friendly way.
<x-bladewind::number />
Full Changelog: v2.7.3...v2.7.5
v2.7.4
What's Changed
- Added Timepicker component. The component has two variations. Popup and inline.
Full Changelog: v2.7.3...v2.7.4
v2.7.3
What's Changed
- FIlepicker bug fix by @mkocansey in #380
- Added new Timepicker component
- Fix: #375 by @mkocansey in #384
Full Changelog: v2.7.2...v2.7.3
v2.7.2
What's Changed
- Replaced instances of dom_el with domEl by @mkocansey in #371
- Replaced instances of dom_el with domEl by @mkocansey in #372
- Optimize table search for large datasets by @ntbutler-nbcs in #373
- Development --> v2.7 by @mkocansey in #374
- Bug with filepicker not clearing all saved input data by @HarriFent in #377
- Optimise table search for large datasets by @mkocansey in #379
- v2.7.2 release by @mkocansey in #381
New Contributors
- @ntbutler-nbcs made their first contribution in #373
Full Changelog: v2.7.1...v2.7.2
v2.7.1
What's Changed
- V2.7 --> development by @mkocansey in #357
- Release v2.7.1 by @mkocansey in #358
- Add Turkish localization for datepicker by @malikdoksoz in #359
- feat: support for different notification sizes by @haugen86 in #360
- main --> development by @mkocansey in #361
- Development --> 2.7 by @mkocansey in #362
- Build(deps): Bump cookie and express by @dependabot in #364
- highlight selected row when navigating with arrows by @mkocansey in #367
- V2.7.1 by @mkocansey in #369
- v2.7.1 release by @mkocansey in #370
New Contributors
- @malikdoksoz made their first contribution in #359
Full Changelog: v2.7.0...v2.7.1
v2.7.0
What's New
- Added new Slider component
What's Changed
- fix: Sets the root html for quill, so it parses html instead of showing it in clear text by @haugen86 in #348
- main --> development by @mkocansey in #349
- Development --> v2.7 by @mkocansey in #350
- Update helpers.js to allow tab container inside tab container by @malozaibi in #355
- Release V2.7.0 by @mkocansey in #356
New Contributors
- @malozaibi made their first contribution in #355
Full Changelog: v2.6.10...v2.7.0