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