imabug / raddb

Radiology equipment inventory tracker
MIT License
1 stars 1 forks source link

Bump rappasoft/laravel-livewire-tables from 2.12.0 to 2.14.0 #739

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps rappasoft/laravel-livewire-tables from 2.12.0 to 2.14.0.

Release notes

Sourced from rappasoft/laravel-livewire-tables's releases.

v2.14.0

Changed

  • Fixes

    • Bulk Actions (AlpineJS)
    • Moving Table Head Checkbox to AlpineJS
    • Using AlpineJS for calculating if all items have been selected
    • Correcting missing x-cloak
    • Added indeterminateCheckbox for TH for bulk actions
    • Cleaned up ALpineJS functionality for Bulk Actions
    • Repair of tests that were looking for wire:model that no longer existed
  • Enhancements

    • Several new public variables for accessing pagination data cleanly, to avoid calling functions repeatedly across various blades.
      • paginationTotalItemCount (Total number of items in the results across all page)
      • paginationCurrentItems (Primary keys of items in the current page)
      • paginationCurrentCount (Number of results on the current page)
  • Blades

    • Several blades have had the classic Tables approach ($theme == 'tailwind', $theme == 'bootstrap) replaced with conditional classes using the @​class([]) approach. This is to reduce the complexity of the blade files.

v2.13.1

Fixes for AlpineJS

v2.13.0

Changed

... (truncated)

Changelog

Sourced from rappasoft/laravel-livewire-tables's changelog.

[2.14.0] - 2023-05-18

Changed

  • Fixes

    • Bulk Actions (AlpineJS)
    • Moving Table Head Checkbox to AlpineJS
    • Using AlpineJS for calculating if all items have been selected
    • Correcting missing x-cloak
    • Added indeterminateCheckbox for TH for bulk actions
    • Cleaned up ALpineJS functionality for Bulk Actions
    • Repair of tests that were looking for wire:model that no longer existed
  • Enhancements

    • Several new public variables for accessing pagination data cleanly, to avoid calling functions repeatedly across various blades.
      • paginationTotalItemCount (Total number of items in the results across all page)
      • paginationCurrentItems (Primary keys of items in the current page)
      • paginationCurrentCount (Number of results on the current page)
  • Blades

    • Several blades have had the classic Tables approach ($theme == 'tailwind', $theme == 'bootstrap) replaced with conditional classes using the @​class([]) approach. This is to reduce the complexity of the blade files.

[2.13.1] - 2023-05-18

Changed

  • Fixes for AlpineJS

[2.13.0] - 2023-05-17

Changed

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Looks like rappasoft/laravel-livewire-tables is up-to-date now, so this is no longer needed.