Skip to content

Releases: wanjee/ShuweeAdminBundle

v2.3.1

14 Jul 08:19
b52e84c

Choose a tag to compare

  • Add group_by, query_builder and em options to the entity filter type of the datagrid

v2.3.0

05 Jan 10:28

Choose a tag to compare

  • #60 Add a preCreateFormRender hook
  • #23 Check if username is unique in UserAddCommand:usernameValidator()
  • #64 Create a default user admin

v2.2.2

14 Nov 13:54

Choose a tag to compare

  • Form collections: fix JS to handle multiple nested collections

v2.2.1

08 Nov 15:51

Choose a tag to compare

  • Use GET method to allow applying filters from an URL
  • Set form name for a cleaner look in url

v2.2.0

27 Oct 12:41

Choose a tag to compare

  • #54 Add support for filters on entities in Datagrid

v2.1.1

24 Oct 11:40

Choose a tag to compare

  • Add styles for all btn-style when used in datagrid
  • Add odd/even color behavior on collections in forms

v2.1.0

24 Oct 10:00

Choose a tag to compare

  • #50 Allow adding actions inside the datagrid on a per entity basis
  • #51 Support nested prototypes for Collections

v2.0.2

18 Oct 11:38

Choose a tag to compare

  • Fix permission cache not correctly managed when object is not defined in isGranted method.

v2.0.1

10 Oct 15:38

Choose a tag to compare

Merge 1.5.4 & 1.5.5 changes to 2.x branch

  • Improve look&feel of collections in forms
  • Allow deletion of an item newly added to a form collection
  • Fix missing visibility for __construct() methods

v2.0.0

12 Sep 15:53

Choose a tag to compare

  • Add filter support on Datagrid
  • Simplify Admin implementation by splitting datagrid configuration over several functions
  • Clean up Admin class implementations