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

feat(input-time-zone): add offsetStyle prop #9426

Merged
merged 40 commits into from
Jun 25, 2024

Conversation

jcfranco
Copy link
Member

@jcfranco jcfranco commented May 25, 2024

Related Issue: #8716

Summary

Adds offsetStyle prop to specify whether offset should always use UTC or GMT for the offset label instead of using the user's locale. Valid options are:

  • "user" uses UTC or GMT depending on the user's locale,
  • "gmt" always uses GMT, and
  • "utc" always uses UTC.

@github-actions github-actions bot added the enhancement Issues tied to a new feature or request. label May 25, 2024
Copy link
Contributor

github-actions bot commented Jun 5, 2024

This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions.

@github-actions github-actions bot added the Stale Issues or pull requests that have not had recent activity. label Jun 5, 2024
@benelan benelan changed the base branch from main to dev June 10, 2024 09:11
@github-actions github-actions bot removed the Stale Issues or pull requests that have not had recent activity. label Jun 11, 2024
Copy link
Contributor

This PR has been automatically marked as stale because it has not had recent activity. Please close your PR if it is no longer relevant. Thank you for your contributions.

@github-actions github-actions bot added the Stale Issues or pull requests that have not had recent activity. label Jun 18, 2024
@jcfranco jcfranco changed the title feat(input-time-zone): add offsetStyle prop feat(input-time-zone): add offsetStyle prop Jun 21, 2024
@jcfranco jcfranco added the pr ready for visual snapshots Adding this label will run visual snapshot testing. label Jun 21, 2024
@jcfranco jcfranco marked this pull request as ready for review June 21, 2024 21:57
@jcfranco jcfranco requested a review from a team as a code owner June 21, 2024 21:57
Copy link
Member

@driskull driskull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐟 👍

@github-actions github-actions bot removed the Stale Issues or pull requests that have not had recent activity. label Jun 23, 2024
@jcfranco jcfranco added skip visual snapshots Pull requests that do not need visual regression testing. and removed pr ready for visual snapshots Adding this label will run visual snapshot testing. labels Jun 25, 2024
@jcfranco jcfranco merged commit dbc6c81 into dev Jun 25, 2024
11 checks passed
@jcfranco jcfranco deleted the jcfranco/8716-add-offset-display-prop-for-offset-labels branch June 25, 2024 03:21
@github-actions github-actions bot added this to the 2024-06-25 - Jun Release milestone Jun 25, 2024
benelan added a commit that referenced this pull request Jun 25, 2024
…e-min-max

* origin/dev:
  chore: release next
  feat(input-time-zone): add `offsetStyle` prop (#9426)
  chore: release next
  feat(panel, flow-item): add `footer-start` and `footer-end` slots (#9374)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues tied to a new feature or request. skip visual snapshots Pull requests that do not need visual regression testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants