All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.0.1 (2024-06-14)
6.0.0 (2024-06-12)
- Icon: remove customColor prop
- Icon: remove onClick prop
- Icon: remove iconCustomColor AccordionItemType field
- remove EmailComposerInput component
-
DateTimePicker: disable input actions when component is disabled (750f6fc), closes #332
-
Input, ChipInput: avoid long placeholder overlap icon (ab9ab5d), closes #335
-
Select: remove onChange call from reducer (5c43154), closes #323
5.1.0 (2024-05-21)
- add onOptionsDisplayChange prop (953063d), closes #310
- add tooltip on buttons of Modal (f7e338a), closes #299
- ChipInput: add props to set width of options dropdown (5cbadb8), closes #317
- remove maxWidth of tooltip (29b537b), closes #312
- Snackbar: add progress bar on Snackbar (3a7ded1), closes #292
- Accordion: add key on divider items (1e2c053), closes #300
- ChipInput: scroll to the end while creating chip (5b71261), closes #311
- deprecate singleLine Snackbar prop (e04fafc), closes #307
- Quota: align to UI kit (6c3beb1)
- Snackbar: align component to the UI kit (1850f02), closes #284
- tooltip: remove timeouts on event listeners registering (872d6fe), closes #306
5.0.0 (2024-04-09)
- remove deprecated ButtonOld component
- add tooltip for the expand and collapse actions (635dced), closes #281
- Banner: align component to UI kit (287c33f), closes #280
- remove deprecated ButtonOld component (a3976b1), closes #282
4.2.1 (2024-03-08)
4.2.0 (2024-02-27)
- allow ListV2 props propagate to ExternalContainer (06a626f), closes #267
- make IntersectionObserver of useIsVisible hook customizable (38a0409), closes #265
4.1.1 (2024-01-30)
4.1.0 (2024-01-17)
4.0.1 (2023-12-29)
4.0.0 (2023-11-14)
- remove KeyboardPreset type
- update the keyboard utils to accept only event-like keys In order to migrate from the old string keys to the new event-like keys, transform each string in an object with the previous string set as key or code (according to its value), and the field ctrlKey set to the value of the old "modifier" field/argument (its default was false).
- update the ChipInput separators prop to receive only event-like keys
- ChipInput: remove deprecated prop confirmChipOnSpace. Use separators instead
- ChipInput: remove deprecated errorLabel. Use description instead.
- all the placement props relative to Tooltip, Dropdown, Popper and Popover do not support auto, auto-start and auto-end anymore.
- ChipInput: remove deprecated props (e57ca80), closes #235
- migrate from Popper to Floating UI (9e8864c), closes #233
- update icon set (da424d2), closes #243
- ChipInput,types: make ChipInput infer generic type from value (88c3f63), closes #237
- Drop: remove dropzone overlay when drag leave the dropzone (33de354), closes #234
- ModalFooter: pass the confirmDisabled prop to the ModalFooterContent component (b04cc66), closes #246
- prevent creation of chips on keyboard events with modifier (38b470c), closes #236
3.0.2 (2023-10-23)
- ListV2: fire onListBottom event when browser zoom is different from 100 percent (f7880be), closes #232
- MultiButton,types: omit children from dropdownProps (271c594), closes #238
3.0.1 (2023-09-29)
3.0.0 (2023-09-27)
- Select: set items of Select as required
-
ChipInput: do not prevent typing in input when separator is set to empty array (ba802fd), closes #220
-
ChipInput: fix selectable placeholder in input fields (5e13315), closes #219
-
CustomModal: do not prevent default behavior of click inside modal (33a8952), closes #218
-
Dropdown: allow keyboard navigation on nested dropdowns (18b5519), closes #217
-
Snackbar: add padding on right side of snackbar without action (8cb4df4), closes #223
-
Table: prevent checkboxes to be visible when mouse leaves rows (295d1bf), closes #222
-
Select: set items of Select as required (d51c42a), closes #221
2.3.0 (2023-08-30)
- Dropdown: update placement of nested levels to be side by side (f54dc35), closes #213
- RadioGroup: improve RadioGroup component (0bcdfdb), closes #200
- Radio: improve Radio component (3b21c71), closes #199
- Chip: fix avatarBackground prop type (ac19f66)
- Chip: fix Chip component prop types (ac4d5d8), closes #211
- Shimmer: fix Shimmer component types (e9afec6), closes #212
- Shimmer: fix Shimmer component types (9b17832)
2.2.0 (2023-07-06)
2.1.1 (2023-06-15)
2.1.0 (2023-05-23)
- Banner: create Banner component (fbe28f5), closes #183
- ChipInput: remove the default value for the limit of the chip (1c11e5d), closes #187
- DateTimePicker: validate typed value of the input (798700c), closes #185
- enable tooltip children ref (b3e9b06), closes #186
- replace deprecated td tag attributes (bab7d90), closes #184
2.0.0 (2023-04-17)
- in Dropdown Component, items prop elements must replace click with onClick
- in Breadcrumbs component, crumbs prop elements must replace click with onClick
- Button: set main ref to external grid container and add buttonRef prop to receive the ref for the main button element, in order to make events fire also on disabled element if registered on the main ref.
-
Button: change ref destination to make events fire on disabled button (0499e78), closes #173
-
update default colors for input components (03cc6a5), closes #180
-
wrap button to a new line to keep text readable (b9ab57a), closes #179
-
remove deprecated click prop in favor of onClick in DropdownItem (b8fadc6), closes #172
1.2.0 (2023-02-28)
- icons: update icons (ffc0078), closes #169
- Modal: add a prop to specify the container window (1ce58e4), closes #171
- TextArea: create TextArea component (1215455), closes #174
1.1.0 (2023-02-01)
- ListV2: create ListV2 component (3ded46b), closes #165
- Table: allow setting a custom index for the rows (4a4dff5), closes #163
1.0.1 (2023-01-27)
- change algorithm to generate disabled variant of the color set (2e41b71), closes #160
- change how the fonts are imported and bundled (458519c), closes #159
- force isActive to false when chips limit is reached (49de2a1), closes #161
- Select: mutual exclusive props for controlled and uncontrolled mode (80d53d0), closes #153
1.0.0 (2023-01-04)
0.5.3 (2022-12-20)
- CollapsingActions: improve configuration through props (c2ac490), closes #148
- DateTimePicker: allow localization of DateTimePicker with global functions (d91405c)
0.5.2 (2022-11-22)
0.5.1 (2022-11-10)
- convert px to rem (67e898f), closes #134
- icons: migrate icons to ts and update icon set (b7660e9), closes #135 #139
- apply right conversion to modal medium size (83a4a8b), closes #140
- ModalContent: remove default for min-height (dfd7e37), closes #138
0.5.0 (2022-10-14)
- TabBar: removed onItemClick and defaultSelected props
-
Dropdown: close dropdown of type contextMenu when click is on trigger component (3367540), closes #128
-
TabBar: remove TabBar uncontrolled mode (f69777e), closes #126
0.4.1 (2022-09-27)
- ChipInput: hide scrollbar when not in overflow (2da4ea6)
- Dropdown: align content to flex-start when item has subitems (6d755a5)
- Dropdown: prevent dropdown from closing before calling click callback of nested items (e8cea00)
- Modal: avoid button text overflow, if is it possible, when optionalFooter is provided (3a10888)
0.4.0 (2022-09-02)
- Button: rename old "size" prop in "width"
- Button: remove "isSmall" prop in favor of new "size" prop to set button size
- Button: set medium as default size refs: CDS-39
- ChipInput: fix typo in singleSelection prop name
- ChipInput: remove dropdownTopBorderColor from props since it was not used refs: CDS-14
- Modal: move showCloseIcon default to true
- Modal: add onClose default (noop)
refs: CDS-13
- add action to useKeyboard (adf37e7), closes #73
- add disabled in pseudo classes generator utility (6d7bc9a)
- added disableTransition prop to Accordion (89ef4fc), closes #93
- added maxHeight and vertical scroll in chip Input (ffc478b), closes #70
- added repeat exception icon (b90439e), closes #97
- added tooltip props to TextWithTooltip (8aa324f)
- Button: allow set of ref for secondary action button (64cb468)
- Button: update style and add support to IconButton and MultiButton (89dbb0b)
- Chip: allow different placement for tooltips (8909f65)
- ChipInput: add prop to wrap chips instead of enabling horizontal scroll (30018cf)
- CollapsingActions: add new CollapsingAction component (bd7bbad)
- dynamic tooltip & textWithTooltip display time with 0,5s fallback (501b371)
- export ButtonOld to make migration easier (ec7d6ee)
- generic item type for List component (7edab28)
- improve Link props and export LabelFactory for Select (025fa48), closes #98
- Input: add optional description on Input (7dd9365)
- propagate inner component props in multibutton (3e39346), closes #61
- scrollbars restyling (6794a8c)
- useSplitVisibility: add optional max number of visibile items (13769e0)
-
add missing exports of types (3d39993)
-
added value prop on SelectComponentProps (6bf834e)
-
Avatar: avoid to propagate size prop to Icon component (c66d1a0)
-
Avatar: make shape prop optional (2159eb9)
-
avoid contents inside modal to lose focus on change of active node (fe07401)
-
Button: set max-width to make text ellipse on overflow (59ca4f2)
-
Checkbox: align items at the top (2db26e9)
-
chip content width when avatar is not shown (5927545), closes #109
-
Chip: avoid to collapse text if chip has no max width (f8dae36)
-
ChipInput: fix typing (0f56a30)
-
ChipInput: force space for description only if description is set (84b2d20)
-
ChipInput: make description area always visible with min-height (e07f041)
-
ChipInput: simplify management of disabled on input to handle click (5d5c6a7)
-
Chip: remove tabIndex from action button (c2e7c30)
-
cleanup timeouts on component unmount (c11934b), closes #113
-
clear popper listener register on unmount (7c8facd), closes #95
-
click on trigger component should close the popper if currently open (7fc387e)
-
Container: add children prop (c5d2642)
-
Dropdown: propagate disable to text inside dropdown item (4c89dc5)
-
Dropdown: respect forceOpen when closing dropdown (4490c21)
-
emailComposerInput change callback param (d733ad8)
-
hide portal if show is false even when portal is disabled (8e47a62)
-
IconButton: avoid IconButton to collapse in width (5e23a5c)
-
Input: force space for description only if description is set (9c26dcc)
-
Input: reserve area for description and hide native placeholder (84fbddd)
-
make modifier optional in keyboard preset (d07fe5f)
-
MultiButton: make multibutton respect width prop (ec2990d)
-
on SelectComponentProps set defaultSelection as optional (eaab7b8)
-
propagate rest props on Button component (33119db)
-
toggle open accordion status only on chevron click (fc59ab5), closes #82
-
Tooltip: update sizes and change defaults (c17ef12)
-
update import/export to named and to fix build of types (c3dbc1f)
-
Button: change sizes and spaces (51ac92a)
-
ChipInput: move to typescript and refactor spaces (16679ff)
-
Modal: modify props default (a681d88)
0.3.10 (2022-08-31)
- ChipInput: hide scrollbar when not in overflow (75cfd51)
0.3.9 (2022-08-24)
0.3.8 (2022-07-25)
- added disableTransition prop to Accordion (5811d4b)
- added repeat exception icon (346f6c8), closes #96
- added repeat exception icon (b2da7ca)
- clear popper listener register on unmount (06b5856)
0.3.7 (2022-07-21)
- avoid contents inside modal to lose focus on change of active node (0f6ae04)
- toggle open accordion status only on chevron click (9a776d6)
0.3.6 (2022-07-05)
0.3.5 (2022-06-08)
- added navigation on List (ccb9b46)
- dynamic tooltip & textWithTooltip display time with 0,5s fallback (#56) (4d3cba2)
0.3.4 (2022-05-24)
- accordion height reduced (19dc04f)
0.3.3 (2022-05-20)
0.3.2 (2022-05-11)
- cannot read properties of undefined in getScrollBarSize (0c6d90c)
0.3.1 (2022-05-11)
- accordion padding and onOpen callback (4243e35)
0.3.0 (2022-04-22)
- the RichTextEditor and Logo components are no longer exported by this library
- activeId flag on accordion (1c347f3)
- added Bucket icons, reviewed icon set (4eae144)
- create chips by pasting text (#45) (38f144d)
- new icons (fea626b)
- openIds parameter on accordion (ba91e60)
-
unsupported overflow value on firefox (77a08e0)
-
removed RichTextEditor and Logo components (1473146)
0.2.2 (2022-04-12)
- custom modal crash on opening (658516a)
0.2.1 (2022-04-12)
- select value loop (6527738)
0.2.0 (2022-04-12)
window
is used as default reference for events and portals instead of window.top
- add enter key handler on input (378752f)
- first commit (4fc1510)
- updated icon set with new icons (450e626)
0.1.2-beta.3 (2021-12-29)
- chipinput object value handled on trimmed (ebbe559)
0.1.2-beta.2 (2021-12-20)
0.1.2-beta.1 (2021-12-20)
- add missing tooltip placements (4f2f77b)
- add support for custom props propagation for Breadcrumb and Dropdown items (145aef6)
- added overflowTooltip opt-in prop on Text (2d15ac6)
- added overflowTooltip to Text (296d0a2)
- added show checkbox prop (b2bbaac)
- expone dropdown list container ref for external usage (ed0570b)
- unique chips prop added to chipinput (98019a5)
- cc-nc licenses for image assets (4605640)
- corrected name in dep5 file (977dde0)
- make split visibility calc container width before dom printing (8ddc312)
- removed the failing login request from CI, replaced with auth token (b3bd5ac)
- used icon instead of iconbutton to fix layout problems (b3e0513)
0.1.2-beta.0 (2021-12-20)
- add missing tooltip placements (4f2f77b)
- add support for custom props propagation for Breadcrumb and Dropdown items (145aef6)
- added overflowTooltip opt-in prop on Text (2d15ac6)
- added overflowTooltip to Text (296d0a2)
- added show checkbox prop (b2bbaac)
- expone dropdown list container ref for external usage (ed0570b)
- unique chips prop added to chipinput (98019a5)
- corrected name in dep5 file (977dde0)
- make split visibility calc container width before dom printing (8ddc312)
- removed the failing login request from CI, replaced with auth token (b3bd5ac)
- used icon instead of iconbutton to fix layout problems (b3e0513)
0.1.0-beta.45 (2021-11-29)
- add support for custom props propagation for Breadcrumb and Dropdown items (145aef6)
- added overflowTooltip opt-in prop on Text (2d15ac6)
- added overflowTooltip to Text (296d0a2)
- expone dropdown list container ref for external usage (ed0570b)
- unique chips prop added to chipinput (98019a5)
- make split visibility calc container width before dom printing (8ddc312)
- used icon instead of iconbutton to fix layout problems (b3e0513)
0.1.0-beta.43 (2021-11-29)
- add support for custom props propagation for Breadcrumb and Dropdown items (145aef6)
- added overflowTooltip opt-in prop on Text (2d15ac6)
- added overflowTooltip to Text (296d0a2)
- expone dropdown list container ref for external usage (ed0570b)
- unique chips prop added to chipinput (98019a5)
- make split visibility calc container width before dom printing (8ddc312)
- used icon instead of iconbutton to fix layout problems (b3e0513)
0.1.0-beta.42 (2021-10-29)
- add forceActive prop to Button (a41c39b)
- change font size of accordionItem (4a9a90b)
0.1.0-beta.41 (2021-10-26)
0.1.0-beta.40 (2021-10-22)
0.1.0-beta.39 (2021-10-04)
- support custom components as tabbar label (dab47e8)
- add key to chips inside chipinput (b95e446)
- change font weight for chip key and label (b95bcb5)
- icons coloring (0d23664)
- increase chip min-height to include button padding (865a486)
- prevent default for chip and chip actions click events (3d5cad6)
- remove backgroundColor from icon (unsupported prop) (6d3e8ca)
- remove invalid props from custom modal in modal manager (3215bcd)
- set chip action type prop as required (0864f12)
0.1.0-beta.38 (2021-09-27)
- added base url prop to the RTE component (1a2a9d5)
0.1.0-beta.37 (2021-09-20)
- checked list item icon reduced in size (39d5b88)
0.1.0-beta.36 (2021-09-20)
- inhreit cursor type if onClick not specified (1a39bc9)
0.1.0-beta.35 (2021-09-20)
- added bottom border on chipinput dropdown (eda249f)
0.1.0-beta.34 (2021-09-17)
0.1.0-beta.33 (2021-09-15)
- refactor of Chip props
-
"hasError" is replaced by "error"
-
"picture" is replaced by "avatarPicture"
-
"icon" is replaced by "avatarIcon"
-
"iconBackground" is replaced by "avatarBackground"
-
"closable" define whether the close action is disabled or not.
-
"onClose" value define if the action is visible (if valued) or hidden (if undefined)
-
default chip background is now gray3 instead of gray4
-
default chip color is inherited from every component color instead of being "secondary"
-
"closable" is true by default, while "onClose" remains undefined
-
add chip actions
-
add chip shape
-
add max width to force label value ellipsis
-
add label key
-
add size
-
make label optional
-
allow label to be a node for highly customizable text
-
handle pseudo statuses for chip background
-
add tooltip to show error or disabled messages
-
show tooltip for cropped label even for chips with disabled or error status
-
hide actions tooltips when chip is disabled
-
avoid tooltips to overlap each other
-
prefix props for avatar customization with "avatar"
-
give avatarLabel priority over label to customize capitals of the avatar in the chip
-
update chip documentation
-
update tests
refs: IRIS-1766
- add disabled prop on Avatar to use disabled variant in icon color and background (0fd6221)
- add flexShrink prop in Row and set max width as default prop instead of fixed style rule (e70f755)
- added keyboard shortcuts (754f76d)
- added more keyboard actions (f46d189)
- added shortcuts (97d2f4d)
- chip refactor with new features (649a72b)
- color selection through getColor utilities in Icon and Text components (b6f4e5d)
- avoid to create popper if tooltip is not show (d2314f9)
- fix Avatar shape prop definition and add documentation (dbe5fb8)
- remove grab cursor from icon (11391b4)
0.1.0-beta.32 (2021-09-15)
- added errorBackgroundColor (0b7bdfe)
0.1.0-beta.31 (2021-09-03)
0.1.0-beta.30 (2021-08-30)
- customize Dropdown item background color (bfb4814)
- avoid TypeError item.click is not a function if click is not defined (db6f8f8)
- propagate props to nested dropdown, parameterized item icon text and padding size (d9e11f2)
0.1.0-beta.29 (2021-08-23)
- icon and icon background added to chip (051ead6)
- improved list component and documentation (6611dd0)
- use dropdown for selecting chips (9d8ca72)
0.1.0-beta.28 (2021-08-20)
0.1.0-beta.27 (2021-08-13)
- omitted call of onInputType if the prop is missing (4d9b8ac)
0.1.0-beta.26 (2021-08-09)
0.1.0-beta.25 (2021-08-05)
- accordion divder position corrected (235f3c8)
- added missing changes to List (ced5395)
- disabled hover effects on items that don't have a callback (b02bbc2)
- optimize dropdown close callback (fb8e758)
0.1.0-beta.24 (2021-07-26)
0.1.0-beta.23 (2021-07-26)
- event propogation on modals stopped (412a2c6)
0.1.0-beta.22 (2021-07-26)
0.1.0-beta.21 (2021-07-23)
- confirmChipOnBlur (e5cf370)
0.1.0-beta.20 (2021-07-23)
- added confirmChipOnSpace and separators props (516dad0)
- shimmer components (58bda72)
- updated package fields, small changes (7750345)
0.1.0-beta.19 (2021-07-12)
- dropped 'valueKey' and 'getChipLabel' props.
Now the logic of how to render the chip is delegated to 'onAdd' callback.
Added utilities functions (getPadding, getParsedPadding) to get padding in styled-components. Added background and color props to Chip component.
- refactored some of ChipInput logic (6ea61bc)
0.1.0-beta.18 (2021-06-24)
0.1.0-beta.17 (2021-06-11)
- increased accordion children's padding (628105a)
0.1.0-beta.16 (2021-06-11)
- snackbar multiline (c5b2b2e)
0.1.0-beta.15 (2021-06-01)
- added CustomIcon on Input component and refactored Password to use Input in its implementation (e47cc68)
- added disabled prop to Tooltip (7b229cb)
- added radio and radiogroup components (c6786c0)
- input accepts react components as prop (8f1e4c5)
0.1.0-beta.14 (2021-05-27)
- added MultiButton and extended Dropdown (9a66f2f)
- added option to hide checkboxes and make labels bold (de06e32)
- label of select in header is also alignable on the right and left (974669d)
- labels of select in header are now alignable, table rows selectable on click (816476d)
- disabled buttons changing color when forcing hover/active/focus state (bcbf95d)
0.1.0-beta.13 (2021-05-12)
- fixed Input and Password placeholder label that was overlaping its content (8512660)
0.1.0-beta.12 (2021-04-22)
- added the possibility for Icon component to accept custom svg icons (f461dc6)
- updated icon set (0fe6c3d)
- fixed Input and Password label position that was bugged sometimes in browser autocompletition (b305417)
- fixed Unpin3 icon (af11284)
- force viewbox to 24x24 for icons (a31d102)
- removed redundant and bugged icon (fd481eb)
0.1.0-beta.11 (2021-04-06)
- created FormSection, FormSubSection and FormRow components (301a8fe)
0.1.0-beta.10 (2021-03-29)
0.1.0-beta.9 (2021-03-19)
- rolled back to webpack 5.4.0 (5920782)
0.1.0-beta.8 (2021-03-19)
- process is undefined (1c62947)
0.1.0-beta.7 (2021-03-17)
- general dependencies update, reorder and cleanup (4cc086b)
- duplicated peerDeps as devDeps for CI purposes, should not impact final bundle size (cdbe631)
0.1.0-beta.6 (2021-03-16)
- refer to the docs for the change in the provider API
- general theming overhaul (68638e3)
- fixed wrong assets url (ebad096)
0.1.0-beta.5 (2021-03-09)
- fix tentative to window.matchMedia not working on safari (2cb0156)
- readded babelrc file needed when using DS as a submodule (1df8c2c)
0.1.0-beta.4 (2021-03-02)
- fixed multiple appearance of contextmenus (b1bed38)
0.1.0-beta.3 (2021-03-02)
- open dropdown at cursor position on context menu (fdcfef6)
- fixed a regex in Padding component that was breaking safari (bef2abc)
- fixed disabled select visualization (dc8423f)
0.1.0-beta.2 (2021-02-18)
- added missing background prop to accordion items (c9edb83)
0.1.0-beta.1 (2021-02-15)
- added
background
prop andopen
item property to the Accordion component (a5d8ddd) - added preventDefault prop to Dropdown (969d9a2)
- added ZimbraClassicThemeContextProvider (1352124)
- updated icon set (3be58fa)
- added forwardRef to DefaultTabBarItem (ec00bb9)
- added tests to Catcher and Responsive components (f87758d)
0.1.0-beta.0 (2021-02-10)
- create a theme require to use new react-based APIs
-
added cobertura coverage report implementation, fixed few tests (a84bcd3)
-
added jenkinsfile config and cobertura coverage (1aeba41)
-
refactor of the theme management (56c693b)
0.0.64-beta.14 (2021-02-01)
- added background prop to the Avatar component to enable themed coloring (9cc7972)
- updated accordion structure and props to simplify development and component usage (6e927c6)
- changed divider implementation to avoid weird sizing phenomena (1f378f9)
0.0.64-beta.13 (2021-01-26)
- fixed CustomModal doc that was using the vanilla modal (a153631)
- fixed mis-named prop forwarding for the accordion root click event (cd47ae9)
0.0.64-beta.12 (2021-01-25)
- added CustomModal component (aded18d)
- fixed control mode error for the input component (e460028)
- fixed incorrect prop forwarding for the customized accordion elements (1a6d452)
- modalmanager restores the default overflow style after a modal is closed (0f10a4a)
0.0.64-beta.11 (2021-01-18)
- recreated the icon index files (afe275e)
0.0.64-beta.10 (2021-01-15)
- accordion component customizability (bb173b5)
- changed the dropdown width prop to allow custom values (24e9bdf)
- created modal manager (2e10988)
- updated icon pack (100820b)
0.0.64-beta.9 (2020-12-23)
- added light weight to fonts properties in Theme object (6d8cf88)
- added the option to load the default font directly from the DS (2704909)
- _postinstall replaced with postinstall in package.json (ad11bf9)
- custom title component added (1c96eab)
0.0.64-beta.8 (2020-12-21)
- added Switch component and useCheckbox hook (9d2d168)
- fixed List component (ebfa152)
0.0.64-beta.7 (2020-12-21)
0.0.64-beta.6 (2020-12-14)
- fixed disableAutoFocus not working correctly (96036e6)
0.0.64-beta.5 (2020-12-11)
- inputRef is correctly assigned (38d64e5)
0.0.64-beta.4 (2020-12-11)
- propTypes error on chipInput (a203f33)
0.0.64-beta.3 (2020-12-11)
- added maxHeight and disableAutoFocus to Dropdown, inputRef and confirmChipOnBlur to ChipInput (8e428fc)
0.0.64-beta.2 (2020-12-10)
0.0.64-beta.1 (2020-12-10)
- added external state control of the Dropdown opening/closing (0810c85)
- added onInputType callback prop to handle typing events on ChipInput (c0423d3)
- added prop check on onInputType callback call (3f07caf)
0.0.64-beta.0 (2020-12-09)
0.0.63 (2020-12-09)
- development: fixed jenkins pipeline (f5fa875)
0.0.62 (2020-12-09)
- development: fixed jenkins pipeline (07ebb83)
0.0.61 (2020-12-09)
- development: fixed jenkins pipeline (00b4aad)
0.0.60 (2020-12-09)
- development: fixed jenkins pipeline (90c05de)
0.0.59 (2020-12-09)
- development: fixed jenkins pipeline (68b8702)
0.0.58 (2020-12-09)
- development: fixed jenkins pipeline (77265af)
- development: fixed jenkins pipeline (65063ff)
- development: fixed jenkins pipeline (6d6597f)
- development: fixed jenkins pipeline (b38282e)
- development: fixed jenkins pipeline (eae7318)
0.0.57 (2020-12-09)
- development: fixed
postinstall
npm script (873be39)