Luya Versions Save

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.

1.7.1

3 years ago

1.7.1 (23. September 2020)

  • #2057 Fixed a issue with the root option of the IntersectionObserver.
  • #2051 Add new string helper method (luya\helpers\String::textList()) which converts a string with items seperated by commas or whitespaces into an array with items.
  • #2049 Change the behaviors attaching order to follow Yii CORS guide.
  • #8 Theme create command with DIRECTORY_SEPARATOR.

1.7.0

3 years ago

1.7.0 (26. August 2020)

  • #2045 Provide application methods to retrieve menu and asset data from all admin modules.
  • #2044 Fix issue with wrong PHP Doc Name for frontend Module module/create command.

1.6.2

3 years ago

1.6.2 (6. August 2020)

  • #2043 Fix issue with JsonCruft filter and response code 204, which means no content given.

1.6.1

3 years ago

1.6.1 (28. July 2020)

  • #2040 Fixed an issue where LazyLoad widget returns aspect ratio values with commas instead of dots, because of locale formatting.
  • #2041 Fixed Polyfill (for older Browsers). Added new option replacePlaceholder (default true) to define if the image should replace the placeholder or fade in "above" it.
  • Fixed LazyLoad BC break introduced in 1.6.0

1.6.0

3 years ago

1.6.0 (20. July 2020)

Small LazyLoader adjustment. Check the UPGRADE document to read more about breaking changes.

  • #2031 Updated LazyLoad for options array so that alt and title attributes can be passed to it.
  • #2020 Fixed generated files of theme/create command.
  • #2037 Overhauled the LazyLoad javascript, now uses IntersectionObserver.

1.5.0

3 years ago

1.5.0 (19. June 2020)

  • #2029 Ensure administrator path does not resolve in luya\web\Request::$isAdmin true.
  • #2028 New StringHelper::template() method to parse variables inside a string containing {{ name }} curly brackets.

1.4.1

3 years ago

1.4.1 (4. June 2020)

  • #2027 Fixed regression with luya\web\Request::$isAdmin when working with admin module names like newsadmin/default/index (introduced in #2019).

1.4.0

3 years ago

1.4.0 (2. June 2020)

  • #2019 The property luya\web\Request::$isAdmin is now more restrict and won't match admin modules like newsadmin which would have been evaulated as true before this change.
  • #2023 Added rel="noopener" to links which open in a new window.

1.3.1

4 years ago

1.3.1 (7. May 2020)

  • #2021 Add App and Yii version to ErrorHandler API.

1.3.0

4 years ago

1.3.0 (28. April 2020)

  • #2017 Improve the performance of luya\traits\RegistryTrait
  • #2014 Replace Travis-CI with GitHub Actions, fix PHP 7.4 compatibility issue.
  • #2016 Added new luya\helpers\String::filterMatch() filter match function to filter a value based on multiple conditions.