Skip to content

v2.10.0

Choose a tag to compare

@1franck 1franck released this 14 Jun 14:20
· 1918 commits to master since this release
  • Application::setContainer() now return the container instance
  • method validate() will now use current form data if nothing specified in Peak\Bedrock\View\Form\FormBuilder
  • added method getData() and getErrors() in Peak\Bedrock\View\Form\Form
  • added method renderError() in Peak\Bedrock\View\Form\FormControl
  • fixed missing $error arguments in Peak\Bedrock\View\Form\Element constructor
  • changed trigger_error to an Exception for cloning Peak\Common\Registry
  • changed trigger_error to an Exception for unknown helper Peak\Bedrock\View
  • fixed variable name bug in Peak\Events\Dispatcher::detach()
  • refactored Peak\Common\Annotations
  • added method has() and marked method have() as deprecated in Peak\Config\DotNotation
  • fixed bug where "error" class could be duplicated when generating attributes in Peak\Bedrock\View\Form\Element
  • fixed bug where custom $base_uri was not spread correctly to Request in Peak\Bedrock\Application\Routing