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.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
v0.5 (pre-v1.0)
- Pre-release with migration to Symfony 4
v0.4.5
- fix adding a global variable in Twig when it is not initialized
- fixing tests with after dependencies update
v0.4.4
Bugfix :
- fix bug when retrieving multiple entities without pagination (pagination was still activated)
- fix wrong method in delete twig template