UNPKG

1.52 kBMarkdownView Raw
1# Changelog
2All notable changes to this project will be documented in this file.
3
4## [2.0.6] - 2018-10-25
5
6- changed logic of Headline and description in Subheader.js and NewEventsTable.js
7
8## [2.0.5] - 2018-10-23
9
10- changed the logic of SubHeader.js
11
12## [2.0.4] - 2018-10-23
13
14- replaced warningsOnly with dismissiblesOnly in IgnoreWarningsHint. The logic to show that hint is when all events are
15dismissible, but cannot be dismissed right now for some reason.
16
17## [2.0.3] - 2018-10-17
18
19- added dismissiblesOnly to Subheader.js - Warning title should be also displayed when all events are dismissible, not only when all events are warnings.
20
21## [2.0.2] - 2018-10-16
22
23- removed WatchMissingNodeModulesPlugin from Webpack
24- fixed a bug in dismissiblesOnly and warningsOnly functions
25
26## [2.0.1] - 2018-10-09
27
28- added data-wd-id attribute to headline description
29
30## [2.0.0] - 2018-10-09
31
32- renamed canDismissEvents prop to canAuthoriseUsers
33
34## [1.2.0] - 2018-10-08
35
36- added dismissiblesOnly and warningsOnly flags
37- fixed IgnoreWarningsHint logic
38- renamed "type" events property to "level"
39
40## [1.1.0] - 2018-10-04
41
42- added information about startup.warnings.disable flag
43
44## [1.0.3] - 2018-07-27
45
46- fixed logo in IE11
47
48## [1.0.2] - 2018-07-05
49
50- modified new-event data-wd-id attribute as required for jira's testing
51
52## [1.0.1] - 2018-29-06
53
54- removed unused translations
55
56## [1.0.0] - 2018-27-06
57
58- initial release, code is taken from Johnson for Confluence
59- added license
60- added readme
61- set up dev environment