Skip to content

Releases: Becklyn/BecklynRadBundle

7.10.3

19 Jun 16:04
b1d865a

Choose a tag to compare

✨ Improvements

  • Add helper DeferredRoute::isValidValue().
  • Add helper DeferredTranslation::isValidValue().

7.10.2

19 Jun 15:28
ce7973b

Choose a tag to compare

✨ Improvements

  • Move calculation of pagination offset from Paginator to Pagination.

7.10.1

19 Jun 14:01
a300431

Choose a tag to compare

✨ Improvements

  • Return bool in SortableHandler::sortElementBefore() instead of throwing an exception.
  • Mark all sortable handlers as final.

👋 Deprecations

  • Deprecate InvalidSortOperationException, as it is not used anymore.

7.10.0

17 Jun 12:30
3d120be

Choose a tag to compare

🎁 New Features

  • Add DeferredForm.

7.9.4

16 Jun 10:51
6bc1b08

Choose a tag to compare

✨ Improvements

  • Simplify signature of BaseController::ajaxResponse().

7.9.3

29 May 09:49
24f4752

Choose a tag to compare

✨ Improvements

  • Add dynamic default for $status in AjaxResponseBuilder.
  • Make LabeledExceptionTrait::setFrontendMessage() fluent.
  • Add LabeledExceptionTrait::createWithLabel().

7.9.2

28 May 20:12

Choose a tag to compare

✨ Improvements

  • Add named constructor DeferredTranslation::backend().

7.9.1

28 May 19:55

Choose a tag to compare

🐛 Bug Fixes

  • Fix invalid key in message actions in AjaxResponseBuilder.

7.9.0

28 May 19:42

Choose a tag to compare

🎁 New Features

  • Add AjaxResponseBuilder + BaseController::ajaxReponse().

🐛 Bug Fixes

  • Rename ExceptionWithFrontendLabelTrait to LabeledExceptionTrait.

7.8.2

28 May 12:47
e1003ba

Choose a tag to compare

✨ Improvements

  • Add ExceptionWithFrontendLabelTrait.
  • Add generic UnexpectedTypeException.