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:
Select
control now requires options
to be a readonly array with at
least one entry. If you are not defining your options inline, you may need
to declare the options as const
.
options
array was allowed to be empty.