UNPKG

well-rounded-ui

Version:

Well Rounded UI Inputs to beautify your web projects !

43 lines (30 loc) 1.13 kB
import { Meta } from '@storybook/addon-docs/blocks'; <Meta title="Home/Patch note" /> # Patch note ### 1.4.4 - Added new `Collapse` component. ### 1.4.2 - Made react-hook-form working with new `showCharactersLeft` prop to `Input`. ### 1.4.1 - Added `automaticTextareaHeight` prop to `Input` component: if true the textarea will take his content's height. - Added `showCharactersLeft` prop to `Input` component: if true the number left of characters will be shown (works with maxLength & label props). ### 1.4.0 - Added `Modal` closeOnClickOutside prop. ### 1.3.9 - Added `Modal` size prop. ### 1.3.6 - Upgraded to TypeScript. ### 1.3.5 - Added new `AlertMessage` component. - Added confirmation usage to `Alert`. ### 1.3.4 - `FloatingSidebar` can be set to left with new "direction" prop. - `Button` "isSubmitting" prop now render a `<Spinner />` while true. - `Button` handle custom children. ### 1.2.5 - Added new `FileUpload` and `ImageUpload` component. ### 1.2.4 - Added new `Calendar` component. - Updated Well Rounded UI usage using `Well Rounded UI Styles` component.