OneDesign-Vue

Version 3.6.6 - December 9th, 2024

This release focuses on component updates.

  • Fixed light/dark theme bug in Breadcrumbs component.
  • Changed how validation (success/error) is visualized on form components.
  • Added 3 different sizes for the Tab component.
  • Updated Footer icons and default links.
  • Updated colors and dismissable icon for Alerts.
  • Updated Cards - If using Nuxt, use the new nuxtTo prop to generate a nuxt-link, or keep using to to use standard router-link instead.

Version 3.6.5 - September 26th, 2024

  • Minor update to address dependency vulnerabilities

Version 3.6.4 - July 15th, 2024

This release focuses on minor security updates.

Version 3.6.3 - June 24th, 2024

This release focuses on minor component and security updates.

  • Added disabled state to options for the Select field.
  • Updated dependencies to fix security vulnerabilities - Uncontrolled resource consumption in braces
  • Adjust header classes
  • Add id to the Action items on the O-Table
  • Fix Tab component emits
  • Adjust accordion height setting
  • Fix modal positioning

Version 3.6.0 - March 19th, 2024

  • Removed the TypeAhead component - you should now use the OField with the 'search' type.
  • Improved the data binding in the OField component, and updated the OForm.
  • Improved the data binding in the OSignInPage - If using default fields, it now emits the values on OK, otherwise only triggers an empty emit.
  • Improved compatibility for Vite integration.

Version 3.5.0 - August 28th, 2023

  • Updated the card and alert according to the new brand refresh guidelines.
  • Added icon support to sidemenu children
  • Fixed validation on SignInPage
  • Fixed bug with mouseenter / mouseleave on Tooltip and Popover directives
  • Added emit to Tab component
  • Fixed filtering on Table component
    This version has a lot a small bugfixes, mentioned above, as well as two brand new versions of the Card and Alert components!
    These two are not only inline with the Brand Refresh styling, but also are simplified both in styles and in usage, to better suit your needs!

Version 3.4.0 - February 8th, 2023

  • Updated the header according to the new brand refresh guidelines.

Replaced the header with a more simple version that allows for menu items with children (up to 2 children) and simplified the actions section to allow for both slots and an array of items. User menu is available through the array also, and mobile functionality was improved!

Version 3.3.0 - December 5th, 2022

  • Added Brand refresh styles for breadcrumb.

Version 3.2.0 - November 15th, 2022

  • Updating OneDesign-Vue component library to add proper compatibility with OneDesign 3.2 (which includes Bootstrap 5).
  • Changed hideifLoggedIn to hideMenuIfLoggedIn on the OHeader component to improve legibility.

Version 3.1.0 - August 23rd, 2022

Main focus of this release was to address several vulnerabilites due to stale bootstrap-vue library usage (latest major release in 2020-12), and to upgrade the component library to use Vue.js v3.

  • Removed dependency on bootstrap-vue
  • Upgraded Vue.js v2 to Vue.js v3
  • Added new custom components that existed only as styled bootstrap-vue components.
  • Deprecated OExpandCollapse component


All components behave the same way except the following: \

New components vs. previous versions:

Component NameV2V3
Buttonb-buttonOButton
Dropdownb-dropdown, b-dropdown-button, b-dropdown-divider, b-dropdown-header, b-dropdown-item, b-dropdown-navODropdown, ODropdownButton, ODropdownDivider, ODropdownHeader, ODropdownItem, ODropdownNav
Progress Barb-progressOProgressBar
Tabs (*tabs wrapper is still OTabs)b-tabOTab
Tooltipb-tooltip (directive was v-b-tooltip)OTooltip (directive is v-o-tooltip)


Further vulnerabilites addressed in next release with upgrade to bootstrap 5 on main OneDesign styles. \

Version 3.0.0 - April 11th, 2022

OneDesign-Vue 3.0 Release sees the addition of the new Design Token library to define the base styles for both the main component library and also each of the components. This Vue component library is based on these new Brand Refresh styles.
Full list of updates is:

  • Updated components based on new Brand Refresh:
    • Accordion
    • Badges
    • Buttons & Button Groups
    • Form Inputs
  • Added new components based on new Brand Refresh:
    • Links
    • List Groups
    • Spinner

Version 2.0.0 - April 11th, 2022

  • Removed dependency of OneDesign NPM package

Version 1.7.1 - November 4th, 2021

  • Improve nested route support on OHeader (option to disable submenus)

Version 1.7.0 - October 27th, 2021

  • Added nested route support on OHeader Menu
  • Added improved support for custom elements on OFooter (custom copyright text, custom menu items and custom social media items)
  • Added OSignInPage component with support for different product backgrounds
  • Removed extraneous data from npm package (OneDesign Website and Storybook)

Version 1.6.0 - May 14th, 2021

  • Improved OHeader states (with or without menu)​
  • Added improvements for Otable (Grouped Header items, fixed column widths and added overrides on text for Internationalization)

Version 1.5.1 - March 29th, 2021

  • Patch to fix DNV Display font-loading for non-VerIT devices.

Version 1.5.0 - March 12th, 2021

  • Released New Header, Footer and OClickToAccept and font changes reflecting the new company name and rebranding.

Version 1.4.1 - February 16th, 2021

  • Bugfix for OCard mixin import
  • Updated OHeader properties to allow hidden menu with logged off users

Version 1.4.0 - January 28th, 2021

  • Exposed Pagination as an independent component
  • Added default filtering logic to OTable and removed set limit of 5 items per page
  • Switched Font Awesome npm package on @fortawesome registry to our registry on Azure DevOps

Version 1.3.0 - October 20th, 2020

  • Updated the card component to include a Font Awesome Icon Variant
  • Launched a new version of the OneDesign Homepage
  • Updated forms inputs guidelines - marking both required and optional fields

Version 1.2.5 - May 20th, 2020

  • Fixed issue with hover state for Time input component
  • Added support for nested sub menu items and for light version of side menu, as well as better support for icons on OSidemenu.
  • Updated support on accordion component for disabled elements.
  • Updated Bootstrap-Vue to 2.14.0