Skip to content

ipl-web v0.4.0

Compare
Choose a tag to compare
@nilmerg nilmerg released this 23 Mar 10:21
v0.4.0

Breaking Changes

  • Dropped support for PHP 5.6
  • Method CompatController::setTitle() now only sets the response's title (Use method addTitleTab instead now)
  • Light LESS rules are now encapsulated by the detached ruleset iplWebLightRules #66
    • To still use them, import them in your own media query

Changes

  • Introduced classes ipl\Web\Widget\StateBadge and ipl\Web\Common\StateBadges #63
  • Introduced LESS mixins rounded-corners, appearance and box-shadow #54
  • SortControl: Introduced new methods create and apply #68
  • Added methods getServerRequest and addTitleTab to class CompatController #72
  • Introduced trait ipl\Web\Compat\SearchControls #69
  • css: Added cancel-button styles #73

Fixes

  • SortControl uses incorrect icon to show current sort direction #59
  • SearchBar doesn't propagate query string validation changes in case of auto submits #57