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
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}}