Releases: Advaith3600/seamless-admin
v0.3.0
Foreign key support has been added to the package. Now you can search the related model while creating or editing an entry. For it to work, the column should be registered as a foreign key in the table.
v0.2.4
Minor bug fix
v0.2.3
Custom pages can be now added to the admin panel.
More detailed instructions can be found in the README.md file.
v0.2.2
Permission for different routes has been added. Global middleware can be set.
User's can determine which user can access which pages at what time.
v0.2.1
Field types are now dynamic depending on the column. This change can be noted while creating or editing a model entry.
There are still fields that roll back to default text input such as for foreign key columns which require an async select field.
This addition will be added in a future release.
v0.2.0
The package is now configurable. Different configuration options have been added which can be read in detail from the README.md
file.
v0.1.0
Readme updated