Skip to content

ipl-web v0.5.0

Compare
Choose a tag to compare
@nilmerg nilmerg released this 15 Jun 12:26
v0.5.0

Breaking Changes

  • Dropped support for PHP 7.0 and 7.1 #64
  • SearchControls::fetchMetaData is now called fetchFilterColumns (The return value hasn't changed) #83

Changes

  • Support for PHP 8.1 #64
  • Support for ipl\Stdlib\Filter\Like and ipl\Stdlib\Filter\Unlike #79
  • The trait SearchControls now accepts a new second parameter in both methods createSearchBar() and createSearchEditor(). #82
    It's no breaking change though, passing an array as second parameter still works and the result is still the same.
    Passing a URL as second parameter now, defines an explicit redirect URL. Parameters are transferred over from the request URL as defined by the third parameter.

Fixes

  • Completed suggestions without data attributes are now working #78
  • Marked conditions in the search bar are now readable again in light mode #75
  • Using SearchBar::setEditorUrl() or SearchBar::setSuggestionUrl() in conjunction with SearchControls::createSearchBar() now affects data-search-editor-url and data-suggestion-url (respectively) as expected #82
  • Using SearchEditor::setSuggestionUrl() in conjunction with SearchControls::createSearchEditor() now affects data-suggestion-url as expected #82