Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-06-07)

### Bug Fixes

* **schema:** fix method that get the driver of the database ([#43](#43)) ([0770647](0770647))
* authentication on production environment ([#30](#30)) ([3ba7872](3ba7872))
* deploy on production ([#35](#35)) ([9db8471](9db8471))
* readme update documentation link ([#36](#36)) ([3dee307](3dee307))
* **dependency:** fix the dependency that serialize api response ([#34](#34)) ([69f0f74](69f0f74))
* searchExtended on model without relations ([#31](#31)) ([c14a7a7](c14a7a7))
* **schema:** add support on Mariadb enum ([#27](#27)) ([db1d3e6](db1d3e6))
* **schema:** added support enum for mariaDB ([#26](#26)) ([9206a3d](9206a3d))
* fix dependency psr/simple-cache on installation ([#24](#24)) ([3d55fb2](3d55fb2))
* onboarding installation on php8.1 ([#25](#25)) ([ef22634](ef22634))

### Features

* **auth:** add logout route ([#49](#49)) ([369394a](369394a))
* **authentication:** add login & callback actions ([#6](#6)) ([04edd06](04edd06))
* **charts:** add charts support ([#17](#17)) ([8d850b1](8d850b1))
* **config:** add include/exclude models settings ([#46](#46)) ([1dcab5a](1dcab5a))
* **cors:** add access controll allow private network handling  ([#40](#40)) ([036fb08](036fb08))
* **crud:** create, update & delete actions ([#13](#13)) ([ed9e7ce](ed9e7ce))
* **crud:** list and show actions [#12](#12) ([4cb9a74](4cb9a74))
* **deploy:** add FOREST_SEND_APIMAP_AUTOMATIC env to enable automatic sending of the apimap ([#39](#39)) ([781f199](781f199))
* **filters:** add filters behaviour ([#15](#15)) ([bba17bc](bba17bc))
* **ip-whitelist:** add ip-whitelist support ([#38](#38)) ([1fd2585](1fd2585))
* **onboard:** allow user to onboard with laravel valet ([#45](#45)) ([47fa556](47fa556))
* **onboarding:** add a url control on forest install command ([#44](#44)) ([181da4c](181da4c))
* **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))
* **smart-collections:** add smart-collections support ([1e9f7a7](1e9f7a7))
* **smart-field:** added smart-fields and smart-relationships support ([#28](#28)) ([ee09b7c](ee09b7c))
* **smart-segment:** add smart-segments support ([#33](#33)) ([66d33d3](66d33d3))
* **tests:** improve all tests with factories ([#37](#37)) ([427b22d](427b22d))
* add deactivate count and refactor smart features ([#32](#32)) ([49cddf4](49cddf4))
* initial beta-release ([a5e39cb](a5e39cb))

### BREAKING CHANGES

* package will be available on packagist
  • Loading branch information
forest-bot authored and arnaud-moncel committed Jul 17, 2023
1 parent 63df6b1 commit 14ed6b5
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 3 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
# 1.0.0 (2022-06-07)


### Bug Fixes

* **schema:** fix method that get the driver of the database ([#43](https://github.com/ForestAdmin/laravel-forestadmin/issues/43)) ([0770647](https://github.com/ForestAdmin/laravel-forestadmin/commit/0770647dfdbaeb751f9961b84f206128cc2f3992))
* authentication on production environment ([#30](https://github.com/ForestAdmin/laravel-forestadmin/issues/30)) ([3ba7872](https://github.com/ForestAdmin/laravel-forestadmin/commit/3ba78721dbe998e1007b1935486769e86f71be0a))
* deploy on production ([#35](https://github.com/ForestAdmin/laravel-forestadmin/issues/35)) ([9db8471](https://github.com/ForestAdmin/laravel-forestadmin/commit/9db8471fb50ea301a50d3bed3098bc3c9395472c))
* readme update documentation link ([#36](https://github.com/ForestAdmin/laravel-forestadmin/issues/36)) ([3dee307](https://github.com/ForestAdmin/laravel-forestadmin/commit/3dee3070910c05843ecd856c5856b0298eff4d3d))
* **dependency:** fix the dependency that serialize api response ([#34](https://github.com/ForestAdmin/laravel-forestadmin/issues/34)) ([69f0f74](https://github.com/ForestAdmin/laravel-forestadmin/commit/69f0f7438dc2d1cb597cc8aa3a4b3a86d029d11b))
* searchExtended on model without relations ([#31](https://github.com/ForestAdmin/laravel-forestadmin/issues/31)) ([c14a7a7](https://github.com/ForestAdmin/laravel-forestadmin/commit/c14a7a7fa553002d4202a38ac18d0564e67ee5b8))
* **schema:** add support on Mariadb enum ([#27](https://github.com/ForestAdmin/laravel-forestadmin/issues/27)) ([db1d3e6](https://github.com/ForestAdmin/laravel-forestadmin/commit/db1d3e65360308c8544120c308fede02322afd01))
* **schema:** added support enum for mariaDB ([#26](https://github.com/ForestAdmin/laravel-forestadmin/issues/26)) ([9206a3d](https://github.com/ForestAdmin/laravel-forestadmin/commit/9206a3d68b871fed7656316ebb51237328a0a9ab))
* fix dependency psr/simple-cache on installation ([#24](https://github.com/ForestAdmin/laravel-forestadmin/issues/24)) ([3d55fb2](https://github.com/ForestAdmin/laravel-forestadmin/commit/3d55fb230cec5653bd670181604834cbfa1708df))
* onboarding installation on php8.1 ([#25](https://github.com/ForestAdmin/laravel-forestadmin/issues/25)) ([ef22634](https://github.com/ForestAdmin/laravel-forestadmin/commit/ef22634059240ad848087d93277fbe5baab4562c))


### Features

* **auth:** add logout route ([#49](https://github.com/ForestAdmin/laravel-forestadmin/issues/49)) ([369394a](https://github.com/ForestAdmin/laravel-forestadmin/commit/369394ac8dbb880a03058101ff2165c4f9df7224))
* **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))
* **config:** add include/exclude models settings ([#46](https://github.com/ForestAdmin/laravel-forestadmin/issues/46)) ([1dcab5a](https://github.com/ForestAdmin/laravel-forestadmin/commit/1dcab5a0ff64fcb08dd933eb4d5578e64235ea4a))
* **cors:** add access controll allow private network handling ([#40](https://github.com/ForestAdmin/laravel-forestadmin/issues/40)) ([036fb08](https://github.com/ForestAdmin/laravel-forestadmin/commit/036fb08c00913b11a77c0e521c8d4fd9f3538c92))
* **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))
* **deploy:** add FOREST_SEND_APIMAP_AUTOMATIC env to enable automatic sending of the apimap ([#39](https://github.com/ForestAdmin/laravel-forestadmin/issues/39)) ([781f199](https://github.com/ForestAdmin/laravel-forestadmin/commit/781f199288c7f7ef1a0409c0a201ac84d1be49c7))
* **filters:** add filters behaviour ([#15](https://github.com/ForestAdmin/laravel-forestadmin/issues/15)) ([bba17bc](https://github.com/ForestAdmin/laravel-forestadmin/commit/bba17bc2c924258a28e835eafbf9bdbe70ca5f09))
* **ip-whitelist:** add ip-whitelist support ([#38](https://github.com/ForestAdmin/laravel-forestadmin/issues/38)) ([1fd2585](https://github.com/ForestAdmin/laravel-forestadmin/commit/1fd2585ca3a3ebfbe12a5590039a7cf470022abd))
* **onboard:** allow user to onboard with laravel valet ([#45](https://github.com/ForestAdmin/laravel-forestadmin/issues/45)) ([47fa556](https://github.com/ForestAdmin/laravel-forestadmin/commit/47fa556cfaaed1c8e189168c82f40892deac2981))
* **onboarding:** add a url control on forest install command ([#44](https://github.com/ForestAdmin/laravel-forestadmin/issues/44)) ([181da4c](https://github.com/ForestAdmin/laravel-forestadmin/commit/181da4c1a7daf24a47fd80684357ba60741d565b))
* **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))
* **smart-collections:** add smart-collections support ([1e9f7a7](https://github.com/ForestAdmin/laravel-forestadmin/commit/1e9f7a7ab9882baa16d379e04e2bd186e20d060d))
* **smart-field:** added smart-fields and smart-relationships support ([#28](https://github.com/ForestAdmin/laravel-forestadmin/issues/28)) ([ee09b7c](https://github.com/ForestAdmin/laravel-forestadmin/commit/ee09b7c2ad08b4dc6f7e49dc6f03e641e62b3c9a))
* **smart-segment:** add smart-segments support ([#33](https://github.com/ForestAdmin/laravel-forestadmin/issues/33)) ([66d33d3](https://github.com/ForestAdmin/laravel-forestadmin/commit/66d33d328ccdffd338f55af08933505bafa42821))
* **tests:** improve all tests with factories ([#37](https://github.com/ForestAdmin/laravel-forestadmin/issues/37)) ([427b22d](https://github.com/ForestAdmin/laravel-forestadmin/commit/427b22d567b8b289dd4be90354678425257c7fd9))
* add deactivate count and refactor smart features ([#32](https://github.com/ForestAdmin/laravel-forestadmin/issues/32)) ([49cddf4](https://github.com/ForestAdmin/laravel-forestadmin/commit/49cddf4ca7ea7a1316b9e3e29b1fbcef7242c714))
* initial beta-release ([a5e39cb](https://github.com/ForestAdmin/laravel-forestadmin/commit/a5e39cb2ccb8a5004646894507df5cd0d2e09376))


### BREAKING CHANGES

* package will be available on packagist

# [1.0.0-beta.23](https://github.com/ForestAdmin/laravel-forestadmin/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2022-05-17)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forestadmin/laravel-forestadmin",
"version": "1.0.0-beta.23",
"version": "1.0.0",
"description": "Forest Admin provides an off-the-shelf administration panel based on a highly-extensible API plugged into your application.",
"type": "library",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "laravel-forestadmin",
"version": "1.0.0-beta.23",
"version": "1.0.0",
"description": "The official Laravel liana for Forest.",
"scripts": {
"prepare": "husky install",
Expand Down
2 changes: 1 addition & 1 deletion src/Schema/Schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Schema

public const LIANA_NAME = 'laravel-forestadmin';

public const LIANA_VERSION = '1.0.0-beta.23';
public const LIANA_VERSION = '1.0.0';

/**
* @var string
Expand Down

0 comments on commit 14ed6b5

Please sign in to comment.