-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ionic v4-beta.1] Flexbox properties not working anymore #14985
Comments
Same here, all the styling I developed for beta.0 regarding flex doesn't work anymore in beta.1 |
@peterpeterparker Also, exactly the same styling worked for v3 and below as well ... |
@marcelgoya not 100% the same, I have to custom made a couple of changes for beta.0 but they doesn't work anymore in beta.1 |
@peterpeterparker this sucks! To be honest, they've said that v4 is now in beta status but quite frankly they're currently doing exactly the same thing they've done during the migration from v1 to v2, which is publishing half ready software and wasting other peoples time by letting them post issues on their github account. I already had to fix several bugs myself and create patch files. It's all very frustrating and disappointing. |
@marcelgoya I mean per definition a beta software is a beta software if you wish to have a more stable core you should then maybe had wait for a release candidate or even later stage I guess P.S.: https://en.wikipedia.org/wiki/Software_release_life_cycle#Beta definition: "Beta phase generally begins when the software is feature complete but likely to contain a number of known or unknown bugs" |
@peterpeterparker Alright, then per definition its still classified as alpha because there is a lot of small stuff still missing like correct platform detection, proper css element styling etc ... |
@marcelgoya as you wish |
All good for me with v4.0.0-beta2, thx a lot 👍 |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
My dynamic column height flex properties stopped working after upgrading to beta1. They working fine on beta0.
Bug Report
Ionic Info
Run
ionic info
from a terminal/cmd prompt and paste the output below.Describe the Bug
The height: 100% seems to have stopped working with the latest beta.
Steps to Reproduce
Related Code
Expected Behavior
The total row height should be 100% and each row should have a dynamic height.
Additional Context
The text was updated successfully, but these errors were encountered: