luya

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

MIT License

Downloads
8.6K
Stars
805
Committers
67

Bot releases are hidden (Show)

luya - 2.3.1 Latest Release

Published by nadar 9 months ago

2.3.1 (7. February 2024)

  • #2187 Fixed parameter placeholders in translations (bg, hu, ro)

Full Changelog: https://github.com/luyadev/luya/compare/2.3.0...2.3.1

luya - 2.3.0

Published by nadar over 1 year ago

2.3.0 (20. April 2023)

Check the UPGRADE document to read more about breaking changes.

  • #2165 Officially deprecated unit tests for php 7.0 and 7.1. Code is unchanged.
  • #2182 Ensure PHP 8.1 compatibility when TagParser::convertWithMarkdown() receives an empty value.
luya - 2.2.1

Published by nadar about 2 years ago

2.2.1 (5. October 2022)

  • #2159 Added missing option to create menu items with a scheme instead of relative paths.
  • #2152 Fix issue when creating a LUYA theme on Windows.
luya - 2.2.0

Published by nadar over 2 years ago

2.2.0 (25. May 2022)

  • #2147 PHP 8.1 compatibility
  • #2124 luya\validators\PhoneNumberValidator can now be used as standalone validator like this: (new PhoneNumberValidator())->validate('+411231245').
luya - 2.1.0

Published by nadar over 2 years ago

2.1.0 (27. April 2022)

  • #2123 Added new property $events to add custom events in luya\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).
luya - 2.0.2

Published by nadar almost 3 years ago

2.0.2 (7. December 2021)

  • #2113 Improve error handling for expected composition values configuration.
  • New translations for bg, fr, hu, pt and ro
luya - 2.0.1

Published by nadar about 3 years ago

2.0.1 (29. July 2021)

  • Forgot to adjust the LUYA Version Constant luya\Boot::VERSION.
luya - 2.0.0

Published by nadar about 3 years ago

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.
luya - 1.9.0

Published by nadar over 3 years ago

1.9.0 (11. February 2021)

  • #2074 Replace helpers with luya\yii-helpers library. Added testsuite 2.0 for php 8.0 and 7.0 tests.
luya - 1.8.0

Published by nadar almost 4 years ago

1.8.0 (24. Novemeber 2020)

  • #2069 WebsiteLink does not prepend the URL protocol when an anchor link #foo-bar is provided.
  • #2067 Added new ['sort' => false] option to ExportHelper::csv() and ExportHelper::xls().
luya - 1.7.1

Published by nadar about 4 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.
luya - 1.7.0

Published by nadar about 4 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.
luya - 1.6.2

Published by nadar about 4 years ago

1.6.2 (6. August 2020)

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

Published by nadar about 4 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
luya - 1.6.0

Published by nadar over 4 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.
luya - 1.5.0

Published by nadar over 4 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.
luya - 1.4.1

Published by nadar over 4 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).
luya - 1.4.0

Published by nadar over 4 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.
luya - 1.3.1

Published by nadar over 4 years ago

1.3.1 (7. May 2020)

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

Published by nadar over 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.