Releases: luyadev/luya
Releases · luyadev/luya
1.2.2
1.2.2 (20. April 2020)
1.2.1
1.2.0
1.2.0 (7. April 2020)
- #2003 Add new
StringHelper::isNumeric()
which checks whether a value is nummeric (with regex instead ofis_numeric
) or not. - #2004 Make impoter public in order to improve setting up unit tests and option to override in controller map configuration.
- #1970 Fixed a bug with relative theme paths.
- #2007 Fixed a bug in JsonBehavior and added new properties for auto decoding data after find.
1.1.0
1.1.0 (12. March 2020)
- Admin#464 The
luya\traits\ApplicationTrait::setLocale()
does not change theYii::$app->language
value as before. In order to change the application language useYii::$app->language
directly. - #1995 The
luya\web\Asset
defines a default$sourcePath
when value isnull
. The default path is relative to its file location<FILE_LOCATION>/resources/<ASSET_NAME>
. - #1993 Added new Text to Speech Widget
luya\texttospeech\TextToSpeechWidget
. - Added Karma tests to Travis.
1.0.26
1.0.25
1.0.25 (7. January 2020)
- #1982 New
PhoneNumberValidator
to validate Phone Numbers and standardized the format. - #1981 Add
appendQuery()
andappendQueryTourl()
function to Url Helper. The append method will add a given key value query param to the current url or any url. - #1986 Corrected the event triggering while the theme setup
1.0.24
1.0.24 (9. December 2019)
- #1980 Added
ArrayHelper::search()
keys option to search only in certain array keys. - #1969 Fixed exception handling while loading empty theme directories.
- #1977 Added new
ArrayHelper::combine()
method to generate an array with the same keys and values. - #1977 Added support for ActiveForm context to SubmitButtonWidget. Supporting multi form (including pjax) on same page.
1.0.23
1.0.22
1.0.22 (22. October 2019)
- #1967 New
corsConfig
option for Application in order to set application wide cors settings. - #1964 Ensure console commands can return none scalar values to debug or prinit.
- #1962 Fix problem with first stack trace informations not containing line and file informations.
- #1963 Fix for theme bootstraping and layout loading.
1.0.21
1.0.21 (9. September 2019)
- #1956 Ensure a not existing package installer config value
installer.php
won't throw an exception. - #1947 Whiteliste more exception which should not be transmitted to error API.
- #1772 Add new
luya\Config
to generate configuration builds depending on console or web runtime. - #1950 Fixed bug in Export Helper when dealing with special chars.
- #1942 Use phpmailers
setFrom()
method instead of$from
and$fromName
property. - #340|admin Allow extending the auth methods in rest behavior trait.
- #1916 Extended LUYA Core with a mechanism to load and handle themes.
- #1938 Added
luyaBootstrap($app)
method to base module. When the application starts, all LUYA modules will be initialized and therefore will call theluyaBootstrap($app)
method.