@rio-cloud/uikit-mcp 1.1.6 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/README.md +13 -17
  2. package/dist/doc-metadata.json +125 -295
  3. package/dist/docs/components/accentBar.md +16 -69
  4. package/dist/docs/components/activity.md +7 -44
  5. package/dist/docs/components/animatedNumber.md +3 -11
  6. package/dist/docs/components/animatedTextReveal.md +3 -31
  7. package/dist/docs/components/animations.md +21 -54
  8. package/dist/docs/components/appHeader.md +11 -30
  9. package/dist/docs/components/appLayout.md +36 -172
  10. package/dist/docs/components/appNavigationBar.md +1 -24
  11. package/dist/docs/components/areaCharts.md +7 -22
  12. package/dist/docs/components/aspectRatioPlaceholder.md +1 -9
  13. package/dist/docs/components/assetTree.md +141 -374
  14. package/dist/docs/components/autosuggests.md +3 -102
  15. package/dist/docs/components/avatar.md +1 -16
  16. package/dist/docs/components/banner.md +4 -37
  17. package/dist/docs/components/barCharts.md +20 -75
  18. package/dist/docs/components/barList.md +9 -77
  19. package/dist/docs/components/basicMap.md +1 -67
  20. package/dist/docs/components/bottomSheet.md +2 -28
  21. package/dist/docs/components/button.md +12 -65
  22. package/dist/docs/components/buttonToolbar.md +5 -19
  23. package/dist/docs/components/calendarStripe.md +48 -106
  24. package/dist/docs/components/card.md +1 -9
  25. package/dist/docs/components/carousel.md +1 -14
  26. package/dist/docs/components/chartColors.md +1 -156
  27. package/dist/docs/components/chartsGettingStarted.md +1 -1
  28. package/dist/docs/components/chat.md +2 -81
  29. package/dist/docs/components/checkbox.md +11 -72
  30. package/dist/docs/components/circularProgress.md +8 -49
  31. package/dist/docs/components/clearableInput.md +3 -62
  32. package/dist/docs/components/collapse.md +2 -15
  33. package/dist/docs/components/composedCharts.md +16 -26
  34. package/dist/docs/components/contentLoader.md +7 -25
  35. package/dist/docs/components/dataTabs.md +16 -104
  36. package/dist/docs/components/datepickers.md +710 -962
  37. package/dist/docs/components/dialogs.md +5 -67
  38. package/dist/docs/components/divider.md +1 -33
  39. package/dist/docs/components/dropdowns.md +3412 -5600
  40. package/dist/docs/components/editableContent.md +4 -82
  41. package/dist/docs/components/expander.md +15 -88
  42. package/dist/docs/components/fade.md +4 -61
  43. package/dist/docs/components/fadeExpander.md +1 -7
  44. package/dist/docs/components/fadeUp.md +2 -76
  45. package/dist/docs/components/feedback.md +9 -68
  46. package/dist/docs/components/filePickers.md +4 -18
  47. package/dist/docs/components/formLabel.md +7 -27
  48. package/dist/docs/components/groupedItemList.md +2 -158
  49. package/dist/docs/components/iconList.md +8 -65
  50. package/dist/docs/components/imagePreloader.md +1 -9
  51. package/dist/docs/components/labeledElement.md +3 -18
  52. package/dist/docs/components/licensePlate.md +1 -43
  53. package/dist/docs/components/lineCharts.md +7 -38
  54. package/dist/docs/components/listMenu.md +2 -34
  55. package/dist/docs/components/loadMore.md +5 -24
  56. package/dist/docs/components/mainNavigation.md +1 -9
  57. package/dist/docs/components/mapCircle.md +1 -23
  58. package/dist/docs/components/mapCluster.md +2 -54
  59. package/dist/docs/components/mapContext.md +1 -23
  60. package/dist/docs/components/mapDraggableMarker.md +2 -28
  61. package/dist/docs/components/mapGettingStarted.md +2 -2
  62. package/dist/docs/components/mapInfoBubble.md +1 -27
  63. package/dist/docs/components/mapLayerGroup.md +1 -23
  64. package/dist/docs/components/mapMarker.md +1 -99
  65. package/dist/docs/components/mapPolygon.md +2 -116
  66. package/dist/docs/components/mapRoute.md +6 -1465
  67. package/dist/docs/components/mapRouteGenerator.md +1 -1
  68. package/dist/docs/components/mapSettings.md +11 -128
  69. package/dist/docs/components/mapUtils.md +10 -113
  70. package/dist/docs/components/multiselects.md +14 -163
  71. package/dist/docs/components/noData.md +8 -22
  72. package/dist/docs/components/notifications.md +3 -19
  73. package/dist/docs/components/numbercontrol.md +3 -47
  74. package/dist/docs/components/onboarding.md +3 -15
  75. package/dist/docs/components/page.md +1 -33
  76. package/dist/docs/components/pager.md +1 -17
  77. package/dist/docs/components/pieCharts.md +40 -71
  78. package/dist/docs/components/popover.md +1 -12
  79. package/dist/docs/components/position.md +2 -6
  80. package/dist/docs/components/radialBarCharts.md +32 -116
  81. package/dist/docs/components/radioCardGroup.md +6 -48
  82. package/dist/docs/components/radiobutton.md +6 -75
  83. package/dist/docs/components/releaseNotes.md +3 -21
  84. package/dist/docs/components/resizer.md +1 -7
  85. package/dist/docs/components/responsiveColumnStripe.md +9 -49
  86. package/dist/docs/components/responsiveVideo.md +1 -7
  87. package/dist/docs/components/rioglyph.md +1 -17
  88. package/dist/docs/components/rules.md +7 -70
  89. package/dist/docs/components/saveableInput.md +267 -401
  90. package/dist/docs/components/selects.md +27 -1164
  91. package/dist/docs/components/sidebar.md +6 -17
  92. package/dist/docs/components/sliders.md +1 -27
  93. package/dist/docs/components/smoothScrollbars.md +1 -73
  94. package/dist/docs/components/spinners.md +6 -51
  95. package/dist/docs/components/states.md +6 -92
  96. package/dist/docs/components/statsWidgets.md +1 -76
  97. package/dist/docs/components/statusBar.md +1 -57
  98. package/dist/docs/components/stepButton.md +2 -7
  99. package/dist/docs/components/steppedProgressBars.md +5 -62
  100. package/dist/docs/components/subNavigation.md +1 -31
  101. package/dist/docs/components/supportMarker.md +2 -14
  102. package/dist/docs/components/svgImage.md +1 -5
  103. package/dist/docs/components/switch.md +2 -33
  104. package/dist/docs/components/tables.md +1 -1
  105. package/dist/docs/components/tagManager.md +1 -41
  106. package/dist/docs/components/tags.md +1 -138
  107. package/dist/docs/components/teaser.md +2 -122
  108. package/dist/docs/components/textTruncateMiddle.md +2 -9
  109. package/dist/docs/components/timeline.md +1 -99
  110. package/dist/docs/components/timepicker.md +4 -79
  111. package/dist/docs/components/toggleButton.md +2 -15
  112. package/dist/docs/components/tooltip.md +9 -30
  113. package/dist/docs/components/tracker.md +2 -19
  114. package/dist/docs/components/virtualList.md +57 -123
  115. package/dist/docs/foundations.md +753 -4073
  116. package/dist/docs/start/changelog.md +793 -1
  117. package/dist/docs/start/goodtoknow.md +1 -1
  118. package/dist/docs/start/guidelines/color-combinations.md +149 -483
  119. package/dist/docs/start/guidelines/custom-css.md +1 -1
  120. package/dist/docs/start/guidelines/custom-rioglyph.md +1 -1
  121. package/dist/docs/start/guidelines/formatting.md +1 -1
  122. package/dist/docs/start/guidelines/iframe.md +4 -16
  123. package/dist/docs/start/guidelines/obfuscate-data.md +1 -1
  124. package/dist/docs/start/guidelines/print-css.md +1 -1
  125. package/dist/docs/start/guidelines/spinner.md +13 -67
  126. package/dist/docs/start/guidelines/state-in-url.md +1 -1
  127. package/dist/docs/start/guidelines/supported-browsers.md +1 -1
  128. package/dist/docs/start/guidelines/writing.md +1 -1
  129. package/dist/docs/start/howto.md +11 -11
  130. package/dist/docs/start/intro.md +1 -1
  131. package/dist/docs/start/responsiveness.md +1 -1
  132. package/dist/docs/utilities/classNames.md +3 -18
  133. package/dist/docs/utilities/deviceUtils.md +7 -13
  134. package/dist/docs/utilities/featureToggles.md +1 -1
  135. package/dist/docs/utilities/fuelTypeUtils.md +2 -12
  136. package/dist/docs/utilities/routeUtils.md +25 -343
  137. package/dist/docs/utilities/useAfterMount.md +1 -6
  138. package/dist/docs/utilities/useAutoAnimate.md +2 -15
  139. package/dist/docs/utilities/useAverage.md +1 -6
  140. package/dist/docs/utilities/useClickOutside.md +1 -5
  141. package/dist/docs/utilities/useClipboard.md +2 -6
  142. package/dist/docs/utilities/useCookies.md +2 -10
  143. package/dist/docs/utilities/useCount.md +7 -16
  144. package/dist/docs/utilities/useDarkMode.md +2 -6
  145. package/dist/docs/utilities/useDebugInfo.md +6 -20
  146. package/dist/docs/utilities/useEffectOnce.md +1 -6
  147. package/dist/docs/utilities/useElapsedTime.md +2 -6
  148. package/dist/docs/utilities/useElementSize.md +1 -7
  149. package/dist/docs/utilities/useEsc.md +1 -5
  150. package/dist/docs/utilities/useEvent.md +1 -5
  151. package/dist/docs/utilities/useFocusTrap.md +1 -5
  152. package/dist/docs/utilities/useFullscreen.md +2 -15
  153. package/dist/docs/utilities/useHover.md +1 -5
  154. package/dist/docs/utilities/useIncomingPostMessages.md +2 -18
  155. package/dist/docs/utilities/useInterval.md +2 -8
  156. package/dist/docs/utilities/useIsFocusWithin.md +1 -10
  157. package/dist/docs/utilities/useKey.md +1 -15
  158. package/dist/docs/utilities/useLocalStorage.md +2 -11
  159. package/dist/docs/utilities/useLocationSuggestions.md +1 -5
  160. package/dist/docs/utilities/useMax.md +1 -5
  161. package/dist/docs/utilities/useMin.md +1 -5
  162. package/dist/docs/utilities/useMutationObserver.md +3 -11
  163. package/dist/docs/utilities/useOnScreen.md +1 -8
  164. package/dist/docs/utilities/useOnlineStatus.md +1 -5
  165. package/dist/docs/utilities/usePostMessage.md +3 -9
  166. package/dist/docs/utilities/usePostMessageSender.md +3 -13
  167. package/dist/docs/utilities/usePrevious.md +1 -5
  168. package/dist/docs/utilities/useResizeObserver.md +3 -11
  169. package/dist/docs/utilities/useRioCookieConsent.md +1 -5
  170. package/dist/docs/utilities/useScrollPosition.md +3 -59
  171. package/dist/docs/utilities/useSearch.md +2 -16
  172. package/dist/docs/utilities/useSearchHighlight.md +13 -78
  173. package/dist/docs/utilities/useSorting.md +18 -43
  174. package/dist/docs/utilities/useStateWithValidation.md +1 -5
  175. package/dist/docs/utilities/useSum.md +1 -9
  176. package/dist/docs/utilities/useTableExport.md +42 -59
  177. package/dist/docs/utilities/useTableSelection.md +75 -120
  178. package/dist/docs/utilities/useTimeout.md +2 -6
  179. package/dist/docs/utilities/useToggle.md +4 -14
  180. package/dist/docs/utilities/useUrlState.md +2 -27
  181. package/dist/docs/utilities/useWindowResize.md +1 -5
  182. package/dist/index.mjs +46 -10
  183. package/dist/version.json +2 -2
  184. package/package.json +2 -2
  185. package/dist/docs/templates/common-table.md +0 -1112
  186. package/dist/docs/templates/detail-views.md +0 -942
  187. package/dist/docs/templates/expandable-details.md +0 -228
  188. package/dist/docs/templates/feature-cards.md +0 -549
  189. package/dist/docs/templates/form-summary.md +0 -199
  190. package/dist/docs/templates/form-toggle.md +0 -367
  191. package/dist/docs/templates/list-blocks.md +0 -1021
  192. package/dist/docs/templates/loading-progress.md +0 -109
  193. package/dist/docs/templates/options-panel.md +0 -152
  194. package/dist/docs/templates/panel-variants.md +0 -164
  195. package/dist/docs/templates/progress-cards.md +0 -607
  196. package/dist/docs/templates/progress-success.md +0 -142
  197. package/dist/docs/templates/settings-form.md +0 -434
  198. package/dist/docs/templates/stats-blocks.md +0 -1381
  199. package/dist/docs/templates/table-panel.md +0 -184
  200. package/dist/docs/templates/table-row-animation.md +0 -317
  201. package/dist/docs/templates/usage-cards.md +0 -227
