-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Planning bug fix release v5.3.1 #7620
Comments
@Jermolene .. Please also let us also fix this one: [BUG] Drag and drop from Google Chrome to Firefox fails #7440 |
A minor question: Is the above list everything that would go into the release, or just the important things you're focusing on? Do you cherry pick the commits for this or publish the trunk? I only ask because I want to know if the following |size |The number of rows to display in multiple selection mode |
|actions |A string containing ActionWidgets to be triggered when the key combination is detected |
|focus |<<.from-version "5.2.4">> Optional. Set to "yes" to automatically focus the HTML select element after creation |
+ |tabindex |<<.from-version "5.3.1">> Optional. Sets the `tabindex` attribute of the HTML select element to the given value |
! Examples was presumptuous, and whether we will need to go back and change #7594 to update the release version when it actually is deployed. |
Usually it's the state of the https://tiddlywiki.com/prerelease/ that will go into a new version. So if something is merged already now, it should be part of the new release. Except if it interferes with the issues listed in the OP. Code related to the issues may be changed for the new release. |
Everything on master will be included in v5.3.1, unless any problems turn up during testing. |
Recommend that we include #7624 which is a bug fix for the missing indentation support for the pragmas introduced in v5.3.0 |
Thanks @saqimtiaz I've merged that. |
Suggest we revert #7468 due to potential performance considerations. |
I have several plugins that are having trouble with v5.3.0 because they work with the parse tree.
I can easily migrate my plugins, but these are backward breaking changes. I don't care if they're rolled back or not, but I would like to know, because it'll change how I migrate my plugins. |
Hi @flibbles as we've discussed elsewhere, it is very unfortunate that we didn't identify these problems before the release of v5.3.0. I am not planning to revert these changes. I'd prefer to work on better integration between the core and relink, so that things are not so brittle in the future. |
I've missed a few days with COVID (again!), but recovering well and now getting back up to speed. I've updated the schedule in the OP. |
We are now entering the prerelease freeze for v5.3.1, where no further PRs will be merged until after the release on August 7th (apart from documentation). |
I just noticed that #7448 has a comment on it about a bug I introduced, which I have pulled out into a GitHub issue at #7678. I have a bugfix PR ready at #7679. I know it's late in the prerelease freeze, but it's a very short bugfix (two lines of code, plus one line fixing a code-style issue in the same file) and should be very easy to test. @Jermolene, would it be possible to get this bugfix reviewed in time to go into 7.3.1? Edit: Thanks for merging #7679, I'm glad the bugfix will make it into 5.3.1 despite how late I noticed the comment about the bug. |
@Jermolene ... You may check the last 2 elements and then close this one. Well done! :) |
This release doesn't seem to break anything of mine. Thanks! |
Thank you @pmario |
I am planning to release TiddlyWiki v5.3.1 in order to get the following changes out:
Planned schedule:
24th31st July prerelease frozen to further changes, and an announcement posted to the forum7th18th-21st August release of v5.3.1The text was updated successfully, but these errors were encountered: