PackageTrack
Sign in Get early access

outl1ne/nova-multiselect-field

A multiple select field for Laravel Nova.

5.1.3 3.6M downloads/mo #1815 most downloaded on Packagist outl1ne/nova-multiselect-field

What this package is like to depend on

Last release 2 months ago

10 Jun 2026

Release timing varies

gaps range from 2 weeks to 8 months

Some releases are documented

notes for 42 of 121 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

121 releases · first in 2019

2 releases in the last 12 months

see the full history below

Release timeline

121 releases · May 2019 to Jun 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 121
  1. 5.1.3 10 Jun 2026
    Release notes

    Changed

    • Fixed how colors are defined
    • Updated packages
    Open source →
  2. 5.1.2 27 Apr 2026
    Release notes

    Changed

    • Added support for Laravel Nova native repeater fields (thanks to @jan-tricks)
    • Updated packages
    Open source →
    Release notes

    Changed

    • Added support for Laravel Nova native repeater fields (thanks to @jan-tricks)
    • Updated packages
    Open source →
  3. 5.1.1 28 Aug 2025
    Release notes

    Changed

    • Added "Select All" functionality (->showSelectAll())
    • Updated packages
    Open source →
    Release notes

    Changed

    • Added "Select All" functionality (->showSelectAll())
    • Updated packages
    Open source →
  4. 5.1.0 09 Jul 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 5.0.1...5.1.0

    Open source →
  5. 5.0.1 18 Dec 2024
    Release notes

    Changed

    • Allow Laravel Framework 11 during development (thanks to @crynobone)
    • Fixed reorder button showing with singleSelect() (thanks to @crynobone)
    • Removed dependencies covered by laravel/nova-devtool (thanks to @crynobone)
    Open source →
    Release notes

    Changed

    • Allow Laravel Framework 11 during development (thanks to @crynobone)
    • Fixed reorder button showing with singleSelect() (thanks to @crynobone)
    • Removed dependencies covered by laravel/nova-devtool (thanks to @crynobone)
    Open source →
  6. 5.0.0 17 Dec 2024
    Release notes

    Added

    Changed

    • Updated packages
    Open source →
    Release notes

    Added

    Changed

    • Updated packages
    Open source →
  7. 4.7.0 09 Jul 2025
    Release notes

    What's Changed

    • fix: display group labels not being displayed by @KasparRosin in #274
    • chore: update packages

    Full Changelog: 4.6.1...4.7.0

    Open source →
  8. 4.6.1 30 Oct 2024
    Release notes

    What's Changed

    Full Changelog: 4.6.0...4.6.1

    Open source →
  9. 4.6.0 09 Oct 2024
    Release notes

    Added

    Changed

    • Bumped Nova requirement to 4.32
    • Fixed issue with overflow hidden parent
    • Fixed issue where focusing the input would block out the whole viewport
    • Fixed error handling with async modals
    • Fixed misc style issues related to newer Nova versions
    • Update packages
    Open source →
    Release notes

    Added

    Changed

    • Bumped Nova requirement to 4.32
    • Fixed issue with overflow hidden parent
    • Fixed issue where focusing the input would block out the whole viewport
    • Fixed error handling with async modals
    • Fixed misc style issues related to newer Nova versions
    • Update packages
    Open source →
  10. 4.5.6 29 Feb 2024
    Release notes

    Changed

    • Fixed issue with selected values not being shown in some cases
    Open source →
    Release notes

    Changed

    • Fixed issue with selected values not being shown in some cases
    Open source →
  11. 4.5.5 27 Feb 2024
    Release notes

    Changed

    • Fixed issue with (soft-)deleted models throwing an exception when rendering field
    Open source →
  12. 4.5.1 04 Dec 2023
    Release notes

    Changed

    • Fixed issue with really long fields with a lot of values not allowing removing items using X
    Open source →
  13. 4.5.0 17 Oct 2023
    Release notes

    Added

    • Added Nova Devtool (immensely improves first set-up developer experience) (huge thanks to @crynobone)

    Changed

    • Fixed UI issues relating to multiselect fields inside action modals
    Open source →
  14. 4.4.2 25 Aug 2023
    Release notes

    Changed

    Open source →
  15. 4.4.1 10 Aug 2023
    Release notes

    Changed

    • Fixed crash with empty belongsToMany
    Open source →
  16. 4.4.0 10 Aug 2023
    Release notes

    Changed

    • Bumped minimum Nova version to 4.27 due to inner method visibility change inside Nova
    • Fixed resolveDefaultValue visibility
    • Fixed a bug when using show() and hide() inside dependsOn (thanks to @LorenzoAlu)
    • Fixed fillIfVisible running even when the field was not visible (thanks to @puzzledmonkey)
    Open source →
  17. 4.3.6 24 Jul 2023
    Release notes

    Changed

    • Improved .gitattributes to reduce vendor size
    Open source →
  18. 4.3.5 30 Jun 2023
    Release notes

    Changed

    • Fixed issue with Laravel Octane observer leaks
    • Fixed issue with some null default values
    Open source →
  19. 4.3.4 13 Jun 2023
    Release notes

    Changed

    • Fixed Nova 4.25 support (UndefinedValue class as new default value)
    Open source →
  20. 4.3.3 31 May 2023
    Release notes

    Changed

    • Fixed dependsOn changes not propagating further than one layer down
    Open source →
  21. 4.3.2 30 May 2023
    Release notes

    Changed

    • Fixed unintended crash with null defaultValue
    Open source →
  22. 4.3.1 30 May 2023
    Release notes

    Changed

    • Fixed unnecessary group labels on form view
    Open source →
  23. 4.3.0 29 May 2023
    Release notes

    Added

    • Added BelongsToMany default() support
      • Default value should be a model or an array/collection of models
    • Added Slovak language (thanks to @wamesro)

    Changed

    • Fixed dependsOnOptions changes not propagating further than one layer down
    • Fixed PHP arrow fn usage (thanks to @Alvaro-Vidal-Azevedo-Pinheiro)
    • Fixed attribute usage when filling field (thanks to @lonnylot)
    • Updated packages
    Open source →
  24. 4.2.3 23 Nov 2022
    Release notes

    Changed

    • Fixed multi-word resource name in belongsToMany relationship (thanks to @mrleblanc101)
    • Fixed group options dark mode style issues (thanks to @mrleblanc101)
    • BelongsTo resolve performance improvements
    • Improved indexCharDisplayLimit support
    • Updated packages
    Open source →
  25. 4.2.2 21 Oct 2022
    Release notes

    Changed

    • Fixed belongsToMany detail view link styles (thanks to @mrleblanc101)
    • Fixed disable state opacity (thanks to @mrleblanc101)
    • Fixed missing nova-assets post-autoload command
    • Fixed group options dark mode style issues
    Open source →
  26. 4.2.1 20 Oct 2022
    Release notes

    Changed

    • Fixed dark mode not always applying when using system theme setting
    Open source →
  27. 4.2.0 20 Oct 2022
    Release notes

    Added

    • Added resourceKeyName helper function to Multiselect which allows specifying a custom key name for resource selects
    • Added model links support to BelongsToMany relationship field (thanks to @mrleblanc101)

    Changed

    • Fixed readOnly not reacting to dependsOn changes (thanks to @mrleblanc101)
    • Fixed readOnly field styles (thanks to @mrleblanc101)
    Open source →
  28. 4.1.1 12 Oct 2022
    Release notes

    Changed

    • Added resourceId to associatable request
    Open source →
  29. 4.1.0 05 Oct 2022
    Release notes

    Added

    • Nova's dependsOn support

    Changed

    • Use nova-kit/nova-packages-tool (thanks to @crynobone)
    • Fixed UI issue with flexible content (thanks to @anand-patel)
    • Updated packages
    Open source →
  30. 4.0.10 28 Jul 2022
    Release notes

    Changed

    • Fixed an UI issue with border colors on dark mode
    Open source →
  31. 4.0.9 27 Jul 2022
    Release notes

    Changed

    • Fixed an issue with empty model causing an exception in the shouldSaveAsJSON function
    Open source →
  32. 4.0.8 20 Jul 2022
    Release notes

    Changed

    • Fixed reorder not working due to wrong vue-draggable version
    • Fixed single select color in light mode
    Open source →
  33. 4.0.7 20 Jul 2022
    Release notes

    Added

    • Added ability to override option tag for form field (thanks to @gavro)

    Changed

    • UI compactness improvements
    • Updated packages
    Open source →
  34. 4.0.6 19 Jul 2022
    Release notes

    Changed

    • Made UI more compact
    • Fixed clear all button overlapping with selected items
    • Updated packages
    Open source →
  35. 4.0.5 09 Jun 2022
    Release notes

    Changed

    • Fixed colors that broke with Nova upgrades
    Open source →
  36. 4.0.4 24 May 2022
    Release notes

    Changed

    • Make form field class name more unique
    • Fix compatibility issue with Flexible field (thanks to @alancolant)
    Open source →
  37. 4.0.3 13 May 2022
    Release notes

    Changed

    • Fixed exception with nova-settings
    Open source →
  38. 4.0.2 29 Apr 2022
    Release notes

    Changed

    • Fixed belongsTo index field
    Open source →
  39. 4.0.1 29 Apr 2022
    Release notes

    Changed

    • Use Outl1ne translations loader 5.0
    • Re-add support for Laravel 8.0 and PHP 8.0
    Open source →
  40. 4.0.0 22 Apr 2022
    Release notes

    NB! Namespace has changed from OptimistDigital to Outl1ne

    Please rename optimistdigital/nova-multiselect-field to outl1ne/nova-multiselect-field in composer.json, use version ^4.0 and run composer update.

    Then change use OptimistDigital\MultiselectField\Multiselect to use Outl1ne\MultiselectField\Multiselect. Thanks!

    Changed

    • Changed namespace from OptimistDigital to Outl1ne
    • Fixed light/dark mode support
    • Updated packages
    Open source →
  41. 3.0.1 08 Apr 2022
    Release notes

    Changed

    • Fixed taggable info text colors
    Open source →
  42. 3.0.0 08 Apr 2022
    Release notes

    Added

    • Nova 4 support
    • Fully compatible with light and dark modes

    Changed

    • Dropped Laravel 7 and 8 support
    • Dropped PHP 7.X support
    • Dropped Nova 3 support
    Open source →
  43. 2.4.3 21 Oct 2022

    Nothing published for this version

  44. 2.4.2 20 Jul 2022

    Nothing published for this version

  45. 2.4.1 19 Jul 2022

    Nothing published for this version

  46. 2.4.0 08 Apr 2022

    Nothing published for this version

  47. 2.3.13 13 Dec 2021

    Nothing published for this version

  48. 2.3.12 12 Nov 2021

    Nothing published for this version

  49. 2.3.11 20 Oct 2021

    Nothing published for this version

  50. 2.3.10 19 Oct 2021

    Nothing published for this version

  51. 2.3.9 19 Oct 2021

    Nothing published for this version

  52. 2.3.8 06 Oct 2021

    Nothing published for this version

  53. 2.3.7 05 Oct 2021

    Nothing published for this version

  54. 2.3.6 05 Oct 2021

    Nothing published for this version

  55. 2.3.5 05 Oct 2021

    Nothing published for this version

  56. 2.3.4 01 Oct 2021

    Nothing published for this version

  57. 2.3.3 06 Sep 2021

    Nothing published for this version

  58. 2.3.2 02 Sep 2021

    Nothing published for this version

  59. 2.3.1 22 Jun 2021

    Nothing published for this version

  60. 2.3.0 16 Jun 2021

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive