github Falcion/UNITADE.md 3.2.7
v3.2.7 - fix copy+paste problem and file-edit modals

7 hours ago

This patch introduces MAJOR fixes for copy+paste issues within editor and UNITADE's entire system: more about in issue #167, implemented new ways of pasting content. Also, fixed separator symbol injection in file-edit modal.

Note

This patch is a must-have because it fixes primary issues with using code editor and
default extensions systems at the same time: if you use grouped extensions, patch of
this won't affect your performance or working pipeline.

  • project now uses native Clipboard API of "monaco-editor" with self-written paste method. Previously, project was using "actions" and tried to invoke them which was against "monaco-editor" security policy, see #167.
  • modal for editing extension of a file was using incorrect separator symbol ";" via injecting new extension in extensions array (depending on chosen option). Now modal uses correct separator.

Tip

Check commit history of this release in:
v3.2.7 - changelog

Don't miss a new UNITADE.md release

NewReleases is sending notifications on new releases.