Skip to content

4.12.37

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jul 21:35

πŸ› Bug Fix

  • Source mode / ACE options: only a fixed set of sourceEditorNativeOptions (theme, mode, wrap, showGutter, highlightActiveLine) was applied to the ACE editor β€” any other native option, such as fontSize, tabSize or useSoftTabs, was silently dropped, so sourceEditorNativeOptions: { fontSize: '30px' } had no effect. The whole options object is now forwarded to ACE's editor.setOptions(), and the type accepts arbitrary native keys. Fixes #1285.