adarshpastakia / aurelia-ui-framework

A bespoke UI Framework built on Aurelia for desktop business application
https://adarshpastakia.github.io/auf-demo-v4/
MIT License
152 stars 27 forks source link

Compatibility with latest aurelia.js version #196

Open Raashul opened 4 years ago

Raashul commented 4 years ago

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.

bigopon commented 4 years ago

@Raashul can you be more specific about versions and error messages? There has been no changes that could break this framework in any way

Raashul commented 4 years ago

@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 : Click is not recognized and simply renders as a regular div(paragraph)

Raashul commented 4 years ago

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.

94ankitshrivastava commented 4 years ago

i am facing the same issue. i am not able to installed aurelia-ui-framework v4 with latest version of aurelia.