Skip to content

Commit

Permalink
The version has been updated to 3.20.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
aw350m33d committed Dec 9, 2024
1 parent 4eb05b3 commit 25913bc
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.20.0 (Release)

- Started migration of webviews to React SPA
- The tabular list editor has been rewritten in React. It was merged with the default registry values editor.
- The unit test editor has been updated, the Codemirror editor has been replaced with Monaco, and custom syntax highlighting has been configured
- Added localizations (ru, en) for tabular list editors and unit tests webviews
- Moved from @vscode/webview-ui-toolkit to custom UIKit components, fixed a set of icons (cod icons).
- The latest versions of linter (ESLint 9) and formatter (more beautiful) have been added and configured.
- Fixed the launch of the retrocorrelation view
- Fixed replacement of expected and actual events in the integration test editor

## 3.19.7 (Pre-Release)

- Fixed bug with missing template folder for creating new rules
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 3.20.0 (Release)

- Начат процесс переписывания веб-форм на React SPA
- Переписан редактор табличных списков на React. Объединён с редактором значений по умолчанию для справочников
- Обновлен редактор модульных тестов, заменен редактор Codemirror на Monaco, настроена пользовательская подсветка синтаксиса
- Добавлены локализации (ru, en) для редакторов табличных списков и модульных тестов
- Перехали с @vscode/webview-ui-toolkit на кастомные компоненты UIKit, исправлен набор иконок (cod icons)
- Добавлены и настроены последние версии linter (ESLint 9) и formatter (красивее).
- Исправлен запуск ретрокорреляционного представления
- Исправлена замена ожидаемых и фактических событий в редакторе интеграционных тестов

## 3.19.7 (Pre-Release)

- Исправлена ошибка с отсутствием папки с шаблонами для создания новых правил
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Language client",
"author": "Dmitry Fedosov (@DmitryOffsec)",
"license": "MIT",
"version": "3.19.7",
"version": "3.20.0",
"repository": {
"type": "git",
"url": "https://github.com/Security-Experts-Community/vscode-xp"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Dmitry Fedosov (@DmitryOffsec)",
"icon": "resources/xp.png",
"license": "MIT",
"version": "3.19.7",
"version": "3.20.0",
"repository": {
"type": "git",
"url": "https://github.com/Security-Experts-Community/vscode-xp"
Expand Down Expand Up @@ -888,4 +888,4 @@
"uuid": "^8.3.2",
"xml2json-light": "^1.0.6"
}
}
}
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "server",
"description": "Language server",
"version": "3.19.7",
"version": "3.20.0",
"author": "Dmitry Fedosov (@DmitryOffsec)",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 25913bc

Please sign in to comment.