Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/uiw-react-color-2.x
Open

fix(deps): update dependency @uiw/react-color to v2#87
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/uiw-react-color-2.x

Conversation

@renovate
Copy link
Copy Markdown
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 (source) 1.4.3 -> 2.3.0 age adoption passing confidence

Release Notes

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

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/react-color@2.3.0
  • 🎨 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/react-color@2.2.0

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/react-color@2.1.1

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/react-color@2.1.0

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/react-color@2.0.9

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/react-color@2.0.8

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/react-color@2.0.7

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/react-color@2.0.6

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/react-color@2.0.5
  • 🐞 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/react-color@2.0.4

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/react-color@2.0.3
  • 💄 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/react-color@2.0.2
  • 🌟 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/react-color@2.0.1
  • 🐞 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/react-color@2.0.0
  • 🐞 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 is behind base branch, 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.

@renovate renovate Bot added the UPDATE-MAJOR label Nov 4, 2023
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch 13 times, most recently from 5442e95 to 7934606 Compare November 10, 2023 19:51
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch 6 times, most recently from 6b1372d to 89a6ecf Compare November 18, 2023 07:35
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch 10 times, most recently from a7d8c39 to 475f0fd Compare November 27, 2023 10:14
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch 6 times, most recently from 91ac140 to 6306991 Compare December 4, 2023 13:33
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch from 6306991 to 5988000 Compare December 5, 2023 00:33
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch 2 times, most recently from ac56294 to 76c0512 Compare December 8, 2023 15:15
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch 4 times, most recently from 25dfece to 51e5778 Compare December 15, 2023 18:48
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch 2 times, most recently from 1852f0f to 1066455 Compare December 19, 2023 13:13
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch from 1066455 to bdf57ad Compare December 26, 2023 12:25
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch 2 times, most recently from ebf75ad to e825bf5 Compare January 20, 2024 03:54
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch 4 times, most recently from 5c635ae to 2bc4c0a Compare February 23, 2024 17:17
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch from 2bc4c0a to 78c568e Compare March 3, 2024 18:58
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch from 78c568e to b9d2366 Compare April 3, 2024 22:51
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch from b9d2366 to 855daf2 Compare May 12, 2024 04:48
@renovate renovate Bot force-pushed the renovate/uiw-react-color-2.x branch from 855daf2 to 3f14538 Compare May 12, 2024 19:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant