Releases: larriereguichet/AdminBundle
Releases · larriereguichet/AdminBundle
v1.0.3
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
v1.0.1
Improvements
- Remove debug code
- Fix deprecation warnings for PHPUnit 9
- Update yarn dependencies
v1.0
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
- Fix bug with yaml resources loading in the resource loader when !iterator tag is present
- Update yarn dependencies
v0.6.3
- Various bugfixes on javascripts
- Fix list and edit display of Doctrine relations
v0.6.2
- Improve tests coverage
- Fix scrutinizer tests coverage
v0.6.1
- Change version of orm pack to 0.2
v0.6
- 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
- Fix services configuration after refactoring