## 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

- Add font-smooth

## 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

- CSSUtilities: revert some deprecated class, details in [\_deprecated.scss](https://github.com/gotitinc/ahaui/blob/main/packages/css/scss/utilities/_deprecated.scss)

## 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