@@ -3,4 +3,796 @@
3
3
  *Category:* Getting started
4
4
  *Section:* Welcome
5
5
  *Source:* https://uikit.developers.rio.cloud/#/start/changelog
6
- *Captured:* 2026-02-23T13:48:34.009Z
6
+ *Captured:* 2026-03-06T10:39:52.808Z
7
+
8
+ ## Version 2.2.1 (2026-03-02)
9
+
10
+ - **Fixed** TableSettingsDialog Fixed the TableSettingsDialog to prevent an endless loop under certain conditions.
11
+
12
+ ## Version 2.2.0 (2026-02-23)
13
+
14
+ - **Fixed** Map utils Fixed getRoutePolylines to return the correct HERE map Polyline list. Also corrected the return types for getGroups, getMarkers, and getRoutePolylines to use the proper map object types.
15
+
16
+ - **Fixed** RadialBarCharts Fixed RadialBarCharts responsive container to remove the fixed initial dimension, allowing charts to take the available width of the parent container.
17
+
18
+ - **Fixed** Select Prevent double box-shadow on Select and Multiselect inside input groups with icon addons.
19
+
20
+ - **Fixed** labels Fixed label heights for condensed filled labels to align with default condensed labels.
21
+
22
+ - **Fixed** Map settings Fixed the map settings options animation so dropdowns/panels now fade in and slide up when opened.
23
+
24
+ - **Update** MapTypeSettings Added visibleMapTypes for map-type visibility control via a single prop. The enableNightMap prop is now deprecated. Please control night visibility via visibleMapTypes instead.
25
+
26
+ - **Update** TimePicker Add a new disabled prop to disable the TimePicker input and its control buttons. If you previously set disabled via inputProps, you can now use the dedicated component prop instead. The TimePicker now also calls onChange when the input is cleared. Added a new dropdown prop for selecting times from a dropdown, and a minuteOffset prop to define the dropdown interval and button step size.
27
+
28
+ - **Update** Button Added support for rendering Button as an anchor element via the new as prop. Use as='a' together with a required href to render a link button while keeping native button type values for button elements.
29
+
30
+ - **Update** Notification Improved notification message readability by balancing line wraps in notification text content.
31
+
32
+ - **Update** Switch Added a new autoMinWidth prop. When minWidth is not set and autoMinWidth is true, the switch width uses the longer one of enabledText and disabledText.
33
+
34
+ - **New** CircularProgress Added new CircularProgress component.
35
+
36
+ - **New** Tracker Added a new Tracker component for compact status visualization with tooltip support, automatic block compression, and optional collapsing when the minimum block width is reached.
37
+
38
+ - **New** RadioCardGroup Added a new RadioCardGroup component for custom card-style radio selection, including inline, stacked, and stacked-horizontal variants with both options-based and compound-item APIs.
39
+
40
+ - **New** Pills condensed Added a nav-pills-filled-condensed version of filled nav-pills for use next to form elements like buttons and selects. This keeps heights aligned and provides a clearer way to indicate different views. Prefer these over the toggle button group for view switching.
41
+
42
+ - **New** Shadows Added configurable hover-shadow-* utility classes with built-in transition support and a new shadow-focused utility class for a focused shadow preset.
43
+
44
+ - **New** useSearchHighlight / SearchHighlightText Added the useSearchHighlight hook and SearchHighlightText component for native CSS highlight-based search results.
45
+
46
+ - **New** useCookies Added a new useCookies hook for setting, deleting, and checking browser cookies.
47
+
48
+ - **New** useRioCookieConsent Added a dedicated useRioCookieConsent hook for parsing the RIO cookie_settings consent cookie and returning typed RioCookieConsentInfo.
49
+
50
+ - **New** useUrlState, routeUtils Added the new useUrlState hook and updated routeUtils for simpler state-in-URL parsing/serialization with native URLSearchParams and typed URL config support.
51
+
52
+ - **New** classNames, mergeClassNameOverrides Added new utility helpers for CSS class handling: classNames for composing optional class tokens and mergeClassNameOverrides for overriding utility-class groups while keeping unrelated defaults.
53
+
54
+ - **New** ellipsis-middle Added new ellipsis-middle utility class for truncating text in the middle while keeping the suffix visible.
55
+
56
+ - **New** TextTruncateMiddle Added a new TextTruncateMiddle component for rendering middle-truncated text with a configurable suffix length.
57
+
58
+ - **New** New icons rioglyph- trailer-standard rioglyph- trailer-tipping rioglyph- trailer-liquid rioglyph- palette-empty rioglyph- box rioglyph- box-open rioglyph- mesh-box
59
+
60
+ - **Guideline** State in URL guideline Added a dedicated guideline page for deep linking and URL state, including best practices for what to store in URLs and pushState vs replaceState usage.
61
+
62
+ ## Version 2.1.0 (2026-01-13)
63
+
64
+ - **Fixed** Map context menu Fixed the typing for the ContextMenuItem component.
65
+
66
+ - **Fixed** Map route Fixed the typing for the arrowStyle prop of the Route component.
67
+
68
+ - **Fixed** Map SimpleClusterLayer type Fixed the typings for the SimpleClusterLayer component’s simpleTheme prop. Please use the new SimpleClusterTheme type instead of the ClusterTheme.
69
+
70
+ - **Fixed** Dialog Fixed broken fade animation of Dialogs in Firefox.
71
+
72
+ - **Fixed** TableSettingsDialog Fixed TableSettingsDialog so reset to default remains available after reopening when settings differ from defaults.
73
+
74
+ - **Fixed** Select Fixed select filter regressions where hitting ‘nothing found’ could leave the dropdown stuck or missing options. Backspacing or clearing now restores the full list and keeps keyboard focus/highlights in sync. Dropdown scroll now resets on reopen and keeps the keyboard-focused item in view when navigating up and down with the arrow keys.
75
+
76
+ - **Update** URL feature toggles Replaced the internal "qs" library used for parsing URL search parameters with the native URLSearchParams API, allowing us to remove the external dependency. This also solves the vulnerability issue with the "qs" library for this version.
77
+
78
+ - **Update** Tree Extended the Tree component to support custom external icon and logo URLs.
79
+
80
+ - **Demo** Updated the component prop documentation for most components by deriving it directly from the component type definitions and source files. This ensures more accurate documentation and reduces maintenance effort for the demo pages.
81
+
82
+ ## Version 2.0.1 (2025-12-15)
83
+
84
+ - **Fixed** DatePicker Fixed DatePicker compatibility in ESM builds by unwrapping the CommonJS default export.
85
+
86
+ - **Fixed** Area, Line Fixed chart components type definition for prop "dataKey".
87
+
88
+ ## Version 2.0.0 (2025-12-12)
89
+
90
+ - **Removed** We’ve modernized our build setup by removing CommonJS support and switching entirely to ESM. If your project still depends on CommonJS (for example, with older tooling like Webpack), your build may fail. Please update your development environment to support ESM.
91
+
92
+ - **Removed** Removed the root index.js barrel file that re-exported all components. This change eliminates multiple import paths, improves IntelliSense auto-import behavior, and prevents importing the entire UIKIT, ensuring proper tree shaking. Please update your imports to use default imports, for example: import ApplicationLayout from '@rio-cloud/rio-uikit/ApplicationLayout'.
93
+
94
+ - **Removed** CalendarStripe Removed deprecated prop "render". Please use "renderDay" instead.
95
+
96
+ - **Removed** Collapse Removed deprecated prop "in". Please use "open" instead.
97
+
98
+ - **Removed** ClearableInput Removed deprecated prop "alwaysShowMask". Please use "maskVisibility='always'" instead.
99
+
100
+ - **Removed** Dialog Removed deprecated prop "onHide". Please use "onClose" instead.
101
+
102
+ - **Removed** SingleMapMarker Removed deprecated prop "size". Please use "anchorSize" instead. Removed deprecated prop "visibleOnHover". Please use "markerOnHover" instead.
103
+
104
+ - **Removed** DataTab Removed the internal "fade in" class names from the DataTab component, which were previously kept for backward compatibility with CSS transitions used in older service tests. Please use the new onAnimationStart and onAnimationEnd callbacks instead.
105
+
106
+ - **Renamed** Animations Renamed "framer-motion" component to "motion" as we have migrated to the latest motion library that was formerly known as Framer Motion.
107
+
108
+ - **Removed** NotificationsContainer Removed deprecated prop "stacked" since it is not supported anymore. Removed legacy usage documentation.
109
+
110
+ - **Breaking** Notification Removed deprecated prop "priority" since it is not supported anymore. Removed old notification API in favor of the notifications options object. If you still use the legacy API "Notification.info(message, title, timeOut, callback, priority)", please migrate to the format "Notification.info(message, options)".
111
+
112
+ - **Removed** OnboardingTip Removed deprecated prop "clickflow". Please use the "useOnboardingTour" hook instead.
113
+
114
+ - **Removed** Radiobutton Changed the onChange callback so it is only used in the controlled use case, as already documented in earlier versions. For uncontrolled usage, please use the onClick callback instead.
115
+
116
+ - **Removed** NumberInput / NumberControl Removed deprecated prop "onValueChanged". Please use "onChange" instead.
117
+
118
+ - **Removed** Sidebar Removed deprecated prop "enableNavigationButtons". Please use "headerButtons" instead. Removed deprecated prop "disableFullscreen". Please use "enableFullscreenToggle" instead. Removed deprecated prop "fullscreen". Please use "openInFullscreen" instead.
119
+
120
+ - **Removed** Removed old class "invisible". Please use "visibility-hidden" instead.
121
+
122
+ - **Icons** Renamed icon rioglyph- retweet rioglyph- repeat-square Renamed icon rioglyph- cost-efficency rioglyph- cost-efficiency Renamed icon rioglyph- eye-option rioglyph- eye-open Removed icon as it was a duplicate of rioglyph- component rioglyph- maintenance-components
123
+
124
+ - **Breaking** BarChart, RadialBarChart, PieChart, Legend With this release, the internal Recharts dependency has been migrated to version 3.x. This upgrade introduces a breaking change related to the Legend component: the payload prop, which was previously used internally to inject custom legend data, has been removed from Recharts. As a result, the legend behavior in BarChart and RadialBarChart has been updated. The default legend position is now correctly rendered vertically in the top-right corner. Previously, it appeared at the bottom despite the default settings. Please review your charts to ensure the legend position remains as intended. If you use colors defined inside your data objects for BarCharts, you must now provide both the items (your data array) and a custom content render function to the Legend. This replaces the old payload-based legend behavior. Series-based legends using a formatter continue to work as before. Recharts 2.x also used to have a prop named activeIndex that was setting which item the user was interacting with. In version 3.0, this prop has been removed. For more details, see the Recharts activeIndex guide https://recharts.github.io/en-US/guide/activeIndex/ If your PieChart uses an activeShape render callback, you should now use the ChartTooltip component and set its defaultIndex to replace the previous activeIndex behavior. See the whole Recharts migration guide for more details: https://github.com/recharts/recharts/wiki/3.0-migration-guide#breaking-code-changes
125
+
126
+ - **Fixed** FilePicker Fixed the type of the "files" parameter from FileList to File[] of the "onPick" callback.
127
+
128
+ - **Fixed** Rioglyph Fixed Rioglyph icon typing to expose a concrete IconType union of all icon names, improving autocomplete and safety for consumers.
129
+
130
+ - **Update** AssetTree Added new asset type "car" to AssetType type definition and to built-in type counter of the AssetSummary for the Tree component.
131
+
132
+ - **Update** VolkswagenApplicationHeader Updated VolkswagenApplicationHeader with new VW Group logo. This single group logo also replaces the logo for "VW Aktiengesellschaft" and "Group Logistics" resulting in an overall smaller header height.
133
+
134
+ - **Update** Migrated entire codebase from lodash to es-toolkit to leverage modern JavaScript.
135
+
136
+ - **New** AnimatedTextReveal Added new AnimatedTextReveal component emphasize text through motion for showing incremental updates or loading states.
137
+
138
+ - **New** useAutoAnimate Added a lightweight hook to animate add/remove/reorder operations of children with zero configuration.
139
+
140
+ - **New** fit-content Added new "min-width-fit-content" utility classes. See detailed explanation and comparison to other content-based min-width classes.
141
+
142
+ - **New** text-box Added new "text-box" utility classes to trimming off extra spacing from the block-start edge and block-end edge of a text element's block container.
143
+
144
+ - **New** icons Added new rioglyph style for disabled icons with a line
145
+
146
+ - **New** useIncomingPostMessages and usePostMessageSender New tooling for sending and receiving postMessage events. We recommend utilizing "action-style" events if you control both ends of the communication. This simply means to send event objects with a type property and an optional payload - very similar to Redux actions. To receive messages, the new useIncomingPostMessages can be used. It allows a declarative style of registering action-style event handlers in your application. You can still use the "simple" event handler variants, when you're interested in receiving events that don't follow the action-style approach. The usePostMessageSender hook provides easy access to methods used to send message events either to a dedicated destination or to "broadcast" events to all iframes. Note that the existing usePostMessage hook will be deprecated in a future release.
147
+
148
+ - **Icons** New icons rioglyph- ai rioglyph- arrows-collapse rioglyph- arrows-combine rioglyph- arrows-expand rioglyph- arrows-horizontal rioglyph- arrows-split rioglyph- assigned rioglyph- axis-x rioglyph- axis-y rioglyph- axis-z rioglyph- bar-chart-box rioglyph- battery-charging rioglyph- brain rioglyph- branch-horizontal rioglyph- branch-remove rioglyph- branch-vertical rioglyph- broadcast rioglyph- bulb rioglyph- chip rioglyph- cloud-progress rioglyph- coffee rioglyph- compass rioglyph- crown rioglyph- discount-badge rioglyph- emergency-stop rioglyph- eye-closed rioglyph- eye-open rioglyph- filter-reset rioglyph- get rioglyph- give rioglyph- globe-alt rioglyph- hierarchy rioglyph- history rioglyph- insert rioglyph- leafs rioglyph- magic-wand rioglyph- note rioglyph- progression rioglyph- satellite-radar rioglyph- stack-add rioglyph- stack-iso rioglyph- stats-high rioglyph- stats-line-dots rioglyph- stats-low rioglyph- stats-medium rioglyph- time-incomplete rioglyph- unassigned rioglyph- unavailable rioglyph- variable rioglyph- workflow-step rioglyph- workflow Updated icons rioglyph- arrow-down rioglyph- arrow-left rioglyph- arrow-right rioglyph- arrow-up rioglyph- battery-level-empty rioglyph- battery-level-full rioglyph- battery-level-low rioglyph- cloud-download rioglyph- cloud-not-saved rioglyph- cloud-upload rioglyph- compare rioglyph- component-custom-recurrent rioglyph- component-custom rioglyph- cost-efficency rioglyph- delivery-completed rioglyph- delivery-error rioglyph- delivery-late rioglyph- delivery-on-track rioglyph- delivery-warning rioglyph- delivery rioglyph- error-sign rioglyph- flash rioglyph- info rioglyph- maintenance-components rioglyph- merge rioglyph- missing rioglyph- off rioglyph- refresh rioglyph- repeat rioglyph- resize-full rioglyph- resize-horizontal rioglyph- resize-small rioglyph- resize-vertical rioglyph- save rioglyph- trash rioglyph- volume rioglyph- workshop rioglyph- wrench Removed icons rioglyph- video-off rioglyph- wifi-off
149
+
150
+ ## Version 1.13.2 (2025-11-19)
151
+
152
+ - **Fixed** Obfuscate data Fixed a bug that triggered an infinite loop when data-pii was applied to a nested child element.
153
+
154
+ - **Update** Button Added new "unstyled" buttons style
155
+
156
+ ## Version 1.13.1 (2025-10-20)
157
+
158
+ - **Fixed** Fixed bundling npm package. Resolve nested folder structure in npm package build.
159
+
160
+ ## Version 1.13.0 (2025-10-20)
161
+
162
+ - **Fixed** fuel type utils Fixed missing root export for fuel type utils.
163
+
164
+ - **Fixed** Action button style Fixed the muted style for action buttons.
165
+
166
+ - **Fixed** MapMarker Fixed the active styling for the map marker active state to visually balance the state icon.
167
+
168
+ - **Update** Rioglyph Added the missing feature to use external SVGs as a rioglyph icon.
169
+
170
+ - **Update** FilePicker Added new "fullHeight" flag to set the dropzone wrapper element to 100% height. This comes in handy, when the dropzone should have 100 % height so it can grow.
171
+
172
+ - **New** max-content Added new "min-width-max-content" and "min-width-min-content" utility classes. The first prevents content from breaking by expanding to fit its full width, while the second allows content to shrink to the smallest width possible without overflowing.
173
+
174
+ - **New** Grid Added new "grid-template-end--1" utility class. This class allows grid items to span until the last grid line, effectively positioning them to extend to the end of the grid.
175
+
176
+ - **New** Obfuscate data Added new "data-hide-pii" attribute to the <html> element to obfuscate sensitive data directly in the frontend. Obfuscate names, emails, or phone numbers — without needing backend filtering or extra code changes.
177
+
178
+ - **Icons** New icons rioglyph- circle-dashed rioglyph- square-dashed rioglyph- cube-dashed rioglyph- cube rioglyph- group-blocks rioglyph- dashboard-view rioglyph- ok-dashed rioglyph- prompt rioglyph- recycle rioglyph- warehouse rioglyph- status-change rioglyph- status-change-horizontal rioglyph- transition-right rioglyph- transition-push-right rioglyph- migrate rioglyph- convert rioglyph- shelve rioglyph- conveyor-belt rioglyph- tracking-package rioglyph- issue-tracking Updated icons rioglyph- ok-sign rioglyph- ok-circle
179
+
180
+ ## Version 1.12.0 (2025-09-22)
181
+
182
+ - **Fixed** Select Fixed an issue in the Select component where clearing the filter input after a no-results search caused the option list to remain incomplete. The dropdown now correctly restores the full option set when the filter is cleared.
183
+
184
+ - **Fixed** AssetTree Fixed an issue where clicking the checkbox on a tree group would also toggle its expanded state. Now, selecting a tree group via its checkbox only triggers selection and no longer expands or collapses the group. This prevents unintended virtualization behavior where expanding a node could cause the tree to switch into virtualized mode, resulting in the loss of tree group selections.
185
+
186
+ - **Fixed** Callout Removed overflow hidden from callouts so dropdowns can be shown correctly.
187
+
188
+ - **Fixed** Ellipsis Fixed "ellipsis-1" class.
189
+
190
+ - **New** Rioglyph, fuel type utils Added a new component for rendering Rioglyph icons as a span element. The component also supports paired icons, allowing two glyphs to be displayed together as a combined symbol. In addition, a "getFuelIcon" helper function was introduced that maps fuel types to their corresponding icons, ensuring consistent and correct icon usage across the application.
191
+
192
+ - **Update** FormLabel Added missing "Node" type info for supportingText the props table and changed the handling of supportingText styling so that the text-italic class is only applied when the supportingText is a string. If you provide a string wrapped in a div or span, you have to set the italic class manually.
193
+
194
+ - **Update** Tree Added a new "pairIcon" prop to TreeItem allowing pair icons to be individually specified in the Tree component.
195
+
196
+ - **Update** ClearableInput Added new input mask related props "maskOverwrite", "maskDefinitions", and "maskDispatch" to support dynamic masking for more complicated use cases and to give more control over the masking.
197
+
198
+ - **Update** useOnboardingTour Updated the typings and documentation for the useOnboardingTour hook.
199
+
200
+ - **style** Pills Updated the hover style for the application header navigation as well as for the nav pills.
201
+
202
+ - **Icons** As RIO will support more fuel types in the future, and because of inconsistencies in existing naming conventions, we introduced a new icon: "rioglyph-fuel-liquid". This icon replaces "rioglyph-fuel-diesel" to better represent a broader range of liquid fuels. With this change, there are now four dedicated fuel icons available, plus one for a mixed fuel type. rioglyph- fuel-liquid rioglyph- fuel-electric rioglyph- fuel-hydrogen rioglyph- fuel-gas rioglyph- fuel-mix With this approach, frontends can use the same icon for diesel or gasoline and also for CNG and natural gas by simply using the new "getFuelIcon" function form the Rioglyph component. The old “rioglyph-fuel-diesel” icon will continue to work, but it will no longer be listed in the UIKIT demo page icon list. Additional new icons: rioglyph- video rioglyph- video-off
203
+
204
+ - **Demo** Service-specific settings Updated the ApplicationHeader demo to include an example of service-specific settings, establishing a consistent approach for presenting unique configurations that cannot be included in the global user profile settings. It helps ensure a familiar user experience across different services while keeping global settings clean and focused.
205
+
206
+ ## Version 1.11.0 (2025-08-11)
207
+
208
+ - **Fixed** Map settings Updated implementation for map satellite view to support zoom limits by using a hybrid map layer approach.
209
+
210
+ - **Fixed** SteppedProgressBar Fixed styling issue in circular variant of the SteppedProgressBar when an item is active.
211
+
212
+ - **Fixed** SplitDialog Fixed left side width for larger dialogs. Added new prop to hide the split divider.
213
+
214
+ - **Fixed** FormLabel Fixed usage of HTML tag label only when part "htmlFor" is set and has a value.
215
+
216
+ - **Update** Tree Added a new "expandedIcon" prop to the TreeGroups to support showing a different icon when the group is expanded.
217
+
218
+ - **Update** Sticky table columns Renamed "table-sticky-cell-first" and "table-sticky-cell-last" to "table-sticky-column-first" and "table-sticky-column-last" for improved clarity. Updated the styles to respect the table header and prevent content from peeking through when horizontally scrolled.
219
+
220
+ - **New** useAverage, useCount, useMin, useMax, useSum Added useAverage, useCount, useMin, and useMax, and useSum hooks for locale-aware numeric aggregation of object lists. Supports specifying a dot-separated path to the target property.
221
+
222
+ - **New** Table grid lines Added new table class "table-grid-lines" that is useful when building data heavy tables.
223
+
224
+ - **New** Table row span and Table double row header Added new table examples showcasing row span and double header layouts to demonstrate table design capabilities for data heavy tables.
225
+
226
+ - **New** Progress bars indeterminate style Added new indeterminate style to show a progress bar even when you not know how long it will take.
227
+
228
+ - **Demo** Templates Added new template sections and several UI block examples. Updated the template menu structure to improve navigation and discoverability.
229
+
230
+ - **Demo** Email generator We’ve built a neat little email editor that helps you compose emails and copy the HTML code.
231
+
232
+ - **Demo** Route generator There is a new route generator with a JSON export of the LAT/LNG coordinates.
233
+
234
+ ## Version 1.10.1 (2025-01-08)
235
+
236
+ - **Fixed** Map settings Changed implementation for map satellite view as the old implementation relied on deprecated Here APIs.
237
+
238
+ ## Version 1.10.0 (2025-07-28)
239
+
240
+ - **Fixed** Fixed an issue where clicking the "Scroll to Top" arrow button would block further scrolling down the page. The scroll behavior is now fully restored after returning to the top, ensuring smooth navigation throughout.
241
+
242
+ - **Fixed** DatePicker Fixed styling issue in DatePicker inputs with error feedback where input text was unnecessarily cut off due to padding for the clear icon, even when no clear button was rendered.
243
+
244
+ - **Fixed** ApplicationHeader Fixed an issue where the application header rendered in mobile style on initial page load when the container width could not be determined in time. This resolves visual jumping between mobile and desktop header layouts during mount.
245
+
246
+ - **Fixed** SavableInput / SavableDateInput Moved error handling into the components to simplify feedback styling. Added two new props, "errorMessage" and "hideErrorIcon", to control the visual appearance of error feedback.
247
+
248
+ - **Fixed** Panels, Pills, Badges Fixed various element styles for brand themes.
249
+
250
+ - **Update** Tree Added a new "icon" prop to TreeItem allowing icons to be individually specified or explicitly omitted in the Tree component. Also updated the TreeGroups to support icon values with or without the rioglyph- prefix for improved flexibility.
251
+
252
+ - **New** CSS Container queries Introduced new utility classes to make use of container queries, enabling responsive spacing and layout adjustments based on container width rather than viewport size. For more details, please check out our responsiveness guidelines.
253
+
254
+ - **New** Rounded table Added new utility classes "table-bottom-rounded" and "table-rounded" for use when placing a table inside a container with border radius. These utilities help visually align the table with the container’s rounded corners.
255
+
256
+ - **Icons** Added icons icons rioglyph- train rioglyph- cargo rioglyph- design
257
+
258
+ - **Style** We migrated our codebase from Less to Sass to modernize our tooling and take advantage of the latest CSS capabilities, as Less is no longer actively maintained.
259
+
260
+ - **Demo** Renamed the main navigation items to improve clarity and consistency. “Design” is now called Foundations, and “UI Templates” has been simplified to Templates to better reflect their purpose.
261
+
262
+ - **Demo** Added new sections and examples to UI templates that serve as a quick starting point for developing your own layouts and interfaces. See Expandable details, Details views, and Progress cards. Moved the panel example from the foundations tab to Panel variants.
263
+
264
+ ## Version 1.9.0 (2025-06-30)
265
+
266
+ - **Fixed** Tooltip / SimpleTooltip Fixed delaying tooltips using a single delay number. Tooltip delay now only applies to showing, not hiding. To configure both show and hide delays, use the object format instead of a single delay number.
267
+
268
+ - **Fixed** ClearableInput Properly pass external ref to underlying masked input component using its inputRef prop.
269
+
270
+ - **Fixed** DatePicker Fixed an issue where the DatePicker would render incorrectly when used as a child inside a table cell.
271
+
272
+ - **Update** TableHead, TableCol Extended table components to pass additional props to the underlying tag.
273
+
274
+ - **Update** useTableSelection Extended useTableSelection hook to allow setting the selected rows and change the active row from the outside using the "setSelectedRowIds" and "setActiveRowId" setter functions.
275
+
276
+ - **Update** Select, Multiselect We’ve reverted the max-width of the Select, and Multiselect dropdown to 100% to stay consistent with other components and to prevent unnecessary line breaks within dropdown items. If the dropdown appears too wide, you can use the dropdownClassName prop to apply a shorter max-width-x utility class as needed.
277
+
278
+ - **Update** AssetTree Extend the Tree component to virtualize tree items when a certain threshold is reached. The number of items rendered beyond the visible area can be controlled using the "overscan" prop. This change improves performance for large trees and long lists.
279
+
280
+ - **Update** Map Extend the Map component to allow specifying minimum and maximum zoom levels. By default, the minimum zoom level is set to 3, defining the furthest zoomed-out view. The maximum zoom level, representing the closest zoomed-in view, is set to 20. Improved zoom behavior to reduce momentum and allow for more controlled zooming.
281
+
282
+ - **Update** FormLabel Extend the FormLabel component to allow passing in a React element as supporting text, making it easier to add question mark icons with tooltips.
283
+
284
+ - **New** SavableDateInput Added new dedicated savable input component that wraps the DatePicker.
285
+
286
+ - **New** BarList Added BarList component to display customizable, animated horizontal bars for comparative data.
287
+
288
+ - **New** useTableExport Added new custom hook to easily export table data as CSV.
289
+
290
+ - **New** useIsFocusWithin Added new custom hook to easily detect if the focus is inside a defined document node.
291
+
292
+ - **Docu** Pagination Added usage documentation for pagination and explained why the load more button is preferred for tables.
293
+
294
+ - **Demo** UI Templates Added new sections showcasing various UI templates and blocks that serve as a quick starting points for developing your own layouts and interfaces.
295
+
296
+ ## Version 1.8.0 (2025-05-19)
297
+
298
+ - **Fixed** Map Fixed issue with satellite view layer not rendering correctly when Norwegian language is selected.
299
+
300
+ - **Fixed** usePostMessage Remove logging of triggered events to the console.
301
+
302
+ - **Fixed** Height classes Corrected height calculation when using ""...-height-100vh" classes inside module-content; vertical padding was not properly subtracted.
303
+
304
+ - **Update** URL feature toggles Made the feature toggle value types more precise. Added new feature toggle definition functions that allow you to specify a default value.
305
+
306
+ - **Update** AssetTree Extended the Tree component with an onTypeFilterChange callback, allowing the service to filter selected assets accordingly.
307
+
308
+ - **Update** Multiselect Added a maximum width of 200px for the Multiselect dropdown component. Additionally, there are two new props "dropdownClassName" and "btnClassName" to allow further customization similar to the Select component.
309
+
310
+ - **Update** ButtonToolbar Extend alignment prop to center buttons.
311
+
312
+ - **Update** Switch Added new "className" prop to the Switch.
313
+
314
+ - **Update** ButtonDropdown Added new prop "toggleButtonType" to ButtonDropdown component to allow using a button, a tag or a label as toggle element.
315
+
316
+ - **Update** ClearableInput Added a new prop "maskVisibility" to control when the mask pattern is visible. Deprecated the prop "alwaysShowMask". in favor of maskVisibility.
317
+
318
+ - **Update** useOnboardingTour Expose internal onDestroyed callback. Add "disableActiveInteraction" prop to disable interaction of highlighted elements.
319
+
320
+ - **Update** useSorting Added new callback function "setSortDirection" allowing to set sort direction when used with table card sorting.
321
+
322
+ - **New** useLocationSuggestions Added new custom hook to fetch locations from Here API that can be used for search inputs.
323
+
324
+ - **New** useSearch Added new custom hook to filter a list of objects by a search value.
325
+
326
+ - **New** useTableSelection Added new custom hook to handle both single and multiple row selection in tables, optimized for large datasets.
327
+
328
+ - **New** TableHead, TableCol Added new table components "TableHead" and "TableCol" to simplify table structures especially when used with custom hooks like "useTableSelect" and "useSorting".
329
+
330
+ - **New** SvgImage Added new component that helps rendering SVG images hosted on RIO's CDN and lets you customize the colors for various brand themes.
331
+
332
+ - **Icons** New icons rioglyph- envelope-open rioglyph- envelope-indicator
333
+
334
+ - **Replaced** Replaced react-input-mask with react-imask in TimePicker and ClearableInput components. The mask prop format has changed and is no longer fully compatible with the old react-input-mask syntax. The main difference is the number placeholder, which has changed from "9" to "0". Please update the mask prop accordingly when using the ClearableInput with an input mask.
335
+
336
+ ## Version 1.7.1 (2025-02-14)
337
+
338
+ - **Fixed** Banner Fixed height animation of the Banner component when expanding. Added prop "initialAnimation" to disable initial content animation.
339
+
340
+ - **Fixed** FormLabel Check for various input group sizes to render respective label text sizes.
341
+
342
+ - **Fixed** SplitDialog / ListMenu Fixed the issue where a ListMenu dropdown was rendering all menu items on mobile upon mount. Now, only the dropdown is rendered initially.
343
+
344
+ - **Fixed** RIOglyph Removed default aspect ration of 1/1 because of problems in flex/grid layouts.
345
+
346
+ - **Fixed** Checkbox Fixed broken indeterminate state
347
+
348
+ - **Update** RIOglyph Added new rioglyph-align-top, rioglyph-align-bottom and rioglyph-align-baseline classes for proper alignment width texts. Replaced previously introduced has-inline-icon with new rioglyph-align classes.
349
+
350
+ ## Version 1.7.0 (2025-02-10)
351
+
352
+ - **Fixed** Collapse Fixed visible content overflow in the Collapse and Expander components during content animations.
353
+
354
+ - **Fixed** ApplicationLayout Fixed the issue with passing a ref to the ApplicationLayout by exposing the underlying wrapper element. When merging the external ref with the internal ref, the wrapper is now properly exposed, eliminating the need for accessing ref.current.current in the invoking component.
355
+
356
+ - **Fixed** ButtonDropdown / useClickOutside Fixed performance of rendering many dropdowns in a large table by introducing an "isActive" flag to the useClickOutside hook so that events are only registered and listening when the dropdown is actually open.
357
+
358
+ - **Fixed** Route Fixed rendering of dashed routes via the "lineDash" prop.
359
+
360
+ - **Fixed** List groups Fixed list group buttons active style.
361
+
362
+ - **Icons** RIOGlyph We've transitioned the RIOGlyph icon font to an SVG-based system and allowing support for custom SVGs. Please read our guidelines Almost all RIOGlyph implementations will work out of the box. However, in certain cases, adjustments are required because RIOGlyph icons no longer behave as a font. What has changed? Previously, icons acted like text, inheriting line-height and vertical-align naturally. Now, as SVG elements, icons better have layout adjustments in inline text scenarios. The HTML structure for MapMarkers has been changed to accommodate the new icons. Please update the DOM selectors in your tests accordingly if they rely on the markup. All icons can now also be displayed as filled icons by adding rioglyph-filled Recommended solution < span className = " has-inline-icon " > Lorem ipsum dolor sit amet < span className = " rioglyph rioglyph-face-smile " > </ span > </ span > Lorem ipsum dolor
363
+
364
+ - **Update** Dialog Changed dialog footer to use flex layout to ensure proper button positioning. No more need to add "pull-right" or custom flex classes.
365
+
366
+ - **Update** Dialog animation Add support for the browser's "prefers-reduced-motion" flag. When this flag is enabled, dialog animations are disabled. This can be helpful for customers experiencing performance issues while running the application.
367
+
368
+ - **Update** ListMenu Added new props to ListMenuItem to allow adding a badge for the list menu group header.
369
+
370
+ - **Update** AppNavigationBar Added new props to AppNavigationBar to support a back button title, a subtitle, and a title size. The title is now always centered.
371
+
372
+ - **Update** Notifications Replaced the underlying notification library with "react-toastify", introducing new options while maintaining the same API for backward compatibility. This update also includes a refreshed notification style.
373
+
374
+ - **Update** Charts Updated internal Recharts library to latest version 2.15.0 to remove some warnings.
375
+
376
+ - **style** Labels Updated the design of standard labels for a more modern look and added documentation on when to use them.
377
+
378
+ - **New** Button Added new "muted-filled" button for occasions where the default button is to prominent and the muted button is to subtle.
379
+
380
+ - **New** StepButton Added new "StepButton" component for convenience and to ensure consistent styling of this type of button.
381
+
382
+ - **New** ButtonToolbar Added new "ButtonToolbar" component for convenience and to ensure consistent spacing of buttons.
383
+
384
+ - **New** FormLabel Added new "FormLabel" component for convenience to be used on form elements that utilizes a "htmlFor" prop and a label or other form elements.
385
+
386
+ - **New** LabeledElement Added a simple wrapper component that associates a label with any content, ensuring a unified label style. It simplifies the usage of labels for both form and non-form elements
387
+
388
+ - **New** Card Added new "Card" component for convenience to apply default styling for a card like element. This component aims to simplify and align common card styling.
389
+
390
+ - **New** Avatar Added new "Avatar" component for showing the user name initials, a user image, or a user icon.
391
+
392
+ - **New** Banner Added new "Banner" component for rendering informational content on a page.
393
+
394
+ - **New** AccentBar Added new "AccentBar" component for visual cues.
395
+
396
+ - **New** VirtualList Added new "VirtualList" component for rendering large lists using a windowing approach.
397
+
398
+ - **New** useToggle Added new "useToggle" component to simplify boolean state handling. Use it to handle toggle-based logic like switches, modals, or content visibility.
399
+
400
+ - **New** Chart colors Added new chart colors to the chart color map.
401
+
402
+ - **Demo** Draggable map marker Added new map demo to showcase draggable map marker.
403
+
404
+ - **Icons** New icons rioglyph- light-bulb Renamed icons rioglyph- filled-chart rioglyph- area-chart Updated icons rioglyph- am rioglyph- angle-double-down rioglyph- angle-double-left rioglyph- angle-double-right rioglyph- angle-double-up rioglyph- area-in rioglyph- area-out rioglyph- beacon rioglyph- bookable-poi rioglyph- bookmark-square rioglyph- brake rioglyph- businessman rioglyph- car-wash rioglyph- carrier rioglyph- component-custom-recurrent rioglyph- component-custom rioglyph- construction rioglyph- delivery-completed rioglyph- delivery-error rioglyph- delivery-late rioglyph- delivery-on-track rioglyph- delivery-warning rioglyph- delivery rioglyph- document-out rioglyph- download rioglyph- driver-card rioglyph- driver rioglyph- drivercard-in rioglyph- drivercard-out rioglyph- erase rioglyph- file-signature rioglyph- fill rioglyph- folder-open rioglyph- home rioglyph- inbox-in rioglyph- inbox-out rioglyph- log-in rioglyph- logout rioglyph- map-location rioglyph- map-marker rioglyph- pencil-square rioglyph- pm rioglyph- retrofit rioglyph- role-management rioglyph- tachograph-download rioglyph- tms rioglyph- trailer rioglyph- user rioglyph- volume rioglyph- warning-sign rioglyph- weight
405
+
406
+ - **Update** Dependencies Updated the minimum React version requirement to 18 to ensure compatibility with the latest features and optimizations. If you are using older versions of React, please update.
407
+
408
+ - **Removed** Removed the outdated cross-browser style documentation.
409
+
410
+ - **Update** Notifications Extended the writing style guide for guidance for using different notification types
411
+
412
+ - **Update** Commonly misspelled words Extend the writing style guide for a list of commonly misspelled or misformatted words
413
+
414
+ - **Update** Formatting numbers with units Extended the list of formats for examples of "kilowatt-hour" and "megawatt-hour". Please note that these units are not yet officially supported by TC39.
415
+
416
+ ## Version 1.6.1 (2024-12-09)
417
+
418
+ - **Fixed** ApplicationLayout Fixed the application layout to ensure the body contains only a single child, addressing issues with the recently introduced grid layout for the body scrollbar element.
419
+
420
+ ## Version 1.6.0 (2024-12-02)
421
+
422
+ - **Fixed** SplitDialog Fixed the SplitDialog prop documentation for "useOverflow" to clarify that its default value is "true," unlike other dialogs.
423
+
424
+ - **Fixed** Multiselect Fixed the Multiselect component to correctly manage the dropdown state and filter value when used in multiline mode with an active filter.
425
+
426
+ - **Update** Tree Added "treeHeaderContent" prop to the Tree component for rendering additional custom content at the top of the tree, useful for navigation pills.
427
+
428
+ - **Update** Dialog Extended dialog sizes for "fullheight-lg" and "fullheight-xl".
429
+
430
+ - **New** useOnboardingTour Introducing a new way to onboard users via an onboarding tour by using the "useOnboardingTour" custom hook. Note that weh have deprecated the "clickflow" prop for the OnboardingTip component with this new feature.
431
+
432
+ - **New** OnboardingDialog Added new OnboardingDialog to initiate a onboarding tour and acts as the welcome dialog for the user of a service.
433
+
434
+ - **New** Grid rows Added new grid helper class "grid-rows-auto-1fr-auto" to support a 3 row layout with expandable middle row.
435
+
436
+ - **Icons** Updated icons rioglyph- cost-efficency Added icons rioglyph- newspaper rioglyph- rocket rioglyph- trophy rioglyph- check-badge rioglyph- check-shield rioglyph- sparkles rioglyph- academic-cap rioglyph- onboarding rioglyph- bookmark rioglyph- bookmark-square
437
+
438
+ ## Version 1.5.3 (2024-11-05)
439
+
440
+ - **Fixed** AssetTree Fixed asset tree height by setting the "scrollbar-content-wrapper" to display flex and let the tree wrapper grow in the flex column direction.
441
+
442
+ ## Version 1.5.2 (2024-11-04)
443
+
444
+ - **Fixed** SmoothScrollbars Changed height-100pct to min-height-100pct because of height side-effects in chrome.
445
+
446
+ - **Icons** Added icons icons rioglyph- oil-can
447
+
448
+ ## Version 1.5.1 (2024-10-22)
449
+
450
+ - **Fixed** Pills Fix rendering icons in justified filled pills when there is an icon only.
451
+
452
+ - **Fixed** SmoothScrollbars Added height-100pct to the recently introduced smooth scrollbar content wrapper. This also fixes a side-effect on the AssetTree component.
453
+
454
+ - **Fixed** MapMarker Tone down the POI marker color to better match the new Geofence color and to work better on a large satellite map.
455
+
456
+ ## Version 1.5.0 (2024-10-21)
457
+
458
+ - **Fixed** Route Fix setting route arrow style. Added color constants for using status colors for routes. Extend demo examples to showcase usage of route styles and colors.
459
+
460
+ - **Fixed** SmoothScrollbars Fix updating the scrollbar handle when the content height changes. This fix introduces a new wrapper div to check the children's height. Please check your tests and update them in case you rely on the old structure.
461
+
462
+ - **Fixed** Select Fixed an issue with updating the dropdown menu options after the initial render, ensuring that the filter utilizes the updated DOM nodes.
463
+
464
+ - **Update** LineChart Extended charts to render additional axis. The demos have been extended for interactive legends to highlight active lines.
465
+
466
+ - **Update** Route Extended Route component to allow storing custom data to it which can be used when clicking on the routes polyline to set the route active.
467
+
468
+ - **Update** Map isoline Extended the Polygon component to import the RIO colors to use it for an isoline or other polygons. Extended the demo to also include isoline colors.
469
+
470
+ - **Update** Colors Adapted the "gray-decent" slightly and with that all derived classes like "bg-decent" and "hover-bg-decent"
471
+
472
+ - **Update** Forms All form inputs have a subtle shadow now.
473
+
474
+ - **New** Map marker A new map marker color has been added for road restrictions. The geofence color has been updated to avoid confusion with the restriction color used by HERE maps for their road restrictions. The new geofence color provides significantly better contrast and is clearer to see on the satellite map type.
475
+
476
+ - **New** Chat Added new pure CSS chat component
477
+
478
+ - **New** FadeUp Added new components to fade in from the bottom when an element appears on screen. This can be used to stagger elements on scroll.
479
+
480
+ - **New** FadeExpander Added new components to expand content. This can be used to reveal or hide additional content triggered by all kinds of interaction.
481
+
482
+ - **New** Cursor Added more cursor-style utility classes
483
+
484
+ - **New** Shadows Added new shadow classes "shadow-subtle" and "shadow-muted", as well as directional classes "shadow-muted-down" and "shadow-default-down" to be used on light and white backgrounds. The hard shadow direction styles are now slightly more blurred to remove the hard line in the shadow. Note: the following shadow classes are deprecated: "shadow-smooth-to-top", "shadow-smooth-to-bottom", "shadow-hard-to-top", and "shadow-hard-to-bottom". Please use "shadow-smooth-up", "shadow-smooth-down", "shadow-hard-up", and "shadow-hard-down" instead.
485
+
486
+ - **New** useSorting Added new useSorting hook for easily sorting any list by specified key using natural sort order
487
+
488
+ - **New** URL feature toggles Added URL-based feature toggle handling and description of how to use them
489
+
490
+ - **Icons** Added icons icons rioglyph- bookable-poi rioglyph- car-wash Updated icons rioglyph- truck rioglyph- truck-baseline rioglyph- truck-breakdown rioglyph- truck-unit rioglyph- van rioglyph- van-baseline rioglyph- trailer rioglyph- trailer-baseline rioglyph- trailerposition rioglyph- car rioglyph- car-baseline rioglyph- bus rioglyph- bus-baseline rioglyph- bus-breakdown rioglyph- filling-e-station rioglyph- filling-station rioglyph- euro-note rioglyph- order rioglyph- palette rioglyph- palette-broken rioglyph- parcel rioglyph- parcel-broken rioglyph- empty
491
+
492
+ - **Update** Border radius and shadows The default border radius has been increased, and new shadow styles have been introduced, affecting various elements such as buttons, inputs, and panels. These updates collectively enhance the overall design, providing a more modern, refined, and visually appealing look and feel.
493
+
494
+ ## Version 1.4.1 (2024-09-12)
495
+
496
+ - **Update** ButtonDropdown Added forwardRef to ButtonDropdown and pass it to the underlying dropdown toggle button. Fixed ButtonDropdown demo page examples.
497
+
498
+ - **Fixed** Tooltip Wrapped Tag and Switch component in forwardRef so they work with the OverlayTrigger and SimpleTooltip component
499
+
500
+ - **New** Map fullscreen demo Added a fullscreen map demo with rendering some metrics for inspection and customer feedback
501
+
502
+ ## Version 1.4.0 (2024-09-06)
503
+
504
+ - **Fixed** Fixed dark mode listener when trying to read the theme from the colorScheme cookie
505
+
506
+ - **Fixed** Charts Fixed rendering of chart legends for all charts
507
+
508
+ - **Update** LineChart, AreaChart Extended LineChart and AreaChart components with reference lines
509
+
510
+ - **Update** Select Added "isLoading" prop to show a loading spinner inside the Select and Multiselect dropdown
511
+
512
+ - **Update** useKey Extend useKey hook to allow specifying specific keys to listen for
513
+
514
+ - **New** ComposedChart Added new simple ComposedChart component to render a combination of line, area, and bar charts
515
+
516
+ - **New** GroupedItemList Added new GroupedItemList component to render a list grouped by a specific key with the flexibility to customize the group header and the rendered items
517
+
518
+ - **New** LicensePlate Added new LicensePlate component to display license plate information with various customization options
519
+
520
+ - **Icons** Added and updated icons rioglyph- air-pay rioglyph- euro-note rioglyph- language rioglyph- calendar-parking rioglyph- engine
521
+
522
+ - **Update** Notifications Extended the writing style guide for notification and "copy to clipboard" guidelines
523
+
524
+ ## Version 1.3.0 (2024-07-26)
525
+
526
+ - **Fixed** TreeOptions Fixed tree options tooltip position
527
+
528
+ - **Fixed** DataTab Fixed DataTab title to avoid being set to the div element and used as native tooltip
529
+
530
+ - **Fixed** SimpleDialog, SplitDialog Fixed typings of SimpleDialog and SplitDialog
531
+
532
+ - **Fixed** Select Fixed italic placeholders for Select and Multiselect
533
+
534
+ - **Fixed** Fixed DateRangePicker type for backwards compatibility
535
+
536
+ - **Update** Sliders Added new "color" prop
537
+
538
+ - **Update** Switch Added new "color" prop
539
+
540
+ - **Update** Forms Added new focus shadow for form inputs and changed the input border color
541
+
542
+ - **Update** OverlayTrigger, Tooltip, OnboardingTip, Popover The OverlayTrigger and Popover components are no longer based on react-bootstrap. They have been rewritten to remove the dependency and to fix some warnings when used with React 19.
543
+
544
+ - **New** useElapsedTime Added new useElapsedTime hook to get the time since a component was mounted or from a provided starting time
545
+
546
+ - **New** Flexbox Added class "flex-0" to flexbox utility classes
547
+
548
+ - **New** Rounded Added class "rounded-inherit" to rounded utility classes
549
+
550
+ - **Update** RIO Theme The danger color has been slightly adjusted to better match the other colors. Dark mode colors for danger, warning, and success have also been updated.
551
+
552
+ - **Update** VW Theme Adapt highlight colors to VWAG guidelines
553
+
554
+ - **Update** Formatting guide Extracted number and date formatting guidelines into a dedicated formatting guide page. This makes it easier to find and to keep the writing style guide shorter.
555
+
556
+ - **New** Form labels and placeholders Extended the writing style guide for form labels and placeholders
557
+
558
+ ## Version 1.2.2 (2024-06-27)
559
+
560
+ - **Fixed** MapSettings Fixed rendering of map settings dropdown header items
561
+
562
+ - **Fixed** Checkbox Fixed the rendering position of the checkbox in the grid layout using align-baseline, ensuring it remains stable when checked and unchecked
563
+
564
+ ## Version 1.2.1 (2024-06-27)
565
+
566
+ - **Fixed** MapSettings Fixed rendering of map settings dropdown when used in unit tests
567
+
568
+ - **Fixed** Tree Fixed Tree scrolling when used as a standalone component without the wrapping AssetTree and when a "scrollHeight" is defined
569
+
570
+ - **Fixed** AssetTree Merged the nested elements ".TreeLabel" and ".TreeLabelName" into a single element for TreeNode and TreeLeaf. This reduces the number of DOM elements and enhances performance. Note that you may need to update selector paths in integration tests if they reference tree items.
571
+
572
+ - **Fixed** Key Fixed key style for dark mode
573
+
574
+ ## Version 1.2.0 (2024-06-26)
575
+
576
+ - **Fixed** SmoothScrollbars Added missing root export for SmoothScrollbars component
577
+
578
+ - **Fixed** ErrorState, EmptyState, CustomState Fixed button alignment for mobile screens
579
+
580
+ - **Fixed** Marker Fixed "list-group-item" style when using color indicators
581
+
582
+ - **Fixed** Multiselect Fixed filter input padding when Multiselect is used with a leading input addon
583
+
584
+ - **Fixed** useAfterMount Fixed hook useAfterMount functionality
585
+
586
+ - **Update** MapSettings Enhance MapSettings to include item labels. Substitute MapSettingsPanel with a Dropdown when labels are available. Please provide labels for users to improve usability. Note that providing labels will become mandatory in the future.
587
+
588
+ - **Update** Marker Added new mapMarker "cursor" props
589
+
590
+ - **Update** ListMenu Added new prop "trailingInputAddon" to allow adding additional elements to the filter input
591
+
592
+ - **Update** DeviceUtils Added new device utils helper function to check for Apple Mac OS to be used for showing mac specific keys
593
+
594
+ - **New** Feedback Added new feedback components to simplify requesting user feedback for various use cases
595
+
596
+ - **New** Key Added style for keys by using the "<kbd>" HTML tag
597
+
598
+ - **New** Visibility Added new "visibility-hidden" class to only target the visibility without setting display to none
599
+
600
+ - **New** Input resize Added new input resize classes
601
+
602
+ - **Icons** Added new Icon rioglyph- layer-pois
603
+
604
+ ## Version 1.1.0 (2024-06-17)
605
+
606
+ - **Fixed** CalendarStripe Fixed CalendarStripe component when resizing and rendering different amounts of columns
607
+
608
+ - **Fixed** AssetTree Fixed rendering issue in AssetTree component when switching mode between "fly" and "fluid" externally
609
+
610
+ - **Fixed** Marker Fixed broken Marker component when using it without an icon
611
+
612
+ - **Fixed** Pills Fixed disabled styles for stacked and filled nav-pills
613
+
614
+ - **Fixed** Traton Theme Fixed border radius for Dropdown, MapMarker, Slider, Tag, and Buttons
615
+
616
+ - **Update** Marker Updated marker style for active and inactive markers. Extend marker colors for status colors. Adapt default colors for map for better readability in light and dark mode. Added new prop "pinging" to SingleMapMarker to render a pinging animation. Another new prop "anchorIconName" was added to render an icon directly on the markers anchor. The map direction icon can now be replaced via the new "stateIconName" prop and the default moving state can be changed.
617
+
618
+ - **Update** AssetTree Added new prop "treeOptionsTooltip" to Tree component to show a tooltip for the tree options dropdown
619
+
620
+ - **Update** ActionBarItem Updated the "ActionBarItem.List" style used for the service info popover. Please make sure to use the "ActionBarItem.List" and "ActionBarItem.ListItem" components to design the service info for the application header.
621
+
622
+ - **Update** ErrorState, EmptyState, CustomState Added the prop "bsStyle" to the state components buttons to define other button styles like a default button. Also, when providing an href value, the button is rendered as a link. The headline size will increase now at the xl breakpoint to have a slightly smaller text size for smaller screens.
623
+
624
+ - **Update** NoData Improved readability by improving text color contrast. Removed text uppercase according to the writing style guide.
625
+
626
+ - **Update** Fieldset Update "fieldset" and "legend" style for grouping form elements. Added demo to showcase utility of using fieldsets in forms.
627
+
628
+ - **Icons** Icons Update icons optical center to work better within circles like the direction icon for the map marker rioglyph- direction rioglyph- parking rioglyph- antenna rioglyph- heart rioglyph- location-arrow
629
+
630
+ - **New** CSS Grid & Subgrid Added multiple CSS Subgrid utility classes and examples. Extended Grid classes and documentation
631
+
632
+ - **New** Added bg-none and hover-bg-none class
633
+
634
+ ## Version 1.0.0 (2024-06-03)
635
+
636
+ - **Breaking** With this version, we have started migrating all components towards Typescript for better typing support and documentation. With this migration, we will remove the internal types.ts file. As it was not intended to be used by any service, please make sure you update your imports accordingly. Check out the How to for more details. Be aware of possible changed component types as well.
637
+
638
+ - **Breaking** Map With this version the HERE map implementation has changed significantly since we have migrated the map internally to the latest HERE APIs. This includes also the map rendering where the default render engine has changed from WebGL to HARP. Raster maps are rendered with the P2D engine. Due to this migration, the map types have a different design now. To make use of the new rendering engine, please add the following HERE dependency to your project. < script type = " text/javascript " src = " https://js.api.here.com/v3/3.1/mapsjs-harp.js " > </ script >
639
+
640
+ - **Removed** Fade Removed several deprecated props from the Fade component
641
+
642
+ - **Removed** Removed "BrowserWarning" component
643
+
644
+ - **Removed** Removed "text-muted" utility class. Use "text-color-gray" instead
645
+
646
+ - **Removed** Removed "GroupSelectionUtil" getNewGroupedSelected utility function
647
+
648
+ - **Removed** Removed getOffsetTopWholeScreen utility function
649
+
650
+ - **breaking** BottomSheet / Sidebar Renamed prop "useBackdrop" to "hasBackdrop" for BottomSheet and Sidebar component
651
+
652
+ - **breaking** CalendarStripe Deprecated "render" prop of "CalendarStripe" component in favor of new "renderDay" prop
653
+
654
+ - **breaking** Collapse / ExpanderPanel / ExpanderList Removed callbacks "onEnter", "onEntering", "onExit", and "onExiting" for ExpanderPanel and Collapse components. We introduced Framer Motions "onAnimationStart" callback instead. The ExpanderPanel header style underwent slight changes. The "in" class for the collapse is no longer used. Additionally, the "react-transition-group" library has been replaced with "framer-motion". The prop "mountOnEnter" has been removed from the ExpanderPanel, ExpanderList and Collapse components. Use "unmountOnExit" instead to control whether the collapsed content should be removed from the DOM when it is collapsed. The collapse prop "in" has been renamed to "open" to align with other components.
655
+
656
+ - **breaking** List Groups and Expanders List groups no longer have a border and a border-radius by default. This has the advantage that they can now be used within other elements without having to overwrite many CSS values. To get the same look as before, you need to set the classes "border" and "rounded". Expander lists now have props for these two CSS properties, which are set to true by default.
657
+
658
+ - **breaking** Resizer The Resizer component has been migrated from class component to functional component. With that the updated size value need to be set with a state setter function. Example: const handleResize = ( diff: number ) => setBoxWidth ( oldWidth => oldWidth - diff )
659
+
660
+ - **breaking** Select / Multiselect Changed roles of Select and Multiselect dropdown menu from "list" to "menu" and the role of the individual select options from "presentation" to "listitem" to be aligned with the ButtonDropdown component. Fixed automatic drop direction check to open the dropdown above the toggle when there is not enough space. Removed deprecated size values "small" and "large" in favor of "sm" and "lg".
661
+
662
+ - **breaking** Select The type definition for the Select component has changed. The more impactful change is the type for the "onChange" callback which has changed to handle the removal of a selection and therefor "undefined" will be returned. onChange = { ( selectedOption: SelectOption | undefined ) => handleChange ( selectedOption ?. id ) } Also important to note that the SelectOption type no longer can be imported via the "types.ts" file. Please adapt your import accordingly import Select, { type SelectOption } from "@rio-cloud/rio-uikit/Select";
663
+
664
+ - **breaking** Split SortArrows, SortArrowUp, and SortArrowDown in dedicated components. Change imports to default imports.
665
+
666
+ - **Removed** useResizeObserver The "Observer Entry" object may now be null, so it can't reliably be destructured anymore. This doesn't work anymore: const [ ref, { borderBoxSize } ] = useResizeObserver ( ); console. log ( borderBoxSize ); Update your code like so: const [ ref, observerEntry ] = useResizeObserver ( ); console. log ( observerEntry ?. borderBoxSize ); Also, an option to specify the HTML element type of the generated ref was added (defaults do div).
667
+
668
+ - **Fixed** Blockquote Change default blockquote padding from percentage to pixel. Please add custom padding classes to change it to your needs.
669
+
670
+ - **Fixed** BottomSheet Fixed maximum width for BottomSheet component when using the "detach" prop. Allow defining the detach offset.
671
+
672
+ - **Fixed** Chart Colors Fixed export of shared colors for diagrams
673
+
674
+ - **Fixed** Loading Guidelines Fixed spinner size for buttons to avoid button size changes. Extended loading guidelines for spinner buttons in tables.
675
+
676
+ - **Fixed** Sidebar Automatically switch Sidebar mode from "fluid" to "fly" to be put above the content when the ApplicationBody's module-content width reaches a defined minimum. This avoids breaking the entire application layout for fluid Sidebars on smaller screens or when resizing Sidebars.
677
+
678
+ - **Fixed** SimpleTooltip Renamed SimpleTooltip prop "tooltipWidth" to "width" to align with underlying Tooltip component
679
+
680
+ - **Fixed** Spinner Outlined spinner buttons
681
+
682
+ - **Fixed** Spinner in Buttons Fixed style for spinner in button block
683
+
684
+ - **Fixed** Tags Fixed 1px offset of tag icons
685
+
686
+ - **Fixed** Tooltip Fixed tooltip arrow position on small elements
687
+
688
+ - **Update** AutoSuggest Migrated AutoSuggest component to Typescript and cleaned up its props
689
+
690
+ - **Update** AssetTree Added new TreeSummaryRow component to allow for more tree item type filter like fuel type. With this we also added a new "supType" property to the TreeItem to filter for it and to show a paired icon.
691
+
692
+ - **Update** Button Added "iconName" prop to Button component to reduce boilerplate code when using icons. Use native HTML "disabled" prop instead of separate class.
693
+
694
+ - **Update** ClearableInput Added an input mask to the ClearableInput to allow custom input formats to avoid user input mistakes
695
+
696
+ - **Update** Dialog Added focus trap to Dialog component. Deprecate "onHide" callback in favor of "onClose". Extended the dialog for compound components to allow wrapping title, body, and footer with forms. Replaced the Dialog animation with framer-motion. As a result, the class "modal-ender-done" has been removed. Added new "xs" dialog variant
697
+
698
+ - **Update** ExpanderPanel Added new "onOpen" and "onClose" callbacks to ExpanderList items
699
+
700
+ - **Update** ExpanderPanel / Combined Tables in ExpandablePanel Added "iconClassName" prop to ExpanderPanel component to to allow for 100% width in the panel header. This comes in handy when using a table inside the header and the body that shall have the same column width. With that we also added a design demo to showcase the usage of the tow tables inside the expander panel.
701
+
702
+ - **Update** Forms Added horizontal form demo
703
+
704
+ - **Update** LoadMoreButton Extended LoadMoreButton component with props "isInteractive" and "progressBarStyle" to customize behavior and style
705
+
706
+ - **Update** Map Settings / Map Layer Migrated the Here Map traffic layers to use the new APIs when using the WebGL mode. For raster maps tiles, we still have to use the deprecated APIs as there is no alternative for now. We also fixed the map translations so other countries are also properly translated and don't show their city names in their native language.
707
+
708
+ - **Update** Multiselect Added prop "multiline" to allow wrapping selected item around within the multiline toggle. The style of the selected items has changed to be more muted so it better integrates with other form elements.
709
+
710
+ - **Update** NumberInput / NumberControl Migrated NumberInput and NumberControl to Typescript and updated their typings. Added check to avoid entering letters or special characters into the input field for Firefox and Safari. Added prop for warning and error messages. Added new prop "noDefault" to keep the input empty instead of using the default value of 0. Fixed the NumberControl spinner buttons when holding down the mouse button to increase and decrease the value and leaving the input field.
711
+
712
+ - **Update** TimePicker Added prop for rendering warning and error messages
713
+
714
+ - **Update** Onboarding Added props "previousButton" and "nextButton" to Onboarding component to enable a better onboarding click flow
715
+
716
+ - **Update** Print CSS Notifications are now hidden while printing the page when using our print.css
717
+
718
+ - **Update** Select Added prop "inputAddon" to Select component to allow for adding icons as addon to the toggle button Enhanced the background color of selected options for the Select and Multiselect component
719
+
720
+ - **Update** Sidebar Added prop "hasSmoothScrollbar" to Sidebar component to enable the built-in scrollbars instead of using the native browser scrollbars
721
+
722
+ - **Update** Slider or RangeSlider Added "valueLabelUnit" prop to Slider and RangeSlider to use a label for the slider values
723
+
724
+ - **Update** SplitDialog Added new "leftContentClassName" and "rightContentClassName" to the split dialog
725
+
726
+ - **Update** Buttons Add gray-lightest hover background color to muted, link, and action buttons
727
+
728
+ - **Update** Timeline Added new classes "timeline-date-thin" and "timeline-date-dashed" as well as color classes to change the timeline width and style. Updated Timeline examples to showcase variations as it's built with atomic classes.
729
+
730
+ - **New** EditableContent Added new EditableContent component that allows for inline text editing
731
+
732
+ - **New** DeviceUtils Added new "isRetinaDevice" to deviceUtils
733
+
734
+ - **New** Divider Added new Divider component for horizontal and vertical dividing lines
735
+
736
+ - **New** Forms New form "form-group-not-editable" style toggling editable forms
737
+
738
+ - **New** FrameDialog Added new FrameDialog component that can be used to open a dialog from a widget iframe in the parent window
739
+
740
+ - **New** Grid stack Added new grid stacking classes "grid-stack" and "grid-stack-item" as an alternative to position absolute
741
+
742
+ - **New** HTML Emails New guidelines demo for HTML emails created with react email
743
+
744
+ - **Icons** Icons rioglyph- drag-n-drop rioglyph- robot rioglyph- pin-range rioglyph- pin rioglyph- calendar-plus rioglyph- exclamation rioglyph- info rioglyph- question rioglyph- fuel-diesel rioglyph- fuel-electric rioglyph- fuel-hydrogen rioglyph- fuel-gas rioglyph- archive rioglyph- map rioglyph- map-location rioglyph- book rioglyph- face-frown rioglyph- face-neutral rioglyph- face-smile rioglyph- paper-clip rioglyph- share-nodes rioglyph- handshake rioglyph- stack rioglyph- building rioglyph- file-signature rioglyph- signature rioglyph- location-arrow rioglyph- wallet rioglyph- user-group rioglyph- window rioglyph- inbox rioglyph- inbox-stack rioglyph- inbox-in rioglyph- inbox-out rioglyph- id rioglyph- ruler rioglyph- cards-add rioglyph- truck-unit rioglyph- user-add rioglyph- user-ok rioglyph- user-remove rioglyph- pencil-square rioglyph- megaphone rioglyph- code-brackets rioglyph- code-braces rioglyph- hash rioglyph- server-stack rioglyph- shopping-bag rioglyph- search-list rioglyph- tasks rioglyph- fingerprint rioglyph- flag rioglyph- fire rioglyph- puzzle
745
+
746
+ - **New** Line Height Added new "line-height-150rel" class
747
+
748
+ - **New** Page Added new Page component for displaying documents
749
+
750
+ - **New** SaveableInput Added new SaveableInput component
751
+
752
+ - **New** TimedBottomSheet Added new TimedBottomSheet component to control a bottom sheets visibility with timers
753
+
754
+ - **New** SmoothScrollbars Added a new SmoothScrollbars component
755
+
756
+ - **New** Text Wrapping Added new "text-wrap-balance" class
757
+
758
+ - **New** useFocusTrap Added new useFocusTrap hook that can be used for custom overlays
759
+
760
+ - **New** useHover Added new useHover hook that can be used for style changes on hover for certain elements that can not be influenced by hover utility classes alone
761
+
762
+ - **New** usePostMessage Added new usePostMessage hook that can be used to exchange messages between an iframe and the parent window
763
+
764
+ - **CSS** With this version, the UIKIT adds its CSS link into the header automatically if it is not present. This should help to ease the update of the UIKIT library and the corresponding CSS. This means, you can remove the link from your index.html and only update the UIKIT dependency in your package.json. See Automatic loading of UIKIT CSS Files
765
+
766
+ - **Guideline** For accessibility purposes, aim for a good color contrast between the foreground color (e.g. text, links, etc.) and the background color, we have added a new "Color Combinations" section. See Color Combinations
767
+
768
+ - **Guideline** We have introduced some general writing guidelines to enhance consistency in UX writing and to maintain a unified voice. See Writing style guide
769
+
770
+ ## Version 0.16.3 (2023-03-14)
771
+
772
+ - **Icons** Deleted Icons: fax
773
+
774
+ - **Fixed** Fixed alignment of collapsed header menu items. See ApplicationHeader
775
+
776
+ - **Fixed** Fixed fade in animation when the inital animation is set to false. See Fade
777
+
778
+ - **Fixed** Fixed close animation for BottomSheet when hight is set to window height. See BottomSheet
779
+
780
+ - **Fixed** Fixed AspectRatioPlaceholder declaration file name.
781
+
782
+ - **Fixed** Fixed text ellipsis of selects. See Selects
783
+
784
+ - **Update** Refactored DataTabs props. See DataTabs Merged hoverTextColor and hoverBgColor props to tabHoverClassName Merged activeTextColor and activeBgColor props to tabActiveClassName added arrowClassName prop added tabsWrapperClassName prop added tabClassName prop added new className prop to DataTab child component
785
+
786
+ - **Update** Added new "fullheight" Dialog Size and renamed "full" to "fullwidth". See Dialog
787
+
788
+ - **Update** MapSettings panels are now closing on click outside. See MapSettings
789
+
790
+ - **Update** Extended the SimpleTooltip component to pass the "delay" and "popperConfig" props to the underlying component. See SimpleTooltip
791
+
792
+ - **Update** Remove left padding from ReleaseNotes component to better work with images. Please add padding-left-15 manually, in case you want to work with lists. See ReleaseNotes
793
+
794
+ - **New** Added new CalendarStripe component. See CalendarStripe
795
+
796
+ - **New** Added new hook "usePrevious" to access state values of previous component render cycle. See usePrevious
797
+
798
+ - **Icons** Added or updated icons: rioglyph- card-reader rioglyph- card-hotel rioglyph- api rioglyph- currency-euro rioglyph- thumbs-up rioglyph- thumbs-down rioglyph- hand-up rioglyph- hand-down rioglyph- hand-left rioglyph- hand-right See Icons