Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps leptos-struct-table from 0.17.0 to 0.18.0.

Release notes

Sourced from leptos-struct-table's releases.

Version 0.18.0

Changes in this version:

[0.18.0] - 2026-02-03

Breaking Changes 🛠️

  • trait TableRow has now a method cell_renderer_for_column which allows things like grouping. See the example table_grouping. (thanks to @​ToxicMushroom)

Fixes 🐛

  • Make sure the cache is not accessed outside it's range (thanks to @​ToxicMushroom).

Special thanks to our sponsor

Changelog

Sourced from leptos-struct-table's changelog.

[0.18.0] - 2026-02-03

Breaking Changes 🛠️

  • trait TableRow has now a method cell_renderer_for_column which allows things like grouping. See the example table_grouping. (thanks to @​ToxicMushroom)

Fixes 🐛

  • Make sure the cache is not accessed outside it's range (thanks to @​ToxicMushroom).

Special thanks to our sponsor

Commits
  • d090686 chore: cargo checks
  • 33063f7 release prep
  • 9d856a3 updated and fixed examples
  • 925f99e Merge pull request #89 from ToxicMushroom/master
  • 6b5c210 chore(clippy): cleanup default trait impl
  • bf63b0d chore: clippy lints in tailwind examples
  • 35d9cd6 updated example dep
  • 061d6a5 Merge pull request #88 from ToxicMushroom/expose-cell-renderer
  • d3ad623 feat: add table grouping example demonstrating use-case for cell_renderer_for...
  • 41fce80 feat: expose cell-renderer getter on TableRow to allow custom row renders to ...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [leptos-struct-table](https://github.com/Synphonyte/leptos-struct-table) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/Synphonyte/leptos-struct-table/releases)
- [Changelog](https://github.com/Synphonyte/leptos-struct-table/blob/master/CHANGELOG.md)
- [Commits](Synphonyte/leptos-struct-table@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: leptos-struct-table
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 9, 2026

Labels

The following labels could not be found: rust. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant