0.19.0 please read the upgrading guide.
v0.20.0 of the runtime introduces several changes to the internals of the
runtime, but the API changes are limited to unique cases when registering
components that should not affect most users:
-
Attempting to create a control with arbitrary configuration options will now
result in a TypeScript compilation error:
Prior to this version, the arbitrary options were silently ignored.
-
The
Selectcontrol now requiresoptionsto be a readonly array with at least one entry. If you are not defining your options inline, you may need to declare the optionsas const.Previously, theoptionsarray was allowed to be empty.