Skip to content

Releases: globules-io/OGX.JS

OGX.JS 1.36.2

25 Mar 06:31
Compare
Choose a tag to compare

Bug Fixes

  • [Display] fix dynamic bound OML display

OGX.JS 1.36.1

24 Mar 18:14
Compare
Choose a tag to compare

Bug Fixes

  • [OML] fix promise result not stored if fetch id already used, now overwrites result with same id
  • [View] fix using html instead of template in config, re-interpreted after Display

OGX.JS 1.36.0

12 Mar 08:48
Compare
Choose a tag to compare

New Features

  • [Form] exposed enabledForm & disableForm internal methods, and now enables/disables binded form or desirated form by passing selector
  • [Form] toObj now skips the disabled elements if passed true as 2nd param
  • [Form] cb_change of bound form is now passed an object without disabled readonly values
  • [Tags] added lowercase flag in config to force saving input tag as lowercase
  • [Popup] maximize method can now be used to temporary turn if on/off maximize and maximize_dbc actions, by passing a boolean
  • [OML] added getNodeByProp, returns a node given a property/value pair
  • [OML] added getNodeByName, returns a node given a name
  • [List] now supports direct property/value combo in get unset update methods, auto transformed to {eq:value} filter

Bug Fixes

  • [Form] not validating a field on paste

Other Changes

  • [OML] remove obsolete internal parameters

OGX.JS 1.35.3

19 Feb 16:26
Compare
Choose a tag to compare

Bug Fixes

  • [App] fix Splash not hiding when using option bookmark: true and reloading page

OGX.JS 1.35.2

19 Feb 08:30
Compare
Choose a tag to compare

Bug Fixes

  • [Router] fix navigation hang when rendering Stage object without OML

OGX.JS 1.35.1

19 Feb 06:14
Compare
Choose a tag to compare

Bug Fixes

  • [App] fix crash when using multiple Stage objects and start-up stage has no template.

Other Changes

  • [CSS] Splashscreen tweaks

OGX.JS 1.35.0

18 Feb 08:01
Compare
Choose a tag to compare

New Features

  • [App] added exit option, set to true by default. Set to false and prevent reload/exit.
  • [DynamicList] select and selectIndex methods can now be passed an additional trigger parameter to trigger selection event & callback
  • [Uxi] focus tree downstream via focus(2) now skips floating objects that are not visible, previously only available with recursive focus nodes downstream via focus(1)
  • [List] with non uniform objects, skip attributes that have a different type when expecting string to string comparison

Other Changes

  • [OSE] loop optimization
  • [App] startup speed improvements
  • [App] now trigger OGX.App.READY once the default route of the focused Stage at start has been navigated to.
  • [Router] additional debug info

Bug Fixes

  • [Bind] fix crash when binding a Uxi to a Uxi and the filtering Uxi does not have a value yet

OGX.JS 1.34.1

07 Feb 13:14
Compare
Choose a tag to compare

Bug Fixes

  • [OML] fix isOML trying to parse non-json strings

OGX.JS 1.34.0

06 Feb 06:51
Compare
Choose a tag to compare

New Features

  • [Placeholder] placeholders can now be expressed as a 2D Array
  • [Tree] addItem can now be passed an array of items

Bug Fixes

  • [Tree] fix parent item state not updated after removing a child using deleteItem
  • [Display] fix dynamic OML via as

Deprecations

  • [Data] OGX.Data.isOML has been deprecated in favor to OGX.OML.isOML

Components

  • [Flip] 1.0.0 new Flip component to render and flip between 2 OML trees.
  • [FlexCells] 1.3.3 fix placeholder in complex OML
  • [Table] 1.2.0 added mode in config and mode method to set selection mode to row or item (prop/val combo)

1.33.3

31 Jan 06:24
Compare
Choose a tag to compare

1.33.3

Bug Fixes

  • [Placeholder] fix offset in placeholder

Components

  • [FlexCells] 1.3.0 value of cellSize can now be expressed as an array