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

Update dependency hiq to v4 #23

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

Update dependency hiq to v4 #23

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 18, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hiq ^3.1.0 -> ^4.0.0 age adoption passing confidence

Release Notes

jonathanharrell/hiq

v4.2.3

Compare Source

Bug Fixes
  • meter: fix meter width in Chrome (2a65d20)

v4.2.2

Compare Source

Bug Fixes
  • security: upgrade github checkout action (ef61ab6)

v4.2.1

Compare Source

Bug Fixes
  • deps: move incorrectly categorized dependencies to devDependencies (3c56c19)

v4.2.0

Compare Source

Features
  • buttons: add custom properties for customizing button focus colors (bd865ec)

v4.1.9

Compare Source

Bug Fixes
  • build: fix Github action (3b2f1e6)

v4.1.8

Compare Source

Bug Fixes
  • build: fix Github action (d0b3fdf)

v4.1.7

Compare Source

Bug Fixes
  • build: fix Github action (3b9d4f8)

v4.1.6

Compare Source

Bug Fixes
  • build: fix Github action (433eda1)

v4.1.5

Compare Source

Bug Fixes
  • build: fix Github action (0f45ac7)

v4.1.4

Compare Source

Bug Fixes

v4.1.3

Compare Source

Bug Fixes
  • docs: action secrets fix (2e42202)

v4.1.2

Compare Source

Bug Fixes

v4.1.1

Compare Source

Bug Fixes
  • docs: fix server-side rendered docs (6001119)

v4.1.0

Compare Source

Features
  • docs: accessibility improvements (d1572a3)
  • docs: add dark theme toggle (f25a2ab)
  • docs: algolia search api key (94f25b8)
  • docs: update homepage (479e445)

v4.0.2

Compare Source

Bug Fixes
  • typography: fix font size clamp minimum (6afaa84)

v4.0.1

Compare Source

Bug Fixes
  • links: add more variables to support hover and active state colors for visited links (48a58ac)

v4.0.0

Compare Source

Sensible Defaults for Input Validation (BREAKING CHANGE)

Valid and invalid border colors will now apply to all input scenarios, not just when those inputs are required. Because of this, the default valid border color has been set to match the standard input border color.

Font Size Clamping

Font sizes 1-6 can be more finely controlled, while still retaining the overall fluid type scale. You can set a min or max px value on each font size to prevent it from growing or shrinking past a certain point.

:root {
	--hiq-max-font-size-1: 40px;
	--hiq-min-font-size-6: 16px;
}

This will work in any browsers supporting the CSS clamp() function.

Visited Link Customization

You can now customize the color of a visited link using a custom property:

:root {
	--hiq-link-visited-color: blue;
}
Dialog Styling

Dialog elements (only supported in some browsers) now receive some default styling. You can also customize their border radius.

:root {
	--hiq-dialog-border-radius: 0.2rem;
}

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.

@renovate renovate bot force-pushed the renovate/hiq-4.x branch 2 times, most recently from 102d0de to 92ef591 Compare February 11, 2021 18:39
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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

1 participant