🧀Nat'l Cheddar Day bugfixes

At some point in the next few weeks/months, a different owl will start writing these release notes. So I had to take full advantage of a cheese-themed national holiday for today's bugfixes. 🧀

Most of our bugfixes lately have been related to either the new lefthand app navigation or the righthand column of the editor:

  • In the article editor, when viewing a Version, the Make Visible to Groups section always said "None" when it was collapsed, even if groups had been selected. We've fixed this so that the collapsed section summary text accurately lists any groups selected.
  • The Change Category pop-up wasn't showing the autosuggestions as you typed. It is now.
  • If you tried to send a webhook to an endpoint that included URL encoding (such as &api-version=), we were stripping out the encoded portion, which made any webhook tests or sends fail. We've updated our logic to properly encode the entire endpoint now.

Behind-the-scenes, we also made some tweaks to the logic we use to check if someone else has the same article open for editing. This wasn't to address any bugs, but just to help with the performance of that functionality. That said, if you do notice any odd behavior in that collision detection behavior, please let us know, as it may mean that we introduced a bug while we were streamlining it!