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.4

07 Apr 17:21
2b45da0
Compare
Choose a tag to compare
  • Fix bug with yaml resources loading in the resource loader when !iterator tag is present
  • Update yarn dependencies

v0.6.3

06 Apr 16:05
9ca29c3
Compare
Choose a tag to compare
  • Various bugfixes on javascripts
  • Fix list and edit display of Doctrine relations

v0.6.2

18 Feb 22:53
e8bfce4
Compare
Choose a tag to compare
  • Improve tests coverage
  • Fix scrutinizer tests coverage

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