Conversation
|
Looks alright to me. I see you made a default implementation for this method |
|
@rnystrom updated the pull request - view changes |
|
I think this is fine though. People tend to freak out about version numbers, I don't think it's a big deal. What's important is communicating changes + proper SemVer. Looks like there's a handful of things in the 3.1.0 milestone that we could wrap up -- we could merge those and this, rename to 4.0 and push a release. The current 4.0 would then get bumped to 5.0. Thoughts? cc @amonshiz |
|
@jessesquires TIL! Another option: I could make this with Or maybe I hold off on this, land some internal changes + fixes (I have some diffs up inside), release 3.1, then land + prep 4.0? edit: The |
|
i'm fine bumping table view support to 5.0 |
|
@rnystrom -- either of those sound good to me. RE: 4.0 release -- We could just merge this and immediately push 4.0, then anything else goes into 4.1. I was just thinking, since we have some low-hanging fruit, we could include more in a 4.0 release to make it "more worth it" |
|
Ya I'd rather package a bit more into the 4.0 since semantically its kind of a big deal. Atm there's barely anything compared to 3.0. I lean towards |
|
@rnystrom updated the pull request - view changes |
|
|
||
| @note Method is `@optional` until the 4.0.0 release where it will become required. | ||
| */ | ||
| @optional |
There was a problem hiding this comment.
i thought swift didn't support @optional which is why there has been a push internally to remove all @optional protocol methods and properties.
There was a problem hiding this comment.
Still supports it, discouraged b/c of how it will silently break things
https://useyourloaf.com/blog/swift-optional-protocol-methods/
|
Importing for eyeballs |
|
@rnystrom has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator. |
|
@rnystrom sounds good to me 👍 let's make sure we create a 4.0 task to remove |
Changes in this pull request
Adding support for a cell deselection API. Trying to make some headway to move and drag+drop support, but also want better stock
UICollectionViewAPI support. Will also assist eventualUITableViewsupport.IGListSectionControllerAssists #524 and #184
Checklist
CHANGELOG.mdfor any breaking changes, enhancements, or bug fixes.