September 2024 - Monthly Update
See the Office Hours minutes for more details.
03/09/2024
- A question was raised over the Vivid / Vue binding bundle size
- Libraries such as Video.js are being exported even when not used
- It was agreed to look into improving tree shaking in the Vue bindings
17/09/2024
- An enhancement request was made for the date /range picker to include the option for an integrate time picker. This would bring it inline with a Volta version of this component
- It was agreed that we would add this request to the backlog for Q4
Announcing the new Searchable select component.
Searchable Select allows users to select one or multiple items from a list of options. It provides a search input field to filter the options.
The sort icon in the header of data-grid are now aligned closer to the header text.
We have added a condensed size to the FAB component.
We have added a warning connotation to the Icon component.
We have added a shadow to the tab list container when the number/size of tab items creates a scroll. Previously, it could be hard to see that there were more items.
Adds a close button to the tab component to enable removable tabs.
Adds condensed size to Text field, Number field and Select components.
When the menu is within a container that has properties such as transform, perspective, or container-type, which modify its containing block, it messes with the default fixed position. This can be remedied by setting the position-strategy to absolute.