Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @uiw/react-color-shade-slider to v2 #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@uiw/react-color-shade-slider (source) ^1.1.0 -> ^2.0.0 age adoption passing confidence

Release Notes

uiwjs/react-color (@​uiw/react-color-shade-slider)

v2.3.0

Compare Source

Buy me a coffee npm bundle size

Documentation v2.3.0: https://raw.githack.com/uiwjs/react-color/123938c/index.html\
Comparing Changes: uiwjs/react-color@v2.2.0...v2.3.0

npm i @​uiw/[email protected]
  • 🎨 style(Chrome): modify style. 8bb4c1b
  • 🌟 feat(Chrome): add showEditableInput/showEyeDropper/showColorPreview/showHue/showAlpha props. 199d733

v2.2.0

Compare Source

Buy me a coffee npm bundle size

Documentation v2.2.0: https://raw.githack.com/uiwjs/react-color/874522d/index.html\
Comparing Changes: uiwjs/react-color@v2.1.1...v2.2.0

npm i @​uiw/[email protected]

v2.1.1

Compare Source

Buy me a coffee npm bundle size

Documentation v2.1.1: https://raw.githack.com/uiwjs/react-color/ae2a7f2/index.html\
Comparing Changes: uiwjs/react-color@v2.1.0...v2.1.1

npm i @​uiw/[email protected]

v2.1.0

Compare Source

Buy me a coffee npm bundle size

Documentation v2.1.0: https://raw.githack.com/uiwjs/react-color/6fe1093/index.html\
Comparing Changes: uiwjs/react-color@v2.0.9...v2.1.0

npm i @​uiw/[email protected]

v2.0.9

Compare Source

Buy me a coffee npm bundle size

Documentation v2.0.9: https://raw.githack.com/uiwjs/react-color/85c4234/index.html\
Comparing Changes: uiwjs/react-color@v2.0.8...v2.0.9

npm i @​uiw/[email protected]

v2.0.8

Compare Source

Buy me a coffee npm bundle size

Documentation v2.0.8: https://raw.githack.com/uiwjs/react-color/d7a1c87/index.html\
Comparing Changes: uiwjs/react-color@v2.0.7...v2.0.8

npm i @​uiw/[email protected]

v2.0.7

Compare Source

Buy me a coffee npm bundle size

Documentation v2.0.7: https://raw.githack.com/uiwjs/react-color/6c1f3eb/index.html\
Comparing Changes: uiwjs/react-color@v2.0.6...v2.0.7

npm i @​uiw/[email protected]

v2.0.6

Compare Source

Buy me a coffee npm bundle size

Documentation v2.0.6: https://raw.githack.com/uiwjs/react-color/79d7177/index.html\
Comparing Changes: uiwjs/react-color@v2.0.5...v2.0.6

npm i @​uiw/[email protected]

v2.0.5

Compare Source

Buy me a coffee npm bundle size

Documentation v2.0.5: https://raw.githack.com/uiwjs/react-color/9d8ee2b/index.html\
Comparing Changes: uiwjs/react-color@v2.0.4...v2.0.5

npm i @​uiw/[email protected]
  • 🐞 fix(Swatch): fix key props issue in nextjs. 6471070
  • πŸ†Ž type(Github): fix swatch type error. 63a009e
  • πŸ†Ž type(Chrome): fix swatch type error. 60d2abe

v2.0.4

Compare Source

Buy me a coffee npm bundle size

Documentation v2.0.4: https://raw.githack.com/uiwjs/react-color/014026f/index.html\
Comparing Changes: uiwjs/react-color@v2.0.3...v2.0.4

npm i @​uiw/[email protected]

v2.0.3

Compare Source

Buy me a coffee npm bundle size

Documentation v2.0.3: https://raw.githack.com/uiwjs/react-color/a1f6834/index.html\
Comparing Changes: uiwjs/react-color@v2.0.2...v2.0.3

npm i @​uiw/[email protected]
  • πŸ’„ chore: add sponsor badge. 1ed3761
  • πŸ“– doc: Update README.md 16c0b3e

v2.0.2

Compare Source

npm bundle size

Documentation v2.0.2: https://raw.githack.com/uiwjs/react-color/fc89c15/index.html\
Comparing Changes: uiwjs/react-color@v2.0.1...v2.0.2

npm i @​uiw/[email protected]
  • 🌟 feat(Compact): add rectRender/rectProps props. 4100e06

v2.0.1

Compare Source

npm bundle size

Documentation v2.0.1: https://raw.githack.com/uiwjs/react-color/96e1f7e/index.html\
Comparing Changes: uiwjs/react-color@v2.0.0...v2.0.1

npm i @​uiw/[email protected]
  • 🐞 fix(Github): fix rectRender props. 1ec7dcf
  • 🐞 fix(Swatch): fix rectRender props issue. 2f76fbb

v2.0.0

Compare Source

npm bundle size

Documentation v2.0.0: https://raw.githack.com/uiwjs/react-color/a23812d/index.html\
Comparing Changes: uiwjs/react-color@v1.4.3...v2.0.0

npm i @​uiw/[email protected]
  • 🐞 fix(Github): Github placement props typo bottom to botton (#​131) 8db0c01
export declare enum GithubPlacement {
  Left = "L",
  LeftTop = "LT",
-  LeftBotton = "LB",
+  LeftBottom = "LB",
  Right = "R",
  RightTop = "RT",
-  RightBotton = "RB",
+  RightBottom = "RB",
  Top = "T",
  TopRight = "TR",
  TopLeft = "TL",
-  Botton = "B",
-  BottonLeft = "BL",
-  BottonRight = "BR"
+  Bottom = "B",
+  BottomLeft = "BL",
+  BottomRight = "BR"
}

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants