Nova Multiselect Field Versions Save

A Laravel Nova package that adds a multiselect to Nova's arsenal of fields.

4.3.3

11 months ago

Changed

  • Fixed dependsOn changes not propagating further than one layer down

4.3.2

11 months ago

Changed

  • Fixed unintended crash with null defaultValue

4.3.1

11 months ago

Changed

  • Fixed unnecessary group labels on form view

4.3.0

11 months ago

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

4.2.3

1 year ago

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

2.4.3

1 year ago

Added

  • Added resourceKeyName helper function to Multiselect which allows specifying a custom key name for resource selects (thanks to @aliwesome)

4.2.2

1 year ago

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

4.2.1

1 year ago

Changed

  • Fixed dark mode not always applying when using system theme setting

4.2.0

1 year ago

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)

4.1.1

1 year ago

Changed

  • Added resourceId to associatable request