OGX.JS Javascript Framework version 1.29.0

2023-11-17

We are pleased to announce that OGX.JS Javascript Framework version 1.29.0 has been released!. This version is compatible with OGX.CLI >= 1.13.0

New Features

  • [Data] Size expressions now support min & max via `[min_value, max_value]`
  • [Data] added `isSizeExp` method to test for a size expression
  • [Data] added `toSizeExp` method to convert a dimension and a min max to size expression
  • [Popup] Added `keep_ratio` flag
  • [Popup] Added support to `min_width`, `min_height`, `max_width`, `max_height` via size expressions through `Resize`
  • [Window] Added support to `min_width`, `min_height`, `max_width`, `max_height` via size expressions through `Resize`
  • [Resize] Added `keep_ratio` flag
  • [Resize] Added support to size expressions
  • [OML] Added `getNodeClass` and `getNodeId` methods
  •  

    JavascriptOGX.JS