@hpcc-js/codemirror
Advanced tools
Comparing version 2.33.0 to 2.34.0
220
CHANGELOG.md
@@ -6,2 +6,222 @@ # Change Log | ||
# [2.34.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/codemirror@2.12.8...@hpcc-js/codemirror@2.34.0) (2020-11-10) | ||
# 2.48.0 (2020-11-03) | ||
# 2.47.0 (2020-10-28) | ||
# 2.46.0 (2020-10-23) | ||
# 2.45.0 (2020-10-16) | ||
# 2.44.0 (2020-10-09) | ||
# 2.43.0 (2020-10-08) | ||
# 2.42.0 (2020-09-24) | ||
# 2.41.0 (2020-09-18) | ||
# 2.40.0 (2020-09-15) | ||
# 2.39.0 (2020-09-09) | ||
### Features | ||
* Added weight markers to DirectoryTree.ts ([73c9b20](https://github.com/hpcc-systems/Visualization/commit/73c9b20473614b20f5b194418c81e9d1ddf98a08)) | ||
# 2.38.0 (2020-09-03) | ||
# 2.37.0 (2020-08-26) | ||
# 2.36.0 (2020-08-25) | ||
# 2.35.0 (2020-08-24) | ||
# 2.34.0 (2020-08-22) | ||
# 2.33.0 (2020-08-08) | ||
# 2.32.0 (2020-08-05) | ||
# 2.31.0 (2020-07-29) | ||
# 2.30.0 (2020-07-29) | ||
# 2.29.0 (2020-07-28) | ||
# 2.28.0 (2020-07-22) | ||
### Features | ||
* Add codemirror line comments ([a81cc90](https://github.com/hpcc-systems/Visualization/commit/a81cc90ddbc2539cf486c590588e0f00cd7b90d2)) | ||
# 2.26.0 (2020-06-26) | ||
# 2.25.0 (2020-06-24) | ||
# 2.24.0 (2020-06-23) | ||
# 2.23.0 (2020-06-23) | ||
# 2.22.0 (2020-06-17) | ||
# 2.21.0 (2020-06-17) | ||
# 2.20.0 (2020-06-17) | ||
# 2.19.0 (2020-06-15) | ||
# 2.18.0 (2020-06-02) | ||
# 2.17.0 (2020-05-31) | ||
### Features | ||
* Add search/replace to Editor ([0a83029](https://github.com/hpcc-systems/Visualization/commit/0a830298d0d1e7ad690fedb1b95bd0d8c9e5c13e)) | ||
# 2.16.0 (2020-05-21) | ||
## 2.15.21 (2020-05-20) | ||
## 2.15.20 (2020-05-20) | ||
## 2.15.19 (2020-05-19) | ||
## 2.15.18 (2020-05-15) | ||
## 2.15.17 (2020-05-15) | ||
## 2.15.16 (2020-05-14) | ||
## 2.15.15 (2020-05-12) | ||
### Features | ||
* Add readOnly mode to Editor.ts ([c30a79f](https://github.com/hpcc-systems/Visualization/commit/c30a79f629e444ea8c5351cce13a8119c4ca61cc)) | ||
## 2.15.14 (2020-05-07) | ||
## 2.15.13 (2020-04-24) | ||
## 2.15.12 (2020-04-22) | ||
## 2.15.11 (2020-04-21) | ||
## 2.15.10 (2020-04-21) | ||
## 2.15.9 (2020-04-17) | ||
## 2.15.7 (2020-04-11) | ||
### Bug Fixes | ||
* Editor warning style priority ([79c1ad4](https://github.com/hpcc-systems/Visualization/commit/79c1ad46c3febd127fefc657f1d391ce2442bf68)) | ||
### Features | ||
* **codemirror:** Switch Markdown to GitHub Flavour Markdown ([ed41395](https://github.com/hpcc-systems/Visualization/commit/ed41395abd80b1219a2450d4c31310d12902907b)) | ||
# [2.33.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/codemirror@2.12.8...@hpcc-js/codemirror@2.33.0) (2020-10-09) | ||
@@ -8,0 +228,0 @@ |
{ | ||
"name": "@hpcc-js/codemirror", | ||
"version": "2.33.0", | ||
"version": "2.34.0", | ||
"description": "hpcc-js - Viz Code Mirror", | ||
@@ -40,3 +40,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/common": "^2.42.0" | ||
"@hpcc-js/common": "^2.43.0" | ||
}, | ||
@@ -74,3 +74,3 @@ "devDependencies": { | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "066b98e14f393c4a9a1965ff6ba03d8ec8b7437e" | ||
"gitHead": "1dbcbb134a760d259f88a7b7d014fe22d3e897ea" | ||
} |
export const PKG_NAME = "@hpcc-js/codemirror"; | ||
export const PKG_VERSION = "2.33.0"; | ||
export const BUILD_VERSION = "2.44.0"; | ||
export const PKG_VERSION = "2.34.0"; | ||
export const BUILD_VERSION = "2.49.0"; |
export declare const PKG_NAME = "@hpcc-js/codemirror"; | ||
export declare const PKG_VERSION = "2.33.0"; | ||
export declare const BUILD_VERSION = "2.44.0"; | ||
export declare const PKG_VERSION = "2.34.0"; | ||
export declare const BUILD_VERSION = "2.49.0"; | ||
//# sourceMappingURL=__package__.d.ts.map |
export declare const PKG_NAME = "@hpcc-js/codemirror"; | ||
export declare const PKG_VERSION = "2.33.0"; | ||
export declare const BUILD_VERSION = "2.44.0"; | ||
export declare const PKG_VERSION = "2.34.0"; | ||
export declare const BUILD_VERSION = "2.49.0"; | ||
//# sourceMappingURL=__package__.d.ts.map |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
5854302
Updated@hpcc-js/common@^2.43.0