-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2022-04-22) ### Features * **authentication:** add login & callback actions ([#6](#6)) ([04edd06](04edd06)) * **charts:** add charts support ([#17](#17)) ([8d850b1](8d850b1)) * **crud:** create, update & delete actions ([#13](#13)) ([ed9e7ce](ed9e7ce)) * **crud:** list and show actions [#12](#12) ([4cb9a74](4cb9a74)) * **filters:** add filters behaviour ([#15](#15)) ([bba17bc](bba17bc)) * **onboarding:** add new setup command ([#19](#19)) ([ac9ac85](ac9ac85)) * **onboarding:** update package to laravel9 ([#21](#21)) ([9a4bca1](9a4bca1)) * **permission:** added permission layer ([#16](#16)) ([9273bc7](9273bc7)) * **schema:** build schema json file ([#10](#10)) ([7e795d8](7e795d8)) * **scopes:** added scopes support ([#18](#18)) ([59edad6](59edad6)) * **search:** add search behaviour ([#14](#14)) ([920af78](920af78)) * **smart-actions:** added smart-actions support ([#22](#22)) ([bdef099](bdef099))
- Loading branch information
1 parent
e933322
commit 70bf171
Showing
4 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 1.0.0 (2022-04-22) | ||
|
||
|
||
### Features | ||
|
||
* **authentication:** add login & callback actions ([#6](https://github.com/ForestAdmin/laravel-forestadmin/issues/6)) ([04edd06](https://github.com/ForestAdmin/laravel-forestadmin/commit/04edd06ab6c63be5180b23f49b46923fa643f795)) | ||
* **charts:** add charts support ([#17](https://github.com/ForestAdmin/laravel-forestadmin/issues/17)) ([8d850b1](https://github.com/ForestAdmin/laravel-forestadmin/commit/8d850b1f9766bdfeea3bcca9e7d726d900e16cf3)) | ||
* **crud:** create, update & delete actions ([#13](https://github.com/ForestAdmin/laravel-forestadmin/issues/13)) ([ed9e7ce](https://github.com/ForestAdmin/laravel-forestadmin/commit/ed9e7cec29d6cf4dc409d85d6096cce88160719d)) | ||
* **crud:** list and show actions [#12](https://github.com/ForestAdmin/laravel-forestadmin/issues/12) ([4cb9a74](https://github.com/ForestAdmin/laravel-forestadmin/commit/4cb9a7438125b7385d4b16530a3015570d4a04ad)) | ||
* **filters:** add filters behaviour ([#15](https://github.com/ForestAdmin/laravel-forestadmin/issues/15)) ([bba17bc](https://github.com/ForestAdmin/laravel-forestadmin/commit/bba17bc2c924258a28e835eafbf9bdbe70ca5f09)) | ||
* **onboarding:** add new setup command ([#19](https://github.com/ForestAdmin/laravel-forestadmin/issues/19)) ([ac9ac85](https://github.com/ForestAdmin/laravel-forestadmin/commit/ac9ac855504dd01dd9dfbb820ebb4903358389bd)) | ||
* **onboarding:** update package to laravel9 ([#21](https://github.com/ForestAdmin/laravel-forestadmin/issues/21)) ([9a4bca1](https://github.com/ForestAdmin/laravel-forestadmin/commit/9a4bca17391e41098b611bf7ee8cf088e607cbba)) | ||
* **permission:** added permission layer ([#16](https://github.com/ForestAdmin/laravel-forestadmin/issues/16)) ([9273bc7](https://github.com/ForestAdmin/laravel-forestadmin/commit/9273bc7f9d144d613480d16cb33993ff589127b8)) | ||
* **schema:** build schema json file ([#10](https://github.com/ForestAdmin/laravel-forestadmin/issues/10)) ([7e795d8](https://github.com/ForestAdmin/laravel-forestadmin/commit/7e795d8809a17bda0d34a7fce6afc2d990638ce4)) | ||
* **scopes:** added scopes support ([#18](https://github.com/ForestAdmin/laravel-forestadmin/issues/18)) ([59edad6](https://github.com/ForestAdmin/laravel-forestadmin/commit/59edad62a00d22c79e19a15e0ceb7940a4654ea9)) | ||
* **search:** add search behaviour ([#14](https://github.com/ForestAdmin/laravel-forestadmin/issues/14)) ([920af78](https://github.com/ForestAdmin/laravel-forestadmin/commit/920af789ed1abfb641d58e660e5f377ae0d9db8c)) | ||
* **smart-actions:** added smart-actions support ([#22](https://github.com/ForestAdmin/laravel-forestadmin/issues/22)) ([bdef099](https://github.com/ForestAdmin/laravel-forestadmin/commit/bdef099263cf13206fab85a8c9e314df2d8ce1be)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters