6 lines
353 B
Markdown
6 lines
353 B
Markdown
---
|
|
'@lion/form-core': patch
|
|
'@lion/localize': patch
|
|
---
|
|
|
|
These packages were using out of sync type definitions for FormatOptions, and the types were missing a bunch of options that Intl would normally accept. We now extend Intl's NumberFormatOptions and DateTimeFormatOptions properly, so we always have the right types and are more consistent on it.
|