@blueprintjs/datetime2 in Beta? #5819
-
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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:
At the time it was released, I was unsure whether I would be able to make the same Now I am gearing up for another major version release of @blueprintjs/datetime2 v2.0, this time to enable react-day-picker v8 & React 18 support, see #5699. You will be able to upgrade to those new components by following this migration guide. |
Beta Was this translation helpful? Give feedback.
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:
{ Popover } from "@blueprintjs/[email protected]"
was migrated to{ Popover2 } from "@blueprintjs/[email protected]"
(same as{ Popover } from "@blueprintjs/[email protected]"
)Date
object valuesAt 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…