Skip to content

Releases: Juicy/juicy-ace-editor

Ignore changes that are set externally

06 Nov 10:03
Compare
Choose a tag to compare

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

05 Nov 17:14
Compare
Choose a tag to compare

Autoresizing, shadow-styles

02 Jul 23:01
Compare
Choose a tag to compare
  • Added autosizing through max-/min-lines #43
  • Added a way to declaratively inject styles to shadow root of the editorhttps://github.com//pull/42

2.0.5

18 Dec 20:58
Compare
Choose a tag to compare

Support for installing through NPM (#34).

No functional changes.

Fix support for Edge

20 Aug 14:12
Compare
Choose a tag to compare
2.0.4

Version 2.0.4

CSS fix

20 Aug 11:50
Compare
Choose a tag to compare

Ace container should take entire space vertically

2.0.2

18 Aug 14:45
Compare
Choose a tag to compare
2.0.2

Web Components v1

13 Feb 16:45
Compare
Choose a tag to compare

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

10 Feb 18:03
Compare
Choose a tag to compare

You can now use <juicy-ace-editor> in both Shadow DOM v0 and v1 environments.

1.2.1

01 Jan 20:44
Compare
Choose a tag to compare
  • Fix not working fontsize property #20