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.
- added a button next to the list label which toggles between a wide/narrow list
- added Collection return type to NovaComboboxFilter::options method
- resetting all the nova filters broke this component
- switched from yarn to npm
- Changed readme img urls from relative to absolute
- Require
laravel/nova
fromrequire
instead ofrequire-dev
- Use headlessui 1.6 instead of the insides build
- Improved usage of filter and improved readme.md
- Make Nova 'reset filters' work
- Use correct 'null' value for empty state (filters were incorrectly being displayed als having a selected value)
- Add
license.md
- Add this
changelog.md
- Add packagist shields to
readme.md
- Denote Laravel Nova dependency in
composer.json
- Removed unused code
- Make checkmark svg different color then background
Initial release. Combobox/multiselect filter for Nova 4. Based on Headless UI Combobox component