Skip to content

Update dependency yajra/laravel-datatables-oracle to v12#61

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/yajra-laravel-datatables-oracle-12.x
Open

Update dependency yajra/laravel-datatables-oracle to v12#61
renovate[bot] wants to merge 1 commit intomainfrom
renovate/yajra-laravel-datatables-oracle-12.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Mar 1, 2025

This PR contains the following updates:

Package Change Age Confidence
yajra/laravel-datatables-oracle ~9.0~12.0 age confidence

Release Notes

yajra/laravel-datatables (yajra/laravel-datatables-oracle)

v12.7.0

Compare Source

Bug Fixes
  • address phpstan and fork phplint checkout (7c416ef)
  • allow editing DT_RowIndex via editColumn (fd161f0)
  • cast index column config for static analysis (468f44c)
  • ci: support fork PR checkout in pint workflow (fe30c00)
  • ci: update memcached action to v8 (c9e7f15)
Features
  • support LengthAwarePaginator engine (b8f9bb3)

12.6.3 (2025-12-09)

Bug Fixes

12.6.2 (2025-12-02)

Bug Fixes

12.6.1 (2025-10-11)

Bug Fixes
  • value when mask uses "/" (c771900)

v12.6.3

Compare Source

Bug Fixes

v12.6.2

Compare Source

Bug Fixes

v12.6.1

Compare Source

Bug Fixes
  • value when mask uses "/" (c771900)

v12.6.0

Compare Source

Bug Fixes
  • replace unsafe eval() with Blade::render() in compileBlade (7f46d58)
Features
  • add __isset() method to Request for attribute existence check (33f44d4)

v12.5.1

Compare Source

  • fix: ambiguous column in columnControlSearch() method #​3252

v12.5.0

Compare Source

v12.4.2

Compare Source

v12.4.1

Compare Source

  • fix: request handling with playwright / pest 4 #​3247

v12.4.0

Compare Source

v12.3.1

Compare Source

  • fix: support for array notation #​3243

v12.3.0

Compare Source

  • feat: add option to enable alias on relation tables #​3234
  • tests: Add tests to cover prefix detection #​3239
  • fix: #​1782

v12.2.1

Compare Source

v12.2.0

Compare Source

  • feat: add relation resolver param to order callback #​3232
  • fix: improve column alias detection #​3236
  • fix: #​3235

v12.1.2

Compare Source

  • fix: prevent prefixing null/empty string #​3233

v12.1.1

Compare Source

  • fix: prevent ambiguous column names #​3227

v12.1.0

Compare Source

  • feat: add relation resolver param to filter callbacks #​3229

v12.0.1

Compare Source

  • fix: query results improvements #​3224

v12.0.0

Compare Source

  • feat: Laravel v12 Compatibility #​3217
  • fix: prevent duplicate table name errors #​3216

v11.1.6

Compare Source

  • fix: static analysis #​3213
  • ci: add PHP 8.4
  • ci: fix Pint workflow
  • ci: remove styleci
  • chore: update export ignore

v11.1.5

Compare Source

v11.1.4

Compare Source

  • fix: Ensure dates are not turned into arrays by the processor #​3163
  • fix: ##​3156

v11.1.3

Compare Source

  • fix: make query for filteredRecords when totalRecords was manually set #​3157

v11.1.2

Compare Source

  • fix: ErrorException when direction is null #​3154

v11.1.1

Compare Source

  • fix: mariadb support for scout search #​3146

v11.1.0

Compare Source

v11.0.0

Compare Source

Laravel 11 🍻

v10.11.4

Compare Source

  • fix: Facade EloquentDataTable return type typo #​3123

v10.11.3

Compare Source

  • fix: Update composer.json to use Larastan Org #​3107

v10.11.2

Compare Source

fix: scout search with smart search #​3105

v10.11.1

Compare Source

fix: Prevent error when PHP extension iconv not enabled. #​3098

v10.11.0

Compare Source

  • feat: Scout Search Implementation #​3082
  • feat: Add scout fixed ordering for pgsql and oracle #​3090

v10.10.0

Compare Source

  • feat: allow closure on formatColumn #​3073

v10.9.0

Compare Source

feat: Ability to pass static data to a blade render #​3067

v10.8.0

Compare Source

  • feat: convert prepareQuery from protected to public #​3045

v10.7.0

Compare Source

  • feat: add ability to disable eloquent getter mutator #​3009
  • feat: Ability to use deep relations for searching #​3035

v10.6.2

Compare Source

v10.6.1

Compare Source

v10.6.0

Compare Source

  • feat: Expose autoFilter setter to disable post filtering #​2981

v10.5.0

Compare Source

feat: Prevent editColumn when column is not shown #​3018

v10.4.4

Compare Source

v10.4.3

Compare Source

  • Prevent the filteredCount() query if no filter is applied to the initial query #​3007
  • fixes #​2959

v10.4.2

Compare Source

Fix return type for setTransformer() and setSerializer() #​3003

v10.4.1

Compare Source

fix: Error when setting language config for "editor" #​2983

v10.4.0

Compare Source

v10.3.1

Compare Source

  • fix: Fix anonymous resource collection data formatting #​2944
  • fix: phpunit 10 deprecation #​2955
  • fix: bump orchestra/testbench to 8 #​2949
  • Fixes #​2943

v10.3.0

Compare Source

v10.2.3

Compare Source

  • fix: Custom Order on eager loaded relationships was not working
  • fix #​2905

v10.2.2

Compare Source

v10.2.1

Compare Source

fix: case insensitive starts with search #​2917 #​2916

v10.2.0

Compare Source

  • PHP 8.1 Depreciation Fix #​2877
  • Methods pointing to the "uncustomizable" classes. #​2861

v10.1.6

Compare Source

v10.1.5

Compare Source

  • Fix with method error with static analysis #​2865

v10.1.4

Compare Source

  • Fixed the search column for same table relations #​2856

v10.1.3

Compare Source

Fix relation key name for BelongsToMany #​2850 #​2855

v10.1.2

Compare Source

Fix HasOneThrough #​2818

v10.1.1

Compare Source

v10.1.0

Compare Source

  • Add support for dependency injection when using closure. #​2800

v10.0.8

Compare Source

  • Make canCreate at QueryDataTable accept QueryBuilder only #​2798

v10.0.7

Compare Source

Fix create eloquent datatable from relation #​2789

v10.0.6

Compare Source

Added null parameter type as allowed to handle default Action column from laravel-datatables-html #​2787

v10.0.5

Compare Source

  • Fix "Return value must be of type int, string returned."

v10.0.4

Compare Source

  • Fix accidental formatter issue on eloquent
  • Add formatColumn test for eloquent

v10.0.3

Compare Source

  • Additional fix & test for zero total records

v10.0.2

Compare Source

v10.0.1

Compare Source

  • Code clean-up and several phpstan fixes

v10.0.0

Compare Source

  • Laravel DataTables v10.x to support Laravel 9.x
  • Added PHPStan with max level static analysis
  • Drop queryBuilder() method
  • Drop support for ApiResourceDataTable
  • PHP8 syntax / method signature changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants