Skip to content

Releases: Advaith3600/seamless-admin

v0.3.0

09 Apr 09:07
Compare
Choose a tag to compare

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

08 Apr 08:48
Compare
Choose a tag to compare

Minor bug fix

v0.2.3

06 Apr 13:06
Compare
Choose a tag to compare

Custom pages can be now added to the admin panel.

More detailed instructions can be found in the README.md file.

v0.2.2

05 Apr 17:23
Compare
Choose a tag to compare

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

05 Apr 14:13
Compare
Choose a tag to compare

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

05 Apr 08:10
Compare
Choose a tag to compare

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

04 Apr 17:08
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Readme updated