Hi All,

We are pleased to announce the seventh milestone of WSO2 Carbon Unified UI
Framework (UUF). You can download the UUF server distribution at [1].

*Changes list (compared with 1.0.0-m6 version):*


   - Following JS functions are added.
      - module("module-name")
         - Loads the JS file '/modules/module-name.js' in your Component
         into your calling JS. This should be only used outside of the
         onRequest function to avoid loading the module JS over and over
         again.
      - sendToClient("clientSideName", obj)
         - Safely sends the variable obj as a JSON to the client-side and
         you can access it with clientSideName name.
      - Log.info(obj), Log.debug(obj), Log.trace(obj), Log.warn(obj), and
      Log.error(obj)
         - Logs the given object.
      - Following JS function have been removed.
      - 'setAppTheme' and 'getAppTheme'
   - Following Handlebars helpers are added,
      - {{t "key.to.msg.string"}}
         - Gives the i18n functionality
      - Following Handlebars variables have been renamed.
      - '@app.context' --> @contextPath
      - '@app.config' --> @config
   - Now UUF can,
      - Reload edited files on-the-fly when the *deveoper mode* is enabled.
      To enable the dev mode, start the Carbon server with -Ddevmode flag.
      - Deploy zip artifacts (Apps).
      - Handle POST request along with file uploading.
      - Render plain HTML files (in Pages for Fragments) with
      'uuf-renderablecreator-html' plugin.
   - Optimized static file serving.
   - Bug fixes.
   - More samples.


*Found an issue?* Help us to improve. Use our GitHub issues page at [2] to
report it to us.

[1]
https://github.com/wso2/carbon-uuf/releases/download/v1.0.0-m7/wso2uuf-1.0.0-m7.zip
[2] https://github.com/wso2/carbon-uuf/issues

*-- WSO2 Platform Team--*

Thanks.
-- 
Sajith Janaprasad Ariyarathna
Software Engineer; WSO2, Inc.;  http://wso2.com/
<https://wso2.com/signature>
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to