Releases: datomatic/nova-enum-field
Releases · datomatic/nova-enum-field
v1.9.0
- Fixed a bug with Pure Enum (thanks to @korobkovandrey)
- Add Laravel 11 compatibility
v1.8.0
- fix error with
StringBackedEnum
with numeric string
v1.7.0
- Display the value returned by the method defined in "property" by @AndreSchwarzer
v1.6.0
- Allow closure in the
attach
method.
- Fixed correct use of property parameter on resource edit select
v1.5.0
- nullable field support
- json sub-array field (json_column->enum)
v1.4.0
- updating for datomatic/enum-helper compatibility
v1.3.1
- refactor default filter method