Releases: luyadev/luya
Releases · luyadev/luya
1.0.12
1.0.12 (8. October 2018)
- #1856 If application console method is runing, the cli determination should be forced.
- #1853 Add option to lazy load mocked arguments.
- #1852 Updated Svg widget to enable usage of symbols (svg sprite) via svg > use implementation
- #1851 Add string helper method highlightWord() to highlight a given word withing a string.
- #1850 Add string helper method truncateMiddle() to truncate a string around a given word.
1.0.11
1.0.11 (5. September 2018)
- #1848 Fix issue where frontend rules have precedence over admin API rules.
- #1840 Convert mail message into alt body automatically.
- #1816 View mapping to change the view folder of actions inside modules.
- #1844 Added translation command to add easier a new record to the translation files. This command is used in the luya-env-dev project in order to develop on the LUYA modules or create your own extensions/modules.
- #185 Fixed issue where applications with default route admin throw exception for assets.
1.0.10
1.0.10 (18. July 2018)
Changed
- #1827 ResponseCache using PageCache filter and mark $actionsCallable and $actions as deprecated.
- #1821 Remove public properties from
luya\traits\CacheableTrait
in order to prevent conflicts, as they only contain fallback informations. - #1820 Cover sensitive data in robots filter post data.
Added
1.0.9
1.0.9 (1. June 2018)
Added
- #1814 Added new json behavior in order to encode/deocde given class attributes.
- #1809 Add new
autoFormat
in formatter component in order to format values based on the input type. - #1815 Add new
TelephoneLink
class to support html anchor with "tel:".
Changed
- #1804 Use new minify method for view compress function.
- #1803 Mark Encode and Timestamp as deprecated. Added JsonBehavior to encode/deocde values.
Fixed
1.0.8
1.0.7
1.0.6
1.0.6 (11. April 2018)
Changed
- #1787 Added Secure flag and secure headers when
$ensureSecureConnection
is enabled. - #1788 Remove phpmailer header (X-HEADER) information from
luya\components\Mail
component to prevent information disclosure. - #1783 Remove auto setter for timezone as it is not compatible with yii timeZone propertie.
Added
1.0.5
1.0.5 (26. March 2018)
Changed
- #1779 Refactor of luya\web\Composition component.
Added
- #1781 Added application property $ensureSecureConnection to ensure secure connection when handling requests.
- #1762 Add luya\web\Composition::$allowedHosts to ensure the hostName from a list of valid host names. Otherwise throw forbidden exception.
- #1774 Provide option to configure transfer whitelist. Whitelisted exception will not transfered to the error API.
Fixed
- #1778 Changed admin csrf param name in order to not terminate the frontend csrf validation process.