Skip to content

v2.3.0

Compare
Choose a tag to compare
@morrys morrys released this 01 Oct 11:25
· 5 commits to main since this release

New additions

  • NsDrawer:

    • A new component called NsDrawer has been introduced to manage collapsible content.
  • NsAutocomplete:

    • Added "Multiselect" functionality for the NsAutocomplete component, enabling multiple item selection.

Improved

  • NsWizard:

    • Introduced dot notation support for accessing nested JSON properties, simplifying the handling of complex data structures.
  • NsLogin:

    • The width of the NsLogin card can now be adjusted via the cardWidth prop, providing more flexibility in layout design.
  • Storybook:

    • Upgraded to the latest version to enhance compatibility and overall performance.

Fixed

  • NsLogin:
    • Resolved label issues with the DefaultButtons in the NsLogin component.