Skip to content

Commit

Permalink
info/changelog (#390)
Browse files Browse the repository at this point in the history
* Update whats-happening.hbs
  • Loading branch information
laurenhitchon authored Feb 28, 2024
1 parent 9d03776 commit 1533933
Showing 1 changed file with 31 additions and 8 deletions.
39 changes: 31 additions & 8 deletions src/docs/content/about/whats-happening.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,45 @@ meta-index: true
</tr>
</thead>
<tbody>
<tr>
<td>v3.16.0</td>
<td>28.02.23</td>
<td>
<h4>Added</h4>
<ul>
<li><strong>Date input:</strong> New <a href="/components/date-input/index.html">Date input</a> documentation outlining the usage of date input component.</li>
<li><strong>Date picker:</strong> New <a href="/components/date-picker/index.html">Date picker</a> component allowing users to easily select dates in a user-friendly manner.</li>
</ul>
</td>
<td><a target="_blank" href="https://github.com/digitalnsw/nsw-design-system/releases/tag/v3.16.0" target="_blank">Code kit</a></td>
</tr>
<tr>
<td>v3.15.0</td>
<td>28.02.23</td>
<td>
<h4>Added</h4>
<ul>
<li>Implemented support for inverted demo examples for each component.</li>
<li>Implemented support for themed demo examples for each component. This feature showcases how components and elements appear when presented with alternative color schemes or themes.</li>
<li>SASS theming variables and updated developer <a href="/docs/content/develop/theming.html">documentation for theming</a> to support multiple levels of customisation based on branding requirements, so that developers can easily implement and modify colour themes.</li>
<li><strong>Card carousel:</strong> New <a href="/components/card-carousel/index.html">Card carousel</a> component allowing users to view and interact with multiple cards in a visually appealing and navigable format.</li>
</ul>
</td>
<td><a target="_blank" href="https://github.com/digitalnsw/nsw-design-system/releases/tag/v3.15.0" target="_blank">Code kit</a></td>
</tr>
<tr>
<td>v3.14.0</td>
<td>5.12.23</td>
<td>
<h4>Added</h4>
<ul>
<li><strong>Utility list component:</strong> New <a href="/components/utility-list/index.html">Utility list</a> component giving users quick access to commonly used actions on content, including printing, downloading and sharing across different social media platforms.</li>
</ul>
<h4>Fixed</h4>
<ul>
<li><strong>Multiple select component:</strong> Fixed the absence of the nsw-multi-select__button element creation when an option was pre-selected onload.</li>
<li><strong>Support for the HTML select multiple in the filters component:</strong> Updated the component's logic to recognise and manage multiple selections efficiently, providing users with enhanced filtering capabilities.</li>
</ul>
<h4>Added</h4>
<ul>
<li><strong>Utility list component:</strong> New <a href="/components/utility-list/index.html">Utility list</a> component giving users quick access to commonly used actions on content, including printing, downloading and sharing across different social media platforms.</li>
</ul>
</td>
<td><a target="_blank" href="https://github.com/digitalnsw/nsw-design-system/releases/tag/v3.14.0" target="_blank">Code kit</a></td>
</tr>
Expand All @@ -62,16 +88,13 @@ meta-index: true
<li><strong>Contribution Criteria Page:</strong> Added a new page outlining the <a href="/docs/content/contribute/contribution-criteria.html">criteria for contributions</a>.</li>
<li><strong>Propose a New Component Page:</strong> Added a new page to facilitate the submission of <a href="/docs/content/contribute/propose-a-new-component.html">new component proposals</a>.</li>
<li><strong>Build a New Component Page:</strong> Added a new page to guide users through the <a href="/docs/content/contribute/build-a-new-component.html">process of building new components</a> to showcase our contribution process.</li>
<li><strong>Back to top component:</strong> New <a href="/components/back-to-top/index.html">Back to top</a> component allowing users to navigate back to the top of the page for enhanced usability.</li>
</ul>
<h4>Fixed</h4>
<ul>
<li><strong>Tabs Accessibility Bug:</strong> Rectified the accessibility bug within tabs by including the <code>aria-owns</code> attribute to the <code>role="tablist"</code> element, ensuring improved accessibility for all users.</li>
<li><strong>Collapsible Filters Icon:</strong> Fixed the size issue of the open/close icon for collapsible filters, enhancing visual consistency and user experience.</li>
</ul>
<h4>Added</h4>
<ul>
<li><strong>Back to top component:</strong> New <a href="/components/back-to-top/index.html">Back to top</a> component allowing users to navigate back to the top of the page for enhanced usability.</li>
</ul>
</td>
<td><a target="_blank" href="https://github.com/digitalnsw/nsw-design-system/releases/tag/v3.13.0" target="_blank">Code kit</a></td>
</tr>
Expand Down

0 comments on commit 1533933

Please sign in to comment.