All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Furher improved compatibility with
eloquent-sortable(thanks to @fkraefft)
- Use
eloquent-sortabledefault config when$sortableis not specified on the model (thanks to @fkraefft)
- Updated packages
- Added ability to enable/disable sorting on a per-request basis (thanks to @Naoray)
- Updated packages
- Fixed some crashes caused by
buildSortQueryinupdateOrder(again) (vol. 2)
- Fixed some crashes caused by
buildSortQueryinupdateOrder(again)
- Fixed some crashes caused by
buildSortQueryinupdateOrder - Updated packages
- Updated dist file(s) forgotten in previous release
- Updated packages
- Fixed HasMany not showing correct sorting buttons
- Fixed ManyToMany not showing any sorting buttons in some cases
- Fixed a case where a relationship query tried to sort the wrong model (thanks to @eduardoesternon)
- Fixed a case where a missing
ConvertEmptyStringsToNullmiddleware could cause a 400 error
- Fixed buildSortQuery in updateOrder
- Add ability to allow or deny sorting capability on specific models (thanks to @Nickotavers)
- Support buildSortQuery in updateOrder (thanks to @stevelacey)
- Updated packages
- Added French translations (thanks to @Nyratas)
- Added Russian translations (thanks to @everestmx)
- Added Spanish translations (thanks to @gerardnll)
- Fixed hardcoded primary key column names (thanks to @newtongamajr)
- Fix reorder component not being rendered when there's no checkbox due to permissions
- Updated packages
- Fixed global search not working
- Fixed crash when opening an empty
ManyToManyfield - Fixed hard-coded primary key and sort order name columns
- Rework
ManyToManyrelationship handling (fix tomoveToStartandmoveToEnd) - Update docs on setting up
ManyToManysorting - Improve
HasManyrelationship handling - Update packages
- Rework
ManyToManyrelationship handling - Update docs on setting up
ManyToManysorting
- BelongsToMany fixes
- HasMany support (see
README.md)
- NB! The setting
sort_on_pivothas been renamed tosort_on_belongs_to - Stop serving empty CSS file
- Refactored code
- Updated packages
- Support Nova 3.0 in
composer.jsonrequirements
- Pivot tables sorting support
- Added Farsi (Persian) translations (by @FaridAghili)
- Hide sortable buttons on pivot table
- Support Laravel Nova >= 2.10.0
- Updated packages
- Updated packages
- Removed usage of
:classas a custom prop due to errors on some versions of Vue
- Added german translations (thanks to @mynetx)
- Fix locale loading logic
- Localization support (see README)
- Refactored front-endcode
- Updated dependencies
- Fixed being able to click on "to start" and "to end" arrows when reorder is disabled
- Drag & drop reorder within one page of resources
- Move to start and end arrows (makes item first/last)
- Everything from eloquent-sortable