OGX.JS Javascript Framework version 1.5.0

2020-09-10

We are pleased to announce that OGX.JS javascript framework version 1.5.0 and OGX.CLI 1.1.12 have been released. Here is the change log since version 1.4.3. The demo app has also been updated to refect the breaking changes introduced with this release.

New Feaures

  • [Point] now dispatches at its element when a break point is reached {min:MIN_WIDTH, max:MAX_WIDTH}
  • [Point] Can now be instantiated without an element, takes by default the parent element in the OML tree. selector becomes its id, like Window and Popup
  • [Router] routing added support to OML subfile via :OML tag, such a, for an OML file named myOMLFile and preloaded
  • [OML] added support to OML subfile via node:OML tag with string as value, or as OSE expression. Both produce the same result
  • [Data] added getBestSize method
  • [Popup] added support to size expressions via OGX.Data.getBestSize
  • [Window] added support to size expressions via OGX.Data.getBestSize

Breaking Changes

  • [Point] OML markup width range changed from \d \:\d to \d \-\d . In other words, 0:768 should now be 0-768

Bug Fixes

  • [OML] fix not finding objects to reuse due to hash leftover in id
  • [OML] fix cycling over children of reused object via Point
  • [OML] fix issues with scrolling Uxi not properly destroyed

For more information, please check out the full changelog.

Visit OGX.JS github's repo here

Visit OGX.JS demo app repo here

 

 

 

 

OGX.JSOGX.CLIOGX.DemoJavascript