You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having issues when using FileReader in the current version of Ionic2. The FileReader's events are not firing due to a known zone.js (and long ago fixed) issue. Not specifically a problem with Ionic, but this issue serves as a strong enforcement to ensure each and future release beta of Ionic runs the latest Angular and zone.js packages.
I would like clarification on why the Ionic 2 project is so drastically behind on Angular2 releases. I heard there were some issues in upgrading, but this should form a part of each and every beta and future release to keep up to date to ensure Angular2 framework bugs are resolved and ruled out.
Which Ionic Version? 2
Run ionic info from terminal/cmd prompt: (paste output below)
Cordova CLI: 6.1.0 (cordova-lib@undefined)
Ionic Version: 2.0.0-beta.3
Ionic CLI Version: 2.0.0-beta.23
Ionic App Lib Version: 2.0.0-beta.13
OS:
Node Version: v5.9.1
The text was updated successfully, but these errors were encountered:
Our releases have used versions which have sheltered devs from ng2 bugs that would not allow them to develop. Prior to our beta3 release, the latest angular version was not recommended to upgrade to by the angular team. The large refactor of zone.js introduced a few bugs into ng2, which is why we have held off. Additionally, there are any not significant differences between the ng2 betas that warrant every developer to deal with new bugs in their building process.
The next ionic release will upgrade to the latest versions that we have fully tested and considered stable for developers. Thanks
Short description of the problem:
I am having issues when using FileReader in the current version of Ionic2. The FileReader's events are not firing due to a known zone.js (and long ago fixed) issue. Not specifically a problem with Ionic, but this issue serves as a strong enforcement to ensure each and future release beta of Ionic runs the latest Angular and zone.js packages.
See here , here and here for a reference on the problem.
I would like clarification on why the Ionic 2 project is so drastically behind on Angular2 releases. I heard there were some issues in upgrading, but this should form a part of each and every beta and future release to keep up to date to ensure Angular2 framework bugs are resolved and ruled out.
Which Ionic Version? 2
Run
ionic info
from terminal/cmd prompt: (paste output below)Cordova CLI: 6.1.0 (cordova-lib@undefined)
Ionic Version: 2.0.0-beta.3
Ionic CLI Version: 2.0.0-beta.23
Ionic App Lib Version: 2.0.0-beta.13
OS:
Node Version: v5.9.1
The text was updated successfully, but these errors were encountered: