aurelia-ui-framework
aurelia-ui-framework copied to clipboard
Compatibility with latest aurelia.js version
downloading and installing the aurelia-ui-framework on the latest version of aurelia.js does not seem to work. The framework is working on older version of aurelia but silently fails on the latest version.
@Raashul can you be more specific about versions and error messages? There has been no changes that could break this framework in any way
@bigopon - I installed the latest version of aurelia from the website(npm). The version of aurelia-ui-framework that caused the issue is: "aurelia-ui-framework": "^5.0.0-beta.2" and "aurelia-cli": "^1.0.2"
There is no error message in the console but it does not recognize the tags in the html files. For example :
However, an older version of aurelia setup with jspm ( "aurelia-ui-framework": "github:adarshpastakia/aurelia-ui-framework@master") is working. We faced this issue when updating our aurelia codebase into the latest version.
i am facing the same issue. i am not able to installed aurelia-ui-framework v4 with latest version of aurelia.