Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
chore(release): 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanxdev committed Dec 16, 2018
1 parent e9f6cac commit 21adfb9
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,48 @@
# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.1.2"></a>
## 2.1.2 (2018-12-16)


### Bug Fixes

* add `addUpdated` method to report-builder ([c69b759](https://github.com/harry-reporter/harry-reporter/commit/c69b759))
* backward compatibility with hermione@^0.90.2 ([670b62b](https://github.com/harry-reporter/harry-reporter/commit/670b62b))
* disable accept button for tests without status fail ([b251d8e](https://github.com/harry-reporter/harry-reporter/commit/b251d8e))
* dropdown toggle ([e3d5054](https://github.com/harry-reporter/harry-reporter/commit/e3d5054))
* dublicate types in TestBox ([7308b1d](https://github.com/harry-reporter/harry-reporter/commit/7308b1d))
* fixes gitUrl in store for html report ([b2e27bc](https://github.com/harry-reporter/harry-reporter/commit/b2e27bc))
* request error handles ([14885c9](https://github.com/harry-reporter/harry-reporter/commit/14885c9))
* reuse data at init gui ([94ae38a](https://github.com/harry-reporter/harry-reporter/commit/94ae38a))
* run tests and accept all handlers ([b3dacb5](https://github.com/harry-reporter/harry-reporter/commit/b3dacb5))
* skips tab ([19a95b5](https://github.com/harry-reporter/harry-reporter/commit/19a95b5))
* заменил ф-цию flatten для children из data.js ([94d9e7b](https://github.com/harry-reporter/harry-reporter/commit/94d9e7b))
* Интеграция GUI ([4448c03](https://github.com/harry-reporter/harry-reporter/commit/4448c03))
* исправил апи репорт билдера и утилит ([76d12d2](https://github.com/harry-reporter/harry-reporter/commit/76d12d2))
* исправил ассайн пропсов на результат ([088dd09](https://github.com/harry-reporter/harry-reporter/commit/088dd09))
* исправили ошибки тайпскрипта ([09b55da](https://github.com/harry-reporter/harry-reporter/commit/09b55da))
* обновил обработку списка тестов под новую структуру сьютов ([6d03367](https://github.com/harry-reporter/harry-reporter/commit/6d03367))
* Получение тестов из гуи при инициализации приложения ([8b90576](https://github.com/harry-reporter/harry-reporter/commit/8b90576))
* поправил отображение изображений в TestBox ([4381378](https://github.com/harry-reporter/harry-reporter/commit/4381378))
* поправил отображение статуса теста в TestBox ([d724424](https://github.com/harry-reporter/harry-reporter/commit/d724424))
* поправил структуру данных для корректного рендера списка ([0973d2f](https://github.com/harry-reporter/harry-reporter/commit/0973d2f))
* устранил баг при открытии просмотрщиков ([2f95d74](https://github.com/harry-reporter/harry-reporter/commit/2f95d74))
* устранил баги после запуска всех тестов ([767bbd6](https://github.com/harry-reporter/harry-reporter/commit/767bbd6))
* устранил баги при рендере открытых/закрытых боксов с тестами ([791d82c](https://github.com/harry-reporter/harry-reporter/commit/791d82c))
* устранил баги при рендере списков тестов ([4efc006](https://github.com/harry-reporter/harry-reporter/commit/4efc006))


### Features

* add accept button ([8b2570a](https://github.com/harry-reporter/harry-reporter/commit/8b2570a))
* add test running indicator ([f3414a4](https://github.com/harry-reporter/harry-reporter/commit/f3414a4))
* disabled btns during test ([db3072e](https://github.com/harry-reporter/harry-reporter/commit/db3072e))
* eye button ([26bdfa1](https://github.com/harry-reporter/harry-reporter/commit/26bdfa1))
* reporter core works ([e13e0d3](https://github.com/harry-reporter/harry-reporter/commit/e13e0d3))
* running one test ([a9788bc](https://github.com/harry-reporter/harry-reporter/commit/a9788bc))
* scenario viewer ([d9b7a8d](https://github.com/harry-reporter/harry-reporter/commit/d9b7a8d))
* добавил исходный код в просмотрщик ([ee15334](https://github.com/harry-reporter/harry-reporter/commit/ee15334))
* обработка инициализации гуи, пофиксил компонент dropdown ([bfe376f](https://github.com/harry-reporter/harry-reporter/commit/bfe376f))
* режимы просмотрщика, gui ([0ebdb8e](https://github.com/harry-reporter/harry-reporter/commit/0ebdb8e))
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "harry-reporter",
"version": "1.0.0",
"version": "2.1.2",
"description": "Reporter plugin for hermione",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 21adfb9

Please sign in to comment.