Skip to content

Latest commit

 

History

History
204 lines (111 loc) · 4.33 KB

CHANGELOG.md

File metadata and controls

204 lines (111 loc) · 4.33 KB

@3xpo/svelte-colour-picker

3.1.1

Patch Changes

  • revert former changes

3.1.0

Minor Changes

  • 9a15ac0: Properly export component wrappers

3.0.5

Patch Changes

  • adb0d59: we dont use the function keyword in this household

3.0.4

Patch Changes

  • 2265ea1: upgrade deps

3.0.3

Patch Changes

  • add prepublish build scripts

3.0.2

Patch Changes

  • Change the exports

3.0.1

Patch Changes

  • Use #aaa2 for default border

3.0.0

Patch Changes

  • be2ad3c-30be189: dark theme
  • be2ad3c-30be189: properly capitalize strings
  • be2ad3c-30be189: correct grammar
  • be2ad3c-30be189: add picker-bg
  • be2ad3c-30be189: add picker-border
  • be2ad3c-30be189: add scss
  • be2ad3c-30be189: add picker-filter
  • be2ad3c-30be189: in textinput, changeToHover=false determines to not show the change to X text, as that text was weird
  • be2ad3c-30be189: modify the table of contents
  • 295b3ef: static adapter
  • 295b3ef: prepublishOnly should apply changeset version

2.4.7

Patch Changes

2.4.6

Patch Changes

  • Fix doc: remove the CircleVariant which is the default display since v.2.0.0 (issue #39)
  • 6dba255: Fix chrome variant hue max value (issue #40)

2.4.5

Patch Changes

2.4.4

Patch Changes

2.4.3

Patch Changes

  • Add --picker-z-index to customize z-index (issue #29)
  • Remove the stopPropagation directive that blocks the events from bubbling (issue #32)

2.4.2

Patch Changes

  • Fix css variables --picker-height, --picker-width and --slider-width (issue #25)

2.4.1

Patch Changes

  • Remove console.log

2.4.0

Minor Changes

  • Fix tabbing into the input (thanks again to Manstie)
  • Fix a11y notice display
  • Fix focus style when pressing tab (issue #25)
  • Fix default color input opening on Safari on label click (issue #18)
  • Fix color picker initialization (issue #27)

2.3.0

Minor Changes

  • use SvelteKit 1.0.0 😁

Patch Changes

  • 3670d7c: fix a11y summary & svelte-check

2.2.5

Patch Changes

  • Fix indicator positioning and add the border on the default display too

2.2.4

Patch Changes

  • add border in slider indicator to be always visible (thanks to JinIgarashi)

2.2.3

Patch Changes

  • Display transparency in the closed picker (thanks to Manstie)

2.2.2

Patch Changes

  • fix issue #18: prevent default color input picker to open on safari

2.2.1

Patch Changes

  • Fix event type

2.2.0

Minor Changes

  • Add input event fired at every color change (thanks to Valandur)

2.1.3

Patch Changes

  • Add option to show the mode button (thanks to dnlml)

2.1.2

Patch Changes

  • add license

2.1.1

Patch Changes

  • fix dependency

2.1.0

Minor Changes

  • Add aria attributes

2.0.0

Major Changes

  • 6d6e45e: use circle variant as the default one

Minor Changes

  • 029c474: Use an input color to fallback when javascript is disabled

2.0.0

Major Changes

  • 2631865: Add accessibility contrast notice
  • 382c7dc: use colord internally & remove the Color type

Patch Changes

  • 382c7dc: bump all libraries