Skip to main content
Toggle navigation menu
Start Designing
Categories
Support Centre
Search
Venngage Knowledge Base
Release Notes
2022
2022
Release Notes from Venngage for the year 2022.
Release Notes December 2022
Release Notes November 25 2022
Release Notes November 18 2022
Release Notes November 11 2022
Release Notes October 28 2022
Release Notes October 14 2022
Release Notes Oct 7 2022
Release Notes Sept 16 2022
Release Notes Sept 9 2022
Release Notes August 26 2022
Release Notes August 12 2022
Release Notes July 21 2022
Release Notes - July 7
Release Notes - June 23
Release Notes - June 16
Release Notes - June 9
Release Notes - May 2022 Summary
Release Notes - April 21
Release Notes - April 14
Release Notes - April 7
Release Notes - March 31
Release Notes - March 24
Release Notes - March 17
Release Notes - February 24
Release Notes - February 18
Release Notes - February 10
Release Notes - January 27
Release Notes - January 20
Release Notes - January 13
Release Notes - January 6
Next
›
Last
»
Get in touch
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>