Changed
- Migrated the text editor in the Playground and the Configuration
from CodeMirror 5 to CodeMirror 6. Searching is now accomplished
with Ctrl-f. Dark mode support is improved. The mixed-mode syntax
highlighting of Python code in `code` blocks is no longer
available. (CodeMirror 6 is a complete rewrite.) Pressing F11 for
full-screen mode and Ctrl-space for autocomplete are still
available.
- The `GoogleAPI` class can now be used with ARM processors.
- The "Share" button in the Playground now copies the hyperlink to the
clipboard when you click it.
Fixed
- The `floating label` labels are now visible on comboboxes.