Releases: Juicy/juicy-ace-editor
Releases · Juicy/juicy-ace-editor
Ignore changes that are set externally
Changes set externally (by setting juicyAceEditor.value = "..") should not result in change event being triggered, this avoids unnecessary notifications to two way data binding libraries such as Polymer.
See #54
Add beautify method to API - only supports HTML code
2.2.0 Version 2.2.0
Autoresizing, shadow-styles
2.0.5
Fix support for Edge
2.0.4 Version 2.0.4
CSS fix
2.0.2
Web Components v1
Starting from now, this element supports both Shadow DOM v1 and v0, but only Custom Elements v1.
If your environment uses Custom Elements v0 only, we strongly recommend to use lightweight v0 to v1 polyfill
bower install --save document-register-element
Shadow DOM v1 ready
You can now use <juicy-ace-editor>
in both Shadow DOM v0 and v1 environments.