2.23.5 (2026-04-27)
Code Refactoring
- enhance BaseView element selection logic and add click handler for story elements (85039d1)
2.23.4 (2026-04-21)
Bug Fixes
- remove white background from open field icon in SVG (41b415d)
2.23.3 (2026-04-19)
Code Refactoring
- add EmptyAndActiveBlocks story to showcase combined block views (233f5b0)
- enhance BlockView styles and click handling for better user interaction (a7f0318)
2.23.2 (2026-04-15)
Code Refactoring
- add OpenField icon and update icon options in stories (ebda4be)
- replace openfield.svg with open-field.svg and update icon references (62687a5)
- update open-field.svg to use currentColor for fill (da97fd1)
- update open-field.svg to use currentColor for stroke and fill (01abb79)
2.23.1 (2026-04-14)
Bug Fixes
- update BaseView to conditionally apply fullHeight class (7862e04)
Code Refactoring
- improve Modal component layout and error banner display (5586676)
- update Modal component layout and enhance error banner functionality (8a10088)
2.23.0 (2026-04-13)
Features
- improve FormDatePicker UTC handling and date conversion logic (d2e6000)
Code Refactoring
- extract FormDatePicker utility functions into a separate service file; linting (7908c2c)
- rename and update date handling functions for improved clarity and functionality (1f6713b)
2.22.0 (2026-04-13)
Features
- add ErrorBanner component with styling and storybook integration (22029ee)
- add sentiment-very-dissatisfied icon and update related components (4a12a29)
- export ErrorBanner component in main module (2372df8)
- integrate ErrorBanner into Modal and add useContainerWidth hook for responsive design (9e503e9)
Bug Fixes
Code Refactoring
2.21.0 (2026-04-13)
Features
- add crop protection icon, adjust existing icons and update related assets (d09941f)
2.20.1 (2026-03-26)
Code Refactoring
- update SearchBar styling to remove bottom line in ListArea (dffb907)
2.20.0 (2026-03-24)
Features
- add new country keys for Netherlands and Canada in AVAILABLE_COUNTRY_KEYS (2fdd83d)
2.19.1 (2026-03-24)
Code Refactoring
- add variant prop to SearchBar and update ListArea usage (49dda20)
- remove centered layout from stories and add BasicLayout as decorator to preview (7c03c49)
- replace FullWidthDecorator with BasicLayout in Storybook preview (b44d297)
2.19.0 (2026-03-18)
Features
- add loading state and custom spinner support to EmptyView component (0bf67d8)
- add non-interactive prop to ListArea component and update styles (7d93cca)
- add permission handling to row actions (8d9a9b8)
Code Refactoring
- allowedIconButtonProps to allow the usage of htmlButtonElement props like "type" (3ff7b1e)
- update AllowedButtonProps to include HTML button element props (0e019e5)
- update data handling in GenericTable and GenericTableService components (0bdb591)
- update LoadingSpinner component with new props and styles for centering (1cde6e4)
2.18.1 (2026-03-10)
Bug Fixes
- exclude test files from type definitions and build inputs (bcac5b0)
2.18.0 (2026-03-05)
Features
- adjust searchable default logic (0e66c32)
Bug Fixes
- fixed publish.yaml to use devops service user (ec046ce)
Code Refactoring
- replace isDesktopNavbar with isDesktop and update tests (6bc6f7e)
2.17.0 (2026-02-27)
Features
- made Step buttons optional and added variant support to stepperButtonProps (bf876f1), closes #18954
2.16.2 (2026-02-24)
Bug Fixes
- adjust modal border radius to exclude fullscreen mode (88981ad)
2.16.1 (2026-02-23)
Bug Fixes
2.16.0 (2026-02-20)
Features
- add new UI components, enhance Stepper, and extend AlertBanner & InfoCard functionality (f690592), closes #18954 #19035
2.15.0 (2026-02-18)
Features
- add full-width styling for mobile table components (af387f3), closes #19352
Code Refactoring
2.14.0 (2026-02-10)
Features
- add isAllowed prop to baseView elements to remove them from list when user is not allowed to access them (ac7449e)
- add isAllowed prop to contextMenu to remove items from menu when user is not allowed to trigger the action (b071931)
Bug Fixes
- removed max width from base view header (259c732)
Code Refactoring
- add permission handling to BaseView and ContextMenu stories (26b4ae5)
- useIsAllowed hook to check multiple entities for permissions (f168ef5)
2.13.0 (2026-02-06)
Features
- add isDeletePending prop to DeleteModal for loading state (d513159)
2.12.2 (2026-02-03)
Code Refactoring
- return permissions instead of roles (2e41e46)
2.12.1 (2026-02-03)
Code Refactoring
2.12.0 (2026-02-02)
Features
- add a permission context and provider to be able to access permissions inside of shared components (7462a97)
- add loadingspinner to AllowedButton (a999ba5)
- add permission types and enum from main repo (f3da7fb)
- add permissionService (fabef22)
- add storybooks for newly introduced components (7d79ea3)
- addnew permission components to readMe + export new components from main (1fbe431)
- introduce button components that are permission-gated (c811d31)
- introduce get permissionFromModulePermissionToken (523ff1b)
2.11.2 (2026-01-27)
Bug Fixes
- adjusted stepperHeader invalid prop values (7542b35), closes #13800
2.11.1 (2026-01-22)
Styles
- avoid two scrolling bars on hoisted multi select menus (9bac09a)
2.11.0 (2026-01-21)
Features
- HV-13800 Update Stepper and Modal component (e78f32c), closes #13800
2.10.2 (2026-01-07)
Bug Fixes
Styles
- actions column sticked left (c90e1c1)
2.10.1 (2026-01-06)
Bug Fixes
- fixed basic heading padding (1a88475)
- fixed last divider padding (d9dd2c0)
- fixed page heading width (324e596)
2.10.0 (2026-01-06)
Features
- apply pipeline yarn cache (d56013a)
2.9.0 (2026-01-05)
Features
- add BasicHeading story; change ListArea default isIntegrated to true (2ef3c76)
- add divider to ContextMenu and adjust style (516da18)
- add filterButtonSize prop to filter component and adjust style (19958a8)
- add new BlockView stories & change styles (94258aa)
- adjust components and styles for new element design (187c7f6)
- create BasicHeading story and add optional onClick callback function (3026585)
- improve layout and visual styling (617ba91)
Code Refactoring
- adjust BaseView stories (ed90944)
- adjust BaseView, BasicHeading and ListArea style (329f8dd)
- adjust BasicHeading & BlockView & EmptyView & OnboardingBanner (3249fc3)
- adjust Modal and BlockView and fix InfoGroup test (4cb7171)
- adjust styles and add props and change props (1d7b68c)
Styles
- adjust styles for Modal (3242d17)
- adjust styles for modal and select component (37a326b)
- change border styles (895e476)
- change EmptyView style (b0bd618)
- change listArea styles (356883c)
- update FormComponents border-radius styles (c9c543f)
2.8.8 (2025-12-19)
Bug Fixes
- alignment issue with helpertext for select component (8eba98f)
2.8.7 (2025-12-18)
Code Refactoring
2.8.6 (2025-11-28)
Bug Fixes
- FormSlider: extend props to include SliderProps for better integration (973919c)
2.8.5 (2025-11-12)
Bug Fixes
- add second to TIME_FORMAT (e2bf47d)
2.8.4 (2025-11-12)
Code Refactoring
- remove hours12 from TIME_FORMAT (3e9cf7e)
2.8.3 (2025-11-07)
Code Refactoring
2.8.2 (2025-11-07)
Code Refactoring
- add new icon to healthCheck component + the possibility to render it fullHeight (a129906)
- rename HealthCheckFailed to InfoCard (656283b)
- rename story file (9809bcb)
2.8.1 (2025-10-28)
Code Refactoring
- adjust FormDatePicker and add DATE_FORMAT as options fallback in getFormattedDateTime (e18e00d)
2.8.0 (2025-10-28)
Features
- add SafeForm component to prevent accidental submissions and update related components (edcef25)
Bug Fixes
- allow onClick methods of submit buttons to be executed (cc0f7df)
- ensure button type is explicitly set in SearchBar component to avoid unindented submit (1772631)
Documentation
- update README to specify date and time formats from Time.ts (a29a632)
Code Refactoring
- reorder SafeForm export in main.ts for faster lookup (5935b7b)
2.7.0 (2025-10-24)
Features
- create getFormattedDateTime function (2c0bee8)
Documentation
- mention using formats from Time.ts for consistency (0026a3a)
- update README (846bca1)
Code Refactoring
- add Date prop (f962c7c)
- create Time file and import/export date formats (d7b6fd9)
2.6.1 (2025-10-02)
Styles
- adjust title and subtitle (3aab84c)
2.6.0 (2025-09-30)
Features
2.5.0 (2025-09-08)
Features
- adapt ListArea to have custom group header components (7ed3e2b)
- add detailSubtitle prop in
BaseView (6fdb847)
2.4.0 (2025-08-21)
Features
- add button and tests (fe8ba0d)
- create OfflineView component (b6ff2d7)
- import offlineView and create tests and stories (b577ae6)
Code Refactoring
- add new props and clarify prop descriptions and defaults (e81d321)
- change props and add tests and storybook (e742da8)
Styles
- adjust .bgGrey and .bgWhite text color and add new .subtitle class (5cbfb14)
2.3.0 (2025-08-20)
Features
- add additional props to the stepper and stepper buttons (e7a404d)
- added new LinkBanner component (86d5360)
2.2.0 (2025-07-24)
Features
- add new data-testids and fix onboardingbanner test (1ac90c1)
2.1.0 (2025-06-11)
Features
- create OnboardingBanner component (8cfeadf)
- improve component API, update tests and docs (12e6da4)
Code Refactoring
- change index to buttonProps.id (0c9e4b6)
2.0.0 (2025-06-06)
⚠ BREAKING CHANGES
- remove font call from main.ts but keep it for storybook
Features
- remove font call from main.ts but keep it for storybook (a5999c7)
1.12.0 (2025-06-02)
Features
- add fullWidth prop to SearchBar component for customizable width (8ac95ad)
Code Refactoring
- add additional props tableActionPosition, tableElevationLevel to generic table (e095294)
1.11.0 (2025-05-28)
Features
- introduce stepper component (4519232)
- move button props to steps (9237df3)
- update stepper to include buttons and content (e5af269)
1.10.0 (2025-05-26)
Features
- add hint prop to BaseView and update story (d466795)
- provide close button for alert banner (52958aa)
Styles
- fix vertical divider in BaseView (8b82d3a)
1.9.0 (2025-05-23)
Features
- add DetailContentWrapper component (ccd43df)
- add leadingIcon to modal header (e2223f7)
Code Refactoring
Styles
- move icon to the correct position (0080a93)
1.8.1 (2025-05-09)
Styles
- margin for checkbox set to 0 (22cd0b6)
1.8.0 (2025-05-07)
Features
1.7.0 (2025-05-06)
Features
- remove negative margin from form select (7f5cb03)
- required text from checkbox changed in a danger border around the box (9f112dd)
1.6.0 (2025-05-06)
Features
- add new test in FormCheckbox.test.tsx & change data-testid (81525bd)
1.5.0 (2025-05-05)
Features
1.4.2 (2025-04-22)
Bug Fixes
- GitHub pipeline adjusted (5e3cd6a)
- Pipeline adapted so that customised CHANGELOG.md is pushed to main branch (cedd39b)
- pushChangelog.yaml adjusted (19cdfe3)
- Update storybook-web-app.yml Pipeline (7ec6199)
1.4.1 (2025-04-18)
Bug Fixes
Documentation
- add a method comment for getValidDay (6d10f38)
- add comment to useUtc prop to prevent future bugs (95b9391)
Code Refactoring
1.4.0 (2025-04-11)
Features
- add className & change useEffect (61e2109)
- add data-testid to Filter.tsx (384b36e)
- add data-testids to shared components (1ef7d22), closes #11762
- add dataTestId (bbf3c6a)
- add new data-testids (21ded33)
- add test for FormToggle & add data-testid prop (eef11be)
- add useRef and uniqueid & change data-testid (5f42796)
- add useRef with uniqueId & add data-testid to stories (b39d83d)
- change data-testid (3355b85)
- change ids and change useeffect (eeb23a5)
Bug Fixes
Code Refactoring
- change data-testids (e26c73e)
- change ids (6483533)
- remove data-testid & change dataTestId in Select.test.tsx (c91cbc9)
- remove useRef (9d2edca)
1.3.5 (2025-04-09)
Bug Fixes
- hide close button properly (f37792b)
1.3.4 (2025-04-09)
Code Refactoring
- release config moved to file (a875393)
- release note config updated (b21fb4c)
1.3.3 (2025-04-09)
Code Refactoring
- release notes generator updated
1.3.2 (2025-04-08)
Code Refactoring
1.3.1 (2025-04-08)
Code Refactoring
1.3.0 (2025-04-08)
Code Refactoring
- release notes generator updated (031c727)
Documentation
- modal section in readme updated (a68bf3b)
Features
1.2.2 (2025-04-08)
Code Refactoring
- release notes generator updated
1.2.1 (2025-04-08)
Code Refactoring
- change type from checkbox props
1.2.0 (2025-04-02)
Features
- new props to handle default pagination strings added, changelog added to storybook (491978e)
1.1.2 (2025-03-31)
Bug Fixes
- add MultiNoOptions story to showcase no options available message (0e8f107)
- adjust comment (175a23b)
- display no option message when component it multiselectable (2b31b42), closes #14499
1.1.1 (2025-03-28)
Bug Fixes
- helpertext from formNumber does not display the correct message (16eee72)
1.1.0 (2025-03-26)
Bug Fixes
- helpertext does not display form error correctly (2fb2bcd)
- validation of date values (380e4cf)
Features
- add emptyView description to BlockViewComponent (403fad8)
- add emtpy view to block view (45a2045)
1.0.1 (2025-03-25)
Bug Fixes
- change styles to fix window resize (e399faf)
1.0.0 (2025-03-16)
Features
- Introduce HortiView Shared Components