Change log

    1.7.2

    02.02.2024

    Changes

    Components

    • Fixed Badge position in Tabs
    • Removed required from onChange prop in Mmp
    • Updated Mmp to have a starting value of 1
    • Questionnaire
      • Fixed styling
      • Added states prop to handle option states

    1.7.1

    27.08.2024

    Changes

    Components

    • fixed PropType error for Toggle value
    • added value prop for Scale

    1.7.0

    20.08.2024

    Changes

    Components

    • added value to Toggle
    • Questionnaire
      • added initialValues and initialNAChecked
      • lifted selectedValues and setSelectedValues up out of the component

    1.6.4

    12.08.2024

    Changes

    Components


    1.6.3

    25.07.2024

    Changes

    Components

    • ImageViewer
      • Added onSeek and seekPosition props
      • Added ImageViewer.Timer subcomponent to display the duration and currentTime of the video

    1.6.2

    24.07.2024

    Changes

    Components

    • ImageViewer
      • Removed slider prop
      • Updated Settings.Button to manage its own state
      • Added icon prop and buttonProps to be passed to internal IconButton
      • Added duration and current time to the SeekingBar

    1.6.1

    23.07.2024

    Changes

    Components

    • Removed z-index from Badges when used in Tabs
    • Added SeekingBar subcomponent to ImageViewer

    1.6.0

    22.07.2024

    Changes

    Components

    • Added padding back to Card body and added bodyPadding prop
    • Added padding back to Modal body and added bodyPadding prop

    1.5.0

    15.07.2024

    Changes

    Components


    1.4.0

    09.07.2024

    Changes

    Components

    • FileInput
      • Added label prop
      • Removed onUpload prop
      • Added onFilesSelected prop to handle file selection event
      • Updated the structure to better handle file previews and actions
        • Updated component to trigger onFilesSelected when files are selected via file input or drag-and-drop
        • Removed internal state management of files (currentFiles) and file handling methods (processFiles, deleteFile)
        • Simplified actions to recieve other components instead of a function
        • Changed previews prop to children instead of a function
      • Updated hasDescription to recieve function that gets passed to IconButton

    1.3.1

    05.07.2024

    Changes

    Components

    • Fixed height for Datepicker
    • Sidebar
      • Fixed badge position
      • Fixed label length/text-wrap
    • Fixed active menu item border radius in Menu
    • Modal
      • Updated focused styles. unclosablepassed as true draws focus to inside the modal.
    • Removed recipient prop and changed to children for MessageItem
    • Combobox
      • Add focus state
      • Remove disabled state while loading data
      • Moved loading spinner to right
      • Added filterType prop for partial search
      • Added noResultsMessage prop
    • NumberInput
      • Added defaultValue prop
      • Fixed onChange to support value=null
    • Fixed focus state for SelectInput
    • Added EntityList

    1.3.0

    25.06.2024

    Changes

    Components

    • Fixed padding for Checkbox
    • Fixed padding for FormControl
    • Added placement, autoCloseOnClick and onMenuDismiss props to Menu
    • Fixed focus on increase/decrease buttons for NumberInput
    • Fixed onChange setState errors for NumberInput
    • Removed invalid date styles for Datepicker
    • Added ChatBubble component ChatBubble
    • Added MessageItem component MessageItem
    • UX Patterns added Chat
    • Combobox
      • Add disabled, error and loading states
      • Add value and onChange props
      • Expose open/close methods

    1.2.6

    12.06.2024

    Changes

    Components


    1.2.5

    11.06.2024

    Changes

    Components

    • Updated overflow styles on Grid
    • Added shouldOpenCalendar prop to Datepicker and improved focus state
    • Fix value and onChange for NumberInput
    • Updated unclosable prop for Modal

    1.2.4

    10.06.2024

    Changes

    Components


    1.2.3

    31.05.2024

    Changes

    Components


    1.2.2

    30.05.2024

    Changes

    Components

    • Added open prop to Modal
    • Added open prop to Menu

    1.2.1

    22.05.2024

    Changes

    Components

    • Changed internal state handling on Checkbox
    • Fix svg errors for LoadingSpinner
    • Fix FormControl styling bugs FormControl
      • Added icons to validation and link props
      • Added padding to fix focus outlines

    1.2.0

    14.05.2024

    Changes

    Components

    Documentation


    1.1.0

    08.05.2024

    Changes

    Components

    Documentation

    1.0.0

    18.04.2024

    Changes

    Components

    Documentation


    0.0.3

    Changes

    Components

    Documentation


    0.0.2

    Changes

    Components

    • Updated use of enums for variants, and font weights in multiple components
    • Added logo to the sidebar
    • Styles added to multiple components

    Documentation

    • All docs formatted and updated

    0.0.1

    29.02.2024

    Changes

    Components

    Documentation

    Misc

    • Initial Setup