Skip to content

Releases: luyadev/luya

1.2.2

20 Apr 10:19
Compare
Choose a tag to compare

1.2.2 (20. April 2020)

  • #2011 Update theme create command to work on Windows
  • #2009 Improve the performance of mb_str_split, this will strongly improve the speed when working with LUYA crawler result previews.
  • #2012 Extend the create theme cli command with assets.
  • #2015 JsonLd Offers information added.

1.2.1

07 Apr 07:02
9983e6e
Compare
Choose a tag to compare

1.2.1 (7. April 2020)

  • #2008 Default values for JsonBehavior was wrong declared, expected is the opposite way 1. array as validation rule, 2. auto decode data after find.

1.2.0

07 Apr 06:01
Compare
Choose a tag to compare

1.2.0 (7. April 2020)

  • #2003 Add new StringHelper::isNumeric() which checks whether a value is nummeric (with regex instead of is_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

12 Mar 15:00
Compare
Choose a tag to compare

1.1.0 (12. March 2020)

  • Admin#464 The luya\traits\ApplicationTrait::setLocale() does not change the Yii::$app->language value as before. In order to change the application language use Yii::$app->language directly.
  • #1995 The luya\web\Asset defines a default $sourcePath when value is null. 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

20 Feb 19:43
Compare
Choose a tag to compare

1.0.26 (20. February 2020)

  • #1987 Fix bug with closures in luya\Config application and bootstrap section.

1.0.25

07 Jan 15:34
Compare
Choose a tag to compare

1.0.25 (7. January 2020)

  • #1982 New PhoneNumberValidator to validate Phone Numbers and standardized the format.
  • #1981 Add appendQuery() and appendQueryTourl() 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

09 Dec 19:42
dfb5ddc
Compare
Choose a tag to compare

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

27 Nov 17:10
Compare
Choose a tag to compare

1.0.23 (27. November 2019)

  • #1975 Added new luya\Config callback(fn) function to run define('YII_DEBUG', true) commands.
  • #1974 Register module components in bootstrap section before run luyaBootstrap method.
  • #1971 Add opcache reset to health command.

1.0.22

22 Oct 11:53
Compare
Choose a tag to compare

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

09 Sep 12:13
Compare
Choose a tag to compare

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 the luyaBootstrap($app) method.