Releases: joomlatools/joomlatools-framework
v3.2.1
v3.2.0
added - Add KHttpRequest::isFormSubmit
added - Add binary format to dispatcher request
added - Dynamic module injection
added - Allow behaviors to specialise isBehavior method
added - Allow decoration of JSON views
added - Proxy plugin events
improved - Improve controller rendering flow
improved - Use Transliterator in ascii filter
improved - Force delete handling to go through delete action in dispatcher
improved - Add support for .yml files to ObjectConfigFactory
improved - Change Javascript event prefix to k:
improved - KConfig::remove() now accepts an array of properties
fixed - Calendar helper locale handling
fixed - Forcing Joomla template to "system" breaks overrides
fixed - Fix disposition header rendering
fixed - Fix instantiation of framework dispatcher
fixed - An empty entity should be a composite
v3.1.16
v3.1.15
improved - Allow newer versions of symfony/yaml in composer.json
v3.1.14
fixed - Finder API compatibility with future Joomla releases
fixed - Document order icon
fixed - Do not show CSS debug errors on production
improved - Allow prepending search query with column names such as “description: foo”
improved - Set MySQLi charset to utf8mb4 explicitly