Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 2, 2025

This PR contains the following updates:

Package Change Age Confidence
@siemens/ngx-datatable 22.4.1 -> 24.1.0 age confidence

Release Notes

siemens/ngx-datatable (@​siemens/ngx-datatable)

v24.1.0

Compare Source

Features
  • export pager component for reuse in custom footer (d1bd9c0), closes #​324
Bug Fixes
Performance Improvements
  • optimize DraggableDirective with requestAnimationFrame for smoother updates (5dd8628)

v24.0.0

Compare Source

Features
  • add aria-labels to row selection checkboxes (ae8c946)
  • support using string values in previous enum locations (9033187)
Bug Fixes
  • add treeToggleTemplate property in toInternalColumn method to make custom tree template work (97e8529)
  • calculate correct column width in flex mode after resize (f6d6cf9), closes #​155
  • never render a resize handle after the last column (51e3daf)
  • prevent column reordering between frozen and non-frozen columns (9c38292), closes #​145
DEPRECATIONS
  • All constants that replaced the previous enums should no longer be used. Use the plain string value instead.

    Example:

    // Before
    @&#8203;Component({template: `<ngx-datatable [columnMode]="ColumnMode.Force" />`})
    class MyComponent {
      ColumnMode = ColumnMode;
    }
    
    // After
    @&#8203;Component({template: `<ngx-datatable [columnMode]="'force'" />`})
    class MyComponent { }
BREAKING CHANGES
  • All output properties are now readonly and cannot be reassigned.

v23.0.0

Compare Source

See our release announcement.

No changes since 23.0.0-rc.2.

See 23.0.0-rc.0, 23.0.0-rc.1, and 23.0.0-rc.2
for all changes since the last stable release.


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 is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/siemens-ngx-datatable-24.x branch 7 times, most recently from 120543f to 56b7342 Compare July 9, 2025 12:16
@renovate renovate bot force-pushed the renovate/siemens-ngx-datatable-24.x branch 7 times, most recently from 1ea0b94 to 7e537a8 Compare July 16, 2025 13:44
@renovate renovate bot force-pushed the renovate/siemens-ngx-datatable-24.x branch 8 times, most recently from 2609638 to 4f2b417 Compare July 20, 2025 21:09
@renovate renovate bot force-pushed the renovate/siemens-ngx-datatable-24.x branch from 4f2b417 to ce64f0c Compare July 25, 2025 08:38
@renovate renovate bot force-pushed the renovate/siemens-ngx-datatable-24.x branch 7 times, most recently from 3308179 to 77db841 Compare August 3, 2025 12:10
@renovate renovate bot force-pushed the renovate/siemens-ngx-datatable-24.x branch 17 times, most recently from 631f815 to b69473c Compare August 5, 2025 20:12
@renovate renovate bot force-pushed the renovate/siemens-ngx-datatable-24.x branch from b69473c to 3bd69a2 Compare August 5, 2025 21:19
@renovate
Copy link
Contributor Author

renovate bot commented Aug 5, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title chore(deps): update dependency @siemens/ngx-datatable to v24 chore(deps): update dependency @siemens/ngx-datatable to v24 - abandoned Dec 2, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Dec 2, 2025

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

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.

2 participants