Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

WSO2 Carbon UUF 1.0.0-M11

Pre-release
Pre-release
Compare
Choose a tag to compare
@cnapagoda cnapagoda released this 24 Jan 12:30
· 360 commits to master since this release

We are happy to announce the 11th milestone release of WSO2 Unified UI Framework. This release includes following features/improvements and bug fixes.

Changes list:

  • Introducing onGet, onPost server-side JS functions.
function onGet(env) {
    // do stuff for a GET request
}
function onPost(env) {
    // do stuff for a POST request
}
  • Deprecated onRequest server-side JS function.
  • {{t}} helper has been renamed to {{i18n}}