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

[datetime2] feat(TimezoneSelect): support valueDisplayFormat #5678

Merged
merged 4 commits into from
Oct 18, 2022

Conversation

adidahiya
Copy link
Contributor

Fixes #5676

Checklist

Changes proposed in this pull request:

  • feat(TimezoneSelect): support valueDisplayFormat to achieve feature parity with TimezonePicker
    • Note: this now has slightly different semantics, see the migration guide for full details
  • feat: add TimezoneMetadata and getTimezoneMetadata to the public API to achieve partial API parity with @blueprintjs/timezone
    • Note: the available metadata has changed slightly to reflect the shift from moment-timezone to date-fns-tz, see the migration guide for full details

Reviewers should focus on:

Code correctness

Screenshot

2022-10-18 13 49 40

@blueprint-bot
Copy link

support getTimezoneMetadata()

Previews: documentation | landing | table | demo

@blueprint-bot
Copy link

fix test syntax

Previews: documentation | landing | table | demo

@blueprint-bot
Copy link

exclude code coverage

Previews: documentation | landing | table | demo

@adidahiya adidahiya merged commit ec59346 into develop Oct 18, 2022
@adidahiya adidahiya deleted the ad/datetime2-timezone-apis branch October 18, 2022 19:36
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.

TimezoneSelect is missing some APIs from @blueprintjs/timezone
2 participants