v1.51.0
This version changed environment.theme
to environment.appearance
.
environment.theme
still works, but is now marked as deprecated and may be removed in a future version. You will get helpful hints in your code editor to migrate your extension, and as usual we provide automated migrations to help with the transition.
To migrate your extension manually, you need to ensure that all environment.theme
are updated to environment.appearance
.
Last updated