OGX.JS Javascript Framework version 1.38.0

2024-04-13

We’re thrilled to bring you the latest version of OGX.JS, version 1.38. This update is packed with new features, bug fixes, and improvements that continue to make OGX.JS a robust and user-friendly JavaScript framework.

What is OGX.JS?

OGX.JS is a robust JavaScript framework that serves as a solid base for building web applications that are scalable and easy to maintain. It simplifies the organization of your code and promotes the creation of components that are modular, reusable, and encapsulated.

What’s New in OGX.JS 1.38

  • [App] now has a construct constructor to optionally use when extending App.
  • [App] app instance also exists as constant OGX.Core.
  • [Form] bindField now supports a submit callback submit_cb outside of form.
  • [StackedTree] added prev and reset methods.
  • [StackedTree] now passes itself as an additional parameter when triggering an event.
  • [Tasker] new object to manage background tasks at idle via requestIdleCallback.
  • Bug Fixes and Improvements
  • [Display] fix bind with OSE script not returning template.
  • [Display] fix dynamic display via displays bound to property.
  • [Workers] fix worker running in interval not stopping when calling OGX.Workers.stop(worker_id).
  • Other Changes

  • [App] reduced memory footprint, updated internal naming.
  • Getting Started with OGX.JS 1.38

    To start using OGX.JS 1.38, you can install it via npm by running the following commands:

     

    npm install @globules-io/ogx.cli -g
    
    ogx update --force

     

    Please note that there is no need to make adjustments to your existing code when updating to this version.

    We hope you enjoy using OGX.JS 1.38. Happy coding!

    OGX.JSJavascript