- Added
    - Date field (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/157)
      - Added localization and prevented future dates from being selected (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/171)
    - Ability to create custom fields (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/158)
      - With validation (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/162)
    - Checkbox field (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/160)
      - Ability to use a checkbox outside of a form (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/169)
    - Ability to use fields outside of forms
      - Text fields (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/164)
      - Dropdowns (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/174)
    - Ability for dropdowns to have an asynchronous search (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/165)
    - Ability to disable specific options in a dropdown (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/175)
    - Ability to remove the clear button in a dropdown (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/176)
    - Date range field (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/178)
      - To be eventually replaced by MUI X date range picker (https://mui.com/x/react-date-pickers/date-range-picker/)
    - Ability to click on a specific column in a table (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/182)
    - Ability to specify a secondary action button for forms (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/184)
  - Fixed
    - Bug where number fields were changed upon scrolling (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/167)
    - Bug where dropdowns would not accept an empty string as a value (https://gitlab.com/twalk-tech/react-lib/-/merge_requests/168)