Releases: luyadev/luya
Releases · luyadev/luya
2.3.1
2.3.0
2.3.0 (20. April 2023)
Check the UPGRADE document to read more about breaking changes.
2.2.1
2.2.0
2.1.0
2.1.0 (27. April 2022)
- #2123 Added new property
$events
to add custom events inluya\behaviors\JsonBehavior
. F.e['class' => JsonBehavior::class, 'events' => [NgRestModel::EVENT_AFTER_NGREST_FIND => 'decodeAttributes']]
. - #2118 Removed conflicting
$attributeLabels
property from DynamicModel (Yii provides this option since 2.0.35, therefore not required by LUYA anymore).
2.0.2
2.0.1
2.0.0
2.0.0 (27. July 2021)
Check the UPGRADE document to read more about breaking changes.
- #2068 Disabled the automatically register process of CSRF tokens. Since ActiveForms are widely used they register the CSRF token.
- #2081 Removed deprecated methods and/or added a deprecation error trigger.
- #2077 Fix issue with caching when using SVG widget and symbol names.
- #2085 Option to disable language override by resolved composition content in UrlManager.
- #2089 Ensure that
scanDirectoryFiles()
returns only files and not folders.