Skip to content

Releases: ForestAdmin/laravel-forestadmin

v1.2.3

11 Jan 16:09
Compare
Choose a tag to compare

1.2.3 (2023-01-11)

Bug Fixes

  • smart-collection: add support of smart-relationship (#63) (9e680f5)

v1.2.2

22 Nov 16:47
Compare
Choose a tag to compare

1.2.2 (2022-11-22)

Bug Fixes

  • permission to avoid any conflict with laravel policy (#62) (03d5856)

v1.2.1

20 Oct 14:17
Compare
Choose a tag to compare

1.2.1 (2022-10-20)

Bug Fixes

  • render jsonapi when a model uses eager load relation (#61) (fdbe907)

v1.2.0

14 Sep 13:00
Compare
Choose a tag to compare

1.2.0 (2022-09-14)

Features

  • auth: remove callbackUrl parameter on authentication (#59) (e097ff9)

v1.1.3

06 Sep 13:04
Compare
Choose a tag to compare

1.1.3 (2022-09-06)

Bug Fixes

  • charts: user with permissions level that allows charts creation or edition should always be allow to perform charts requests (#60) (b467b35)

v1.1.2

22 Jul 12:54
Compare
Choose a tag to compare

1.1.2 (2022-07-22)

Bug Fixes

  • security: update guzzle version (with dependency) to 7.4.5 (#58) (5128787)

v1.1.1

27 Jun 12:36
Compare
Choose a tag to compare

1.1.1 (2022-06-27)

Bug Fixes

  • add database type timestamp for schema generation (#57) (f645277)

v1.1.0

27 Jun 08:18
Compare
Choose a tag to compare

1.1.0 (2022-06-27)

Features

  • add support for multiple models directories (#56) (5947782)

v1.0.1

07 Jun 09:05
Compare
Choose a tag to compare

1.0.1 (2022-06-07)

Bug Fixes

  • security: update guzzle version to 7.4.3 (#52) (f9806e3)

v1.0.0

07 Jun 08:33
Compare
Choose a tag to compare

1.0.0 (2022-06-07)

Bug Fixes

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

Features

  • auth: add logout route (#49) (369394a)
  • authentication: add login & callback actions (#6) (04edd06)
  • charts: add charts support (#17) (8d850b1)
  • config: add include/exclude models settings (#46) (1dcab5a)
  • cors: add access controll allow private network handling (#40) (036fb08)
  • crud: create, update & delete actions (#13) (ed9e7ce)
  • crud: list and show actions #12 (4cb9a74)
  • deploy: add FOREST_SEND_APIMAP_AUTOMATIC env to enable automatic sending of the apimap (#39) (781f199)
  • filters: add filters behaviour (#15) (bba17bc)
  • ip-whitelist: add ip-whitelist support (#38) (1fd2585)
  • onboard: allow user to onboard with laravel valet (#45) (47fa556)
  • onboarding: add a url control on forest install command (#44) (181da4c)
  • onboarding: add new setup command (#19) (ac9ac85)
  • onboarding: update package to laravel9 (#21) (9a4bca1)
  • permission: added permission layer (#16) (9273bc7)
  • schema: build schema json file (#10) (7e795d8)
  • scopes: added scopes support (#18) (59edad6)
  • search: add search behaviour (#14) (920af78)
  • smart-actions: added smart-actions support (#22) (bdef099)
  • smart-collections: add smart-collections support (1e9f7a7)
  • smart-field: added smart-fields and smart-relationships support (#28) (ee09b7c)
  • smart-segment: add smart-segments support (#33) (66d33d3)
  • tests: improve all tests with factories (#37) (427b22d)
  • add deactivate count and refactor smart features (#32) (49cddf4)
  • initial beta-release (a5e39cb)

BREAKING CHANGES

  • package will be available on packagist