Skip to content

Releases: prometheus-community/monaco-promql

v1.7.4 : Security Patch

30 Apr 12:56
5b01acd
Compare
Choose a tag to compare

What's Changed

  • Bump follow-redirects from 1.9.0 to 1.14.8 in /examples/react-promql by @dependabot in #55
  • Bump follow-redirects from 1.14.7 to 1.14.8 in /examples/angular-promql by @dependabot in #54
  • Bump url-parse from 1.4.7 to 1.5.7 in /examples/react-promql by @dependabot in #57
  • Bump url-parse from 1.5.3 to 1.5.7 in /examples/angular-promql by @dependabot in #56
  • Bump url-parse from 1.5.7 to 1.5.10 in /examples/angular-promql by @dependabot in #59
  • Bump url-parse from 1.5.7 to 1.5.10 in /examples/react-promql by @dependabot in #58
  • Bump karma from 6.3.14 to 6.3.16 in /examples/angular-promql by @dependabot in #60
  • Bump minimist from 1.2.5 to 1.2.6 in /examples/angular-promql by @dependabot in #61
  • Bump lodash from 4.17.15 to 4.17.21 in /examples/react-promql by @dependabot in #62
  • Bump async from 2.6.3 to 2.6.4 in /examples/angular-promql by @dependabot in #63
  • Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #64

Full Changelog: v1.7.3...v1.7.4

v1.7.3 : Security Patch

11 Feb 13:17
62a0a19
Compare
Choose a tag to compare

What's Changed

  • Bump tar from 6.1.0 to 6.1.6 in /examples/angular-promql by @dependabot in #41
  • Bump path-parse from 1.0.6 to 1.0.7 in /examples/angular-promql by @dependabot in #42
  • Bump tar from 6.1.6 to 6.1.11 in /examples/angular-promql by @dependabot in #43
  • Bump url-parse from 1.5.1 to 1.5.3 in /examples/angular-promql by @dependabot in #44
  • Bump follow-redirects from 1.13.3 to 1.14.7 in /examples/angular-promql by @dependabot in #45
  • Bump log4js from 6.3.0 to 6.4.0 in /examples/angular-promql by @dependabot in #46
  • Bump nanoid from 3.1.22 to 3.2.0 in /examples/angular-promql by @dependabot in #47
  • Bump ws from 5.2.2 to 5.2.3 in /examples/react-promql by @dependabot in #49
  • Bump acorn from 5.7.3 to 5.7.4 in /examples/react-promql by @dependabot in #48
  • Bump handlebars from 4.2.1 to 4.7.7 in /examples/react-promql by @dependabot in #51
  • Bump karma from 6.2.0 to 6.3.14 in /examples/angular-promql by @dependabot in #50
  • Bump ajv from 6.10.2 to 6.12.6 in /examples/react-promql by @dependabot in #53
  • Bump ajv from 6.10.1 to 6.12.6 by @dependabot in #52

Full Changelog: v1.7.2...v1.7.3

v1.7.2 : Security patch

12 Jun 08:26
eac9708
Compare
Choose a tag to compare

v1.7.1 : Types declaration

09 Apr 10:04
94fd76b
Compare
Choose a tag to compare
  • Get back the types declaration using declaration: true in the tsconfig.json (fixes #32)

v1.7.0: Update dependencies

16 Mar 16:54
665788a
Compare
Choose a tag to compare
  • Import languages types from monaco-editor to not rely on the load of a global monaco named instance. This behaviour is closer to the new monaco-languages architecture.
  • Updated examples to use an up-to-date versions of frameworks and monaco.

v1.6.1: package.json accuracy

22 Oct 08:17
19df617
Compare
Choose a tag to compare
  • main and types fields in the package.json are referencing the right path in the published npm (fix #20) Thanks @arendjr for contribution

v1.6.0 : "group" aggregator

31 Jul 07:44
96d9df0
Compare
Choose a tag to compare

v1.5.2 : Imports more simple

12 May 18:03
e6563f6
Compare
Choose a tag to compare
  • New way to import : import { promLanguageDefinition } from 'monaco-promql'; (old way still works)

v1.5.1 : Fixing language loading

13 Apr 13:29
Compare
Choose a tag to compare

[BugFix] Fix the return type that breaks the loading of the language

v1.5.0 : Transferring project to Prometheus-Community

13 Apr 13:10
Compare
Choose a tag to compare
  • [Enhancement] Enable eslint
  • [Enhancement] Add package keyword
  • [BreakingChange] Package name changed from monaco-languages-promql to monaco-promql
  • [BreakingChange] Package organization changed. It doesn't contain anymore the sub-directory lib