aurelia-ui-framework icon indicating copy to clipboard operation
aurelia-ui-framework copied to clipboard

Compatibility with latest aurelia.js version

Open Raashul opened this issue 5 years ago • 4 comments

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 avatar Nov 27 '19 21:11 Raashul

@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 avatar Nov 27 '19 21:11 bigopon

@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 avatar Nov 27 '19 21:11 Raashul

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.

Raashul avatar Nov 27 '19 21:11 Raashul

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

94ankitshrivastava avatar Dec 02 '19 12:12 94ankitshrivastava