Release 2021.007 - HL Vanilla Community
<main> <article class="userContent"> <h2 data-id="schedule">Schedule</h2><p>Release 2021.007 will be deployed:</p><ul><li>To staging sites: Wednesday, April 7th</li><li>To production site: Monday, April 12th</li><li>To Enterprise client sites: Monday, April 19th</li></ul><h2 data-id="zapier-templates-docs">Zapier Templates & Docs</h2><p>We've added a Zapier page to our Dashboard settings to allow you to explore and set-up Zapier templates from within your Vanilla Dashboard. </p><div class="embedExternal embedImage display-large float-none"> <div class="embedExternal-content"> <a class="embedImage-link" href="https://us.v-cdn.net/6030677/uploads/8I1MMOJXTWUN/screen-shot-2021-04-06-at-12-04-11-pm.png" rel="nofollow noreferrer noopener ugc" target="_blank"> <img class="embedImage-img" src="https://us.v-cdn.net/6030677/uploads/8I1MMOJXTWUN/screen-shot-2021-04-06-at-12-04-11-pm.png" alt="Screen Shot 2021-04-06 at 12.04.11 PM.png" height="948" width="1413" loading="lazy" data-display-size="large" data-float="none"></img></a> </div> </div> <h2 data-id="parent-theme-support">Parent Theme Support</h2><p>It is now possible to share assets between file-based themes with the <code class="code codeInline" spellcheck="false" tabindex="0">parent</code> key in the <code class="code codeInline" spellcheck="false" tabindex="0">addon.json</code>. By setting this theme to another the key of another theme, the parent assets will be merged with the child assets.</p><p>Here's how it works:</p><ul><li><code class="code codeInline" spellcheck="false" tabindex="0">variables.json</code> or <code class="code codeInline" spellcheck="false" tabindex="0">variables.neon </code>- Variables are merged together.</li><li><code class="code codeInline" spellcheck="false" tabindex="0">styles.css</code> - Styles are concatenated.</li><li><code class="code codeInline" spellcheck="false" tabindex="0">javascript.js</code> - Javascript is concatenated.</li><li>All assets (if the child does not specify the asset, it will be inherited from the parent).</li></ul><p>Future releases may add additional behaviours to parent themes.</p><h2 data-id="bug-fixes-and-improvements">Bug Fixes and Improvements</h2><ul><li>Add ban by fingerprint to the troll management plugin<a href="https://github.com/vanilla/addons/pull/844" rel="nofollow noreferrer ugc">- addons#844</a></li><li>Add the RelayState to SAML sign out requests.<a href="https://github.com/vanilla/vanilla-cloud/pull/2237" rel="nofollow noreferrer ugc">- vanilla-cloud#2237</a></li><li>Add DiscussionModel::merge() method<a href="https://github.com/vanilla/vanilla-cloud/pull/1965" rel="nofollow noreferrer ugc">- vanilla-cloud#1965</a></li><li>Add discussions api common expand<a href="https://github.com/vanilla/vanilla-cloud/pull/2505" rel="nofollow noreferrer ugc">- vanilla-cloud#2505</a></li><li>Add user tags to discussion UI <a href="https://github.com/vanilla/vanilla-cloud/pull/2502" rel="nofollow noreferrer ugc">- vanilla-cloud#2502</a></li><li>Add API endpoint for iterating over PHP generators <a href="https://github.com/vanilla/vanilla-cloud/pull/2523" rel="nofollow noreferrer ugc">- vanilla-cloud#2523</a></li><li>Add initial implementation of theme asset merging<a href="https://github.com/vanilla/vanilla-cloud/pull/2527" rel="nofollow noreferrer ugc">- vanilla-cloud#2527</a></li><li>Add better input and button normalization for cross-browser support<a href="https://github.com/vanilla/vanilla-cloud/pull/2560" rel="nofollow noreferrer ugc">- vanilla-cloud#2560</a></li><li>Add support for rich fragment lists<a href="https://github.com/vanilla/vanilla-cloud/pull/2558" rel="nofollow noreferrer ugc">- vanilla-cloud#2558</a></li><li>Add user card to LeaderBoardModule(List) view<a href="https://github.com/vanilla/vanilla-cloud/pull/2540" rel="nofollow noreferrer ugc">- vanilla-cloud#2540</a></li><li>Fix broken search result images in articles with image embeds<a href="https://github.com/vanilla/vanilla-cloud/pull/2609" rel="nofollow noreferrer ugc">- vanilla-cloud#2609</a></li><li>Fix stub-content posts being marked as spam by akismet<a href="https://github.com/vanilla/vanilla-cloud/pull/2606" rel="nofollow noreferrer ugc">- vanilla-cloud#2606</a></li><li>Fix orphaned junction tables appearing as no permission<a href="https://github.com/vanilla/vanilla-cloud/pull/2604" rel="nofollow noreferrer ugc">- vanilla-cloud#2604</a></li><li>Fix QnA status when deleting comments<a href="https://github.com/vanilla/vanilla-cloud/pull/2602" rel="nofollow noreferrer ugc">- vanilla-cloud#2602</a></li><li>Fixes double encoding of special chars in WYSIWYG codeblocks<a href="https://github.com/vanilla/vanilla-cloud/pull/2591" rel="nofollow noreferrer ugc">- vanilla-cloud#2591</a></li><li>Fix underlined links in leaderboard list and groups searchbar spacing when signed out<a href="https://github.com/vanilla/vanilla-cloud/pull/2586" rel="nofollow noreferrer ugc">- vanilla-cloud#2586</a></li><li>Fix badges email missing description<a href="https://github.com/vanilla/vanilla-cloud/pull/2585" rel="nofollow noreferrer ugc">- vanilla-cloud#2585</a></li><li>Fixes invisible dashboard<a href="https://github.com/vanilla/vanilla-cloud/pull/2584" rel="nofollow noreferrer ugc">- vanilla-cloud#2584</a></li><li>Fix user permissions schema<a href="https://github.com/vanilla/vanilla-cloud/pull/2570" rel="nofollow noreferrer ugc">- vanilla-cloud#2570</a></li><li>Fix performance of `_mountComponents()` with a large amount of components<a href="https://github.com/vanilla/vanilla-cloud/pull/2569" rel="nofollow noreferrer ugc">- vanilla-cloud#2569</a></li><li>Fix admins can't see categories on settings page without Discussions.View permission<a href="https://github.com/vanilla/vanilla-cloud/pull/2557" rel="nofollow noreferrer ugc">- vanilla-cloud#2557</a></li><li>Fix user dateLastActive not updating<a href="https://github.com/vanilla/vanilla-cloud/pull/2556" rel="nofollow noreferrer ugc">- vanilla-cloud#2556</a></li><li>Fix excessive whitespace stripping in HtmlNormalizeTrait<a href="https://github.com/vanilla/vanilla-cloud/pull/2551" rel="nofollow noreferrer ugc">- vanilla-cloud#2551</a></li><li>Fix validation errors on userFragments and categories allow discussion types<a href="https://github.com/vanilla/vanilla-cloud/pull/2541" rel="nofollow noreferrer ugc">- vanilla-cloud#2541</a></li><li>Fix remote resource content column type<a href="https://github.com/vanilla/vanilla-cloud/pull/2535" rel="nofollow noreferrer ugc">- vanilla-cloud#2535</a></li><li>Fixs missing quotes with (Quote) on profile/comments page<a href="https://github.com/vanilla/vanilla-cloud/pull/2532" rel="nofollow noreferrer ugc">- vanilla-cloud#2532</a></li><li>Fix permission error when approving applicants<a href="https://github.com/vanilla/vanilla-cloud/pull/2530" rel="nofollow noreferrer ugc">- vanilla-cloud#2530</a></li><li>Fix article foreignID <a href="https://github.com/vanilla/vanilla-cloud/pull/2529" rel="nofollow noreferrer ugc">- vanilla-cloud#2529</a></li><li>Fix not all new lines in email formatted correctly<a href="https://github.com/vanilla/vanilla-cloud/pull/2526" rel="nofollow noreferrer ugc">- vanilla-cloud#2526</a></li><li>Fix overlapping in mobiles<a href="https://github.com/vanilla/vanilla-cloud/pull/2521" rel="nofollow noreferrer ugc">- vanilla-cloud#2521</a></li><li>Fix issues with new discussion list<a href="https://github.com/vanilla/vanilla-cloud/pull/2518" rel="nofollow noreferrer ugc">- vanilla-cloud#2518</a></li><li>Fix userID can be set as a string<a href="https://github.com/vanilla/vanilla-cloud/pull/2517" rel="nofollow noreferrer ugc">- vanilla-cloud#2517</a></li><li>Fix KB styling issues<a href="https://github.com/vanilla/vanilla-cloud/pull/2516" rel="nofollow noreferrer ugc">- vanilla-cloud#2516</a></li><li>Fix mobile only navigation<a href="https://github.com/vanilla/vanilla-cloud/pull/2515" rel="nofollow noreferrer ugc">- vanilla-cloud#2515</a></li><li>Fix discussion options menu showing when it shouldn't<a href="https://github.com/vanilla/vanilla-cloud/pull/2514" rel="nofollow noreferrer ugc">- vanilla-cloud#2514</a></li><li>Fix conversations api when body has an external embed<a href="https://github.com/vanilla/vanilla-cloud/pull/2508" rel="nofollow noreferrer ugc">- vanilla-cloud#2508</a></li><li>Fix users getting two emails when rank increases<a href="https://github.com/vanilla/vanilla-cloud/pull/2466" rel="nofollow noreferrer ugc">- vanilla-cloud#2466</a></li><li>Fix comment query returning orphan comments<a href="https://github.com/vanilla/vanilla-cloud/pull/2448" rel="nofollow noreferrer ugc">- vanilla-cloud#2448</a></li><li>Fix merging discussions counts<a href="https://github.com/vanilla/vanilla-cloud/pull/2413" rel="nofollow noreferrer ugc">- vanilla-cloud#2413</a></li><li>Fix profile extender rendering fields out of order<a href="https://github.com/vanilla/vanilla-cloud/pull/2412" rel="nofollow noreferrer ugc">- vanilla-cloud#2412</a></li><li>Fix disappearing header In foundation- <a href="https://github.com/vanilla/vanilla-cloud/pull/2724" rel="nofollow noreferrer ugc">vanilla-cloud#2724</a></li><li>Fix broken radio input layouts- <a href="https://github.com/vanilla/vanilla-cloud/pull/2592" rel="nofollow noreferrer ugc">vanilla-cloud#2592</a></li><li>Fix checkbox input layout- <a href="https://github.com/vanilla/vanilla-cloud/pull/2720" rel="nofollow noreferrer ugc">vanilla-cloud#2720</a></li><li>Fix search widget module- <a href="https://github.com/vanilla/vanilla-cloud/pull/2681" rel="nofollow noreferrer ugc">vanilla-cloud#2681</a></li><li>Fix articles with multiple translations (revisions) not appearing in sitemap- <a href="https://github.com/vanilla/vanilla-cloud/pull/2617" rel="nofollow noreferrer ugc">vanilla-cloud#2617</a></li><li>Fix validation error when search driver is force set in the config- <a href="https://github.com/vanilla/vanilla-cloud/issues/2620" rel="nofollow noreferrer ugc">vanilla-cloud#2620</a></li><li>Fix saving comment drafts not saving- <a href="https://github.com/vanilla/vanilla-cloud/pull/2673" rel="nofollow noreferrer ugc">vanilla-cloud#2673</a></li><li>Fix advanced search paging with elastic-<a href="https://github.com/vanilla/vanilla-cloud/pull/2731" rel="nofollow noreferrer ugc"> vanilla-cloud#2731</a></li><li>Fix emoji's appearing as search result images- <a href="https://github.com/vanilla/vanilla-cloud/pull/2685" rel="nofollow noreferrer ugc">vanilla-cloud#2685</a></li></ul> </article> </main>