Releases: saade/filament-adjacency-list
Releases · saade/filament-adjacency-list
v4.0.0-beta2
What's Changed
- action authorization by @cheesegrits in #38
Full Changelog: v4.0.0-beta1...v4.0.0-beta2
v4.0.0-beta1
This release contains breaking changes and therefore has been tagged as 4.0.0-beta1.
v4.0.0 will be released with Filament V4. Since its backwards compatible, you can upgrade your project today to use the new features.
The main breaking changes are:
- New asset registration. You'll need to use a custom theme in order for this plugin to work.
- The item is not clickable by default (editable), you need to set
recordAction('edit')
for it to behave like before.
New features:
- A new Widget.
- Graphs relationship.
What's Changed
- Update README.md added relationship by @iotron in #26
- Add disabling options to README by @CodeWithDennis in #30
- Start position at 1 like filament reorderable by @GhostvOne in #33
- Adding AdjacencyListWidget by @cheesegrits in #32
New Contributors
- @iotron made their first contribution in #26
- @CodeWithDennis made their first contribution in #30
- @GhostvOne made their first contribution in #33
Full Changelog: v3.2.1...v4.0.0-beta1
v3.2.1
v3.2.0
What's Changed
- Laravel 11.x Compatibility
- chore(deps): bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #20
- Feat/graph by @cheesegrits in #19
- add relationships support by @saade in #3
New Contributors
- @cheesegrits made their first contribution in #19
Full Changelog: v3.1.1...v3.2.0
v3.1.2
What's Changed
- Laravel 11.x Compatibility
- chore(deps): bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #20
Full Changelog: v3.1.1...v3.1.2
v3.2-beta1
What's Changed
- add graph relationships by @cheesegrits in #19
- add relationships support by @saade in #3
New Contributors
- @cheesegrits made their first contribution in #19
Full Changelog: v3.1.1...v3.2-beta1
v3.1.1
What's Changed
- Add russian language translations by @tlegenbayangali in #12
- [ADD] FR Translations by @RibesAlexandre in #14
- chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #15
New Contributors
- @tlegenbayangali made their first contribution in #12
- @RibesAlexandre made their first contribution in #14
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- Added maxDepth config option by @vanhooff in #10
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #7
New Contributors
- @vanhooff made their first contribution in #10
- @dependabot made their first contribution in #7
Full Changelog: v3.0.4...v3.1.0