-
-
Notifications
You must be signed in to change notification settings - Fork 276
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
Update to gin 3.0-rc13 #852
base: 3.x
Are you sure you want to change the base?
Conversation
Looks like rc13 was released today. |
Can you post a screenshot of what this looks like?
Agreed. |
Chatting today, lets add an update hook to enable this by default, but open in a separate PR and not merge until Gin upgrades this feature from "experimental" and makes it a default. |
Update: I think we amended this plan on the dev call (correct me if I'm wrong @paul121). We will update to the new version but we will NOT make an update hook to enable sticky buttons... yet. Instead we will make a follow-up draft PR that enables them, but wait until that becomes the official default in Gin before we merge it here. The thinking is: right now it's "experimental" in Gin, which means there is still a chance it WON'T be added or made the default. So if we add an update hook now, and then it goes away, we may need another update hook to remove it. By waiting we a) let it get more testing in the wild before adopting, and b) potentially save ourselves needing to undo it with another update hook if upstream decides not to merge it. Maybe overly safe but seems like the right way to proceed here. So I think this can be merged (right @paul121?) - but perhaps we should just knock off that draft PR now so that we don't forget. |
Sorry yes - we're saying the same thing! I just left that quick note during the dev call and wasn't very clear
I think we should wait for a fix or patch for the bug I mentioned above. But I don't think we're in a rush to upgrade tho, I don't remember seeing any other improvements or fixes that are very important |
I'll investigate rc13 and see if my patch for above mentioned issue might still apply... |
There was a conflict and I had to rebase this patch onto the latest gin changes. I've also pinged the Gin group in slack to see if we can get a review on this. I would love to have someone review this before we include this patch in FarmOS since it is a moderately involved/potentially very significant change. It also looks like there has been a decent number of bug fixes since rc13 so I think we're just better off waiting for a new release at this point. |
Opening this issue to track any changes we need to support gin 3.0-rc12.
Since we are currently on 3.0-rc10 this also includes various improvements and bugfixes from 3.0-rc11
But most notably a new feature that moves all form action buttons to a top sticky header: https://www.drupal.org/project/gin/issues/3356717