Skip to content

Releases: luyadev/luya

1.0.20

05 Aug 19:00
Compare
Choose a tag to compare

1.0.20 (5. August 2019)

  • #1940 Add Url helper methods cleanHost() and domain().
  • #1939 Added new informations to error transfer to api.
  • #1941 Added new REST Helper method to send errors from a model or an array.

1.0.19

22 Jul 10:59
Compare
Choose a tag to compare

1.0.19 (22. July 2019)

  • #1931 Fixed issue with relativ paths in link tag.
  • #1927 New check whether console command is running in console application context.
  • #1925 Add new actions and controller retrieve options in object helper.

1.0.18

27 May 10:06
Compare
Choose a tag to compare
  • #1921 Added new resolveHostInfo() in Composition component in order to find a given host for a mapping defintion.
  • Fixed issue when binary is loading config file from vendor folder.
  • Update lock files to allow latest test suite with admin 2.0 constraint.

1.0.17

23 Apr 08:28
Compare
Choose a tag to compare

1.0.17 (23. April 2019)

Fixed

  • #1799 Use relative config file path for luya binary file.
  • #1914 Fixed problem with RobotsFilter when used in multiple forms on the same CMS page.

Added

  • #1912 Added ObjectHelper::isTraitInstanceOf method to check whether an object contains a certain trait or not.

1.0.16

01 Apr 09:10
Compare
Choose a tag to compare

1.0.16 (1. April 2019)

Fixed

  • #1911 Fixed bug in ArrayHelper::searchColumn() when using assoc arrays.
  • #1910 Fixed resized callback in lazyload js when using LazyLoad widget.
  • #1909 Fixed issued with wrong delimiter definition in StringHelper::highlightWord() function.

1.0.15

19 Feb 12:24
Compare
Choose a tag to compare

1.0.15 (19. February 2019)

Changed

  • #1895 Changed to email output obfuscation in email tag instead of plain email mailto link.

Added

  • #1905 Added composition $expectedValues property to configure expected pattern values (test if language is in the list of valid languages).
  • #1885 Fix issue where current url rule appends path param.
  • #1889 Add possibility to fetch images that are inserted after lazyLoading is initialised.
  • #1887 Add attribute hints assign option for dynamic model.

Fixed

  • #1907 Tags can now have escaped sub values like file[1](file.png \(PDF\)).
  • #1900 Fixed issue when attachment file name is not provided.
  • #1902 Composition component hides alternate url lang codes when hideDefaultPrefixOnly is true and current lang code is default.
  • #1898 Telephone link raises an exception if an invalid telephone number is provided.
  • #1888 Fixed issue with range values which can have float values.
  • #1876 Fixed the url generation without module context when using language switcher.

1.0.14.2

03 Dec 14:13
Compare
Choose a tag to compare

1.0.14.2 (3. December 2018)

  • #1885 Fix issue where current url rule appends path param.

1.0.14.1

28 Nov 17:43
Compare
Choose a tag to compare

1.0.14.1 (28. November 2018)

  • Patch release which fixes the problem with json-ld range values, language changer and Lazy loading. See 1.0.15 changelog file.

1.0.14

17 Nov 11:53
Compare
Choose a tag to compare

1.0.14 (17. November 2018)

  • #1872 Added new schemas for Json-Ld. Fixed Event Json-Ld, and TypeHinting.
  • #1867 Rewritten lazyload js and added new placeholderSrc. Updated lazyload docs.
  • #1870 String helper truncate middle use default truncate if no results found and added new option for case sensitive comparing.
  • #1871 String helper highlight supports a list of words provided as array to highlight.

1.0.13

30 Oct 11:07
Compare
Choose a tag to compare

1.0.13 (30. October 2018)

  • #1869 Fix bug with word highlight in string helper.
  • #1866 Make ./luya serve command work out of the box
  • #1863 Enabled the usage of alias paths when using renderLayout() method.
  • #1859 Fixed issue where alt body is not clean up when sending multiple messages in the same mail object.
  • #1855 If create a url to an other module, don't replace the url with current module context.