Release Notes
Release 2.1.6
Fixed
- SidebarMenu:
SidebarMenu.SubMenu disable state style - Remove Type definitions in
package.json
Release 2.1.0
Fixed
- BubbleChat: Use bottom alignment for
avatar, update chat time text color to satisfy contrast ratio - BubbleChat.Image: Set
lineHeight to 0 to make image in the same baseline with avatar - Dropdown.Container: Correct extra props that are passed to internal
div, so incompatible props (such as popperConfig) are excluded - Composer: Allow passing
className and style to attachButtonProps, inputProps, and sendButtonProps, addd delay on tooltip of Composer - Button: add className
u-fontMedium to sync value with UI - Message, Modal, Toggle: add aria-label for accessibility
- Badge: Update text color of 'default' variant to satisfy contrast ratio
- Rating: Add
activeIconClassName prop to customize active icon class name - Icon: Add
logOut, wallet, bulb, home, call, launch, binoculars, openExternal, math, magic, pause, wallet, hammer - SearchBox: Add
searchButtonProps
Added
Release 2.0.3 - January 18, 2022
Fixed
- Code base: use absolute imports, rearrange hooks and utils
- TopMenu: TopMenu-itemAfter of TopMenu-subMenu has wrong position (need CSS changes)
- Toast: Upgrade from
react-toastify@6 to version 7.0.4 to fix issue:pauseOnFocusLoss is not applied to windows already unfocused. Ref
- BubbleChat: map text className from
variantTextClassNames using variant (like variantClassNames) - Form/Select: add missing
is-disabled className on disabled
Added
- Icons:
shapes, return, umbrella, game, tagCloud, one, two, three, four, five, six, seven, eight, nine, ten - Message: add test-id
[data-testid="message-close"] - Modal/Header: add test-id
[data-testid="modal-close-button"]
Updated
- react-toastify to fixed version
- Support React 17
Release 2.0.2 - January 18, 2021
Fixed
- Button: modified variant
secondary, fixed ActionBar - FileAttachment: modified prop
fileTypeLabel - BubbleChat: fixed UI bug, removed console log, map style of
type=system to variant=primaryLight, improve prop options - PaginationItem: removed console log
- Toast: fixed warning
Added
- Breadcrumb: added prop
noHref - Icon: added icon
fileImport, fileExport, bubbles
Updated
- rc-slider, react-slick, react-split-pane, react-toastify to fixed version
Release 2.0.1 - December 15, 2020
Fixed
- BubbleChat: pass
avatar prop value to prop name of Avatar, instead of src - Composer: remove defaultProps
tooltipAttachButton and tooltipSendButton - Button, Tag, Badge: add prop
textClassName to custom text color
Release 2.0.0 - December 6, 2020
Added
- Migrate all from Got It Design System 1.12.11
Release 2.1.6 ( Preview )
Fixed
- SCSS
- Text: correct line-height of text.
u-text100 wrong line-height - Form: separate
disabled and readonly styles - Form.Check: mark and circle styles
Release 2.1.5
Fixed
- SCSS:
- Form: update disabled style input
- Root:
- Fix color of Href in hover state
Release 2.1.2
Fixed
- SCSS:
- Missing import utilities in index
- Wrong color of Neutral900
Release 2.1.0
Fixed
- SCSS:
- Form: update disabled style checkbox and radio button
Updated
- CSSUtilities:
- Display: support grid
- Flex: flexBasis, placeContent, placeSelf, placeItems, justifyItems, justifySelf
- Object: object-position
- Overflow: isolate, and support responsive
- Size: size content and support responsive
Added
- CSSUtilities:
- Align: vertical-align property
- Grid: basic grid box
Release 2.0.5
Fixed
- SCSS:
- FormCheck-label: use
display: block to prevent wrong position of ::before pseudoelement, when it contains other display: block elements (Firefox bug).
Updated
Release 2.0.4 - January 18, 2022
Fixed
- SCSS:
- TopMenu-itemAfter, TopMenu-itemBefore of TopMenu-subMenu has wrong position
- BubbleChat: update opacity of typing indicators (three dots)
- Form: update
is-disabled styles - Toastify: Toastify--animate and Toastify__toast to support new version
- CSSUtilities:
- u-fontRegular, u-fontMedium, u-fontBold are now using variables
- u-webkitScrollbar: update styles
Updated
- Shadow: increase
y value of all sizes - Size: added
u-minHeightFull, u-maxHeightFull
Release 2.0.3 - December 23, 2020
Fixed
- SCSS: fixed variables that affected disabled Button style
Release 2.0.2 - December 17, 2020
Fixed
Release 2.0.1 - December 6, 2020
Fixed
- CSSUtilities: fix
hr and u-listItemUnderline - Dependencies: bump node-sass from 4.12.0 to 4.13.1
Release 2.0.0 - December 5, 2020
Added
- Migrate all SCSS from Got It Design System 1.12.11