Skip to content

Releases: larriereguichet/AdminBundle

v1.0.3

07 Jul 18:46
0909d25
Compare
Choose a tag to compare

Bugfix

  • Fix top menu not displayed in every actions (#171)
  • Remove debug code
  • Remove a bug when getting the translation for column names
  • Re-add compatibility with Symfony 3.4 as it is required for the recipe
  • Improve AdminDataCollector by not trying to display data when an exception occurred during the configuration
  • Fix missing top menus in CRUD actions (#171)

v1.0.2

25 Jun 16:18
Compare
Choose a tag to compare

Bugfixs

  • Re-add compatibility with Symfony 3.4 as it is required for the recipe
  • Fix top menu not displayed in every actions (#171)
  • Improve AdminDataCollector by not trying to display data when an exception occurred during the configuration

v1.0.1

10 Jun 20:04
Compare
Choose a tag to compare

Improvements

  • Remove debug code
  • Fix deprecation warnings for PHPUnit 9
  • Update yarn dependencies

v1.0

08 Jun 17:22
Compare
Choose a tag to compare

First stable release !

Features

  • Dynamic CRUD for your entities (no code generation)
  • Simple yaml configuration
  • List with pagination, sorting and filters
  • Menus integrations
  • Fully customizable (use your own controllers, data providers or templates)
  • Bootstrap 4 integration (can be disabled or override)

v0.6.1

20 Dec 18:52
bab0f45
Compare
Choose a tag to compare
  • Change version of orm pack to 0.2

v0.6

19 Dec 11:14
ad558cd
Compare
Choose a tag to compare
  • Remove default adding of the return button in the extra configuration subscriber
  • Factorize translation configuration into a trait
  • Improve translation management
  • Remove legacy assets
  • Add the roave library to check backward compatibility breaks
  • Add styles for actions columns
  • Allow Symfony framework extra bundle to version 5.0

v0.5.1

28 Nov 19:02
640b280
Compare
Choose a tag to compare
  • Fix services configuration after refactoring

v0.5 (pre-v1.0)

24 Nov 12:32
6719fb7
Compare
Choose a tag to compare
  • Pre-release with migration to Symfony 4

v0.4.5

28 Jan 15:43
Compare
Choose a tag to compare
  • fix adding a global variable in Twig when it is not initialized
  • fixing tests with after dependencies update

v0.4.4

05 Jan 17:02
Compare
Choose a tag to compare

Bugfix :

  • fix bug when retrieving multiple entities without pagination (pagination was still activated)
  • fix wrong method in delete twig template