@hitachivantara/uikit-react-lab 2.6.18
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.
- package/CHANGELOG.md +2334 -0
- package/LICENSE.txt +201 -0
- package/README.md +11 -0
- package/dist/AppSwitcherPanel/Action/Action.d.ts +67 -0
- package/dist/AppSwitcherPanel/Action/Action.js +255 -0
- package/dist/AppSwitcherPanel/Action/Action.js.map +1 -0
- package/dist/AppSwitcherPanel/Action/index.d.ts +2 -0
- package/dist/AppSwitcherPanel/Action/index.js +21 -0
- package/dist/AppSwitcherPanel/Action/index.js.map +1 -0
- package/dist/AppSwitcherPanel/Action/styles.js +91 -0
- package/dist/AppSwitcherPanel/Action/styles.js.map +1 -0
- package/dist/AppSwitcherPanel/AppSwitcherPanel.d.ts +50 -0
- package/dist/AppSwitcherPanel/AppSwitcherPanel.js +230 -0
- package/dist/AppSwitcherPanel/AppSwitcherPanel.js.map +1 -0
- package/dist/AppSwitcherPanel/index.d.ts +2 -0
- package/dist/AppSwitcherPanel/index.js +21 -0
- package/dist/AppSwitcherPanel/index.js.map +1 -0
- package/dist/AppSwitcherPanel/styles.js +83 -0
- package/dist/AppSwitcherPanel/styles.js.map +1 -0
- package/dist/CodeEditor/CodeEditor.d.ts +14 -0
- package/dist/CodeEditor/CodeEditor.js +144 -0
- package/dist/CodeEditor/CodeEditor.js.map +1 -0
- package/dist/CodeEditor/index.d.ts +2 -0
- package/dist/CodeEditor/index.js +16 -0
- package/dist/CodeEditor/index.js.map +1 -0
- package/dist/CodeEditor/styles.js +53 -0
- package/dist/CodeEditor/styles.js.map +1 -0
- package/dist/Footer/Footer.d.ts +12 -0
- package/dist/Footer/Footer.js +67 -0
- package/dist/Footer/Footer.js.map +1 -0
- package/dist/Footer/index.d.ts +2 -0
- package/dist/Footer/index.js +16 -0
- package/dist/Footer/index.js.map +1 -0
- package/dist/Footer/styles.js +54 -0
- package/dist/Footer/styles.js.map +1 -0
- package/dist/FormComposer/FormComposer.d.ts +41 -0
- package/dist/FormComposer/FormComposer.js +258 -0
- package/dist/FormComposer/FormComposer.js.map +1 -0
- package/dist/FormComposer/index.d.ts +2 -0
- package/dist/FormComposer/index.js +16 -0
- package/dist/FormComposer/index.js.map +1 -0
- package/dist/FormComposer/styles.js +39 -0
- package/dist/FormComposer/styles.js.map +1 -0
- package/dist/Loading/Loading.d.ts +32 -0
- package/dist/Loading/Loading.js +89 -0
- package/dist/Loading/Loading.js.map +1 -0
- package/dist/Loading/LoadingWithDelay.d.ts +12 -0
- package/dist/Loading/LoadingWithDelay.js +135 -0
- package/dist/Loading/LoadingWithDelay.js.map +1 -0
- package/dist/Loading/index.d.ts +2 -0
- package/dist/Loading/index.js +16 -0
- package/dist/Loading/index.js.map +1 -0
- package/dist/Loading/styles.js +85 -0
- package/dist/Loading/styles.js.map +1 -0
- package/dist/NavigationAnchors/NavigationAnchors.d.ts +46 -0
- package/dist/NavigationAnchors/NavigationAnchors.js +297 -0
- package/dist/NavigationAnchors/NavigationAnchors.js.map +1 -0
- package/dist/NavigationAnchors/index.d.ts +2 -0
- package/dist/NavigationAnchors/index.js +16 -0
- package/dist/NavigationAnchors/index.js.map +1 -0
- package/dist/NavigationAnchors/styles.js +87 -0
- package/dist/NavigationAnchors/styles.js.map +1 -0
- package/dist/NotificationPanel/Notification/Notification.js +153 -0
- package/dist/NotificationPanel/Notification/Notification.js.map +1 -0
- package/dist/NotificationPanel/Notification/index.js +21 -0
- package/dist/NotificationPanel/Notification/index.js.map +1 -0
- package/dist/NotificationPanel/Notification/styles.js +73 -0
- package/dist/NotificationPanel/Notification/styles.js.map +1 -0
- package/dist/NotificationPanel/NotificationPanel.d.ts +49 -0
- package/dist/NotificationPanel/NotificationPanel.js +219 -0
- package/dist/NotificationPanel/NotificationPanel.js.map +1 -0
- package/dist/NotificationPanel/Panel/Panel.js +202 -0
- package/dist/NotificationPanel/Panel/Panel.js.map +1 -0
- package/dist/NotificationPanel/Panel/index.js +21 -0
- package/dist/NotificationPanel/Panel/index.js.map +1 -0
- package/dist/NotificationPanel/Panel/styles.js +84 -0
- package/dist/NotificationPanel/Panel/styles.js.map +1 -0
- package/dist/NotificationPanel/index.d.ts +2 -0
- package/dist/NotificationPanel/index.js +16 -0
- package/dist/NotificationPanel/index.js.map +1 -0
- package/dist/NotificationPanel/styles.js +16 -0
- package/dist/NotificationPanel/styles.js.map +1 -0
- package/dist/Slider/KnobRing/KnobRing.js +26 -0
- package/dist/Slider/KnobRing/KnobRing.js.map +1 -0
- package/dist/Slider/KnobRing/index.js +19 -0
- package/dist/Slider/KnobRing/index.js.map +1 -0
- package/dist/Slider/KnobRing/styles.js +40 -0
- package/dist/Slider/KnobRing/styles.js.map +1 -0
- package/dist/Slider/Slider.d.ts +133 -0
- package/dist/Slider/Slider.js +607 -0
- package/dist/Slider/Slider.js.map +1 -0
- package/dist/Slider/index.d.ts +2 -0
- package/dist/Slider/index.js +16 -0
- package/dist/Slider/index.js.map +1 -0
- package/dist/Slider/styles.js +125 -0
- package/dist/Slider/styles.js.map +1 -0
- package/dist/TimePicker/PeriodPicker/PeriodPicker.js +128 -0
- package/dist/TimePicker/PeriodPicker/PeriodPicker.js.map +1 -0
- package/dist/TimePicker/PeriodPicker/index.js +21 -0
- package/dist/TimePicker/PeriodPicker/index.js.map +1 -0
- package/dist/TimePicker/PeriodPicker/styles.js +63 -0
- package/dist/TimePicker/PeriodPicker/styles.js.map +1 -0
- package/dist/TimePicker/TimePicker.d.ts +77 -0
- package/dist/TimePicker/TimePicker.js +425 -0
- package/dist/TimePicker/TimePicker.js.map +1 -0
- package/dist/TimePicker/UnitTimePicker/UnitTimePicker.js +225 -0
- package/dist/TimePicker/UnitTimePicker/UnitTimePicker.js.map +1 -0
- package/dist/TimePicker/UnitTimePicker/index.js +21 -0
- package/dist/TimePicker/UnitTimePicker/index.js.map +1 -0
- package/dist/TimePicker/UnitTimePicker/styles.js +80 -0
- package/dist/TimePicker/UnitTimePicker/styles.js.map +1 -0
- package/dist/TimePicker/enums.js +40 -0
- package/dist/TimePicker/enums.js.map +1 -0
- package/dist/TimePicker/index.d.ts +2 -0
- package/dist/TimePicker/index.js +16 -0
- package/dist/TimePicker/index.js.map +1 -0
- package/dist/TimePicker/styles.js +113 -0
- package/dist/TimePicker/styles.js.map +1 -0
- package/dist/TimePicker/timePickerConverter.js +90 -0
- package/dist/TimePicker/timePickerConverter.js.map +1 -0
- package/dist/TimePicker/timePickerFormatter.js +77 -0
- package/dist/TimePicker/timePickerFormatter.js.map +1 -0
- package/dist/TimePicker/timePickerUtils.js +36 -0
- package/dist/TimePicker/timePickerUtils.js.map +1 -0
- package/dist/index.d.ts +26 -0
- package/dist/index.js +80 -0
- package/dist/index.js.map +1 -0
- package/dist/legacy/AppSwitcherPanel/Action/Action.d.ts +67 -0
- package/dist/legacy/AppSwitcherPanel/Action/Action.js +214 -0
- package/dist/legacy/AppSwitcherPanel/Action/Action.js.map +1 -0
- package/dist/legacy/AppSwitcherPanel/Action/index.d.ts +2 -0
- package/dist/legacy/AppSwitcherPanel/Action/index.js +7 -0
- package/dist/legacy/AppSwitcherPanel/Action/index.js.map +1 -0
- package/dist/legacy/AppSwitcherPanel/Action/styles.js +83 -0
- package/dist/legacy/AppSwitcherPanel/Action/styles.js.map +1 -0
- package/dist/legacy/AppSwitcherPanel/AppSwitcherPanel.d.ts +50 -0
- package/dist/legacy/AppSwitcherPanel/AppSwitcherPanel.js +195 -0
- package/dist/legacy/AppSwitcherPanel/AppSwitcherPanel.js.map +1 -0
- package/dist/legacy/AppSwitcherPanel/index.d.ts +2 -0
- package/dist/legacy/AppSwitcherPanel/index.js +7 -0
- package/dist/legacy/AppSwitcherPanel/index.js.map +1 -0
- package/dist/legacy/AppSwitcherPanel/styles.js +65 -0
- package/dist/legacy/AppSwitcherPanel/styles.js.map +1 -0
- package/dist/legacy/CodeEditor/CodeEditor.d.ts +14 -0
- package/dist/legacy/CodeEditor/CodeEditor.js +114 -0
- package/dist/legacy/CodeEditor/CodeEditor.js.map +1 -0
- package/dist/legacy/CodeEditor/index.d.ts +2 -0
- package/dist/legacy/CodeEditor/index.js +2 -0
- package/dist/legacy/CodeEditor/index.js.map +1 -0
- package/dist/legacy/CodeEditor/styles.js +45 -0
- package/dist/legacy/CodeEditor/styles.js.map +1 -0
- package/dist/legacy/Footer/Footer.d.ts +12 -0
- package/dist/legacy/Footer/Footer.js +51 -0
- package/dist/legacy/Footer/Footer.js.map +1 -0
- package/dist/legacy/Footer/index.d.ts +2 -0
- package/dist/legacy/Footer/index.js +2 -0
- package/dist/legacy/Footer/index.js.map +1 -0
- package/dist/legacy/Footer/styles.js +44 -0
- package/dist/legacy/Footer/styles.js.map +1 -0
- package/dist/legacy/FormComposer/FormComposer.d.ts +41 -0
- package/dist/legacy/FormComposer/FormComposer.js +218 -0
- package/dist/legacy/FormComposer/FormComposer.js.map +1 -0
- package/dist/legacy/FormComposer/index.d.ts +2 -0
- package/dist/legacy/FormComposer/index.js +2 -0
- package/dist/legacy/FormComposer/index.js.map +1 -0
- package/dist/legacy/FormComposer/styles.js +31 -0
- package/dist/legacy/FormComposer/styles.js.map +1 -0
- package/dist/legacy/Loading/Loading.d.ts +32 -0
- package/dist/legacy/Loading/Loading.js +71 -0
- package/dist/legacy/Loading/Loading.js.map +1 -0
- package/dist/legacy/Loading/LoadingWithDelay.d.ts +12 -0
- package/dist/legacy/Loading/LoadingWithDelay.js +97 -0
- package/dist/legacy/Loading/LoadingWithDelay.js.map +1 -0
- package/dist/legacy/Loading/index.d.ts +2 -0
- package/dist/legacy/Loading/index.js +2 -0
- package/dist/legacy/Loading/index.js.map +1 -0
- package/dist/legacy/Loading/styles.js +78 -0
- package/dist/legacy/Loading/styles.js.map +1 -0
- package/dist/legacy/NavigationAnchors/NavigationAnchors.d.ts +46 -0
- package/dist/legacy/NavigationAnchors/NavigationAnchors.js +275 -0
- package/dist/legacy/NavigationAnchors/NavigationAnchors.js.map +1 -0
- package/dist/legacy/NavigationAnchors/index.d.ts +2 -0
- package/dist/legacy/NavigationAnchors/index.js +2 -0
- package/dist/legacy/NavigationAnchors/index.js.map +1 -0
- package/dist/legacy/NavigationAnchors/styles.js +70 -0
- package/dist/legacy/NavigationAnchors/styles.js.map +1 -0
- package/dist/legacy/NotificationPanel/Notification/Notification.js +119 -0
- package/dist/legacy/NotificationPanel/Notification/Notification.js.map +1 -0
- package/dist/legacy/NotificationPanel/Notification/index.js +7 -0
- package/dist/legacy/NotificationPanel/Notification/index.js.map +1 -0
- package/dist/legacy/NotificationPanel/Notification/styles.js +56 -0
- package/dist/legacy/NotificationPanel/Notification/styles.js.map +1 -0
- package/dist/legacy/NotificationPanel/NotificationPanel.d.ts +49 -0
- package/dist/legacy/NotificationPanel/NotificationPanel.js +182 -0
- package/dist/legacy/NotificationPanel/NotificationPanel.js.map +1 -0
- package/dist/legacy/NotificationPanel/Panel/Panel.js +166 -0
- package/dist/legacy/NotificationPanel/Panel/Panel.js.map +1 -0
- package/dist/legacy/NotificationPanel/Panel/index.js +7 -0
- package/dist/legacy/NotificationPanel/Panel/index.js.map +1 -0
- package/dist/legacy/NotificationPanel/Panel/styles.js +66 -0
- package/dist/legacy/NotificationPanel/Panel/styles.js.map +1 -0
- package/dist/legacy/NotificationPanel/index.d.ts +2 -0
- package/dist/legacy/NotificationPanel/index.js +2 -0
- package/dist/legacy/NotificationPanel/index.js.map +1 -0
- package/dist/legacy/NotificationPanel/styles.js +9 -0
- package/dist/legacy/NotificationPanel/styles.js.map +1 -0
- package/dist/legacy/Slider/KnobRing/KnobRing.js +15 -0
- package/dist/legacy/Slider/KnobRing/KnobRing.js.map +1 -0
- package/dist/legacy/Slider/KnobRing/index.js +5 -0
- package/dist/legacy/Slider/KnobRing/index.js.map +1 -0
- package/dist/legacy/Slider/KnobRing/styles.js +32 -0
- package/dist/legacy/Slider/KnobRing/styles.js.map +1 -0
- package/dist/legacy/Slider/Slider.d.ts +133 -0
- package/dist/legacy/Slider/Slider.js +583 -0
- package/dist/legacy/Slider/Slider.js.map +1 -0
- package/dist/legacy/Slider/index.d.ts +2 -0
- package/dist/legacy/Slider/index.js +2 -0
- package/dist/legacy/Slider/index.js.map +1 -0
- package/dist/legacy/Slider/styles.js +108 -0
- package/dist/legacy/Slider/styles.js.map +1 -0
- package/dist/legacy/TimePicker/PeriodPicker/PeriodPicker.js +110 -0
- package/dist/legacy/TimePicker/PeriodPicker/PeriodPicker.js.map +1 -0
- package/dist/legacy/TimePicker/PeriodPicker/index.js +7 -0
- package/dist/legacy/TimePicker/PeriodPicker/index.js.map +1 -0
- package/dist/legacy/TimePicker/PeriodPicker/styles.js +46 -0
- package/dist/legacy/TimePicker/PeriodPicker/styles.js.map +1 -0
- package/dist/legacy/TimePicker/TimePicker.d.ts +77 -0
- package/dist/legacy/TimePicker/TimePicker.js +402 -0
- package/dist/legacy/TimePicker/TimePicker.js.map +1 -0
- package/dist/legacy/TimePicker/UnitTimePicker/UnitTimePicker.js +207 -0
- package/dist/legacy/TimePicker/UnitTimePicker/UnitTimePicker.js.map +1 -0
- package/dist/legacy/TimePicker/UnitTimePicker/index.js +7 -0
- package/dist/legacy/TimePicker/UnitTimePicker/index.js.map +1 -0
- package/dist/legacy/TimePicker/UnitTimePicker/styles.js +63 -0
- package/dist/legacy/TimePicker/UnitTimePicker/styles.js.map +1 -0
- package/dist/legacy/TimePicker/enums.js +32 -0
- package/dist/legacy/TimePicker/enums.js.map +1 -0
- package/dist/legacy/TimePicker/index.d.ts +2 -0
- package/dist/legacy/TimePicker/index.js +2 -0
- package/dist/legacy/TimePicker/index.js.map +1 -0
- package/dist/legacy/TimePicker/styles.js +96 -0
- package/dist/legacy/TimePicker/styles.js.map +1 -0
- package/dist/legacy/TimePicker/timePickerConverter.js +71 -0
- package/dist/legacy/TimePicker/timePickerConverter.js.map +1 -0
- package/dist/legacy/TimePicker/timePickerFormatter.js +63 -0
- package/dist/legacy/TimePicker/timePickerFormatter.js.map +1 -0
- package/dist/legacy/TimePicker/timePickerUtils.js +27 -0
- package/dist/legacy/TimePicker/timePickerUtils.js.map +1 -0
- package/dist/legacy/index.d.ts +26 -0
- package/dist/legacy/index.js +11 -0
- package/dist/legacy/index.js.map +1 -0
- package/dist/legacy/withStyleProps/WithStyleProps.js +14 -0
- package/dist/legacy/withStyleProps/WithStyleProps.js.map +1 -0
- package/dist/legacy/withStyleProps/index.js +2 -0
- package/dist/legacy/withStyleProps/index.js.map +1 -0
- package/dist/modern/AppSwitcherPanel/Action/Action.d.ts +67 -0
- package/dist/modern/AppSwitcherPanel/Action/Action.js +177 -0
- package/dist/modern/AppSwitcherPanel/Action/Action.js.map +1 -0
- package/dist/modern/AppSwitcherPanel/Action/index.d.ts +2 -0
- package/dist/modern/AppSwitcherPanel/Action/index.js +7 -0
- package/dist/modern/AppSwitcherPanel/Action/index.js.map +1 -0
- package/dist/modern/AppSwitcherPanel/Action/styles.js +77 -0
- package/dist/modern/AppSwitcherPanel/Action/styles.js.map +1 -0
- package/dist/modern/AppSwitcherPanel/AppSwitcherPanel.d.ts +50 -0
- package/dist/modern/AppSwitcherPanel/AppSwitcherPanel.js +167 -0
- package/dist/modern/AppSwitcherPanel/AppSwitcherPanel.js.map +1 -0
- package/dist/modern/AppSwitcherPanel/index.d.ts +2 -0
- package/dist/modern/AppSwitcherPanel/index.js +7 -0
- package/dist/modern/AppSwitcherPanel/index.js.map +1 -0
- package/dist/modern/AppSwitcherPanel/styles.js +55 -0
- package/dist/modern/AppSwitcherPanel/styles.js.map +1 -0
- package/dist/modern/CodeEditor/CodeEditor.d.ts +14 -0
- package/dist/modern/CodeEditor/CodeEditor.js +109 -0
- package/dist/modern/CodeEditor/CodeEditor.js.map +1 -0
- package/dist/modern/CodeEditor/index.d.ts +2 -0
- package/dist/modern/CodeEditor/index.js +2 -0
- package/dist/modern/CodeEditor/index.js.map +1 -0
- package/dist/modern/CodeEditor/styles.js +43 -0
- package/dist/modern/CodeEditor/styles.js.map +1 -0
- package/dist/modern/Footer/Footer.d.ts +12 -0
- package/dist/modern/Footer/Footer.js +51 -0
- package/dist/modern/Footer/Footer.js.map +1 -0
- package/dist/modern/Footer/index.d.ts +2 -0
- package/dist/modern/Footer/index.js +2 -0
- package/dist/modern/Footer/index.js.map +1 -0
- package/dist/modern/Footer/styles.js +43 -0
- package/dist/modern/Footer/styles.js.map +1 -0
- package/dist/modern/FormComposer/FormComposer.d.ts +41 -0
- package/dist/modern/FormComposer/FormComposer.js +183 -0
- package/dist/modern/FormComposer/FormComposer.js.map +1 -0
- package/dist/modern/FormComposer/index.d.ts +2 -0
- package/dist/modern/FormComposer/index.js +2 -0
- package/dist/modern/FormComposer/index.js.map +1 -0
- package/dist/modern/FormComposer/styles.js +29 -0
- package/dist/modern/FormComposer/styles.js.map +1 -0
- package/dist/modern/Loading/Loading.d.ts +32 -0
- package/dist/modern/Loading/Loading.js +72 -0
- package/dist/modern/Loading/Loading.js.map +1 -0
- package/dist/modern/Loading/LoadingWithDelay.d.ts +12 -0
- package/dist/modern/Loading/LoadingWithDelay.js +92 -0
- package/dist/modern/Loading/LoadingWithDelay.js.map +1 -0
- package/dist/modern/Loading/index.d.ts +2 -0
- package/dist/modern/Loading/index.js +2 -0
- package/dist/modern/Loading/index.js.map +1 -0
- package/dist/modern/Loading/styles.js +76 -0
- package/dist/modern/Loading/styles.js.map +1 -0
- package/dist/modern/NavigationAnchors/NavigationAnchors.d.ts +46 -0
- package/dist/modern/NavigationAnchors/NavigationAnchors.js +243 -0
- package/dist/modern/NavigationAnchors/NavigationAnchors.js.map +1 -0
- package/dist/modern/NavigationAnchors/index.d.ts +2 -0
- package/dist/modern/NavigationAnchors/index.js +2 -0
- package/dist/modern/NavigationAnchors/index.js.map +1 -0
- package/dist/modern/NavigationAnchors/styles.js +61 -0
- package/dist/modern/NavigationAnchors/styles.js.map +1 -0
- package/dist/modern/NotificationPanel/Notification/Notification.js +90 -0
- package/dist/modern/NotificationPanel/Notification/Notification.js.map +1 -0
- package/dist/modern/NotificationPanel/Notification/index.js +7 -0
- package/dist/modern/NotificationPanel/Notification/index.js.map +1 -0
- package/dist/modern/NotificationPanel/Notification/styles.js +45 -0
- package/dist/modern/NotificationPanel/Notification/styles.js.map +1 -0
- package/dist/modern/NotificationPanel/NotificationPanel.d.ts +49 -0
- package/dist/modern/NotificationPanel/NotificationPanel.js +153 -0
- package/dist/modern/NotificationPanel/NotificationPanel.js.map +1 -0
- package/dist/modern/NotificationPanel/Panel/Panel.js +133 -0
- package/dist/modern/NotificationPanel/Panel/Panel.js.map +1 -0
- package/dist/modern/NotificationPanel/Panel/index.js +7 -0
- package/dist/modern/NotificationPanel/Panel/index.js.map +1 -0
- package/dist/modern/NotificationPanel/Panel/styles.js +56 -0
- package/dist/modern/NotificationPanel/Panel/styles.js.map +1 -0
- package/dist/modern/NotificationPanel/index.d.ts +2 -0
- package/dist/modern/NotificationPanel/index.js +2 -0
- package/dist/modern/NotificationPanel/index.js.map +1 -0
- package/dist/modern/NotificationPanel/styles.js +9 -0
- package/dist/modern/NotificationPanel/styles.js.map +1 -0
- package/dist/modern/Slider/KnobRing/KnobRing.js +17 -0
- package/dist/modern/Slider/KnobRing/KnobRing.js.map +1 -0
- package/dist/modern/Slider/KnobRing/index.js +5 -0
- package/dist/modern/Slider/KnobRing/index.js.map +1 -0
- package/dist/modern/Slider/KnobRing/styles.js +34 -0
- package/dist/modern/Slider/KnobRing/styles.js.map +1 -0
- package/dist/modern/Slider/Slider.d.ts +133 -0
- package/dist/modern/Slider/Slider.js +542 -0
- package/dist/modern/Slider/Slider.js.map +1 -0
- package/dist/modern/Slider/index.d.ts +2 -0
- package/dist/modern/Slider/index.js +2 -0
- package/dist/modern/Slider/index.js.map +1 -0
- package/dist/modern/Slider/styles.js +99 -0
- package/dist/modern/Slider/styles.js.map +1 -0
- package/dist/modern/TimePicker/PeriodPicker/PeriodPicker.js +88 -0
- package/dist/modern/TimePicker/PeriodPicker/PeriodPicker.js.map +1 -0
- package/dist/modern/TimePicker/PeriodPicker/index.js +7 -0
- package/dist/modern/TimePicker/PeriodPicker/index.js.map +1 -0
- package/dist/modern/TimePicker/PeriodPicker/styles.js +37 -0
- package/dist/modern/TimePicker/PeriodPicker/styles.js.map +1 -0
- package/dist/modern/TimePicker/TimePicker.d.ts +77 -0
- package/dist/modern/TimePicker/TimePicker.js +394 -0
- package/dist/modern/TimePicker/TimePicker.js.map +1 -0
- package/dist/modern/TimePicker/UnitTimePicker/UnitTimePicker.js +186 -0
- package/dist/modern/TimePicker/UnitTimePicker/UnitTimePicker.js.map +1 -0
- package/dist/modern/TimePicker/UnitTimePicker/index.js +7 -0
- package/dist/modern/TimePicker/UnitTimePicker/index.js.map +1 -0
- package/dist/modern/TimePicker/UnitTimePicker/styles.js +54 -0
- package/dist/modern/TimePicker/UnitTimePicker/styles.js.map +1 -0
- package/dist/modern/TimePicker/enums.js +32 -0
- package/dist/modern/TimePicker/enums.js.map +1 -0
- package/dist/modern/TimePicker/index.d.ts +2 -0
- package/dist/modern/TimePicker/index.js +2 -0
- package/dist/modern/TimePicker/index.js.map +1 -0
- package/dist/modern/TimePicker/styles.js +87 -0
- package/dist/modern/TimePicker/styles.js.map +1 -0
- package/dist/modern/TimePicker/timePickerConverter.js +66 -0
- package/dist/modern/TimePicker/timePickerConverter.js.map +1 -0
- package/dist/modern/TimePicker/timePickerFormatter.js +62 -0
- package/dist/modern/TimePicker/timePickerFormatter.js.map +1 -0
- package/dist/modern/TimePicker/timePickerUtils.js +26 -0
- package/dist/modern/TimePicker/timePickerUtils.js.map +1 -0
- package/dist/modern/index.d.ts +26 -0
- package/dist/modern/index.js +11 -0
- package/dist/modern/index.js.map +1 -0
- package/dist/modern/withStyleProps/WithStyleProps.js +10 -0
- package/dist/modern/withStyleProps/WithStyleProps.js.map +1 -0
- package/dist/modern/withStyleProps/index.js +2 -0
- package/dist/modern/withStyleProps/index.js.map +1 -0
- package/dist/withStyleProps/WithStyleProps.js +25 -0
- package/dist/withStyleProps/WithStyleProps.js.map +1 -0
- package/dist/withStyleProps/index.js +16 -0
- package/dist/withStyleProps/index.js.map +1 -0
- package/package.json +72 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,2334 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
## 2.6.18 (2024-01-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @hitachivantara/uikit-react-lab
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [2.6.17](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.16...@hv/uikit-react-lab@2.6.17) (2022-08-18)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [2.6.16](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.15...@hv/uikit-react-lab@2.6.16) (2022-08-18)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [2.6.15](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.12...@hv/uikit-react-lab@2.6.15) (2022-08-05)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## [2.6.12](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.11...@hv/uikit-react-lab@2.6.12) (2022-08-04)
|
|
39
|
+
|
|
40
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## [2.6.11](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.10...@hv/uikit-react-lab@2.6.11) (2022-08-04)
|
|
47
|
+
|
|
48
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
## [2.6.10](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.9...@hv/uikit-react-lab@2.6.10) (2022-07-25)
|
|
55
|
+
|
|
56
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## [2.6.9](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.8...@hv/uikit-react-lab@2.6.9) (2022-07-25)
|
|
63
|
+
|
|
64
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
## [2.6.8](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.7...@hv/uikit-react-lab@2.6.8) (2021-04-13)
|
|
71
|
+
|
|
72
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
## [2.6.7](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.6...@hv/uikit-react-lab@2.6.7) (2021-04-07)
|
|
79
|
+
|
|
80
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## [2.6.6](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.5...@hv/uikit-react-lab@2.6.6) (2021-04-05)
|
|
87
|
+
|
|
88
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
## [2.6.5](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.4...@hv/uikit-react-lab@2.6.5) (2021-03-31)
|
|
95
|
+
|
|
96
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
## [2.6.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.3...@hv/uikit-react-lab@2.6.4) (2021-03-30)
|
|
103
|
+
|
|
104
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
## [2.6.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.2...@hv/uikit-react-lab@2.6.3) (2021-03-28)
|
|
111
|
+
|
|
112
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
## [2.6.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.1...@hv/uikit-react-lab@2.6.2) (2021-03-11)
|
|
119
|
+
|
|
120
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## [2.6.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.6.0...@hv/uikit-react-lab@2.6.1) (2021-03-10)
|
|
127
|
+
|
|
128
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
# [2.6.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.38...@hv/uikit-react-lab@2.6.0) (2021-03-09)
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
### Features
|
|
138
|
+
|
|
139
|
+
* allow configuration of css class name generator HVUIKIT-5578 ([18b345a](https://github.com/pentaho/hv-uikit-react/commit/18b345a485676957b724fffae06e9be97d644992))
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
## [2.5.38](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.37...@hv/uikit-react-lab@2.5.38) (2021-03-03)
|
|
146
|
+
|
|
147
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
## [2.5.37](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.36...@hv/uikit-react-lab@2.5.37) (2021-02-26)
|
|
154
|
+
|
|
155
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
## [2.5.36](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.35...@hv/uikit-react-lab@2.5.36) (2021-02-23)
|
|
162
|
+
|
|
163
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
## [2.5.35](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.34...@hv/uikit-react-lab@2.5.35) (2021-02-20)
|
|
170
|
+
|
|
171
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
## [2.5.34](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.33...@hv/uikit-react-lab@2.5.34) (2021-02-10)
|
|
178
|
+
|
|
179
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
## [2.5.33](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.32...@hv/uikit-react-lab@2.5.33) (2021-02-06)
|
|
186
|
+
|
|
187
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
## [2.5.32](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.31...@hv/uikit-react-lab@2.5.32) (2021-01-27)
|
|
194
|
+
|
|
195
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
## [2.5.31](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.30...@hv/uikit-react-lab@2.5.31) (2021-01-08)
|
|
202
|
+
|
|
203
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
## [2.5.30](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.29...@hv/uikit-react-lab@2.5.30) (2020-12-24)
|
|
210
|
+
|
|
211
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
## [2.5.29](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.28...@hv/uikit-react-lab@2.5.29) (2020-12-23)
|
|
218
|
+
|
|
219
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
## [2.5.28](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.27...@hv/uikit-react-lab@2.5.28) (2020-12-11)
|
|
226
|
+
|
|
227
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
## [2.5.27](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.26...@hv/uikit-react-lab@2.5.27) (2020-11-27)
|
|
234
|
+
|
|
235
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
## [2.5.26](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.25...@hv/uikit-react-lab@2.5.26) (2020-11-23)
|
|
242
|
+
|
|
243
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
## [2.5.25](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.24...@hv/uikit-react-lab@2.5.25) (2020-11-21)
|
|
250
|
+
|
|
251
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
## [2.5.24](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.23...@hv/uikit-react-lab@2.5.24) (2020-11-20)
|
|
258
|
+
|
|
259
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
## [2.5.23](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.22...@hv/uikit-react-lab@2.5.23) (2020-11-13)
|
|
266
|
+
|
|
267
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
## [2.5.22](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.21...@hv/uikit-react-lab@2.5.22) (2020-11-11)
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
### Bug Fixes
|
|
277
|
+
|
|
278
|
+
* **lab:** add ts indexes. HVUIKIT-5471 ([7e41477](https://github.com/pentaho/hv-uikit-react/commit/7e414770d4c16d05a8bc064dd9e7df15840165a8))
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
## [2.5.21](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.20...@hv/uikit-react-lab@2.5.21) (2020-11-02)
|
|
285
|
+
|
|
286
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
## [2.5.20](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.19...@hv/uikit-react-lab@2.5.20) (2020-10-27)
|
|
293
|
+
|
|
294
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
## [2.5.19](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.18...@hv/uikit-react-lab@2.5.19) (2020-10-22)
|
|
301
|
+
|
|
302
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
## [2.5.18](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.17...@hv/uikit-react-lab@2.5.18) (2020-10-20)
|
|
309
|
+
|
|
310
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
## [2.5.17](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.16...@hv/uikit-react-lab@2.5.17) (2020-10-15)
|
|
317
|
+
|
|
318
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
## [2.5.16](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.15...@hv/uikit-react-lab@2.5.16) (2020-10-12)
|
|
325
|
+
|
|
326
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
## [2.5.15](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.14...@hv/uikit-react-lab@2.5.15) (2020-09-30)
|
|
333
|
+
|
|
334
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
## [2.5.14](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.13...@hv/uikit-react-lab@2.5.14) (2020-09-29)
|
|
341
|
+
|
|
342
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
## [2.5.13](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.12...@hv/uikit-react-lab@2.5.13) (2020-09-25)
|
|
349
|
+
|
|
350
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
## [2.5.12](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.11...@hv/uikit-react-lab@2.5.12) (2020-09-24)
|
|
357
|
+
|
|
358
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
## [2.5.11](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.10...@hv/uikit-react-lab@2.5.11) (2020-09-18)
|
|
365
|
+
|
|
366
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
## [2.5.10](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.9...@hv/uikit-react-lab@2.5.10) (2020-09-17)
|
|
373
|
+
|
|
374
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
## [2.5.9](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.8...@hv/uikit-react-lab@2.5.9) (2020-09-09)
|
|
381
|
+
|
|
382
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
## [2.5.8](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.7...@hv/uikit-react-lab@2.5.8) (2020-08-28)
|
|
389
|
+
|
|
390
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
## [2.5.7](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.6...@hv/uikit-react-lab@2.5.7) (2020-08-18)
|
|
397
|
+
|
|
398
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
## [2.5.6](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.5...@hv/uikit-react-lab@2.5.6) (2020-08-15)
|
|
405
|
+
|
|
406
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
## [2.5.5](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.4...@hv/uikit-react-lab@2.5.5) (2020-07-30)
|
|
413
|
+
|
|
414
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
## [2.5.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.3...@hv/uikit-react-lab@2.5.4) (2020-07-19)
|
|
421
|
+
|
|
422
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
## [2.5.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.2...@hv/uikit-react-lab@2.5.3) (2020-07-10)
|
|
429
|
+
|
|
430
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
## [2.5.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.1...@hv/uikit-react-lab@2.5.2) (2020-07-04)
|
|
437
|
+
|
|
438
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
## [2.5.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.5.0...@hv/uikit-react-lab@2.5.1) (2020-07-01)
|
|
445
|
+
|
|
446
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
# [2.5.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.4.0...@hv/uikit-react-lab@2.5.0) (2020-06-27)
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
### Features
|
|
456
|
+
|
|
457
|
+
* **focus:** add hover when focus. [#1657](https://github.com/pentaho/hv-uikit-react/issues/1657) ([4808c32](https://github.com/pentaho/hv-uikit-react/commit/4808c3282e4f734207a802d267348c967e54d0cf))
|
|
458
|
+
* **typescript:** add lint and tsc validation. [#1611](https://github.com/pentaho/hv-uikit-react/issues/1611) ([fbd6ac2](https://github.com/pentaho/hv-uikit-react/commit/fbd6ac2e3bb1b03176040be6f177ac140a35c0d9))
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
# [2.4.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.3.2...@hv/uikit-react-lab@2.4.0) (2020-06-24)
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
### Features
|
|
468
|
+
|
|
469
|
+
* **appswitcherpanel:** add appswitcherpanel to uikit v2 ([dc65bc7](https://github.com/pentaho/hv-uikit-react/commit/dc65bc78051443dfb066868c7cf8b4fd4b6a24f9))
|
|
470
|
+
* **appswitcherpanel:** removed the license headers ([b4478e8](https://github.com/pentaho/hv-uikit-react/commit/b4478e83560ed799013e26edde97c258396297c5))
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
## [2.3.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.3.1...@hv/uikit-react-lab@2.3.2) (2020-06-18)
|
|
477
|
+
|
|
478
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
## [2.3.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.3.0...@hv/uikit-react-lab@2.3.1) (2020-06-11)
|
|
485
|
+
|
|
486
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
# [2.3.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.2.0...@hv/uikit-react-lab@2.3.0) (2020-06-09)
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
### Features
|
|
496
|
+
|
|
497
|
+
* **code-editor:** add code editor component from Foundry. [#1629](https://github.com/pentaho/hv-uikit-react/issues/1629) ([e8a7c10](https://github.com/pentaho/hv-uikit-react/commit/e8a7c10f2db2d528399f21f96c35650ac6e2e48f))
|
|
498
|
+
* **code-editor:** add yaml example and fix syntax highlight ([52ac0fc](https://github.com/pentaho/hv-uikit-react/commit/52ac0fc1fbd7674c7993d975cb04fc4e4df8c81b))
|
|
499
|
+
* **code-editor:** fix comments ([4537e3f](https://github.com/pentaho/hv-uikit-react/commit/4537e3fc21dc5f5cf90dd1054162bc3bf2ef4e31))
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
# [2.2.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.1.1...@hv/uikit-react-lab@2.2.0) (2020-06-05)
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
### Bug Fixes
|
|
509
|
+
|
|
510
|
+
* **themes:** revert links to ds 1.2.1 ([becbec3](https://github.com/pentaho/hv-uikit-react/commit/becbec32fc87beb3d871d6b7cf26c4b7d6cd9f42))
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
### Features
|
|
514
|
+
|
|
515
|
+
* **footer:** deprecate lab component. [#1601](https://github.com/pentaho/hv-uikit-react/issues/1601) ([4b934db](https://github.com/pentaho/hv-uikit-react/commit/4b934dbcb9e7088a99c7980631aae9f57cd990e5))
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
## [2.1.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.1.0...@hv/uikit-react-lab@2.1.1) (2020-06-03)
|
|
522
|
+
|
|
523
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
# [2.1.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.0.4...@hv/uikit-react-lab@2.1.0) (2020-05-26)
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
### Bug Fixes
|
|
533
|
+
|
|
534
|
+
* **table:** adjustment in layout. [#1536](https://github.com/pentaho/hv-uikit-react/issues/1536) ([4add43d](https://github.com/pentaho/hv-uikit-react/commit/4add43db0d0be4c9c2f94fba68cd1d2e55118bd0))
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
### Features
|
|
538
|
+
|
|
539
|
+
* **userpreferences:** add component following ds guideline. [#658](https://github.com/pentaho/hv-uikit-react/issues/658) ([bf7f3f9](https://github.com/pentaho/hv-uikit-react/commit/bf7f3f9d7b560acdc38bc1f3b4fe18fe03578bcd))
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
## [2.0.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.0.3...@hv/uikit-react-lab@2.0.4) (2020-05-15)
|
|
546
|
+
|
|
547
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
# [2.0.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.0.2...@hv/uikit-react-lab@2.0.3) (2020-04-25)
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
### Bug Fixes
|
|
557
|
+
|
|
558
|
+
* **docs:** components without label documentation. [#1421](https://github.com/pentaho/hv-uikit-react/issues/1421) ([58fba02](https://github.com/pentaho/hv-uikit-react/commit/58fba02649200efa6e1482631fa1cc2442cdc21b))
|
|
559
|
+
* **input:** fix input doc. [#810](https://github.com/pentaho/hv-uikit-react/issues/810) ([de1f0da](https://github.com/pentaho/hv-uikit-react/commit/de1f0da87c6c43d6c2d812bc05af2c742d7d1d62))
|
|
560
|
+
* **shadows:** correcting color translation between themes. [#1313](https://github.com/pentaho/hv-uikit-react/issues/1313) ([74b23bf](https://github.com/pentaho/hv-uikit-react/commit/74b23bf89a18a29f8fa8a51873965d76fdbdd6c0))
|
|
561
|
+
* **typescript:** fix definitions. [#1418](https://github.com/pentaho/hv-uikit-react/issues/1418) ([64cd0f4](https://github.com/pentaho/hv-uikit-react/commit/64cd0f407290bf3fd780f56db1e12a83eeedfa7f))
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
### Features
|
|
565
|
+
|
|
566
|
+
* **textarea:** review char count accessibility. [#1235](https://github.com/pentaho/hv-uikit-react/issues/1235) ([b5f7f49](https://github.com/pentaho/hv-uikit-react/commit/b5f7f4986ed09a6d2791db18c452bf65b2a6618b))
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
## 2.0.2 (2020-04-24)
|
|
573
|
+
|
|
574
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
## 2.0.1 (2020-04-18)
|
|
581
|
+
|
|
582
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
# [2.0.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.21.0...@hv/uikit-react-lab@2.0.0) (2020-04-15)
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
### Bug Fixes
|
|
592
|
+
|
|
593
|
+
* **docs:** problems detected on next. [#1383](https://github.com/pentaho/hv-uikit-react/issues/1383) ([65496d2](https://github.com/pentaho/hv-uikit-react/commit/65496d2377803f6b08c00586bcc164aa701c5862))
|
|
594
|
+
* **material:** fix test with material not found ([4c004ac](https://github.com/pentaho/hv-uikit-react/commit/4c004ac20ece5936a22269a07d64340322a6e19a))
|
|
595
|
+
* **material4:** tests. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([40f4bed](https://github.com/pentaho/hv-uikit-react/commit/40f4bedc090a7a1392d1eb2ac9441fd5adffe3d9))
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
### Features
|
|
599
|
+
|
|
600
|
+
* **api:** uniformize components api. [#821](https://github.com/pentaho/hv-uikit-react/issues/821) ([f253499](https://github.com/pentaho/hv-uikit-react/commit/f2534993d1b21435133c240eddb949d4f27c3b28))
|
|
601
|
+
* **deprecations:** remove deprecated lab components. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([410cf5b](https://github.com/pentaho/hv-uikit-react/commit/410cf5be65e72d201d08235e5f93ee2f46af68e0))
|
|
602
|
+
* **deprecations:** remove searchbox from lab. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([875fb0f](https://github.com/pentaho/hv-uikit-react/commit/875fb0f3767a38e57dc1af5b182ae5598a4beb1f))
|
|
603
|
+
* **icon:** remove old icons. [#1193](https://github.com/pentaho/hv-uikit-react/issues/1193) ([a288ce3](https://github.com/pentaho/hv-uikit-react/commit/a288ce3467e4d9c0ba2d9dd266d971fe7a1e3038))
|
|
604
|
+
* **input:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([178d84e](https://github.com/pentaho/hv-uikit-react/commit/178d84e0a1fe70f48e39257ed43166f3662c2cb7))
|
|
605
|
+
* **list:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([daca806](https://github.com/pentaho/hv-uikit-react/commit/daca806da382c9bc81139207d3ba4fd30d4d7ae1))
|
|
606
|
+
* **material4:** migration and spacing. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([c6ce4c5](https://github.com/pentaho/hv-uikit-react/commit/c6ce4c5ae8541b28adbf8f1b83f1673bae1156de))
|
|
607
|
+
* **styles:** generate stable class names [#1257](https://github.com/pentaho/hv-uikit-react/issues/1257) ([a52b22c](https://github.com/pentaho/hv-uikit-react/commit/a52b22c878bf6aabbc30113cc0a1605ebcebb6f6))
|
|
608
|
+
* **theme:** rename components. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([1995ab0](https://github.com/pentaho/hv-uikit-react/commit/1995ab01c7dc7c78cb55a6726acae4f0d7effd56))
|
|
609
|
+
* **typescript:** move proptypes to typescript. [#999](https://github.com/pentaho/hv-uikit-react/issues/999) ([628b71f](https://github.com/pentaho/hv-uikit-react/commit/628b71ff55444c927c17b22b5d1402b4f2374650))
|
|
610
|
+
* **typescript:** ts and withstyles for lab components. [#533](https://github.com/pentaho/hv-uikit-react/issues/533) ([519d8de](https://github.com/pentaho/hv-uikit-react/commit/519d8de5b86f49142041afbcf1592b3dea2549b5))
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
# [1.21.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.20.0...@hv/uikit-react-lab@1.21.0) (2020-04-11)
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
### Features
|
|
620
|
+
|
|
621
|
+
* **datepicker:** add dateFormat prop to lab datepicker [#1380](https://github.com/pentaho/hv-uikit-react/issues/1380) ([947af60](https://github.com/pentaho/hv-uikit-react/commit/947af605ce44fb473047d4109282e9aa1011520d))
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
# [2.0.0-next.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@2.0.0-next.1...@hv/uikit-react-lab@2.0.0-next.2) (2020-03-18)
|
|
628
|
+
# [1.20.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.19.3...@hv/uikit-react-lab@1.20.0) (2020-04-09)
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
### Features
|
|
632
|
+
|
|
633
|
+
* **deprecations:** remove searchbox from lab. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([875fb0f](https://github.com/pentaho/hv-uikit-react/commit/875fb0f3767a38e57dc1af5b182ae5598a4beb1f))
|
|
634
|
+
* **styles:** generate stable class names [#1257](https://github.com/pentaho/hv-uikit-react/issues/1257) ([a52b22c](https://github.com/pentaho/hv-uikit-react/commit/a52b22c878bf6aabbc30113cc0a1605ebcebb6f6))
|
|
635
|
+
* **typescript:** move proptypes to typescript. [#999](https://github.com/pentaho/hv-uikit-react/issues/999) ([628b71f](https://github.com/pentaho/hv-uikit-react/commit/628b71ff55444c927c17b22b5d1402b4f2374650))
|
|
636
|
+
* **classnames:** add icons componentName. [#1319](https://github.com/pentaho/hv-uikit-react/issues/1319) ([dfa7ef1](https://github.com/pentaho/hv-uikit-react/commit/dfa7ef11c43973d7297653e57201a687990449a3))
|
|
637
|
+
* **classnames:** apply classnames backport. [#1319](https://github.com/pentaho/hv-uikit-react/issues/1319) ([7ed3fe2](https://github.com/pentaho/hv-uikit-react/commit/7ed3fe2b0159dd1015b9f9b25331a4334ac43e5a))
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
## [1.19.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.19.2...@hv/uikit-react-lab@1.19.3) (2020-04-01)
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
### Bug Fixes
|
|
647
|
+
|
|
648
|
+
* **textinput:** change counter text color to acce1 [#1286](https://github.com/pentaho/hv-uikit-react/issues/1286) ([74e6b13](https://github.com/pentaho/hv-uikit-react/commit/74e6b13fb6d6d7bc7f2dba764341f28a2a8829f4))
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
## [1.19.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.19.1...@hv/uikit-react-lab@1.19.2) (2020-03-17)
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
### Bug Fixes
|
|
658
|
+
|
|
659
|
+
* **login:** recovery message not showing. [#1224](https://github.com/pentaho/hv-uikit-react/issues/1224) ([51a5c69](https://github.com/pentaho/hv-uikit-react/commit/51a5c693a5bd1e79e01339d30dfc10a71a586003))
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
# [2.0.0-next.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.18.1...@hv/uikit-react-lab@2.0.0-next.1) (2020-03-04)
|
|
665
|
+
|
|
666
|
+
## [1.19.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.19.0...@hv/uikit-react-lab@1.19.1) (2020-03-13)
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
### Bug Fixes
|
|
670
|
+
|
|
671
|
+
* **material:** fix test with material not found ([4c004ac](https://github.com/pentaho/hv-uikit-react/commit/4c004ac20ece5936a22269a07d64340322a6e19a))
|
|
672
|
+
* **material4:** tests. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([40f4bed](https://github.com/pentaho/hv-uikit-react/commit/40f4bedc090a7a1392d1eb2ac9441fd5adffe3d9))
|
|
673
|
+
* **slider:** set correct dependency. [#1230](https://github.com/pentaho/hv-uikit-react/issues/1230) ([f2ab2ce](https://github.com/pentaho/hv-uikit-react/commit/f2ab2ce0e92e1cc5d1ef612a2f47b0911194d407))
|
|
674
|
+
|
|
675
|
+
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
|
|
679
|
+
# [1.19.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.18.1...@hv/uikit-react-lab@1.19.0) (2020-03-07)
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### Features
|
|
683
|
+
|
|
684
|
+
* **deprecations:** remove deprecated lab components. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([410cf5b](https://github.com/pentaho/hv-uikit-react/commit/410cf5be65e72d201d08235e5f93ee2f46af68e0))
|
|
685
|
+
* **icon:** remove old icons. [#1193](https://github.com/pentaho/hv-uikit-react/issues/1193) ([a288ce3](https://github.com/pentaho/hv-uikit-react/commit/a288ce3467e4d9c0ba2d9dd266d971fe7a1e3038))
|
|
686
|
+
* **input:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([178d84e](https://github.com/pentaho/hv-uikit-react/commit/178d84e0a1fe70f48e39257ed43166f3662c2cb7))
|
|
687
|
+
* **list:** remove deprecated props. [#820](https://github.com/pentaho/hv-uikit-react/issues/820) ([daca806](https://github.com/pentaho/hv-uikit-react/commit/daca806da382c9bc81139207d3ba4fd30d4d7ae1))
|
|
688
|
+
* **material4:** migration and spacing. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([c6ce4c5](https://github.com/pentaho/hv-uikit-react/commit/c6ce4c5ae8541b28adbf8f1b83f1673bae1156de))
|
|
689
|
+
* **theme:** rename components. [#819](https://github.com/pentaho/hv-uikit-react/issues/819) ([1995ab0](https://github.com/pentaho/hv-uikit-react/commit/1995ab01c7dc7c78cb55a6726acae4f0d7effd56))
|
|
690
|
+
* **typescript:** support new component and restructure files ([e51b411](https://github.com/pentaho/hv-uikit-react/commit/e51b411962a1cc10a80fbc1f0d42cbc379618ef0))
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
# [2.0.0-next.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.17.5...@hv/uikit-react-lab@2.0.0-next.0) (2020-02-14)
|
|
697
|
+
## [1.18.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.18.0...@hv/uikit-react-lab@1.18.1) (2020-02-28)
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
### Bug Fixes
|
|
701
|
+
|
|
702
|
+
* **templates:** alignment and colors. [#1174](https://github.com/pentaho/hv-uikit-react/issues/1174) ([024138e](https://github.com/pentaho/hv-uikit-react/commit/024138e8c163d9d80dbc463ff448c431e3a7152e))
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
# [1.18.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.17.6...@hv/uikit-react-lab@1.18.0) (2020-02-20)
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
### Bug Fixes
|
|
712
|
+
|
|
713
|
+
* **input:** icon order and visibility. [#1096](https://github.com/pentaho/hv-uikit-react/issues/1096) ([12c59fb](https://github.com/pentaho/hv-uikit-react/commit/12c59fb017b0d78e89d50b02d90b25e6a08660a5))
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
### Features
|
|
717
|
+
|
|
718
|
+
* **vertical navigation:** new vertical nav according to DS 1.2.1 [#642](https://github.com/pentaho/hv-uikit-react/issues/642) ([37c96b0](https://github.com/pentaho/hv-uikit-react/commit/37c96b048bf158b43ffef0e00ffd8b89911011b8))
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
## [1.17.6](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.17.5...@hv/uikit-react-lab@1.17.6) (2020-02-15)
|
|
725
|
+
|
|
726
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
## [1.17.5](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.17.4...@hv/uikit-react-lab@1.17.5) (2020-02-06)
|
|
733
|
+
|
|
734
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
## [1.17.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.17.3...@hv/uikit-react-lab@1.17.4) (2020-02-05)
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
### Bug Fixes
|
|
744
|
+
|
|
745
|
+
* **focus:** edge/ie outline. [#1048](https://github.com/pentaho/hv-uikit-react/issues/1048) ([f015970](https://github.com/pentaho/hv-uikit-react/commit/f01597017f8bca22d27d6ef7f6afb619e85dd859))
|
|
746
|
+
* **icons:** svg tabstop in IE/Edge. [#1011](https://github.com/pentaho/hv-uikit-react/issues/1011) ([f9c5200](https://github.com/pentaho/hv-uikit-react/commit/f9c52002a2a96f51822f1dc77501066e541ed12e))
|
|
747
|
+
* **input:** clear button not showing. [#809](https://github.com/pentaho/hv-uikit-react/issues/809) ([371b70a](https://github.com/pentaho/hv-uikit-react/commit/371b70a6ae7ed54d2fc018f8df35e8eea9f0f42f))
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
## [1.17.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.17.2...@hv/uikit-react-lab@1.17.3) (2020-01-31)
|
|
754
|
+
|
|
755
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
## [1.17.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.17.1...@hv/uikit-react-lab@1.17.2) (2020-01-29)
|
|
762
|
+
|
|
763
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
## [1.17.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.17.0...@hv/uikit-react-lab@1.17.1) (2020-01-22)
|
|
770
|
+
|
|
771
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
# [1.17.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.16.0...@hv/uikit-react-lab@1.17.0) (2020-01-18)
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
### Bug Fixes
|
|
781
|
+
|
|
782
|
+
* **checkbox:** css icon classes. [#995](https://github.com/pentaho/hv-uikit-react/issues/995) ([8a782fd](https://github.com/pentaho/hv-uikit-react/commit/8a782fd8551bd5ec791d8c78e59bcef540cfc3fe))
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
### Features
|
|
786
|
+
|
|
787
|
+
* **footer:** allow customization on right label message [#987](https://github.com/pentaho/hv-uikit-react/issues/987) ([1197277](https://github.com/pentaho/hv-uikit-react/commit/119727773db594f93fc9c602ffb156ef7fa2e184))
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
# [1.16.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.15.0...@hv/uikit-react-lab@1.16.0) (2020-01-16)
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
### Bug Fixes
|
|
797
|
+
|
|
798
|
+
* **NavigationAnchors:** List items overlapping on long content. [#964](https://github.com/pentaho/hv-uikit-react/issues/964) ([460b19f](https://github.com/pentaho/hv-uikit-react/commit/460b19f))
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
### Features
|
|
802
|
+
|
|
803
|
+
* **typescript:** add index.d.ts to export the type definitions. [#533](https://github.com/pentaho/hv-uikit-react/issues/533) ([8a4fc1e](https://github.com/pentaho/hv-uikit-react/commit/8a4fc1e))
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
# [1.15.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.14.0...@hv/uikit-react-lab@1.15.0) (2020-01-08)
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
### Features
|
|
813
|
+
|
|
814
|
+
* **types:** type definitions initial version [#533](https://github.com/pentaho/hv-uikit-react/issues/533) ([770dee9](https://github.com/pentaho/hv-uikit-react/commit/770dee9))
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
# [1.14.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.13.1...@hv/uikit-react-lab@1.14.0) (2020-01-04)
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
### Bug Fixes
|
|
824
|
+
|
|
825
|
+
* **input:** full opacity of placeholder text. [#894](https://github.com/pentaho/hv-uikit-react/issues/894) ([#954](https://github.com/pentaho/hv-uikit-react/issues/954)) ([d99ecf7](https://github.com/pentaho/hv-uikit-react/commit/d99ecf7))
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
### Features
|
|
829
|
+
|
|
830
|
+
* **button:** add variant with icon. [#895](https://github.com/pentaho/hv-uikit-react/issues/895) ([921bcd7](https://github.com/pentaho/hv-uikit-react/commit/921bcd7))
|
|
831
|
+
* **icons:** remove deprecated icons from storybook. [#870](https://github.com/pentaho/hv-uikit-react/issues/870) ([c269d01](https://github.com/pentaho/hv-uikit-react/commit/c269d01))
|
|
832
|
+
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
## [1.13.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.13.0...@hv/uikit-react-lab@1.13.1) (2019-12-16)
|
|
838
|
+
|
|
839
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
# [1.13.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.12.0...@hv/uikit-react-lab@1.13.0) (2019-12-14)
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
### Features
|
|
849
|
+
|
|
850
|
+
* **loading:** add loading component. [#15](https://github.com/pentaho/hv-uikit-react/issues/15) ([d9f78a1](https://github.com/pentaho/hv-uikit-react/commit/d9f78a1))
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
# [1.12.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.11.0...@hv/uikit-react-lab@1.12.0) (2019-12-11)
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
### Bug Fixes
|
|
860
|
+
|
|
861
|
+
* **navigationanchors:** reverted the changes done for ie and edge [#873](https://github.com/pentaho/hv-uikit-react/issues/873) ([d85972b](https://github.com/pentaho/hv-uikit-react/commit/d85972b))
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
### Features
|
|
865
|
+
|
|
866
|
+
* **datepickerds:** add disablePortal prop to the component. [#904](https://github.com/pentaho/hv-uikit-react/issues/904) ([cfbb52f](https://github.com/pentaho/hv-uikit-react/commit/cfbb52f))
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
# [1.11.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.10.4...@hv/uikit-react-lab@1.11.0) (2019-12-04)
|
|
873
|
+
|
|
874
|
+
|
|
875
|
+
### Bug Fixes
|
|
876
|
+
|
|
877
|
+
* **input:** apply generated id to the root node - fixes [#855](https://github.com/pentaho/hv-uikit-react/issues/855) ([8438eb7](https://github.com/pentaho/hv-uikit-react/commit/8438eb7))
|
|
878
|
+
* **lab:** mark components as deprecated. [#850](https://github.com/pentaho/hv-uikit-react/issues/850) ([da7a0fa](https://github.com/pentaho/hv-uikit-react/commit/da7a0fa))
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
### Features
|
|
882
|
+
|
|
883
|
+
* **button:** add semantic variant. [#693](https://github.com/pentaho/hv-uikit-react/issues/693) ([f215e50](https://github.com/pentaho/hv-uikit-react/commit/f215e50))
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
## [1.10.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.10.3...@hv/uikit-react-lab@1.10.4) (2019-12-04)
|
|
890
|
+
|
|
891
|
+
|
|
892
|
+
### Bug Fixes
|
|
893
|
+
|
|
894
|
+
* **navigationanchor:** ie and edge fix adding polyfill [#873](https://github.com/pentaho/hv-uikit-react/issues/873) ([b019426](https://github.com/pentaho/hv-uikit-react/commit/b019426))
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
## [1.10.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.10.2...@hv/uikit-react-lab@1.10.3) (2019-12-03)
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
### Bug Fixes
|
|
904
|
+
|
|
905
|
+
* **timepicker:** fix font family on TimePicker. [#861](https://github.com/pentaho/hv-uikit-react/issues/861) ([1effa60](https://github.com/pentaho/hv-uikit-react/commit/1effa60))
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
## [1.10.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.10.1...@hv/uikit-react-lab@1.10.2) (2019-11-26)
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
### Bug Fixes
|
|
915
|
+
|
|
916
|
+
* **datepickerds:** fixed issues found when used on DFS [#844](https://github.com/pentaho/hv-uikit-react/issues/844) ([2e59a5f](https://github.com/pentaho/hv-uikit-react/commit/2e59a5f))
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
## [1.10.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.10.0...@hv/uikit-react-lab@1.10.1) (2019-11-22)
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
### Bug Fixes
|
|
926
|
+
|
|
927
|
+
* **datepickerds:** fixed the component to work on ie [#844](https://github.com/pentaho/hv-uikit-react/issues/844) ([6b99ae5](https://github.com/pentaho/hv-uikit-react/commit/6b99ae5))
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
# [1.10.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.9.0...@hv/uikit-react-lab@1.10.0) (2019-11-20)
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
### Bug Fixes
|
|
937
|
+
|
|
938
|
+
* **button:** apply new ds style to ghost button. [#694](https://github.com/pentaho/hv-uikit-react/issues/694) ([34d3e2c](https://github.com/pentaho/hv-uikit-react/commit/34d3e2c))
|
|
939
|
+
* **input:** suggestions list not working in ie 11. [#671](https://github.com/pentaho/hv-uikit-react/issues/671) ([7d197bf](https://github.com/pentaho/hv-uikit-react/commit/7d197bf))
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
### Features
|
|
943
|
+
|
|
944
|
+
* **input:** Input's accessibility [#248](https://github.com/pentaho/hv-uikit-react/issues/248) ([9eb0a50](https://github.com/pentaho/hv-uikit-react/commit/9eb0a50)), closes [#807](https://github.com/pentaho/hv-uikit-react/issues/807)
|
|
945
|
+
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
|
|
950
|
+
# [1.9.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.8.0...@hv/uikit-react-lab@1.9.0) (2019-11-07)
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
### Bug Fixes
|
|
954
|
+
|
|
955
|
+
* **icons:** fix banners and input. [#576](https://github.com/pentaho/hv-uikit-react/issues/576) ([b343b06](https://github.com/pentaho/hv-uikit-react/commit/b343b06))
|
|
956
|
+
* **input:** fix differential from uikit to ds. [#696](https://github.com/pentaho/hv-uikit-react/issues/696) ([4ae31d2](https://github.com/pentaho/hv-uikit-react/commit/4ae31d2))
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
### Features
|
|
960
|
+
|
|
961
|
+
* **icons:** review icon usage across components.[#576](https://github.com/pentaho/hv-uikit-react/issues/576) ([65aaa2f](https://github.com/pentaho/hv-uikit-react/commit/65aaa2f))
|
|
962
|
+
* **theme:** add new category base colors. [#687](https://github.com/pentaho/hv-uikit-react/issues/687) ([4bf41b7](https://github.com/pentaho/hv-uikit-react/commit/4bf41b7))
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
# [1.8.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.7.5...@hv/uikit-react-lab@1.8.0) (2019-10-30)
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
### Features
|
|
972
|
+
|
|
973
|
+
* **textarea:** autoScroll for dynamic content ([a9d52a9](https://github.com/pentaho/hv-uikit-react/commit/a9d52a9))
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
## [1.7.5](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.7.4...@hv/uikit-react-lab@1.7.5) (2019-10-23)
|
|
980
|
+
|
|
981
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
## [1.7.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.7.3...@hv/uikit-react-lab@1.7.4) (2019-10-22)
|
|
988
|
+
|
|
989
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
## [1.7.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.7.2...@hv/uikit-react-lab@1.7.3) (2019-10-10)
|
|
996
|
+
|
|
997
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
## [1.7.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.7.1...@hv/uikit-react-lab@1.7.2) (2019-10-09)
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
### Bug Fixes
|
|
1007
|
+
|
|
1008
|
+
* **dependencies:** allow deps to retrieve latest minor version. [#532](https://github.com/pentaho/hv-uikit-react/issues/532) ([fff3600](https://github.com/pentaho/hv-uikit-react/commit/fff3600))
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
## [1.7.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.7.0...@hv/uikit-react-lab@1.7.1) (2019-09-27)
|
|
1015
|
+
|
|
1016
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
# [1.7.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.6.1...@hv/uikit-react-lab@1.7.0) (2019-09-21)
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
### Bug Fixes
|
|
1026
|
+
|
|
1027
|
+
* **input:** border color when invalid. [#514](https://github.com/pentaho/hv-uikit-react/issues/514) ([a395b15](https://github.com/pentaho/hv-uikit-react/commit/a395b15))
|
|
1028
|
+
* **list:** refactor component to fix multiple issues. [#542](https://github.com/pentaho/hv-uikit-react/issues/542) ([b35c3b8](https://github.com/pentaho/hv-uikit-react/commit/b35c3b8)), closes [#159](https://github.com/pentaho/hv-uikit-react/issues/159) [#463](https://github.com/pentaho/hv-uikit-react/issues/463) [#464](https://github.com/pentaho/hv-uikit-react/issues/464)
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
### Features
|
|
1032
|
+
|
|
1033
|
+
* **icons:** make icons responsive to theme and change size.[#259](https://github.com/pentaho/hv-uikit-react/issues/259) ([2080be5](https://github.com/pentaho/hv-uikit-react/commit/2080be5))
|
|
1034
|
+
* **input:** change background color to follow DS. [#475](https://github.com/pentaho/hv-uikit-react/issues/475) ([5d09164](https://github.com/pentaho/hv-uikit-react/commit/5d09164))
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
## [1.6.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.6.0...@hv/uikit-react-lab@1.6.1) (2019-09-06)
|
|
1041
|
+
|
|
1042
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
# [1.6.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.5.2...@hv/uikit-react-lab@1.6.0) (2019-09-06)
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
### Bug Fixes
|
|
1052
|
+
|
|
1053
|
+
* **notification-panel:** add timezone to test. [#454](https://github.com/pentaho/hv-uikit-react/issues/454) ([8cf29d2](https://github.com/pentaho/hv-uikit-react/commit/8cf29d2))
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
### Features
|
|
1057
|
+
|
|
1058
|
+
* **header:** update component according to ds guidelines. [#194](https://github.com/pentaho/hv-uikit-react/issues/194) ([66c8c05](https://github.com/pentaho/hv-uikit-react/commit/66c8c05))
|
|
1059
|
+
* **vertical-navigation:** add component. [#240](https://github.com/pentaho/hv-uikit-react/issues/240) ([a3f46a8](https://github.com/pentaho/hv-uikit-react/commit/a3f46a8))
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
## [1.5.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.5.1...@hv/uikit-react-lab@1.5.2) (2019-08-29)
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
### Bug Fixes
|
|
1069
|
+
|
|
1070
|
+
* **header:** prevents user name and role from wrapping. [#468](https://github.com/pentaho/hv-uikit-react/issues/468) ([b0f9dbd](https://github.com/pentaho/hv-uikit-react/commit/b0f9dbd))
|
|
1071
|
+
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
|
|
1076
|
+
## [1.5.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.5.0...@hv/uikit-react-lab@1.5.1) (2019-08-28)
|
|
1077
|
+
|
|
1078
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1079
|
+
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
# [1.5.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.4.0...@hv/uikit-react-lab@1.5.0) (2019-08-23)
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
### Features
|
|
1088
|
+
|
|
1089
|
+
* **header:** add responsive header to lab [#421](https://github.com/pentaho/hv-uikit-react/issues/421) ([945b229](https://github.com/pentaho/hv-uikit-react/commit/945b229))
|
|
1090
|
+
* **toggle-switch:** implement the Toggle Switch Component. [#252](https://github.com/pentaho/hv-uikit-react/issues/252) ([b9a0463](https://github.com/pentaho/hv-uikit-react/commit/b9a0463), [11083a7](https://github.com/pentaho/hv-uikit-react/commit/11083a7), [e7ec2cc](https://github.com/pentaho/hv-uikit-react/commit/e7ec2cc))
|
|
1091
|
+
* **toggle-switch:** promote switch from lab to core. [#252](https://github.com/pentaho/hv-uikit-react/issues/252) ([e8c53f5](https://github.com/pentaho/hv-uikit-react/commit/e8c53f5))
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
# [1.4.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.3.0...@hv/uikit-react-lab@1.4.0) (2019-08-21)
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
### Features
|
|
1101
|
+
|
|
1102
|
+
* **timepicker:** create component according to DS guidelines. [#320](https://github.com/pentaho/hv-uikit-react/issues/320) ([ea01344](https://github.com/pentaho/hv-uikit-react/commit/ea01344))
|
|
1103
|
+
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
# [1.3.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.2.0...@hv/uikit-react-lab@1.3.0) (2019-08-15)
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
### Features
|
|
1112
|
+
|
|
1113
|
+
* **notification-panel:** created notification panel ([#345](https://github.com/pentaho/hv-uikit-react/issues/345)) ([77eb48e](https://github.com/pentaho/hv-uikit-react/commit/77eb48e))
|
|
1114
|
+
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
# [1.2.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.77...@hv/uikit-react-lab@1.2.0) (2019-08-09)
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
### Features
|
|
1123
|
+
|
|
1124
|
+
* **Badge:** promote to core. [#295](https://github.com/pentaho/hv-uikit-react/issues/295) ([aea0046](https://github.com/pentaho/hv-uikit-react/commit/aea0046))
|
|
1125
|
+
* **ToggleSwitch:** implement the Toggle Switch Component. [#252](https://github.com/pentaho/hv-uikit-react/issues/252) ([49adca2](https://github.com/pentaho/hv-uikit-react/commit/49adca2))
|
|
1126
|
+
* **Typography:** add ability to customize the html element. [#294](https://github.com/pentaho/hv-uikit-react/issues/294) ([665bd72](https://github.com/pentaho/hv-uikit-react/commit/665bd72))
|
|
1127
|
+
* **Badge:** update component according DS guidelines. [#295](https://github.com/pentaho/hv-uikit-react/issues/295) ([81ed411](https://github.com/pentaho/hv-uikit-react/commit/81ed411))
|
|
1128
|
+
* **Badge:** add notification badge. [#295](https://github.com/pentaho/hv-uikit-react/issues/295) ([808269f](https://github.com/pentaho/hv-uikit-react/commit/808269f))
|
|
1129
|
+
* **Theme:** add new accent color. [#323](https://github.com/pentaho/hv-uikit-react/issues/323) ([7c0ba8c](https://github.com/pentaho/hv-uikit-react/commit/7c0ba8c))
|
|
1130
|
+
* **Typography:** update new typographies. [#262](https://github.com/pentaho/hv-uikit-react/issues/262) ([bbd5e82](https://github.com/pentaho/hv-uikit-react/commit/bbd5e82))
|
|
1131
|
+
* **NavigationAnchors:** ability to have custom keys for listitems ([d1d28e8](https://github.com/pentaho/hv-uikit-react/commit/d1d28e8))
|
|
1132
|
+
* **Typography:** add the correct html tags.[#161](https://github.com/pentaho/hv-uikit-react/issues/161) ([711e5f9](https://github.com/pentaho/hv-uikit-react/commit/711e5f9))
|
|
1133
|
+
* **NavigationAnchors:** Add ability to select navigation item. [#181](https://github.com/pentaho/hv-uikit-react/issues/181) ([76383d7](https://github.com/pentaho/hv-uikit-react/commit/76383d7))
|
|
1134
|
+
* **AssetInventory:** add ids and space for dropdown sort component [#57](https://github.com/pentaho/hv-uikit-react/issues/57) ([8efdc6f](https://github.com/pentaho/hv-uikit-react/commit/8efdc6f))
|
|
1135
|
+
* **Searchbox:** update internal state. [#152](https://github.com/pentaho/hv-uikit-react/issues/152) ([ea9453a](https://github.com/pentaho/hv-uikit-react/commit/ea9453a))
|
|
1136
|
+
* **DatePickerDS:** first version of the new datepicker [#1](https://github.com/pentaho/hv-uikit-react/issues/1) ([329c968](https://github.com/pentaho/hv-uikit-react/commit/329c968))
|
|
1137
|
+
* **DatePickerDS:** fixed broken unit test on date objects [#1](https://github.com/pentaho/hv-uikit-react/issues/1) ([550a362](https://github.com/pentaho/hv-uikit-react/commit/550a362))
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
### Bug Fixes
|
|
1143
|
+
|
|
1144
|
+
* **DatePickerDS:** click on calendar icon cancels date selection [#387](https://github.com/pentaho/hv-uikit-react/issues/387) ([17af5e6](https://github.com/pentaho/hv-uikit-react/commit/17af5e6))
|
|
1145
|
+
* **ToggleSwitch:** update snapshots. [#252](https://github.com/pentaho/hv-uikit-react/issues/252) ([b84bc9a](https://github.com/pentaho/hv-uikit-react/commit/b84bc9a))
|
|
1146
|
+
* **DatePicker:** fixed reset onClick not being triggered. [#243](https://github.com/pentaho/hv-uikit-react/issues/243) ([6c72a50](https://github.com/pentaho/hv-uikit-react/commit/6c72a50))
|
|
1147
|
+
* **DatePicker:** set styling values as pixels. [#243](https://github.com/pentaho/hv-uikit-react/issues/243) ([c873c77](https://github.com/pentaho/hv-uikit-react/commit/c873c77))
|
|
1148
|
+
* **DatePickerDS:** fixed broken tests on windows. [#165](https://github.com/pentaho/hv-uikit-react/issues/165) ([4498bb6](https://github.com/pentaho/hv-uikit-react/commit/4498bb6))
|
|
1149
|
+
* **DatePicker:** remove window dependency in prop failing in SSR. [#165](https://github.com/pentaho/hv-uikit-react/issues/165) ([e68ab93](https://github.com/pentaho/hv-uikit-react/commit/e68ab93))
|
|
1150
|
+
* **DatePickerDS:** fix unit test on windows [#165](https://github.com/pentaho/hv-uikit-react/issues/165) ([b0d685c](https://github.com/pentaho/hv-uikit-react/commit/b0d685c))
|
|
1151
|
+
* **DatePickerDS:** date picker range [#165](https://github.com/pentaho/hv-uikit-react/issues/165) ([027705c](https://github.com/pentaho/hv-uikit-react/commit/027705c))
|
|
1152
|
+
* remove unneeded X in searchBox on IE ([ff5da6d](https://github.com/pentaho/hv-uikit-react/commit/ff5da6d))
|
|
1153
|
+
* **DatePickerDS:** styles fixes [#2](https://github.com/pentaho/hv-uikit-react/issues/2) ([2a01e2d](https://github.com/pentaho/hv-uikit-react/commit/2a01e2d))
|
|
1154
|
+
* **Theme:** add spacing unit to theme. [#168](https://github.com/pentaho/hv-uikit-react/issues/168) ([1aa22f4](https://github.com/pentaho/hv-uikit-react/commit/1aa22f4))
|
|
1155
|
+
* **DatePickerDS:** initialization value fix and popover behavior [#165](https://github.com/pentaho/hv-uikit-react/issues/165) ([337bbc6](https://github.com/pentaho/hv-uikit-react/commit/337bbc6))
|
|
1156
|
+
* **navarchors:** add missing code. [#312](https://github.com/pentaho/hv-uikit-react/issues/312) ([#398](https://github.com/pentaho/hv-uikit-react/issues/398)) ([683f637](https://github.com/pentaho/hv-uikit-react/commit/683f637))
|
|
1157
|
+
* remove warnings and removed deprecated messages. [#389](https://github.com/pentaho/hv-uikit-react/issues/389) ([5950a89](https://github.com/pentaho/hv-uikit-react/commit/5950a89))
|
|
1158
|
+
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
## [1.1.3-alpha.77](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.76...@hv/uikit-react-lab@1.1.3-alpha.77) (2019-08-08)
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
### Bug Fixes
|
|
1167
|
+
|
|
1168
|
+
* **datepickerds:** click on calendar icon cancels date selection [#387](https://github.com/pentaho/hv-uikit-react/issues/387) ([17af5e6](https://github.com/pentaho/hv-uikit-react/commit/17af5e6))
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
## [1.1.3-alpha.76](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.75...@hv/uikit-react-lab@1.1.3-alpha.76) (2019-08-07)
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
### Features
|
|
1178
|
+
|
|
1179
|
+
* **badge:** promote to core. [#295](https://github.com/pentaho/hv-uikit-react/issues/295) ([aea0046](https://github.com/pentaho/hv-uikit-react/commit/aea0046))
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
## [1.1.3-alpha.75](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.74...@hv/uikit-react-lab@1.1.3-alpha.75) (2019-08-07)
|
|
1186
|
+
|
|
1187
|
+
|
|
1188
|
+
### Bug Fixes
|
|
1189
|
+
|
|
1190
|
+
* **switch:** update snapshots. [#252](https://github.com/pentaho/hv-uikit-react/issues/252) ([b84bc9a](https://github.com/pentaho/hv-uikit-react/commit/b84bc9a))
|
|
1191
|
+
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
## [1.1.3-alpha.74](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.73...@hv/uikit-react-lab@1.1.3-alpha.74) (2019-08-07)
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
### Features
|
|
1200
|
+
|
|
1201
|
+
* **toggle-switch:** implement the Toggle Switch Component. [#252](https://github.com/pentaho/hv-uikit-react/issues/252) ([49adca2](https://github.com/pentaho/hv-uikit-react/commit/49adca2))
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
## [1.1.3-alpha.73](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.72...@hv/uikit-react-lab@1.1.3-alpha.73) (2019-08-07)
|
|
1208
|
+
|
|
1209
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
## [1.1.3-alpha.72](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.71...@hv/uikit-react-lab@1.1.3-alpha.72) (2019-08-06)
|
|
1216
|
+
|
|
1217
|
+
|
|
1218
|
+
### Features
|
|
1219
|
+
|
|
1220
|
+
* **Typography:** add ability to customize the html element. [#294](https://github.com/pentaho/hv-uikit-react/issues/294) ([665bd72](https://github.com/pentaho/hv-uikit-react/commit/665bd72))
|
|
1221
|
+
|
|
1222
|
+
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
## [1.1.3-alpha.71](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.70...@hv/uikit-react-lab@1.1.3-alpha.71) (2019-08-06)
|
|
1227
|
+
|
|
1228
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
|
|
1234
|
+
## [1.1.3-alpha.70](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.69...@hv/uikit-react-lab@1.1.3-alpha.70) (2019-08-06)
|
|
1235
|
+
|
|
1236
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1237
|
+
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
## [1.1.3-alpha.69](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.68...@hv/uikit-react-lab@1.1.3-alpha.69) (2019-08-06)
|
|
1243
|
+
|
|
1244
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1245
|
+
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
## [1.1.3-alpha.68](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.67...@hv/uikit-react-lab@1.1.3-alpha.68) (2019-08-06)
|
|
1251
|
+
|
|
1252
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1253
|
+
|
|
1254
|
+
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
## [1.1.3-alpha.67](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.66...@hv/uikit-react-lab@1.1.3-alpha.67) (2019-08-05)
|
|
1259
|
+
|
|
1260
|
+
|
|
1261
|
+
### Features
|
|
1262
|
+
|
|
1263
|
+
* **automation:** Create Button Smoke Test [#350](https://github.com/pentaho/hv-uikit-react/issues/350) ([#369](https://github.com/pentaho/hv-uikit-react/issues/369)) ([c3f5314](https://github.com/pentaho/hv-uikit-react/commit/c3f5314))
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
## [1.1.3-alpha.66](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.65...@hv/uikit-react-lab@1.1.3-alpha.66) (2019-08-05)
|
|
1270
|
+
|
|
1271
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
|
|
1275
|
+
|
|
1276
|
+
|
|
1277
|
+
## [1.1.3-alpha.65](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.64...@hv/uikit-react-lab@1.1.3-alpha.65) (2019-08-02)
|
|
1278
|
+
|
|
1279
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
|
|
1285
|
+
## [1.1.3-alpha.64](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.63...@hv/uikit-react-lab@1.1.3-alpha.64) (2019-08-02)
|
|
1286
|
+
|
|
1287
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
## [1.1.3-alpha.63](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.62...@hv/uikit-react-lab@1.1.3-alpha.63) (2019-08-02)
|
|
1294
|
+
|
|
1295
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
## [1.1.3-alpha.62](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.61...@hv/uikit-react-lab@1.1.3-alpha.62) (2019-08-02)
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
### Features
|
|
1305
|
+
|
|
1306
|
+
* **kpi:** update component according to ds guidelines. [#342](https://github.com/pentaho/hv-uikit-react/issues/342) ([ebe0e8c](https://github.com/pentaho/hv-uikit-react/commit/ebe0e8c))
|
|
1307
|
+
|
|
1308
|
+
|
|
1309
|
+
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
## [1.1.3-alpha.61](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.60...@hv/uikit-react-lab@1.1.3-alpha.61) (2019-07-31)
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
### Features
|
|
1316
|
+
|
|
1317
|
+
* **linechart:** add Linechart component. [#334](https://github.com/pentaho/hv-uikit-react/issues/334) ([#358](https://github.com/pentaho/hv-uikit-react/issues/358)) ([5da04d4](https://github.com/pentaho/hv-uikit-react/commit/5da04d4))
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
## [1.1.3-alpha.60](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.59...@hv/uikit-react-lab@1.1.3-alpha.60) (2019-07-29)
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
### Features
|
|
1327
|
+
|
|
1328
|
+
* **badge:** update component according DS guidelines. [#295](https://github.com/pentaho/hv-uikit-react/issues/295) ([81ed411](https://github.com/pentaho/hv-uikit-react/commit/81ed411))
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
|
|
1332
|
+
|
|
1333
|
+
|
|
1334
|
+
## [1.1.3-alpha.59](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.58...@hv/uikit-react-lab@1.1.3-alpha.59) (2019-07-29)
|
|
1335
|
+
|
|
1336
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
|
|
1340
|
+
|
|
1341
|
+
|
|
1342
|
+
## [1.1.3-alpha.58](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.57...@hv/uikit-react-lab@1.1.3-alpha.58) (2019-07-24)
|
|
1343
|
+
|
|
1344
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
|
|
1348
|
+
|
|
1349
|
+
|
|
1350
|
+
## [1.1.3-alpha.57](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.56...@hv/uikit-react-lab@1.1.3-alpha.57) (2019-07-24)
|
|
1351
|
+
|
|
1352
|
+
|
|
1353
|
+
### Features
|
|
1354
|
+
|
|
1355
|
+
* **dropdown:** change icon color when disabled. [#238](https://github.com/pentaho/hv-uikit-react/issues/238) ([ecc2912](https://github.com/pentaho/hv-uikit-react/commit/ecc2912))
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
|
|
1359
|
+
|
|
1360
|
+
|
|
1361
|
+
## [1.1.3-alpha.56](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.55...@hv/uikit-react-lab@1.1.3-alpha.56) (2019-07-23)
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
### Features
|
|
1365
|
+
|
|
1366
|
+
* **barchart:** promote component from lab to core. [#332](https://github.com/pentaho/hv-uikit-react/issues/332) ([#337](https://github.com/pentaho/hv-uikit-react/issues/337)) ([4e716c5](https://github.com/pentaho/hv-uikit-react/commit/4e716c5))
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
## [1.1.3-alpha.55](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.54...@hv/uikit-react-lab@1.1.3-alpha.55) (2019-07-23)
|
|
1373
|
+
|
|
1374
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1375
|
+
|
|
1376
|
+
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
|
|
1380
|
+
## [1.1.3-alpha.54](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.53...@hv/uikit-react-lab@1.1.3-alpha.54) (2019-07-23)
|
|
1381
|
+
|
|
1382
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
## [1.1.3-alpha.53](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.52...@hv/uikit-react-lab@1.1.3-alpha.53) (2019-07-23)
|
|
1389
|
+
|
|
1390
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1391
|
+
|
|
1392
|
+
|
|
1393
|
+
|
|
1394
|
+
|
|
1395
|
+
|
|
1396
|
+
## [1.1.3-alpha.52](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.51...@hv/uikit-react-lab@1.1.3-alpha.52) (2019-07-23)
|
|
1397
|
+
|
|
1398
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1399
|
+
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
## [1.1.3-alpha.51](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.50...@hv/uikit-react-lab@1.1.3-alpha.51) (2019-07-23)
|
|
1405
|
+
|
|
1406
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
|
|
1412
|
+
## [1.1.3-alpha.50](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.49...@hv/uikit-react-lab@1.1.3-alpha.50) (2019-07-23)
|
|
1413
|
+
|
|
1414
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
## [1.1.3-alpha.49](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.48...@hv/uikit-react-lab@1.1.3-alpha.49) (2019-07-23)
|
|
1421
|
+
|
|
1422
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
## [1.1.3-alpha.48](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.47...@hv/uikit-react-lab@1.1.3-alpha.48) (2019-07-23)
|
|
1429
|
+
|
|
1430
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
|
|
1436
|
+
## [1.1.3-alpha.47](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.46...@hv/uikit-react-lab@1.1.3-alpha.47) (2019-07-23)
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
### Features
|
|
1440
|
+
|
|
1441
|
+
* **badge:** add notification badge. [#295](https://github.com/pentaho/hv-uikit-react/issues/295) ([808269f](https://github.com/pentaho/hv-uikit-react/commit/808269f))
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
## [1.1.3-alpha.46](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.45...@hv/uikit-react-lab@1.1.3-alpha.46) (2019-07-22)
|
|
1448
|
+
|
|
1449
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1450
|
+
|
|
1451
|
+
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
## [1.1.3-alpha.44](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.43...@hv/uikit-react-lab@1.1.3-alpha.44) (2019-07-22)
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
### Features
|
|
1459
|
+
|
|
1460
|
+
* **theme:** add new accent color. [#323](https://github.com/pentaho/hv-uikit-react/issues/323) ([7c0ba8c](https://github.com/pentaho/hv-uikit-react/commit/7c0ba8c))
|
|
1461
|
+
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
|
|
1466
|
+
## [1.1.3-alpha.43](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.42...@hv/uikit-react-lab@1.1.3-alpha.43) (2019-07-22)
|
|
1467
|
+
|
|
1468
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1469
|
+
|
|
1470
|
+
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
## [1.1.3-alpha.42](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.41...@hv/uikit-react-lab@1.1.3-alpha.42) (2019-07-19)
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
### Features
|
|
1478
|
+
|
|
1479
|
+
* **button:** adding accessibility tab and review button. [#247](https://github.com/pentaho/hv-uikit-react/issues/247) ([a2a0ce3](https://github.com/pentaho/hv-uikit-react/commit/a2a0ce3))
|
|
1480
|
+
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
## [1.1.3-alpha.41](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.40...@hv/uikit-react-lab@1.1.3-alpha.41) (2019-07-18)
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
### Features
|
|
1489
|
+
|
|
1490
|
+
* **input:** update to DS guidelines. [#239](https://github.com/pentaho/hv-uikit-react/issues/239) ([826db04](https://github.com/pentaho/hv-uikit-react/commit/826db04))
|
|
1491
|
+
|
|
1492
|
+
|
|
1493
|
+
|
|
1494
|
+
|
|
1495
|
+
|
|
1496
|
+
## [1.1.3-alpha.40](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.39...@hv/uikit-react-lab@1.1.3-alpha.40) (2019-07-18)
|
|
1497
|
+
|
|
1498
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1499
|
+
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
## [1.1.3-alpha.39](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.38...@hv/uikit-react-lab@1.1.3-alpha.39) (2019-07-17)
|
|
1505
|
+
|
|
1506
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
## [1.1.3-alpha.38](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.37...@hv/uikit-react-lab@1.1.3-alpha.38) (2019-07-17)
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
### Features
|
|
1516
|
+
|
|
1517
|
+
* **datepickerds:** improvements to the datepickerds. [#293](https://github.com/pentaho/hv-uikit-react/issues/293) ([08c5bee](https://github.com/pentaho/hv-uikit-react/commit/08c5bee))
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
|
|
1521
|
+
|
|
1522
|
+
|
|
1523
|
+
## [1.1.3-alpha.37](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.36...@hv/uikit-react-lab@1.1.3-alpha.37) (2019-07-17)
|
|
1524
|
+
|
|
1525
|
+
|
|
1526
|
+
### Features
|
|
1527
|
+
|
|
1528
|
+
* **button:** update button styling.[#236](https://github.com/pentaho/hv-uikit-react/issues/236) ([f866a64](https://github.com/pentaho/hv-uikit-react/commit/f866a64))
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
## [1.1.3-alpha.36](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.35...@hv/uikit-react-lab@1.1.3-alpha.36) (2019-07-17)
|
|
1535
|
+
|
|
1536
|
+
|
|
1537
|
+
### Features
|
|
1538
|
+
|
|
1539
|
+
* **typography:** update new typographies. [#262](https://github.com/pentaho/hv-uikit-react/issues/262) ([bbd5e82](https://github.com/pentaho/hv-uikit-react/commit/bbd5e82))
|
|
1540
|
+
|
|
1541
|
+
|
|
1542
|
+
|
|
1543
|
+
|
|
1544
|
+
|
|
1545
|
+
## [1.1.3-alpha.35](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.34...@hv/uikit-react-lab@1.1.3-alpha.35) (2019-07-16)
|
|
1546
|
+
|
|
1547
|
+
|
|
1548
|
+
### Features
|
|
1549
|
+
|
|
1550
|
+
* **checkbox:** reviewed component according to guidelines. [#251](https://github.com/pentaho/hv-uikit-react/issues/251) ([9cf7470](https://github.com/pentaho/hv-uikit-react/commit/9cf7470))
|
|
1551
|
+
|
|
1552
|
+
|
|
1553
|
+
|
|
1554
|
+
|
|
1555
|
+
|
|
1556
|
+
## [1.1.3-alpha.34](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.33...@hv/uikit-react-lab@1.1.3-alpha.34) (2019-07-16)
|
|
1557
|
+
|
|
1558
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1559
|
+
|
|
1560
|
+
|
|
1561
|
+
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
## [1.1.3-alpha.33](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.32...@hv/uikit-react-lab@1.1.3-alpha.33) (2019-07-15)
|
|
1565
|
+
|
|
1566
|
+
|
|
1567
|
+
### Features
|
|
1568
|
+
|
|
1569
|
+
* **barchat:** add max width to bar. [#225](https://github.com/pentaho/hv-uikit-react/issues/225) ([01c5643](https://github.com/pentaho/hv-uikit-react/commit/01c5643))
|
|
1570
|
+
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
## [1.1.3-alpha.32](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.31...@hv/uikit-react-lab@1.1.3-alpha.32) (2019-07-15)
|
|
1576
|
+
|
|
1577
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
## [1.1.3-alpha.31](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.30...@hv/uikit-react-lab@1.1.3-alpha.31) (2019-07-15)
|
|
1584
|
+
|
|
1585
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
## [1.1.3-alpha.30](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.29...@hv/uikit-react-lab@1.1.3-alpha.30) (2019-07-15)
|
|
1592
|
+
|
|
1593
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
## [1.1.3-alpha.29](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.28...@hv/uikit-react-lab@1.1.3-alpha.29) (2019-07-15)
|
|
1600
|
+
|
|
1601
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1602
|
+
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
## [1.1.3-alpha.28](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.27...@hv/uikit-react-lab@1.1.3-alpha.28) (2019-07-10)
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
### Features
|
|
1611
|
+
|
|
1612
|
+
* **lab-navigationanchors:** ability to have custom keys for listitems ([d1d28e8](https://github.com/pentaho/hv-uikit-react/commit/d1d28e8))
|
|
1613
|
+
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
## [1.1.3-alpha.27](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.26...@hv/uikit-react-lab@1.1.3-alpha.27) (2019-07-09)
|
|
1619
|
+
|
|
1620
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
|
|
1625
|
+
|
|
1626
|
+
## [1.1.3-alpha.26](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.25...@hv/uikit-react-lab@1.1.3-alpha.26) (2019-07-08)
|
|
1627
|
+
|
|
1628
|
+
|
|
1629
|
+
### Features
|
|
1630
|
+
|
|
1631
|
+
* **typography:** add the correct html tags.[#161](https://github.com/pentaho/hv-uikit-react/issues/161) ([711e5f9](https://github.com/pentaho/hv-uikit-react/commit/711e5f9))
|
|
1632
|
+
|
|
1633
|
+
|
|
1634
|
+
|
|
1635
|
+
|
|
1636
|
+
|
|
1637
|
+
## [1.1.3-alpha.25](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.24...@hv/uikit-react-lab@1.1.3-alpha.25) (2019-07-04)
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
### Bug Fixes
|
|
1641
|
+
|
|
1642
|
+
* **datepicker:** fixed reset onClick not being triggered. [#243](https://github.com/pentaho/hv-uikit-react/issues/243) ([6c72a50](https://github.com/pentaho/hv-uikit-react/commit/6c72a50))
|
|
1643
|
+
* **datepicker:** set styling values as pixels. [#243](https://github.com/pentaho/hv-uikit-react/issues/243) ([c873c77](https://github.com/pentaho/hv-uikit-react/commit/c873c77))
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
|
|
1648
|
+
|
|
1649
|
+
## [1.1.3-alpha.24](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.23...@hv/uikit-react-lab@1.1.3-alpha.24) (2019-07-04)
|
|
1650
|
+
|
|
1651
|
+
|
|
1652
|
+
### Features
|
|
1653
|
+
|
|
1654
|
+
* **barchar:** add responsive. [#225](https://github.com/pentaho/hv-uikit-react/issues/225) ([d7c921a](https://github.com/pentaho/hv-uikit-react/commit/d7c921a))
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
|
|
1658
|
+
|
|
1659
|
+
|
|
1660
|
+
## [1.1.3-alpha.23](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.22...@hv/uikit-react-lab@1.1.3-alpha.23) (2019-07-03)
|
|
1661
|
+
|
|
1662
|
+
|
|
1663
|
+
### Features
|
|
1664
|
+
|
|
1665
|
+
* **storybook:** update of storybook version. [#231](https://github.com/pentaho/hv-uikit-react/issues/231) ([4c783e9](https://github.com/pentaho/hv-uikit-react/commit/4c783e9))
|
|
1666
|
+
|
|
1667
|
+
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
## [1.1.3-alpha.22](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.21...@hv/uikit-react-lab@1.1.3-alpha.22) (2019-07-01)
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
### Features
|
|
1675
|
+
|
|
1676
|
+
* **barchar:** implementation of barchart pattern. [#225](https://github.com/pentaho/hv-uikit-react/issues/225) ([2f668a0](https://github.com/pentaho/hv-uikit-react/commit/2f668a0))
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
|
|
1680
|
+
|
|
1681
|
+
|
|
1682
|
+
## [1.1.3-alpha.21](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.20...@hv/uikit-react-lab@1.1.3-alpha.21) (2019-06-27)
|
|
1683
|
+
|
|
1684
|
+
|
|
1685
|
+
### Features
|
|
1686
|
+
|
|
1687
|
+
* **doc:** add visualization colors. [#223](https://github.com/pentaho/hv-uikit-react/issues/223) ([c132d29](https://github.com/pentaho/hv-uikit-react/commit/c132d29))
|
|
1688
|
+
|
|
1689
|
+
|
|
1690
|
+
|
|
1691
|
+
|
|
1692
|
+
|
|
1693
|
+
## [1.1.3-alpha.20](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.19...@hv/uikit-react-lab@1.1.3-alpha.20) (2019-06-21)
|
|
1694
|
+
|
|
1695
|
+
|
|
1696
|
+
### Bug Fixes
|
|
1697
|
+
|
|
1698
|
+
* **button:** disabled button was clickable. [#205](https://github.com/pentaho/hv-uikit-react/issues/205) ([bf49357](https://github.com/pentaho/hv-uikit-react/commit/bf49357))
|
|
1699
|
+
|
|
1700
|
+
|
|
1701
|
+
|
|
1702
|
+
|
|
1703
|
+
|
|
1704
|
+
## [1.1.3-alpha.19](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.18...@hv/uikit-react-lab@1.1.3-alpha.19) (2019-06-18)
|
|
1705
|
+
|
|
1706
|
+
|
|
1707
|
+
### Features
|
|
1708
|
+
|
|
1709
|
+
* **textarea:** update when value prop changes. [#211](https://github.com/pentaho/hv-uikit-react/issues/211) ([b816557](https://github.com/pentaho/hv-uikit-react/commit/b816557))
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
|
|
1714
|
+
|
|
1715
|
+
## [1.1.3-alpha.18](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.17...@hv/uikit-react-lab@1.1.3-alpha.18) (2019-06-18)
|
|
1716
|
+
|
|
1717
|
+
|
|
1718
|
+
### Bug Fixes
|
|
1719
|
+
|
|
1720
|
+
* **datepickerds:** fixed broken tests on windows. [#165](https://github.com/pentaho/hv-uikit-react/issues/165) ([4498bb6](https://github.com/pentaho/hv-uikit-react/commit/4498bb6))
|
|
1721
|
+
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
|
|
1725
|
+
|
|
1726
|
+
## [1.1.3-alpha.17](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.16...@hv/uikit-react-lab@1.1.3-alpha.17) (2019-06-17)
|
|
1727
|
+
|
|
1728
|
+
|
|
1729
|
+
### Bug Fixes
|
|
1730
|
+
|
|
1731
|
+
* **datePicker:** remove window dependency in prop failing in SSR. [#165](https://github.com/pentaho/hv-uikit-react/issues/165) ([e68ab93](https://github.com/pentaho/hv-uikit-react/commit/e68ab93))
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
|
|
1735
|
+
|
|
1736
|
+
|
|
1737
|
+
## [1.1.3-alpha.16](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.15...@hv/uikit-react-lab@1.1.3-alpha.16) (2019-06-14)
|
|
1738
|
+
|
|
1739
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
|
|
1744
|
+
|
|
1745
|
+
## [1.1.3-alpha.15](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.14...@hv/uikit-react-lab@1.1.3-alpha.15) (2019-06-07)
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
### Features
|
|
1749
|
+
|
|
1750
|
+
* **datepickerds:** fix unit test on windows [#165](https://github.com/pentaho/hv-uikit-react/issues/165) ([b0d685c](https://github.com/pentaho/hv-uikit-react/commit/b0d685c))
|
|
1751
|
+
|
|
1752
|
+
|
|
1753
|
+
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
## [1.1.3-alpha.14](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.13...@hv/uikit-react-lab@1.1.3-alpha.14) (2019-06-07)
|
|
1757
|
+
|
|
1758
|
+
|
|
1759
|
+
### Features
|
|
1760
|
+
|
|
1761
|
+
* **dropdown:** enhance dropdown to be navigable with keyboard.[#193](https://github.com/pentaho/hv-uikit-react/issues/193) ([198382c](https://github.com/pentaho/hv-uikit-react/commit/198382c))
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
|
|
1767
|
+
## [1.1.3-alpha.13](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.12...@hv/uikit-react-lab@1.1.3-alpha.13) (2019-06-06)
|
|
1768
|
+
|
|
1769
|
+
|
|
1770
|
+
### Features
|
|
1771
|
+
|
|
1772
|
+
* **datepickerds:** date picker range [#165](https://github.com/pentaho/hv-uikit-react/issues/165) ([027705c](https://github.com/pentaho/hv-uikit-react/commit/027705c))
|
|
1773
|
+
|
|
1774
|
+
|
|
1775
|
+
|
|
1776
|
+
|
|
1777
|
+
|
|
1778
|
+
## [1.1.3-alpha.12](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.11...@hv/uikit-react-lab@1.1.3-alpha.12) (2019-06-06)
|
|
1779
|
+
|
|
1780
|
+
|
|
1781
|
+
### Features
|
|
1782
|
+
|
|
1783
|
+
* **doc:** add reference to React in Storybook. [#200](https://github.com/pentaho/hv-uikit-react/issues/200) ([0876e45](https://github.com/pentaho/hv-uikit-react/commit/0876e45))
|
|
1784
|
+
|
|
1785
|
+
|
|
1786
|
+
|
|
1787
|
+
|
|
1788
|
+
|
|
1789
|
+
## [1.1.3-alpha.11](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.10...@hv/uikit-react-lab@1.1.3-alpha.11) (2019-05-23)
|
|
1790
|
+
|
|
1791
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
|
|
1795
|
+
|
|
1796
|
+
|
|
1797
|
+
## [1.1.3-alpha.10](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.9...@hv/uikit-react-lab@1.1.3-alpha.10) (2019-05-22)
|
|
1798
|
+
|
|
1799
|
+
|
|
1800
|
+
### Bug Fixes
|
|
1801
|
+
|
|
1802
|
+
* remove unneeded X in searchBox on IE ([ff5da6d](https://github.com/pentaho/hv-uikit-react/commit/ff5da6d))
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
## [1.1.3-alpha.9](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.8...@hv/uikit-react-lab@1.1.3-alpha.9) (2019-05-21)
|
|
1809
|
+
|
|
1810
|
+
|
|
1811
|
+
### Bug Fixes
|
|
1812
|
+
|
|
1813
|
+
* **table:** background color for wicked theme. [#184](https://github.com/pentaho/hv-uikit-react/issues/184) ([c94320c](https://github.com/pentaho/hv-uikit-react/commit/c94320c))
|
|
1814
|
+
|
|
1815
|
+
|
|
1816
|
+
|
|
1817
|
+
|
|
1818
|
+
|
|
1819
|
+
## [1.1.3-alpha.8](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.7...@hv/uikit-react-lab@1.1.3-alpha.8) (2019-05-21)
|
|
1820
|
+
|
|
1821
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1822
|
+
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
|
|
1827
|
+
## [1.1.3-alpha.7](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.6...@hv/uikit-react-lab@1.1.3-alpha.7) (2019-05-20)
|
|
1828
|
+
|
|
1829
|
+
|
|
1830
|
+
### Features
|
|
1831
|
+
|
|
1832
|
+
* **NavigationAnchors:** Add ability to select navigation item. [#181](https://github.com/pentaho/hv-uikit-react/issues/181) ([76383d7](https://github.com/pentaho/hv-uikit-react/commit/76383d7))
|
|
1833
|
+
|
|
1834
|
+
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
|
|
1838
|
+
## [1.1.3-alpha.6](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.5...@hv/uikit-react-lab@1.1.3-alpha.6) (2019-05-16)
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
### Features
|
|
1842
|
+
|
|
1843
|
+
* **AssetInventory:** add ids and space for dropdown sort component [#57](https://github.com/pentaho/hv-uikit-react/issues/57) ([8efdc6f](https://github.com/pentaho/hv-uikit-react/commit/8efdc6f))
|
|
1844
|
+
* **Grid:** update grid system to match ds latest guidelines [#107](https://github.com/pentaho/hv-uikit-react/issues/107) ([f4e6f7f](https://github.com/pentaho/hv-uikit-react/commit/f4e6f7f))
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
## [1.1.3-alpha.5](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.4...@hv/uikit-react-lab@1.1.3-alpha.5) (2019-05-16)
|
|
1851
|
+
|
|
1852
|
+
|
|
1853
|
+
### Bug Fixes
|
|
1854
|
+
|
|
1855
|
+
* **datepickerds:** styles fixes [#2](https://github.com/pentaho/hv-uikit-react/issues/2) ([2a01e2d](https://github.com/pentaho/hv-uikit-react/commit/2a01e2d))
|
|
1856
|
+
|
|
1857
|
+
|
|
1858
|
+
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
## [1.1.3-alpha.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.3...@hv/uikit-react-lab@1.1.3-alpha.4) (2019-05-13)
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
### Bug Fixes
|
|
1865
|
+
|
|
1866
|
+
* **theme:** add spacing unit to theme. [#168](https://github.com/pentaho/hv-uikit-react/issues/168) ([1aa22f4](https://github.com/pentaho/hv-uikit-react/commit/1aa22f4))
|
|
1867
|
+
|
|
1868
|
+
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
|
|
1872
|
+
## [1.1.3-alpha.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.2...@hv/uikit-react-lab@1.1.3-alpha.3) (2019-05-13)
|
|
1873
|
+
|
|
1874
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1875
|
+
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
|
|
1879
|
+
|
|
1880
|
+
## [1.1.3-alpha.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.1...@hv/uikit-react-lab@1.1.3-alpha.2) (2019-05-13)
|
|
1881
|
+
|
|
1882
|
+
|
|
1883
|
+
### Bug Fixes
|
|
1884
|
+
|
|
1885
|
+
* **datepickerds:** initialization value fix and popover behavior [#165](https://github.com/pentaho/hv-uikit-react/issues/165) ([337bbc6](https://github.com/pentaho/hv-uikit-react/commit/337bbc6))
|
|
1886
|
+
* **grid:** replace hook usage by withWidth to determine breakpoint. [#107](https://github.com/pentaho/hv-uikit-react/issues/107) ([fb4eebd](https://github.com/pentaho/hv-uikit-react/commit/fb4eebd))
|
|
1887
|
+
|
|
1888
|
+
|
|
1889
|
+
### Features
|
|
1890
|
+
|
|
1891
|
+
* **searchbox:** update internal state. [#152](https://github.com/pentaho/hv-uikit-react/issues/152) ([ea9453a](https://github.com/pentaho/hv-uikit-react/commit/ea9453a))
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
|
|
1895
|
+
|
|
1896
|
+
|
|
1897
|
+
## [1.1.3-alpha.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.3-alpha.0...@hv/uikit-react-lab@1.1.3-alpha.1) (2019-05-10)
|
|
1898
|
+
|
|
1899
|
+
|
|
1900
|
+
### Features
|
|
1901
|
+
|
|
1902
|
+
* **datepickerds:** first version of the new datepicker [#1](https://github.com/pentaho/hv-uikit-react/issues/1) ([329c968](https://github.com/pentaho/hv-uikit-react/commit/329c968))
|
|
1903
|
+
* **datepickerds:** fixed broken unit test on date objects [#1](https://github.com/pentaho/hv-uikit-react/issues/1) ([550a362](https://github.com/pentaho/hv-uikit-react/commit/550a362))
|
|
1904
|
+
|
|
1905
|
+
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
|
|
1909
|
+
## [1.1.3-alpha.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.2...@hv/uikit-react-lab@1.1.3-alpha.0) (2019-05-08)
|
|
1910
|
+
|
|
1911
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1912
|
+
|
|
1913
|
+
|
|
1914
|
+
|
|
1915
|
+
|
|
1916
|
+
|
|
1917
|
+
## [1.1.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.1...@hv/uikit-react-lab@1.1.2) (2019-05-08)
|
|
1918
|
+
|
|
1919
|
+
|
|
1920
|
+
### Bug Fixes
|
|
1921
|
+
|
|
1922
|
+
* bump storybook version to have documentation package working.[#155](https://github.com/pentaho/hv-uikit-react/issues/155) ([ee68025](https://github.com/pentaho/hv-uikit-react/commit/ee68025))
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
|
|
1926
|
+
|
|
1927
|
+
|
|
1928
|
+
## [1.1.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.1.0...@hv/uikit-react-lab@1.1.1) (2019-05-07)
|
|
1929
|
+
|
|
1930
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1931
|
+
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
|
|
1935
|
+
|
|
1936
|
+
# [1.1.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.24...@hv/uikit-react-lab@1.1.0) (2019-05-07)
|
|
1937
|
+
|
|
1938
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1939
|
+
|
|
1940
|
+
|
|
1941
|
+
|
|
1942
|
+
|
|
1943
|
+
|
|
1944
|
+
## [1.0.2-alpha.24](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.23...@hv/uikit-react-lab@1.0.2-alpha.24) (2019-05-07)
|
|
1945
|
+
|
|
1946
|
+
|
|
1947
|
+
### Bug Fixes
|
|
1948
|
+
|
|
1949
|
+
* **datepicker:** fix label padding. [#144](https://github.com/pentaho/hv-uikit-react/issues/144) ([60e3625](https://github.com/pentaho/hv-uikit-react/commit/60e3625))
|
|
1950
|
+
|
|
1951
|
+
|
|
1952
|
+
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
## [1.0.2-alpha.23](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.22...@hv/uikit-react-lab@1.0.2-alpha.23) (2019-05-07)
|
|
1956
|
+
|
|
1957
|
+
|
|
1958
|
+
### Bug Fixes
|
|
1959
|
+
|
|
1960
|
+
* fix font family in components. [#141](https://github.com/pentaho/hv-uikit-react/issues/141) ([bd2c9cd](https://github.com/pentaho/hv-uikit-react/commit/bd2c9cd))
|
|
1961
|
+
|
|
1962
|
+
|
|
1963
|
+
|
|
1964
|
+
|
|
1965
|
+
|
|
1966
|
+
## [1.0.2-alpha.22](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.21...@hv/uikit-react-lab@1.0.2-alpha.22) (2019-05-07)
|
|
1967
|
+
|
|
1968
|
+
|
|
1969
|
+
### Bug Fixes
|
|
1970
|
+
|
|
1971
|
+
* **typography:** add font family. [#138](https://github.com/pentaho/hv-uikit-react/issues/138) ([e898f2d](https://github.com/pentaho/hv-uikit-react/commit/e898f2d))
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
## [1.0.2-alpha.21](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.20...@hv/uikit-react-lab@1.0.2-alpha.21) (2019-05-07)
|
|
1978
|
+
|
|
1979
|
+
|
|
1980
|
+
### Bug Fixes
|
|
1981
|
+
|
|
1982
|
+
* **typography:** add font family. [#138](https://github.com/pentaho/hv-uikit-react/issues/138) ([4e07dd0](https://github.com/pentaho/hv-uikit-react/commit/4e07dd0))
|
|
1983
|
+
|
|
1984
|
+
|
|
1985
|
+
|
|
1986
|
+
|
|
1987
|
+
|
|
1988
|
+
## [1.0.2-alpha.20](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.19...@hv/uikit-react-lab@1.0.2-alpha.20) (2019-05-06)
|
|
1989
|
+
|
|
1990
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
1991
|
+
|
|
1992
|
+
|
|
1993
|
+
|
|
1994
|
+
|
|
1995
|
+
|
|
1996
|
+
## [1.0.2-alpha.19](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.18...@hv/uikit-react-lab@1.0.2-alpha.19) (2019-05-06)
|
|
1997
|
+
|
|
1998
|
+
|
|
1999
|
+
### Features
|
|
2000
|
+
|
|
2001
|
+
* add id to core components.[#131](https://github.com/pentaho/hv-uikit-react/issues/131) ([1f5d514](https://github.com/pentaho/hv-uikit-react/commit/1f5d514))
|
|
2002
|
+
|
|
2003
|
+
|
|
2004
|
+
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
## [1.0.2-alpha.18](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.17...@hv/uikit-react-lab@1.0.2-alpha.18) (2019-05-06)
|
|
2008
|
+
|
|
2009
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
|
|
2013
|
+
|
|
2014
|
+
|
|
2015
|
+
## [1.0.2-alpha.17](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.16...@hv/uikit-react-lab@1.0.2-alpha.17) (2019-05-06)
|
|
2016
|
+
|
|
2017
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2018
|
+
|
|
2019
|
+
|
|
2020
|
+
|
|
2021
|
+
|
|
2022
|
+
|
|
2023
|
+
## [1.0.2-alpha.16](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.15...@hv/uikit-react-lab@1.0.2-alpha.16) (2019-05-03)
|
|
2024
|
+
|
|
2025
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2026
|
+
|
|
2027
|
+
|
|
2028
|
+
|
|
2029
|
+
|
|
2030
|
+
|
|
2031
|
+
## [1.0.2-alpha.15](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.14...@hv/uikit-react-lab@1.0.2-alpha.15) (2019-05-02)
|
|
2032
|
+
|
|
2033
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2034
|
+
|
|
2035
|
+
|
|
2036
|
+
|
|
2037
|
+
|
|
2038
|
+
|
|
2039
|
+
## [1.0.2-alpha.14](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.13...@hv/uikit-react-lab@1.0.2-alpha.14) (2019-05-02)
|
|
2040
|
+
|
|
2041
|
+
|
|
2042
|
+
### Features
|
|
2043
|
+
|
|
2044
|
+
* **grid:** add grid component. [#107](https://github.com/pentaho/hv-uikit-react/issues/107) ([cba47c6](https://github.com/pentaho/hv-uikit-react/commit/cba47c6))
|
|
2045
|
+
|
|
2046
|
+
|
|
2047
|
+
|
|
2048
|
+
|
|
2049
|
+
|
|
2050
|
+
## [1.0.2-alpha.13](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.12...@hv/uikit-react-lab@1.0.2-alpha.13) (2019-05-02)
|
|
2051
|
+
|
|
2052
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2053
|
+
|
|
2054
|
+
|
|
2055
|
+
|
|
2056
|
+
|
|
2057
|
+
|
|
2058
|
+
## [1.0.2-alpha.12](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.11...@hv/uikit-react-lab@1.0.2-alpha.12) (2019-04-30)
|
|
2059
|
+
|
|
2060
|
+
|
|
2061
|
+
### Bug Fixes
|
|
2062
|
+
|
|
2063
|
+
* **searchBox:** allow passsing an initial value to the search box. [#125](https://github.com/pentaho/hv-uikit-react/issues/125) ([bc0925d](https://github.com/pentaho/hv-uikit-react/commit/bc0925d))
|
|
2064
|
+
|
|
2065
|
+
|
|
2066
|
+
|
|
2067
|
+
|
|
2068
|
+
|
|
2069
|
+
## [1.0.2-alpha.11](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.10...@hv/uikit-react-lab@1.0.2-alpha.11) (2019-04-29)
|
|
2070
|
+
|
|
2071
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2072
|
+
|
|
2073
|
+
|
|
2074
|
+
|
|
2075
|
+
|
|
2076
|
+
|
|
2077
|
+
## [1.0.2-alpha.10](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.9...@hv/uikit-react-lab@1.0.2-alpha.10) (2019-04-23)
|
|
2078
|
+
|
|
2079
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2080
|
+
|
|
2081
|
+
|
|
2082
|
+
|
|
2083
|
+
|
|
2084
|
+
|
|
2085
|
+
## [1.0.2-alpha.9](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.8...@hv/uikit-react-lab@1.0.2-alpha.9) (2019-04-23)
|
|
2086
|
+
|
|
2087
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2088
|
+
|
|
2089
|
+
|
|
2090
|
+
|
|
2091
|
+
|
|
2092
|
+
|
|
2093
|
+
## [1.0.2-alpha.8](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.7...@hv/uikit-react-lab@1.0.2-alpha.8) (2019-04-23)
|
|
2094
|
+
|
|
2095
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2096
|
+
|
|
2097
|
+
|
|
2098
|
+
|
|
2099
|
+
|
|
2100
|
+
|
|
2101
|
+
## [1.0.2-alpha.7](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.6...@hv/uikit-react-lab@1.0.2-alpha.7) (2019-04-23)
|
|
2102
|
+
|
|
2103
|
+
|
|
2104
|
+
### Features
|
|
2105
|
+
|
|
2106
|
+
* **typography:** implement custom typography. [#93](https://github.com/pentaho/hv-uikit-react/issues/93) ([4ae3b49](https://github.com/pentaho/hv-uikit-react/commit/4ae3b49))
|
|
2107
|
+
|
|
2108
|
+
|
|
2109
|
+
|
|
2110
|
+
|
|
2111
|
+
|
|
2112
|
+
## [1.0.2-alpha.6](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.5...@hv/uikit-react-lab@1.0.2-alpha.6) (2019-04-22)
|
|
2113
|
+
|
|
2114
|
+
|
|
2115
|
+
### Bug Fixes
|
|
2116
|
+
|
|
2117
|
+
* **asset-inventory:** items are cut when changing the view mode. [#112](https://github.com/pentaho/hv-uikit-react/issues/112) ([52bffce](https://github.com/pentaho/hv-uikit-react/commit/52bffce))
|
|
2118
|
+
|
|
2119
|
+
|
|
2120
|
+
|
|
2121
|
+
|
|
2122
|
+
|
|
2123
|
+
## [1.0.2-alpha.5](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.4...@hv/uikit-react-lab@1.0.2-alpha.5) (2019-04-18)
|
|
2124
|
+
|
|
2125
|
+
|
|
2126
|
+
### Features
|
|
2127
|
+
|
|
2128
|
+
* **theme:** multi theme support. [#99](https://github.com/pentaho/hv-uikit-react/issues/99) ([97a51b6](https://github.com/pentaho/hv-uikit-react/commit/97a51b6))
|
|
2129
|
+
|
|
2130
|
+
|
|
2131
|
+
|
|
2132
|
+
|
|
2133
|
+
|
|
2134
|
+
## [1.0.2-alpha.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.3...@hv/uikit-react-lab@1.0.2-alpha.4) (2019-04-17)
|
|
2135
|
+
|
|
2136
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2137
|
+
|
|
2138
|
+
|
|
2139
|
+
|
|
2140
|
+
|
|
2141
|
+
|
|
2142
|
+
## [1.0.2-alpha.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.2...@hv/uikit-react-lab@1.0.2-alpha.3) (2019-04-17)
|
|
2143
|
+
|
|
2144
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2145
|
+
|
|
2146
|
+
|
|
2147
|
+
|
|
2148
|
+
|
|
2149
|
+
|
|
2150
|
+
## [1.0.2-alpha.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.1...@hv/uikit-react-lab@1.0.2-alpha.2) (2019-04-16)
|
|
2151
|
+
|
|
2152
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2153
|
+
|
|
2154
|
+
|
|
2155
|
+
|
|
2156
|
+
|
|
2157
|
+
|
|
2158
|
+
## [1.0.2-alpha.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.2-alpha.0...@hv/uikit-react-lab@1.0.2-alpha.1) (2019-04-15)
|
|
2159
|
+
|
|
2160
|
+
|
|
2161
|
+
### Bug Fixes
|
|
2162
|
+
|
|
2163
|
+
* accessibility eslint warning solved (ignore added as a fix on [#72](https://github.com/pentaho/hv-uikit-react/issues/72)) ([#76](https://github.com/pentaho/hv-uikit-react/issues/76)) ([e0c1ffc](https://github.com/pentaho/hv-uikit-react/commit/e0c1ffc))
|
|
2164
|
+
* lint issues with List item ([#85](https://github.com/pentaho/hv-uikit-react/issues/85)) ([472f6da](https://github.com/pentaho/hv-uikit-react/commit/472f6da))
|
|
2165
|
+
* wrong SearchBox import in Assets Inventory component ([#55](https://github.com/pentaho/hv-uikit-react/issues/55), [#60](https://github.com/pentaho/hv-uikit-react/issues/60)) ([521cc7c](https://github.com/pentaho/hv-uikit-react/commit/521cc7c))
|
|
2166
|
+
|
|
2167
|
+
|
|
2168
|
+
### Features
|
|
2169
|
+
|
|
2170
|
+
* add Assets Inventory component ([#55](https://github.com/pentaho/hv-uikit-react/issues/55)) ([bd8db65](https://github.com/pentaho/hv-uikit-react/commit/bd8db65))
|
|
2171
|
+
* add list view in Asset Inventory pattern ([#57](https://github.com/pentaho/hv-uikit-react/issues/57)) ([d5277fd](https://github.com/pentaho/hv-uikit-react/commit/d5277fd))
|
|
2172
|
+
* added sample for Asset Inventory ([#77](https://github.com/pentaho/hv-uikit-react/issues/77)) ([0eac27b](https://github.com/pentaho/hv-uikit-react/commit/0eac27b))
|
|
2173
|
+
|
|
2174
|
+
|
|
2175
|
+
|
|
2176
|
+
|
|
2177
|
+
|
|
2178
|
+
## [1.0.2-alpha.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.1-alpha.12...@hv/uikit-react-lab@1.0.2-alpha.0) (2019-04-12)
|
|
2179
|
+
|
|
2180
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2181
|
+
|
|
2182
|
+
|
|
2183
|
+
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
## [1.0.1-alpha.12](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.1-alpha.11...@hv/uikit-react-lab@1.0.1-alpha.12) (2019-04-12)
|
|
2187
|
+
|
|
2188
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2189
|
+
|
|
2190
|
+
|
|
2191
|
+
|
|
2192
|
+
|
|
2193
|
+
|
|
2194
|
+
## [1.0.1-alpha.11](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.1-alpha.10...@hv/uikit-react-lab@1.0.1-alpha.11) (2019-04-12)
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
### Features
|
|
2198
|
+
|
|
2199
|
+
* Fixes [#85](https://github.com/pentaho/hv-uikit-react/issues/85) ([0ab87ed](https://github.com/pentaho/hv-uikit-react/commit/0ab87ed))
|
|
2200
|
+
|
|
2201
|
+
|
|
2202
|
+
|
|
2203
|
+
|
|
2204
|
+
|
|
2205
|
+
## [1.0.1-alpha.10](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.1-alpha.9...@hv/uikit-react-lab@1.0.1-alpha.10) (2019-04-12)
|
|
2206
|
+
|
|
2207
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2208
|
+
|
|
2209
|
+
|
|
2210
|
+
|
|
2211
|
+
|
|
2212
|
+
|
|
2213
|
+
## [1.0.1-alpha.9](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.1-alpha.4...@hv/uikit-react-lab@1.0.1-alpha.9) (2019-04-11)
|
|
2214
|
+
|
|
2215
|
+
|
|
2216
|
+
### Bug Fixes
|
|
2217
|
+
|
|
2218
|
+
* accessibility eslint warning solved (ignore added as a fix on [#72](https://github.com/pentaho/hv-uikit-react/issues/72)) ([#76](https://github.com/pentaho/hv-uikit-react/issues/76)) ([03cacb8](https://github.com/pentaho/hv-uikit-react/commit/03cacb8))
|
|
2219
|
+
* issue [#77](https://github.com/pentaho/hv-uikit-react/issues/77) ([ce159d6](https://github.com/pentaho/hv-uikit-react/commit/ce159d6))
|
|
2220
|
+
|
|
2221
|
+
|
|
2222
|
+
|
|
2223
|
+
|
|
2224
|
+
|
|
2225
|
+
## [1.0.1-alpha.8](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.1-alpha.7...@hv/uikit-react-lab@1.0.1-alpha.8) (2019-04-11)
|
|
2226
|
+
|
|
2227
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2228
|
+
|
|
2229
|
+
|
|
2230
|
+
|
|
2231
|
+
|
|
2232
|
+
|
|
2233
|
+
## [1.0.1-alpha.7](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.1-alpha.6...@hv/uikit-react-lab@1.0.1-alpha.7) (2019-04-11)
|
|
2234
|
+
|
|
2235
|
+
|
|
2236
|
+
### Bug Fixes
|
|
2237
|
+
|
|
2238
|
+
* issue [#77](https://github.com/pentaho/hv-uikit-react/issues/77) ([ce159d6](https://github.com/pentaho/hv-uikit-react/commit/ce159d6))
|
|
2239
|
+
|
|
2240
|
+
|
|
2241
|
+
|
|
2242
|
+
|
|
2243
|
+
|
|
2244
|
+
## [1.0.1-alpha.6](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.1-alpha.5...@hv/uikit-react-lab@1.0.1-alpha.6) (2019-04-11)
|
|
2245
|
+
|
|
2246
|
+
|
|
2247
|
+
### Bug Fixes
|
|
2248
|
+
|
|
2249
|
+
* accessibility eslint warning solved (ignore added as a fix on [#72](https://github.com/pentaho/hv-uikit-react/issues/72)) ([#76](https://github.com/pentaho/hv-uikit-react/issues/76)) ([03cacb8](https://github.com/pentaho/hv-uikit-react/commit/03cacb8))
|
|
2250
|
+
|
|
2251
|
+
|
|
2252
|
+
|
|
2253
|
+
|
|
2254
|
+
|
|
2255
|
+
## [1.0.1-alpha.5](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.1-alpha.4...@hv/uikit-react-lab@1.0.1-alpha.5) (2019-04-11)
|
|
2256
|
+
|
|
2257
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2258
|
+
|
|
2259
|
+
|
|
2260
|
+
|
|
2261
|
+
|
|
2262
|
+
|
|
2263
|
+
## [1.0.1-alpha.4](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.1-alpha.3...@hv/uikit-react-lab@1.0.1-alpha.4) (2019-04-11)
|
|
2264
|
+
|
|
2265
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2266
|
+
|
|
2267
|
+
|
|
2268
|
+
|
|
2269
|
+
|
|
2270
|
+
|
|
2271
|
+
## [1.0.1-alpha.3](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.1-alpha.2...@hv/uikit-react-lab@1.0.1-alpha.3) (2019-04-10)
|
|
2272
|
+
|
|
2273
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2274
|
+
|
|
2275
|
+
|
|
2276
|
+
|
|
2277
|
+
|
|
2278
|
+
|
|
2279
|
+
## [1.0.1-alpha.2](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.1-alpha.1...@hv/uikit-react-lab@1.0.1-alpha.2) (2019-04-10)
|
|
2280
|
+
|
|
2281
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2282
|
+
|
|
2283
|
+
|
|
2284
|
+
|
|
2285
|
+
|
|
2286
|
+
|
|
2287
|
+
## [1.0.1-alpha.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.1-alpha.0...@hv/uikit-react-lab@1.0.1-alpha.1) (2019-04-09)
|
|
2288
|
+
|
|
2289
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2290
|
+
|
|
2291
|
+
|
|
2292
|
+
|
|
2293
|
+
|
|
2294
|
+
|
|
2295
|
+
## [1.0.1-alpha.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.0...@hv/uikit-react-lab@1.0.1-alpha.0) (2019-04-09)
|
|
2296
|
+
|
|
2297
|
+
**Note:** Version bump only for package @hv/uikit-react-lab
|
|
2298
|
+
|
|
2299
|
+
|
|
2300
|
+
|
|
2301
|
+
|
|
2302
|
+
|
|
2303
|
+
## [1.0.1](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@1.0.0...@hv/uikit-react-lab@1.0.1) (2019-04-12)
|
|
2304
|
+
|
|
2305
|
+
|
|
2306
|
+
### Bug Fixes
|
|
2307
|
+
|
|
2308
|
+
* accessibility eslint warning solved (ignore added as a fix on [#72](https://github.com/pentaho/hv-uikit-react/issues/72)) ([#76](https://github.com/pentaho/hv-uikit-react/issues/76)) ([e0c1ffc](https://github.com/pentaho/hv-uikit-react/commit/e0c1ffc))
|
|
2309
|
+
* lint issues with List item ([#85](https://github.com/pentaho/hv-uikit-react/issues/85)) ([472f6da](https://github.com/pentaho/hv-uikit-react/commit/472f6da))
|
|
2310
|
+
* wrong SearchBox import in Assets Inventory component ([#55](https://github.com/pentaho/hv-uikit-react/issues/55), [#60](https://github.com/pentaho/hv-uikit-react/issues/60)) ([521cc7c](https://github.com/pentaho/hv-uikit-react/commit/521cc7c))
|
|
2311
|
+
|
|
2312
|
+
|
|
2313
|
+
### Features
|
|
2314
|
+
|
|
2315
|
+
* add Assets Inventory component ([#55](https://github.com/pentaho/hv-uikit-react/issues/55)) ([bd8db65](https://github.com/pentaho/hv-uikit-react/commit/bd8db65))
|
|
2316
|
+
* add list view in Asset Inventory pattern ([#57](https://github.com/pentaho/hv-uikit-react/issues/57)) ([d5277fd](https://github.com/pentaho/hv-uikit-react/commit/d5277fd))
|
|
2317
|
+
* added sample for Asset Inventory ([#77](https://github.com/pentaho/hv-uikit-react/issues/77)) ([0eac27b](https://github.com/pentaho/hv-uikit-react/commit/0eac27b))
|
|
2318
|
+
|
|
2319
|
+
|
|
2320
|
+
|
|
2321
|
+
|
|
2322
|
+
|
|
2323
|
+
# [1.0.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/uikit-react-lab@0.3.1-alpha.2...@hv/uikit-react-lab@1.0.0) (2019-04-08)
|
|
2324
|
+
|
|
2325
|
+
### Feature components
|
|
2326
|
+
|
|
2327
|
+
* Date Picker
|
|
2328
|
+
* Empty State
|
|
2329
|
+
* Footer
|
|
2330
|
+
* Form Composer
|
|
2331
|
+
* Navigation Anchors
|
|
2332
|
+
* Popper
|
|
2333
|
+
* Search Box
|
|
2334
|
+
* Slider
|