Skip to content

@blueprintjs/datetime2 in Beta? #5819

Answered by adidahiya
justinbhopper asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for the delay on this - @blueprintjs/datetime2 v1.0.0 was released in June 2023 with the breaking changes described in datetime2 component migration. most importantly:

  • all usage of { Popover } from "@blueprintjs/core@4.x" was migrated to { Popover2 } from "@blueprintjs/popover2@1.x" (same as { Popover } from "@blueprintjs/core@5.x")
  • DateInput now uses ISO strings instead of Date object values

At the time it was released, I was unsure whether I would be able to make the same value type API change (Date -> ISO string) to DateRangeInput to enable better timezone support, but ultimately found that doing so would delay the rollout of popper.js v2.x so I opted to postpone that work.

Now…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by justinbhopper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants