-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[WIP] Release/5.0.0 #5028
[WIP] Release/5.0.0 #5028
Conversation
Adding a tutorial link to README.md
fixed no used warning
…ribution Turn on the BUILD_LIBRARY_FOR_DISTRIBUTION flag
tried ChartsDemo-iOS, not build when BUILD_LIBRARY_FOR_DISTRIBUTION is on radar: https://feedbackassistant.apple.com/feedback/12078082 |
btw, have you tried running the tests, should we update the test images using new Xcode? |
Yeah this is the issue I ran into as well. |
Hmm yeah I don’t know. The test run fine on CI but it might be a good idea. Could you add an issue to the 5.0 milestone so we don’t forget. |
I do see
On my mac it is
Xcode Version 14.2 (14C18), 14 Pro Simulator 16.2. Compared two diffs, mostly the label diff, the issue is the label I generated is grey, while the test image is black |
I didn't get any reply from Swift forum nor radar. Not sure what we should go for, either wait or make a release but pointing out the Objc'demo is broken |
@rineek usually we don't care too much about dark mode tests. |
Any update here? Who is the right person to make the call as to whether or not these test cases actually matter? |
Hey they don’t actually matter to release. I think we can just force light mode in the tests. The real problem is #5028 (comment) It is a blocker. If you have ideas I’m open to them :p |
Hey guys, bumping the minimum iOS version of the ChartsDemo-iOS target to iOS 13 resolves the issue. I've actually created a fresh Objective-C project, added the binary framework, created the Swift files to use the marker subclasses and as soon as I lowered the minimum deployment target to < 13.0 the build error appear. Hope that helps and we can get a release soon. |
@FelixHerrmann thanks. Will look at all that maybe this weekend. |
@pmairoldi do you think it's reasonable to bump the minimum version as @FelixHerrmann mentioned? |
I haven’t tried yet. |
@pmairoldi is there any way I could assist in this. Is a new PR required just to bump the min version and test? |
bump min version to 13 for ios project
@pmairoldi any update on when we might be able to get a release? |
Merge from master
so, seems good to go? just try to compare the light mode tests? |
There are a couple points left in milestone 5.0.0 |
eh. I will see what I could take on tomorrow |
Fix Xcode 14.3 import warnings
remove swift-algorithms package in favor of manully importing needed …
5.0.0 has been released. |
cheers, maybe get a beer from the funds! |
Work to release a 5.0 version of Charts. The main goal of the release is to rename the library to DGCharts.