Skip to content

v0.6.0

Latest

Choose a tag to compare

@benatespina benatespina released this 06 Oct 11:19
  • Made AdminBundle compatible with multiple persistence strategies; for now is compatible with DoctrineORM and PDO.
  • Added sticky behaviour to the form right sidebar.
  • Made JavaScript and CSS code compatible with IE11.
  • Imported parsleyjs module in the js entry file.
  • Updated lin3s-front-foundation dependency from v0.6.0 to v0.6.1.
  • Updated lin3s-front-foundation dependency from v0.5.0 to v0.6.0.
  • Made translatable the value of the string list field content.
  • Moved the javascripts Twig block from top to bottom in the body.
  • Extracted panel independent Twig component.
  • Improved button component adding type parameter.
  • Full refactor of AdminBundle's JavaScript.
  • Removed jQuery dependency
  • Migrated code to ES2015 standards using class approach
  • [BC break] Refactored Twig components.
  • Button, filter flash_message and form_collection components are moved from partial to components directory so, please, check out before upgrade if your project extends this components.