Skip to content

Latest commit

 

History

History
221 lines (123 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

221 lines (123 loc) · 11.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.35.2 (2021-08-30)

Note: Version bump only for package @clayui/color-picker

3.35.1 (2021-08-30)

Note: Version bump only for package @clayui/color-picker

3.35.0 (2021-08-30)

Note: Version bump only for package @clayui/color-picker

3.32.0 (2021-07-28)

Bug Fixes

  • @clayui/color-picker: fix error of "hidden" input add extra margin (f4d8aa0)

3.31.0 (2021-06-30)

Note: Version bump only for package @clayui/color-picker

3.30.0 (2021-06-16)

Note: Version bump only for package @clayui/color-picker

3.29.0 (2021-05-28)

Note: Version bump only for package @clayui/color-picker

3.28.0 (2021-05-19)

Features

  • @clayui/color-picker: Add the new DropDownContainerProps API (ac51bdd)

3.27.0 (2021-05-05)

Note: Version bump only for package @clayui/color-picker

3.25.1 (2021-03-05)

Bug Fixes

  • @clayui/color-picker: RGB inputs should only accept numeric values from 0 to 255 (4a7db84)
  • @clayui/color-picker: use isomorphic helper for useLayoutEffect (42c069e)

3.25.0 (2021-02-23)

Bug Fixes

  • @clayui/color-picker: remove last-row classes and API that was added on accident (d4cb8e8)

3.5.0 (2021-02-11)

Features

  • @clayui/color-picker: add API to show both default colors and custom colors (d149fc1)
  • @clayui/color-picker: update markup for hybrid color-picker (de4e90f)

3.4.5 (2021-01-27)

Bug Fixes

  • @clayui/color-picker: use ClayButton instead of button element (18355fd)

3.4.4 (2021-01-13)

Note: Version bump only for package @clayui/color-picker

3.4.3 (2020-12-29)

Note: Version bump only for package @clayui/color-picker

3.4.2 (2020-12-16)

Note: Version bump only for package @clayui/color-picker

3.4.1 (2020-12-02)

Note: Version bump only for package @clayui/color-picker

3.4.0 (2020-10-01)

Features

  • add displayName for all components (cc3211d)
  • @clayui/color-picker: add ability to use css colors and variables (f52daba)
  • clayui.com: Move API tables to new files and update document tabs, rename files to use singular naming instead of plural, change mainTabURL of pagination-bar to a proper one (d812ee9)

3.3.3 (2020-08-28)

Note: Version bump only for package @clayui/color-picker

3.3.2 (2020-08-26)

Bug Fixes

  • @clayui/color-picker: fixes error of adding the value in the input hidden only with the hash (#) (48076a4)
  • @clayui/color-picker: maintains the value entered by the user when the color is not valid (c824eaf)

3.3.1 (2020-08-21)

Note: Version bump only for package @clayui/color-picker

3.3.0 (2020-08-11)

Bug Fixes

  • @clayui/color-picker: check for support rather than browser specific (f40c2c2)
  • @clayui/color-picker: fix native usage across browsers (086e123)
  • @clayui/color-picker: splotch should get focus if menu is closed via 'esc' (85b52c6)
  • @clayui/color-picker: Tapping on HSB Map or Hue Range on a mobile device should update colors and be draggable (b02f0b9)
  • @clayui/color-picker: update tests (516e01f)

Features

  • @clayui/color-picker: add prop for disabling palette for custom colors (76023d5)

3.2.8 (2020-07-28)

Bug Fixes

  • @clayui/color-picker: Add option to make Color Picker small (cdcadbc)
  • update packages to appropriate dependencies (0026168)
  • @clayui/color-picker: Splotch should use classes provided by Clay CSS to style borders on light colors and active colors (b426c46)

3.2.7 (2020-07-14)

Note: Version bump only for package @clayui/color-picker

3.2.6 (2020-07-07)

Note: Version bump only for package @clayui/color-picker

3.2.5 (2020-06-18)

Note: Version bump only for package @clayui/color-picker

3.2.4 (2020-05-21)

Note: Version bump only for package @clayui/color-picker

3.2.3 (2020-04-24)

Note: Version bump only for package @clayui/color-picker

3.2.2 (2020-03-26)

Note: Version bump only for package @clayui/color-picker

3.2.1 (2020-03-12)

Note: Version bump only for package @clayui/color-picker

3.2.0 (2020-02-28)

Bug Fixes

  • normalize names of components (3a0abea)
  • update components to include 'types' and 'ts:main' package keys (9e24b59)
  • @clayui/color-picker: add focus control (a8b6082)
  • @clayui/color-picker: add type="button" so Splotch doesn't trigger a submit form (d31c70f)
  • @clayui/color-picker: Missing @clayui/form dependency (96df8c0)
  • @clayui/color-picker: update Hue before the browser can paint (2d76a3e)
  • @clayui/drop-down: fixes DropDown.Menu component error blinks when aligning (f2c8c63)
  • drop-down: use dom-align instead of metal-position (335ff38)

Features

  • update react-testing-library to be @testing-library/react (bd78145)
  • @clayui/color-picker: add prop to put ColorPicker in disabled state (6d2f181)
  • @clayui/color-picker: pass other props to Color Picker Input (7b44379)
  • form: add helper components for markup (3ce63d4)

3.1.6 (2020-02-13)

Note: Version bump only for package @clayui/color-picker

3.1.5 (2020-01-31)

Bug Fixes

  • drop-down: use dom-align instead of metal-position (335ff38)

3.1.4 (2020-01-20)

Bug Fixes

  • drop-down: use dom-align instead of metal-position (335ff38)

3.1.3 (2019-12-05)

Bug Fixes

  • drop-down: use dom-align instead of metal-position (335ff38)

3.1.2 (2019-11-07)

Note: Version bump only for package @clayui/color-picker

3.1.1 (2019-11-01)

Note: Version bump only for package @clayui/color-picker

3.1.0 (2019-10-28)

Bug Fixes

  • @clayui/color-picker: update Hue before the browser can paint (2d76a3e)
  • @clayui/drop-down: fixes DropDown.Menu component error blinks when aligning (f2c8c63)

Features

  • @clayui/color-picker: add prop to put ColorPicker in disabled state (6d2f181)
  • @clayui/color-picker: pass other props to Color Picker Input (7b44379)