Skip to content

Releases: luyadev/luya-module-admin

4.7.1

20 Oct 13:47
3cc81d7
Compare
Choose a tag to compare

4.7.1 (20. October 2022)

  • #736 Fixed issue with relation calls, introduced in 4.7.0

4.7.0

19 Oct 11:33
Compare
Choose a tag to compare

4.7.0 (19. October 2022)

  • Fixed PHP 7.4 as minimum version in composer.json, this was previously done by the bizley/jwt dependency. Therefore using rector to align functionality with PHP 7.4.
  • #735 Ensure a none existing filter does not throw an exception. This can be the case when generting dynamic filters and those are stored in the user settings.
  • #733 Added PT translations.
  • #734 Added ID (Bahasa Indonesia) translations.

4.6.0

05 Oct 14:24
Compare
Choose a tag to compare

4.6.0 (5. October 2022)

  • #732 NgRest Text Plugins can now be turned into an interactive text field on the list (overview) of the CRUD with option $inline = true.
  • #730 New NgRest Plugin MultipleInputs to generate data with different types storing as a json.

4.5.0

24 Aug 15:06
c4c2b20
Compare
Choose a tag to compare

4.5.0 (24. August 2022)

This release contains a huge BC Break when using LUYA JWT user auth. Check the UPGRADE document to read more

  • #719 Prepare for PHP 8.1. Increased minium PHP Version to 7.4. Replaced sizeg/jwt with bizley/jwt.
  • #726 The signature of luya\admin\base\JwtIdentityInterface has changed from: loginByJwtToken(Lcobucci\JWT\Token $token) to loginByJwtToken(Lcobucci\JWT\Token\Plain $token)
  • #728 Added new NgRestActiveQuery method jsonOrderBy() to sort by a field which contains a json object.

4.4.1

20 Jul 12:01
84b25a5
Compare
Choose a tag to compare

4.4.1 (20. July 2022)

  • #713 Blacklist SVG mime type by default. In order to enable SVG Upload use 'whitelistMimeTypes' => ['image/svg+xml'].
  • #723 Added "Toggle all" button to zaaCheckboxArray plugin.
  • #724 Fixed issues with search and sortable when using Pools.
  • #725 SortableTrait prefixes the table name now in the find querys in order to prevent issue when have two sortindex fields with the same name.

4.4.0

19 May 07:39
7aa49cd
Compare
Choose a tag to compare

4.4.0 (19. May 2022)

  • #714 Improve the sorting ability by adding create, update and delete events which are attached from the SortableTrait. Sorting over pagination or swap index from form input is now possible too.
  • #711 Add option to disable the auto logout when the user ip changes.
  • #712 Fix issue where field labels where not used from models getAttributeLabel() when using ngRestExport().

4.3.2

13 Apr 08:35
ab7cf58
Compare
Choose a tag to compare

4.3.2 (13. April 2022)

  • #710 Fixed a bug where it was not possible to export more then 100 rows when using ngRestExport() configuration.
  • #709 Added initvalue for zaaColor element.
  • #707 Fix issue when creating a new record inside an ngrest relation call form, losing they context data (from the relation).

4.3.1

22 Feb 09:38
d21141c
Compare
Choose a tag to compare

4.3.1 (22. February 2022)

  • #705 Fix issue with SelectArrayGently when using a closure
  • Changed default queueFiltersList to medium-thumbnail instead of meidum-cop
  • #706 Use ImageInterface::THUMBNAIL_FLAG_NOCLONE when creating thumbnails and fix issue with ngrest logger when uploading files.

4.3.0

15 Feb 13:58
734610b
Compare
Choose a tag to compare

4.3.0 (15. February 2022)

  • #700 Fixed syntax error in crud generate command.
  • #702 The ngRestExport() method will be used to sort and restrict all sortable attributes.
  • #704 Use model for ngrest logger in order to prevent errors for to long strings.

4.2.0

09 Dec 08:41
Compare
Choose a tag to compare

4.2.0 (9. December 2021)

This release changes the admin menu order in terms of admin UI but not in terms API breaks. Check the UPGRADE document to read more about breaking changes.

  • #698 Fixed reversed order of modules in admin menu.
  • #695 Fixed placeholders within zaaMultipleInputs.
  • #694 Fixed CRUD title involving NgRestPools.
  • #690 Option to pass additional variables to the dashboard objects.
  • #676 Fixed hidden NgRest attributes issue in the group-by-field select.
  • #678 Added icon property to any NgRest attribute. It allows setting additional icons in CRUD table header and CRUD edit form.
  • #668 Fixed misleading use of the note_add icon.
  • #660 Introduced <luyaElements> analogues for some <zaaElements>. This allows getting simple AngularJs form elements styled to match the rest of the interface elements.
  • #666 Fixed injection issue with zaaDecimal within zaaMultipleInputs.
  • #665 Replaced <span> tags with <a> tags in main admin menu and submenus.
  • #663 A new TagRelation::cleanup(ActiveRecord $model) method to remove all tag relations for a certain model.
  • #481 Fixed issue where file manager files count is not updated accordingly after uploading new files.
  • #674 Throw an exception when the image can not find the requested file.
  • #697 Fix issue with sorting of admin UI language.