Skip to content

OGX.JS 1.17.0

Compare
Choose a tag to compare
@globules-io globules-io released this 11 May 15:31
· 649 commits to master since this release

Version 1.17

1.17.0

New Features

  • [DynamicList] added no_selection flag and noSelection method
  • [Color] rgbToHex, rgbToHsl nd hslToRgb now accept any variation of arguments (string, array, object and arguments)
  • [Calendar] added BROWSE event, triggered when user navigates with top arrow buttons
  • [Form] bindField allowed flag now defaults to /[0-9a-zA-Z‘’'"à-úÀ-Ú\-\!\.\?#@$\:\(\)\/_,;%' ]/
  • [OSE] added additional debugging messages if the script fails
  • [Uxi] Added optional flag name, and gatherByName method
  • [Router] added OGX.Router.GOTO event, triggered upon internal link
  • [Router] Added cache feature, allow to reuse complete routes from Cache instead of re-rendering
  • [Templater, OSE] recursive dynamic templating with custom object is now possible via OSE
  • [OML] added Function tag, which calls a user function that returns a Promise. Based on resolve, a different OML node will be rendered

Bug Fixes

  • [Router] fix issues with capturing variable in dynamic routes with multiple dynamic routes
  • [Form] fix issue with bindField over textarea with new lines and restrict

Deprecations

  • [Uxi] render has been deprecated with no replacement
  • [DynamicList] clear has been deprecated and replaced with wipe
  • [Tags] clear has been deprecated and replaced with wipe
  • [Chat] clear has been deprecated and replaced with wipe