Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

v3.1.5

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Mar 00:20
affe7cc

3.1.5 (2021-03-12)

Breaking Changes
  • Upgrading component to Polymer 3 (5b037c20)
Build System / Dependencies
Chores
  • updating demo page (affe7cc4)
  • updating dependencies (7ba93b3d)
  • Turn off no-return-await rule (1d434c8a)
  • [ci skip] automated merge master->stage. syncing main branches (3a3bf2be)
  • updating test runner (29316543)
  • [ci skip] automated merge master->stage. syncing main branches (8a2e514c)
  • minor changes to the component (8840b984)
  • [ci skip] automated merge master->stage. syncing main branches (f9e4aa94)
  • [ci skip] automated merge master->stage. syncing main branches (e933a4b0)
  • adding hints engine to the element (2e15c1a3)
  • [ci skip] automated merge master->stage. syncing main branches (4041cff5)
  • upgrading to latest ARC standards (d5de4d9e)
  • upgrading dependencies (2b41c037)
  • upgrading dependencies (c2948c46)
  • now height is propagated from the element root (2eda7efc)
  • upgrading dependencies (8cf4c33a)
  • updating styles to add more color options (dfe61497)
Continuous Integration
New Features
  • add variable to adjust font-family of the CodeMirror container (29e17a5e)
  • adding hintSelected signal to hints (cf5066ce)
  • adding lineNumbers option (e309cb24)
  • style: updating min-heigth setting to respect the value (7f1b8117)
Bug Fixes
  • Added missing dependency. (6c9a8d62)
  • Fixes #2 (30174ef4)
  • Fixes #1 - support for numeric and boolean values. (8d11990d)
  • Fixed a path builder for the CodeMirror module sources. (c56800df)
  • Changed change custom event name after change in the element's logic (a5e91833)
  • Fixed issue with styless in shady dom (26542a7e)
  • fixed issues with import location for codemirror mode scripts. Now element accepts the importLocation property to point to CodeMirror install location (155954cf)
  • Fixed element to work in ES5 (33d62d96)
  • Fixed and issue when the value wan't updated when the before-change event was canceled (92707936)
  • cleared DOM after changing theme by removing old styles definition (2e7fa024)
Other Changes
  • Updating import paths to match web spec (8a80af1d)
  • Adding npm ignore file (476be8fd)
  • Added support for hints inside the element. (3148556e)
  • advanced-rest-client/code-mirror into stage (4a268957)
  • Adding linter demo page (a6103646)
  • Updated test cases for the element. (3a20a256)
  • Added option to include costom style inside the element in shadow dom (f0ddff61)
  • Stopped initialization of _pendingOptions array by default (a1a9afb3)
  • Setting JSON mode from json mime (027d9ca6)
  • Adding new options to support linters. (62c1d0f5)
  • Updated how the importLocation property works (a021999b)
  • advanced-rest-client/code-mirror into stage (93c90b72)
  • Removed duplicated import. (51a8f707)
  • advanced-rest-client/code-mirror into stage (c80bfab6)
  • Adding color variables for xq-light theme. (2600ccbf)
  • advanced-rest-client/code-mirror into stage (3c469797)
  • The element will clear the value of the editor if passed undefined (c6959670)
  • advanced-rest-client/code-mirror into stage (495ce303)
  • Added more variables definitions to the default theme. (8fbd1446)
  • advanced-rest-client/code-mirror into stage (1486abfc)
  • //github.com/advanced-rest-client/code-mirror into stage (051f19cc)
  • Updated default editor mode to JSON (85169d27)
  • Added common script to be imports so the editor won't wait for it (31e9929c)
  • advanced-rest-client/code-mirror into stage (3d13b5f9)
  • Removed sudo from Travis configuration (2acc4002)
  • advanced-rest-client/code-mirror into stage (17296401)
  • advanced-rest-client/code-mirror into stage (ce89f649)
  • advanced-rest-client/code-mirror into stage (1917374a)
  • Updated browsers configuration (026827f6)
  • Updated travis configuration. (62ca4102)
  • Switched ES level for linter (5bceae15)
  • Added new Travis configuration (90bc3817)
  • Added hero image (55208a44)
  • Added dependencyci (fd15eecb)
  • Updated docs (85a12a1b)
  • Removed 'demo' folder from ignored (05cdfb8f)
Refactors
  • refactoring element events (4dc49fdd)
  • move styles into render (1ada0ed3)
  • upgrading to latest WC spec and ARC standard (07eda595)
Tests