@dhis2/analytics 25.2.2 → 26.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/build/cjs/__demo__/FileMenu.stories.js +8 -6
  2. package/build/cjs/__demo__/Toolbar.stories.js +77 -0
  3. package/build/cjs/components/FileMenu/FileMenu.js +21 -59
  4. package/build/cjs/components/FileMenu/__tests__/FileMenu.spec.js +318 -194
  5. package/build/cjs/components/Options/VisualizationOptions.js +3 -1
  6. package/build/cjs/components/Toolbar/HoverMenuBar/HoverMenuBar.js +107 -0
  7. package/build/cjs/components/Toolbar/HoverMenuBar/HoverMenuDropdown.js +66 -0
  8. package/build/cjs/components/Toolbar/HoverMenuBar/HoverMenuList.js +94 -0
  9. package/build/cjs/components/Toolbar/HoverMenuBar/HoverMenuListItem.js +99 -0
  10. package/build/cjs/components/Toolbar/HoverMenuBar/HoverMenuListItem.styles.js +13 -0
  11. package/build/cjs/components/Toolbar/HoverMenuBar/__tests__/HoverMenuBar.spec.js +219 -0
  12. package/build/cjs/components/Toolbar/HoverMenuBar/__tests__/HoverMenuDropdown.spec.js +23 -0
  13. package/build/cjs/components/Toolbar/HoverMenuBar/__tests__/HoverMenuList.spec.js +56 -0
  14. package/build/cjs/components/Toolbar/HoverMenuBar/__tests__/HoverMenuListItem.spec.js +50 -0
  15. package/build/cjs/components/Toolbar/HoverMenuBar/index.js +37 -0
  16. package/build/cjs/components/Toolbar/InterpretationsAndDetailsToggler.js +50 -0
  17. package/build/cjs/components/Toolbar/MenuButton.styles.js +13 -0
  18. package/build/cjs/components/Toolbar/Toolbar.js +39 -0
  19. package/build/cjs/components/Toolbar/ToolbarSidebar.js +45 -0
  20. package/build/cjs/components/Toolbar/UpdateButton.js +57 -0
  21. package/build/cjs/components/Toolbar/__tests__/InterpretationsAndDetailsToggler.spec.js +50 -0
  22. package/build/cjs/components/Toolbar/__tests__/Toolbar.spec.js +24 -0
  23. package/build/cjs/components/Toolbar/__tests__/ToolbarSidebar.spec.js +30 -0
  24. package/build/cjs/components/Toolbar/__tests__/UpdateButton.spec.js +44 -0
  25. package/build/cjs/components/Toolbar/index.js +57 -0
  26. package/build/cjs/index.js +304 -46
  27. package/build/cjs/locales/en/translations.json +1 -0
  28. package/build/cjs/modules/ouLevelUtils/index.js +5 -3
  29. package/build/es/__demo__/FileMenu.stories.js +7 -6
  30. package/build/es/__demo__/Toolbar.stories.js +69 -0
  31. package/build/es/components/FileMenu/FileMenu.js +20 -57
  32. package/build/es/components/FileMenu/__tests__/FileMenu.spec.js +293 -189
  33. package/build/es/components/Options/VisualizationOptions.js +3 -1
  34. package/build/es/components/Toolbar/HoverMenuBar/HoverMenuBar.js +90 -0
  35. package/build/es/components/Toolbar/HoverMenuBar/HoverMenuDropdown.js +44 -0
  36. package/build/es/components/Toolbar/HoverMenuBar/HoverMenuList.js +75 -0
  37. package/build/es/components/Toolbar/HoverMenuBar/HoverMenuListItem.js +78 -0
  38. package/build/es/components/Toolbar/HoverMenuBar/HoverMenuListItem.styles.js +4 -0
  39. package/build/es/components/Toolbar/HoverMenuBar/__tests__/HoverMenuBar.spec.js +168 -0
  40. package/build/es/components/Toolbar/HoverMenuBar/__tests__/HoverMenuDropdown.spec.js +16 -0
  41. package/build/es/components/Toolbar/HoverMenuBar/__tests__/HoverMenuList.spec.js +49 -0
  42. package/build/es/components/Toolbar/HoverMenuBar/__tests__/HoverMenuListItem.spec.js +41 -0
  43. package/build/es/components/Toolbar/HoverMenuBar/index.js +4 -0
  44. package/build/es/components/Toolbar/InterpretationsAndDetailsToggler.js +33 -0
  45. package/build/es/components/Toolbar/MenuButton.styles.js +4 -0
  46. package/build/es/components/Toolbar/Toolbar.js +24 -0
  47. package/build/es/components/Toolbar/ToolbarSidebar.js +29 -0
  48. package/build/es/components/Toolbar/UpdateButton.js +38 -0
  49. package/build/es/components/Toolbar/__tests__/InterpretationsAndDetailsToggler.spec.js +43 -0
  50. package/build/es/components/Toolbar/__tests__/Toolbar.spec.js +17 -0
  51. package/build/es/components/Toolbar/__tests__/ToolbarSidebar.spec.js +23 -0
  52. package/build/es/components/Toolbar/__tests__/UpdateButton.spec.js +37 -0
  53. package/build/es/components/Toolbar/index.js +5 -0
  54. package/build/es/index.js +1 -0
  55. package/build/es/locales/en/translations.json +1 -0
  56. package/build/es/modules/ouLevelUtils/index.js +5 -3
  57. package/package.json +3 -1
  58. package/CHANGELOG.md +0 -4065
package/CHANGELOG.md DELETED
@@ -1,4065 +0,0 @@
1
- ## [25.2.2](https://github.com/dhis2/analytics/compare/v25.2.1...v25.2.2) (2023-06-20)
2
-
3
-
4
- ### Reverts
5
-
6
- * Revert "feat: toolbar UI update with hoverable menu (#1478)" ([c55346c](https://github.com/dhis2/analytics/commit/c55346c3e91dee98337d129056545afc1e4e712f)), closes [#1478](https://github.com/dhis2/analytics/issues/1478)
7
-
8
- ## [25.2.1](https://github.com/dhis2/analytics/compare/v25.2.0...v25.2.1) (2023-06-20)
9
-
10
-
11
- ### Bug Fixes
12
-
13
- * **translations:** sync translations from transifex (master) ([dca78c0](https://github.com/dhis2/analytics/commit/dca78c07410845f13b7b8a51d7d0dacbc462d428))
14
-
15
- # [25.2.0](https://github.com/dhis2/analytics/compare/v25.1.22...v25.2.0) (2023-06-19)
16
-
17
-
18
- ### Features
19
-
20
- * toolbar UI update with hoverable menu ([#1478](https://github.com/dhis2/analytics/issues/1478)) ([5526163](https://github.com/dhis2/analytics/commit/552616368677aed228ef3f53eef30d02ec183d72))
21
-
22
- ## [25.1.22](https://github.com/dhis2/analytics/compare/v25.1.21...v25.1.22) (2023-06-19)
23
-
24
-
25
- ### Bug Fixes
26
-
27
- * **translations:** sync translations from transifex (master) ([df3fa78](https://github.com/dhis2/analytics/commit/df3fa786b9ac60ba58a018f9c33baa689761a1f7))
28
-
29
- ## [25.1.21](https://github.com/dhis2/analytics/compare/v25.1.20...v25.1.21) (2023-06-18)
30
-
31
-
32
- ### Bug Fixes
33
-
34
- * **translations:** sync translations from transifex (master) ([90ed63c](https://github.com/dhis2/analytics/commit/90ed63cb551e4b6f7d5ff8f46e62e2117458f70f))
35
-
36
- ## [25.1.20](https://github.com/dhis2/analytics/compare/v25.1.19...v25.1.20) (2023-06-17)
37
-
38
-
39
- ### Bug Fixes
40
-
41
- * **translations:** sync translations from transifex (master) ([7b62a96](https://github.com/dhis2/analytics/commit/7b62a962501d791be3bc2c4d9a71d35f43ab8eb5))
42
-
43
- ## [25.1.19](https://github.com/dhis2/analytics/compare/v25.1.18...v25.1.19) (2023-06-16)
44
-
45
-
46
- ### Bug Fixes
47
-
48
- * **translations:** sync translations from transifex (master) ([a0626ac](https://github.com/dhis2/analytics/commit/a0626acbe00ad9e9ed551cd31209267a6814dcce))
49
-
50
- ## [25.1.18](https://github.com/dhis2/analytics/compare/v25.1.17...v25.1.18) (2023-06-15)
51
-
52
-
53
- ### Bug Fixes
54
-
55
- * **translations:** sync translations from transifex (master) ([8e15164](https://github.com/dhis2/analytics/commit/8e1516498f76e95b3c10a4c79df979361fb4e7d1))
56
-
57
- ## [25.1.17](https://github.com/dhis2/analytics/compare/v25.1.16...v25.1.17) (2023-06-14)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * **translations:** sync translations from transifex (master) ([1b667dc](https://github.com/dhis2/analytics/commit/1b667dc344457c100da0dec17c0f064fc8d242c9))
63
-
64
- ## [25.1.16](https://github.com/dhis2/analytics/compare/v25.1.15...v25.1.16) (2023-06-13)
65
-
66
-
67
- ### Bug Fixes
68
-
69
- * **translations:** sync translations from transifex (master) ([f0d63a7](https://github.com/dhis2/analytics/commit/f0d63a7e8fc086d23f5c8775a9ffefacb2240657))
70
-
71
- ## [25.1.15](https://github.com/dhis2/analytics/compare/v25.1.14...v25.1.15) (2023-06-12)
72
-
73
-
74
- ### Bug Fixes
75
-
76
- * **translations:** sync translations from transifex (master) ([f98c7fc](https://github.com/dhis2/analytics/commit/f98c7fc8ce624f1ee6d1f32b93f7327b4f8358aa))
77
-
78
- ## [25.1.14](https://github.com/dhis2/analytics/compare/v25.1.13...v25.1.14) (2023-06-11)
79
-
80
-
81
- ### Bug Fixes
82
-
83
- * **translations:** sync translations from transifex (master) ([6706b1e](https://github.com/dhis2/analytics/commit/6706b1e27f243db13e05168ec467828f8f238784))
84
-
85
- ## [25.1.13](https://github.com/dhis2/analytics/compare/v25.1.12...v25.1.13) (2023-06-10)
86
-
87
-
88
- ### Bug Fixes
89
-
90
- * **translations:** sync translations from transifex (master) ([b8de3e3](https://github.com/dhis2/analytics/commit/b8de3e3e90d53214a7ffd662255918bb7e5efc4e))
91
-
92
- ## [25.1.12](https://github.com/dhis2/analytics/compare/v25.1.11...v25.1.12) (2023-06-09)
93
-
94
-
95
- ### Bug Fixes
96
-
97
- * **translations:** sync translations from transifex (master) ([53fd300](https://github.com/dhis2/analytics/commit/53fd3007f71cae4bd8dc99d84af44d5c954ebc99))
98
-
99
- ## [25.1.11](https://github.com/dhis2/analytics/compare/v25.1.10...v25.1.11) (2023-06-05)
100
-
101
-
102
- ### Bug Fixes
103
-
104
- * add data-test to SV icon ([#1479](https://github.com/dhis2/analytics/issues/1479)) ([df1c7ef](https://github.com/dhis2/analytics/commit/df1c7efb3136be99b5026b252a499ba0bb57ecd9))
105
-
106
- ## [25.1.10](https://github.com/dhis2/analytics/compare/v25.1.9...v25.1.10) (2023-05-30)
107
-
108
-
109
- ### Bug Fixes
110
-
111
- * single value size and position issues (DHIS2-15344) ([#1470](https://github.com/dhis2/analytics/issues/1470)) ([d94fe02](https://github.com/dhis2/analytics/commit/d94fe02c7cc85a6b4aca41c85ba60ed37871b645))
112
-
113
- ## [25.1.9](https://github.com/dhis2/analytics/compare/v25.1.8...v25.1.9) (2023-05-30)
114
-
115
-
116
- ### Bug Fixes
117
-
118
- * **translations:** sync translations from transifex (master) ([9466322](https://github.com/dhis2/analytics/commit/9466322c7cac471ee1d5bd1e451f911968e30a3d))
119
-
120
- ## [25.1.8](https://github.com/dhis2/analytics/compare/v25.1.7...v25.1.8) (2023-05-28)
121
-
122
-
123
- ### Bug Fixes
124
-
125
- * **translations:** sync translations from transifex (master) ([184740d](https://github.com/dhis2/analytics/commit/184740d3bdc019e8ab9eb8b05f4f473fcf960889))
126
-
127
- ## [25.1.7](https://github.com/dhis2/analytics/compare/v25.1.6...v25.1.7) (2023-05-27)
128
-
129
-
130
- ### Bug Fixes
131
-
132
- * **translations:** sync translations from transifex (master) ([83d2c2b](https://github.com/dhis2/analytics/commit/83d2c2bda1160b7c474d9d29596cfccdbeb72c81))
133
-
134
- ## [25.1.6](https://github.com/dhis2/analytics/compare/v25.1.5...v25.1.6) (2023-05-26)
135
-
136
-
137
- ### Bug Fixes
138
-
139
- * **translations:** sync translations from transifex (master) ([c901006](https://github.com/dhis2/analytics/commit/c9010067004c5c3061cfa76806ffd991394bda98))
140
-
141
- ## [25.1.5](https://github.com/dhis2/analytics/compare/v25.1.4...v25.1.5) (2023-05-25)
142
-
143
-
144
- ### Bug Fixes
145
-
146
- * **translations:** sync translations from transifex (master) ([9c3165e](https://github.com/dhis2/analytics/commit/9c3165ee58559c6c3601b0e12ee7d4796fa9b12f))
147
-
148
- ## [25.1.4](https://github.com/dhis2/analytics/compare/v25.1.3...v25.1.4) (2023-05-24)
149
-
150
-
151
- ### Bug Fixes
152
-
153
- * **translations:** sync translations from transifex (master) ([0faecef](https://github.com/dhis2/analytics/commit/0faecefb62fc285110d76bf60a9382af156b1c85))
154
-
155
- ## [25.1.3](https://github.com/dhis2/analytics/compare/v25.1.2...v25.1.3) (2023-05-23)
156
-
157
-
158
- ### Bug Fixes
159
-
160
- * **translations:** sync translations from transifex (master) ([869543f](https://github.com/dhis2/analytics/commit/869543f14a03d6bcfad8e009ab9ac4bc87d16de1))
161
-
162
- ## [25.1.2](https://github.com/dhis2/analytics/compare/v25.1.1...v25.1.2) (2023-05-03)
163
-
164
-
165
- ### Bug Fixes
166
-
167
- * small cosmetic fixes to SV SVG ([#1457](https://github.com/dhis2/analytics/issues/1457)) ([2785a9e](https://github.com/dhis2/analytics/commit/2785a9e3e7c656d830df78c84c4ef29de74b0614))
168
-
169
- ## [25.1.1](https://github.com/dhis2/analytics/compare/v25.1.0...v25.1.1) (2023-05-02)
170
-
171
-
172
- ### Bug Fixes
173
-
174
- * address various SV SVG issues after KFMT ([#1456](https://github.com/dhis2/analytics/issues/1456)) ([f0ee1f1](https://github.com/dhis2/analytics/commit/f0ee1f16450e1b6de7c879c8ecdeec7c1d7c89fb))
175
-
176
- # [25.1.0](https://github.com/dhis2/analytics/compare/v25.0.0...v25.1.0) (2023-04-27)
177
-
178
-
179
- ### Features
180
-
181
- * icon in SV visualization DHIS2-10496 ([#1440](https://github.com/dhis2/analytics/issues/1440)) ([e6563ca](https://github.com/dhis2/analytics/commit/e6563cacc5e901a04d5432330b09b685936ddd70))
182
-
183
- # [25.0.0](https://github.com/dhis2/analytics/compare/v24.10.1...v25.0.0) (2023-04-24)
184
-
185
-
186
- ### Features
187
-
188
- * custom calculations (DHIS2-13871) ([#1370](https://github.com/dhis2/analytics/issues/1370)) ([d174e3e](https://github.com/dhis2/analytics/commit/d174e3e8a1dd1ea756cf42eaf7748b2135151e57))
189
-
190
-
191
- ### BREAKING CHANGES
192
-
193
- * requires metadata to be provided for the new EDI dimension type
194
-
195
- ## [24.10.1](https://github.com/dhis2/analytics/compare/v24.10.0...v24.10.1) (2023-04-24)
196
-
197
-
198
- ### Bug Fixes
199
-
200
- * sv size when downloading is a small square (DHIS2-15178) ([245d799](https://github.com/dhis2/analytics/commit/245d799d9513e0407e4a6b6ba24c3da15754618d))
201
-
202
- # [24.10.0](https://github.com/dhis2/analytics/compare/v24.9.3...v24.10.0) (2023-04-19)
203
-
204
-
205
- ### Features
206
-
207
- * single value background color change based upon legend (DHIS2-13702) part 2 ([#1453](https://github.com/dhis2/analytics/issues/1453)) ([d32c7b8](https://github.com/dhis2/analytics/commit/d32c7b8b8cce03e634caeb036e3412b8b7bcbf19))
208
-
209
- ## [24.9.3](https://github.com/dhis2/analytics/compare/v24.9.2...v24.9.3) (2023-03-15)
210
-
211
-
212
- ### Bug Fixes
213
-
214
- * ensure the base passed to URL is absolute ([#1452](https://github.com/dhis2/analytics/issues/1452)) ([4d45abb](https://github.com/dhis2/analytics/commit/4d45abb72b9b6c3e2d82e54a3a05abe0fd8b87b7))
215
-
216
- ## [24.9.2](https://github.com/dhis2/analytics/compare/v24.9.1...v24.9.2) (2023-03-14)
217
-
218
-
219
- ### Bug Fixes
220
-
221
- * deduplicate yarn.lock ([#1450](https://github.com/dhis2/analytics/issues/1450)) ([85781ef](https://github.com/dhis2/analytics/commit/85781efeb3f347eabb70ff0db327f888dfcb3da3))
222
- * prevent wrong URL with duplicated path parts DHIS2-14789 ([#1449](https://github.com/dhis2/analytics/issues/1449)) ([7c5c2a6](https://github.com/dhis2/analytics/commit/7c5c2a6870f14f9a18c155ee7f7817a3055b6205))
223
- * use connection status to handle local offline conditions ([#1443](https://github.com/dhis2/analytics/issues/1443)) ([df4bb97](https://github.com/dhis2/analytics/commit/df4bb97f52d9bc03555621beadfe929721500e31))
224
-
225
- ## [24.9.1](https://github.com/dhis2/analytics/compare/v24.9.0...v24.9.1) (2023-03-10)
226
-
227
-
228
- ### Bug Fixes
229
-
230
- * spacing in Rename and SaveAs dialogs ([#1447](https://github.com/dhis2/analytics/issues/1447)) ([35e1872](https://github.com/dhis2/analytics/commit/35e18724ff88a09d13deedb54e897ad2506c4f08))
231
-
232
- # [24.9.0](https://github.com/dhis2/analytics/compare/v24.8.0...v24.9.0) (2023-02-24)
233
-
234
-
235
- ### Features
236
-
237
- * merge multi-calendar support from alpha to master ([#1434](https://github.com/dhis2/analytics/issues/1434)) ([3cdac8f](https://github.com/dhis2/analytics/commit/3cdac8fdefc7a15a3fef0940183ca92f03b0f57c))
238
-
239
- # [24.9.0-alpha.1](https://github.com/dhis2/analytics/compare/v24.8.0...v24.9.0-alpha.1) (2023-02-23)
240
-
241
-
242
- ### Bug Fixes
243
-
244
- * bump multi-calendar-dates to avoid jest config change ([3e5892a](https://github.com/dhis2/analytics/commit/3e5892aa88a087dde3405a518625f4c6e637d17e))
245
- * ensure date falls back to year if no eraYear present ([2a197d5](https://github.com/dhis2/analytics/commit/2a197d57be8ac2af6dbe331dd8f11ab9069afa5d))
246
-
247
-
248
- ### Features
249
-
250
- * localise fixed periods according to user settings ([c640c90](https://github.com/dhis2/analytics/commit/c640c90ce2d1944a14706507284af43c7480fa2a))
251
- * use multi-calendar-dates library to generate fixed periods ([acc3801](https://github.com/dhis2/analytics/commit/acc380156092f888cfa55f70b4bade1c6516d034))
252
-
253
- # [24.5.0-alpha.3](https://github.com/dhis2/analytics/compare/v24.5.0-alpha.2...v24.5.0-alpha.3) (2023-02-23)
254
-
255
-
256
- ### Features
257
-
258
- * localise fixed periods according to user settings ([c640c90](https://github.com/dhis2/analytics/commit/c640c90ce2d1944a14706507284af43c7480fa2a))
259
-
260
- # [24.5.0-alpha.2](https://github.com/dhis2/analytics/compare/v24.5.0-alpha.1...v24.5.0-alpha.2) (2023-02-14)
261
-
262
-
263
- ### Bug Fixes
264
-
265
- * bump multi-calendar-dates to avoid jest config change ([3e5892a](https://github.com/dhis2/analytics/commit/3e5892aa88a087dde3405a518625f4c6e637d17e))
266
-
267
- # [24.5.0-alpha.1](https://github.com/dhis2/analytics/compare/v24.4.2...v24.5.0-alpha.1) (2023-02-07)
268
-
269
-
270
- ### Bug Fixes
271
-
272
- * ensure date falls back to year if no eraYear present ([2a197d5](https://github.com/dhis2/analytics/commit/2a197d57be8ac2af6dbe331dd8f11ab9069afa5d))
273
-
274
- # [24.8.0](https://github.com/dhis2/analytics/compare/v24.7.0...v24.8.0) (2023-02-16)
275
-
276
-
277
- * add prop for controlling user org unit selector DHIS2-14744 ([#1430](https://github.com/dhis2/analytics/issues/1430)) ([02d3057](https://github.com/dhis2/analytics/commit/02d3057c7c090e293ba7c3057720f491e71457ec))
278
-
279
- # [24.7.0](https://github.com/dhis2/analytics/compare/v24.6.0...v24.7.0) (2023-02-15)
280
-
281
-
282
- ### Features
283
-
284
- * new props for customising OrgUnitDimension DHIS2-14744 ([#1427](https://github.com/dhis2/analytics/issues/1427)) ([ae2f886](https://github.com/dhis2/analytics/commit/ae2f886167a487271bf42c2f4c694e45ea4b25b3))
285
-
286
- # [24.6.0](https://github.com/dhis2/analytics/compare/v24.5.0...v24.6.0) (2023-02-13)
287
-
288
-
289
- ### Features
290
-
291
- * single value background color change based upon legend (DHIS2-13702) ([#1402](https://github.com/dhis2/analytics/issues/1402)) ([ad437c6](https://github.com/dhis2/analytics/commit/ad437c6a1fcbcb71cee7b6945c6bc83ed2bc3bb3))
292
-
293
- # [24.5.0](https://github.com/dhis2/analytics/compare/v24.4.2...v24.5.0) (2023-02-06)
294
-
295
-
296
- ### Features
297
-
298
- * [reverted] use multi-calendar-dates library to generate fixed periods ([acc3801](https://github.com/dhis2/analytics/commit/acc380156092f888cfa55f70b4bade1c6516d034)). This work was added to "next" release channel, but was reverted afterwards because of the restrictions "next" channel puts on what can be released from master afterwards. It will be added to "alpha" channel instead until it's ready for the main channel.
299
-
300
- ## [24.4.2](https://github.com/dhis2/analytics/compare/v24.4.1...v24.4.2) (2023-01-25)
301
-
302
-
303
- ### Bug Fixes
304
-
305
- * use page number from response ([#1413](https://github.com/dhis2/analytics/issues/1413)) ([b5523bf](https://github.com/dhis2/analytics/commit/b5523bf9701198645a7029ea48e568ab7d4859c5))
306
-
307
- ## [24.4.1](https://github.com/dhis2/analytics/compare/v24.4.0...v24.4.1) (2023-01-13)
308
-
309
-
310
- ### Bug Fixes
311
-
312
- * make icon prop not required ([#1410](https://github.com/dhis2/analytics/issues/1410)) ([169976c](https://github.com/dhis2/analytics/commit/169976cdde28880785ff836f2e0acba263e7bb53))
313
-
314
- # [24.4.0](https://github.com/dhis2/analytics/compare/v24.3.14...v24.4.0) (2023-01-03)
315
-
316
-
317
- ### Features
318
-
319
- * enable legends for stacked column/bar ([#1388](https://github.com/dhis2/analytics/issues/1388)) ([667db6a](https://github.com/dhis2/analytics/commit/667db6a04072911f8c3923dbfc33b7baecb955e2))
320
-
321
- ## [24.3.14](https://github.com/dhis2/analytics/compare/v24.3.13...v24.3.14) (2023-01-02)
322
-
323
-
324
- ### Bug Fixes
325
-
326
- * remove required prop from save as dialog ([#1406](https://github.com/dhis2/analytics/issues/1406)) ([f7972b5](https://github.com/dhis2/analytics/commit/f7972b5b3f56fd02a5baa3f32070b4938b81d0cc))
327
-
328
- ## [24.3.13](https://github.com/dhis2/analytics/compare/v24.3.12...v24.3.13) (2022-12-29)
329
-
330
-
331
- ### Bug Fixes
332
-
333
- * prevent escaping old name on save as ([#1405](https://github.com/dhis2/analytics/issues/1405)) ([639dc45](https://github.com/dhis2/analytics/commit/639dc45001d0d8b9a0784ffefc96bdbc45271ae3))
334
-
335
- ## [24.3.12](https://github.com/dhis2/analytics/compare/v24.3.11...v24.3.12) (2022-12-22)
336
-
337
-
338
- ### Bug Fixes
339
-
340
- * typo in dataTest ([#1404](https://github.com/dhis2/analytics/issues/1404)) ([55a94ca](https://github.com/dhis2/analytics/commit/55a94cabbb11e5ed91f59c55ebee3053f83e7fa7))
341
-
342
- ## [24.3.11](https://github.com/dhis2/analytics/compare/v24.3.10...v24.3.11) (2022-12-21)
343
-
344
-
345
- ### Bug Fixes
346
-
347
- * do not pass translation object when value is empty ([#1401](https://github.com/dhis2/analytics/issues/1401)) ([03c6a2e](https://github.com/dhis2/analytics/commit/03c6a2ee98b437fed2a44233e4a750d17bd3c5af))
348
-
349
- ## [24.3.10](https://github.com/dhis2/analytics/compare/v24.3.9...v24.3.10) (2022-12-02)
350
-
351
-
352
- ### Bug Fixes
353
-
354
- * items in sidebar not clickable full width (DHIS2-6626) ([#1390](https://github.com/dhis2/analytics/issues/1390)) ([4b7cff4](https://github.com/dhis2/analytics/commit/4b7cff4a182ae3f44fada600337ba477a2656ed5))
355
-
356
- ## [24.3.9](https://github.com/dhis2/analytics/compare/v24.3.8...v24.3.9) (2022-12-01)
357
-
358
-
359
- ### Bug Fixes
360
-
361
- * **translations:** sync translations from transifex (master) ([a6d4648](https://github.com/dhis2/analytics/commit/a6d4648267a7ca69a7b4702c0fa07cf9f7ff8c2a))
362
-
363
- ## [24.3.8](https://github.com/dhis2/analytics/compare/v24.3.7...v24.3.8) (2022-11-29)
364
-
365
-
366
- ### Bug Fixes
367
-
368
- * **translations:** sync translations from transifex (master) ([ade41a1](https://github.com/dhis2/analytics/commit/ade41a150e728f9ac80b74d90123a5dfed29b088))
369
-
370
- ## [24.3.7](https://github.com/dhis2/analytics/compare/v24.3.6...v24.3.7) (2022-11-24)
371
-
372
-
373
- ### Bug Fixes
374
-
375
- * **translations:** sync translations from transifex (master) ([4838a17](https://github.com/dhis2/analytics/commit/4838a1714a33a7fd06d12681b578701d6a735fd3))
376
-
377
- ## [24.3.6](https://github.com/dhis2/analytics/compare/v24.3.5...v24.3.6) (2022-11-22)
378
-
379
-
380
- ### Bug Fixes
381
-
382
- * **OpenFileDialog:** use case insensitive sorting on displayName (DHIS2-13554) ([#1384](https://github.com/dhis2/analytics/issues/1384)) ([e8348f7](https://github.com/dhis2/analytics/commit/e8348f7fe4b9a9d6349eddf9c86b11b5939564a2))
383
-
384
- ## [24.3.5](https://github.com/dhis2/analytics/compare/v24.3.4...v24.3.5) (2022-11-17)
385
-
386
-
387
- ### Bug Fixes
388
-
389
- * avoid canceled request error ([#1379](https://github.com/dhis2/analytics/issues/1379)) ([6cbe4f4](https://github.com/dhis2/analytics/commit/6cbe4f4a1bae190a18c27a16d00b0a7e84ab95e9))
390
-
391
- ## [24.3.4](https://github.com/dhis2/analytics/compare/v24.3.3...v24.3.4) (2022-11-16)
392
-
393
-
394
- ### Bug Fixes
395
-
396
- * **translations:** sync translations from transifex (master) ([f09cc94](https://github.com/dhis2/analytics/commit/f09cc94f6e04ce04ac0192de402da42960c13af5))
397
-
398
- ## [24.3.3](https://github.com/dhis2/analytics/compare/v24.3.2...v24.3.3) (2022-11-11)
399
-
400
-
401
- ### Bug Fixes
402
-
403
- * require onSaveAs function to enable save as in file menu (DHIS2-14087) ([#1372](https://github.com/dhis2/analytics/issues/1372)) ([11c9dca](https://github.com/dhis2/analytics/commit/11c9dca19d8e605cec7f9fa40268e2d324506a93))
404
-
405
- ## [24.3.2](https://github.com/dhis2/analytics/compare/v24.3.1...v24.3.2) (2022-11-01)
406
-
407
-
408
- ### Bug Fixes
409
-
410
- * pass required prop to plugin used in interpretation modal ([#1361](https://github.com/dhis2/analytics/issues/1361)) ([82d6c38](https://github.com/dhis2/analytics/commit/82d6c3877bbb3497ea22e3b01d2f1ac37ed67742))
411
-
412
- ## [24.3.1](https://github.com/dhis2/analytics/compare/v24.3.0...v24.3.1) (2022-10-28)
413
-
414
-
415
- ### Bug Fixes
416
-
417
- * **translations:** sync translations from transifex (master) ([d2ac67c](https://github.com/dhis2/analytics/commit/d2ac67c332fcd21e66425a77ae8bd7bd859f2f1a))
418
-
419
- # [24.3.0](https://github.com/dhis2/analytics/compare/v24.2.7...v24.3.0) (2022-10-17)
420
-
421
-
422
- ### Features
423
-
424
- * export VALUE_TYPE_AGE ([#1360](https://github.com/dhis2/analytics/issues/1360)) ([200cc0b](https://github.com/dhis2/analytics/commit/200cc0b9736cdebfec95e1701fd5f23d7fe312a6))
425
-
426
- ## [24.2.7](https://github.com/dhis2/analytics/compare/v24.2.6...v24.2.7) (2022-10-14)
427
-
428
-
429
- ### Bug Fixes
430
-
431
- * parse markdown in description DHIS2-13911 ([#1358](https://github.com/dhis2/analytics/issues/1358)) ([1606319](https://github.com/dhis2/analytics/commit/16063192c747fbf67e6b5f9fadcd3b1d19f00ef0))
432
-
433
- ## [24.2.6](https://github.com/dhis2/analytics/compare/v24.2.5...v24.2.6) (2022-10-11)
434
-
435
-
436
- ### Bug Fixes
437
-
438
- * **translations:** sync translations from transifex (master) ([244b7c0](https://github.com/dhis2/analytics/commit/244b7c0ff907f58f8145f5d9c24297d59d334841))
439
-
440
- ## [24.2.5](https://github.com/dhis2/analytics/compare/v24.2.4...v24.2.5) (2022-10-10)
441
-
442
-
443
- ### Bug Fixes
444
-
445
- * use styled-jsx instead of css module ([#1352](https://github.com/dhis2/analytics/issues/1352)) ([df8ad6c](https://github.com/dhis2/analytics/commit/df8ad6c78129f9dc4249472912cf5a235c26346c))
446
-
447
- ## [24.2.4](https://github.com/dhis2/analytics/compare/v24.2.3...v24.2.4) (2022-10-07)
448
-
449
-
450
- ### Bug Fixes
451
-
452
- * **translations:** sync translations from transifex (master) ([f01855f](https://github.com/dhis2/analytics/commit/f01855fec8d91bbb59af90bbd0ac49b604e2d449))
453
-
454
- ## [24.2.3](https://github.com/dhis2/analytics/compare/v24.2.2...v24.2.3) (2022-10-02)
455
-
456
-
457
- ### Bug Fixes
458
-
459
- * **translations:** sync translations from transifex (master) ([d25d409](https://github.com/dhis2/analytics/commit/d25d4095023aa142f0099a02e0aeb09f8abb1c6c))
460
-
461
- ## [24.2.2](https://github.com/dhis2/analytics/compare/v24.2.1...v24.2.2) (2022-10-01)
462
-
463
-
464
- ### Bug Fixes
465
-
466
- * **translations:** sync translations from transifex (master) ([c120dab](https://github.com/dhis2/analytics/commit/c120dabc143605be09f8225b9a43708b670c3bd6))
467
-
468
- ## [24.2.1](https://github.com/dhis2/analytics/compare/v24.2.0...v24.2.1) (2022-09-30)
469
-
470
-
471
- ### Bug Fixes
472
-
473
- * **translations:** sync translations from transifex (master) ([aa49d9f](https://github.com/dhis2/analytics/commit/aa49d9fff115b2676f09cc61396a12d5265952a0))
474
-
475
- # [24.2.0](https://github.com/dhis2/analytics/compare/v24.1.1...v24.2.0) (2022-09-29)
476
-
477
-
478
- ### Features
479
-
480
- * export TranslationDialog component ([#1342](https://github.com/dhis2/analytics/issues/1342)) ([4cf833f](https://github.com/dhis2/analytics/commit/4cf833f49284ad9ddfcd966ee79760aacb5a3d3e))
481
-
482
- ## [24.1.1](https://github.com/dhis2/analytics/compare/v24.1.0...v24.1.1) (2022-09-15)
483
-
484
-
485
- ### Bug Fixes
486
-
487
- * **translations:** sync translations from transifex (master) ([0425bed](https://github.com/dhis2/analytics/commit/0425bedd5bc9022341eb36e5fd347f10c7f5fe7f))
488
-
489
- # [24.1.0](https://github.com/dhis2/analytics/compare/v24.0.9...v24.1.0) (2022-09-12)
490
-
491
-
492
- ### Features
493
-
494
- * add renderId prop in AboutAO and Interpretation units ([#1337](https://github.com/dhis2/analytics/issues/1337)) ([91618c3](https://github.com/dhis2/analytics/commit/91618c35d56d33a080aea44169e48d71176ee739))
495
-
496
- ## [24.0.9](https://github.com/dhis2/analytics/compare/v24.0.8...v24.0.9) (2022-09-08)
497
-
498
-
499
- ### Bug Fixes
500
-
501
- * enable onShare callback and allow refresh AboutAOUnit (DHIS2-13667) ([#1332](https://github.com/dhis2/analytics/issues/1332)) ([80c2819](https://github.com/dhis2/analytics/commit/80c2819c62773947d7a3a2c3daa643f563e75880))
502
-
503
- ## [24.0.8](https://github.com/dhis2/analytics/compare/v24.0.7...v24.0.8) (2022-09-06)
504
-
505
-
506
- ### Bug Fixes
507
-
508
- * prevent empty values from displaying a legend color ([#1335](https://github.com/dhis2/analytics/issues/1335)) ([5b6567e](https://github.com/dhis2/analytics/commit/5b6567e75ea1d5252f314108998ff24f181f182b))
509
-
510
- ## [24.0.7](https://github.com/dhis2/analytics/compare/v24.0.6...v24.0.7) (2022-08-27)
511
-
512
-
513
- ### Bug Fixes
514
-
515
- * **translations:** sync translations from transifex (master) ([3246bf2](https://github.com/dhis2/analytics/commit/3246bf2b5eba3ea94b43fcd0dc6d6de4e7b60e46))
516
-
517
- ## [24.0.6](https://github.com/dhis2/analytics/compare/v24.0.5...v24.0.6) (2022-08-26)
518
-
519
-
520
- ### Bug Fixes
521
-
522
- * change default value for Save as (DHIS2-13328) ([#1325](https://github.com/dhis2/analytics/issues/1325)) ([1957c51](https://github.com/dhis2/analytics/commit/1957c519a47998f3ae637836861a88dac0ec5110))
523
-
524
- ## [24.0.5](https://github.com/dhis2/analytics/compare/v24.0.4...v24.0.5) (2022-08-26)
525
-
526
-
527
- ### Bug Fixes
528
-
529
- * **translations:** sync translations from transifex (master) ([fd8b5e3](https://github.com/dhis2/analytics/commit/fd8b5e3fd9f055abca80d4ccd92993ef87294d8b))
530
-
531
- ## [24.0.4](https://github.com/dhis2/analytics/compare/v24.0.3...v24.0.4) (2022-08-25)
532
-
533
-
534
- ### Bug Fixes
535
-
536
- * bump ui to latest ([#1327](https://github.com/dhis2/analytics/issues/1327)) ([ae41b8e](https://github.com/dhis2/analytics/commit/ae41b8e38426e5cd6399bb2c2eab72cfd22dbab5))
537
-
538
- ## [24.0.3](https://github.com/dhis2/analytics/compare/v24.0.2...v24.0.3) (2022-08-24)
539
-
540
-
541
- ### Bug Fixes
542
-
543
- * **translations:** sync translations from transifex (master) ([ed55dcc](https://github.com/dhis2/analytics/commit/ed55dccf8332d3e9400b766719233a8345a19548))
544
-
545
- ## [24.0.2](https://github.com/dhis2/analytics/compare/v24.0.1...v24.0.2) (2022-08-23)
546
-
547
-
548
- ### Bug Fixes
549
-
550
- * various fixes in InterpretationModal for maps LIBS-341 ([#1324](https://github.com/dhis2/analytics/issues/1324)) ([be1f462](https://github.com/dhis2/analytics/commit/be1f46297f055978de6cf3d7acae21c8f1fe1491))
551
-
552
- ## [24.0.1](https://github.com/dhis2/analytics/compare/v24.0.0...v24.0.1) (2022-08-23)
553
-
554
-
555
- ### Bug Fixes
556
-
557
- * **translations:** sync translations from transifex (master) ([f7ec5e7](https://github.com/dhis2/analytics/commit/f7ec5e76f6448fdb241afbd876e8b6369c2bdf8f))
558
-
559
- # [24.0.0](https://github.com/dhis2/analytics/compare/v23.13.13...v24.0.0) (2022-08-22)
560
-
561
-
562
- ### Bug Fixes
563
-
564
- * add support for Maps app (LIBS-339) ([#1322](https://github.com/dhis2/analytics/issues/1322)) ([b92717d](https://github.com/dhis2/analytics/commit/b92717d941d7bdb15394cecd663fa7fa9b1a57f2))
565
-
566
-
567
- ### BREAKING CHANGES
568
-
569
- * the type prop changed from the plural version to the singular, this requires updating the apps that use the AboutAOUnit component.
570
-
571
- ## [23.13.13](https://github.com/dhis2/analytics/compare/v23.13.12...v23.13.13) (2022-08-22)
572
-
573
-
574
- ### Bug Fixes
575
-
576
- * **translations:** sync translations from transifex (master) ([ec34ef7](https://github.com/dhis2/analytics/commit/ec34ef755b02dead5661fa1997db4271812c8134))
577
-
578
- ## [23.13.12](https://github.com/dhis2/analytics/compare/v23.13.11...v23.13.12) (2022-08-20)
579
-
580
-
581
- ### Bug Fixes
582
-
583
- * **translations:** sync translations from transifex (master) ([2e23732](https://github.com/dhis2/analytics/commit/2e237327df8ab7d3aa2b1414329260fb55e07500))
584
-
585
- ## [23.13.11](https://github.com/dhis2/analytics/compare/v23.13.10...v23.13.11) (2022-08-19)
586
-
587
-
588
- ### Bug Fixes
589
-
590
- * **translations:** sync translations from transifex (master) ([fc4707b](https://github.com/dhis2/analytics/commit/fc4707b044dd9e8402a868e8b41cffe0c5a0c408))
591
-
592
- ## [23.13.10](https://github.com/dhis2/analytics/compare/v23.13.9...v23.13.10) (2022-08-18)
593
-
594
-
595
- ### Bug Fixes
596
-
597
- * **translations:** sync translations from transifex (master) ([6edaef1](https://github.com/dhis2/analytics/commit/6edaef1f71f851e09c4f143e4fef3c7ca0a03b91))
598
-
599
- ## [23.13.9](https://github.com/dhis2/analytics/compare/v23.13.8...v23.13.9) (2022-08-17)
600
-
601
-
602
- ### Bug Fixes
603
-
604
- * prepare interpretation components for Cypress testing ([#1305](https://github.com/dhis2/analytics/issues/1305)) ([538c7bc](https://github.com/dhis2/analytics/commit/538c7bc686725122634f1b5152661d43cd54cf3b))
605
-
606
- ## [23.13.8](https://github.com/dhis2/analytics/compare/v23.13.7...v23.13.8) (2022-08-17)
607
-
608
-
609
- ### Bug Fixes
610
-
611
- * **translations:** sync translations from transifex (master) ([aef4238](https://github.com/dhis2/analytics/commit/aef4238813779447374e67354d716b51fb01102b))
612
-
613
- ## [23.13.7](https://github.com/dhis2/analytics/compare/v23.13.6...v23.13.7) (2022-08-12)
614
-
615
-
616
- ### Bug Fixes
617
-
618
- * always display legend set name in legend key (DHIS2-75) ([#1306](https://github.com/dhis2/analytics/issues/1306)) ([57502ee](https://github.com/dhis2/analytics/commit/57502eebce5ccb52aca62c080708587c008da822))
619
-
620
- ## [23.13.6](https://github.com/dhis2/analytics/compare/v23.13.5...v23.13.6) (2022-08-12)
621
-
622
-
623
- ### Bug Fixes
624
-
625
- * **AboutUnit:** read sharing info from sharing object in AO ([#1299](https://github.com/dhis2/analytics/issues/1299)) ([d73a34f](https://github.com/dhis2/analytics/commit/d73a34f8f4b5498c9106cab7fb6f2a373be073b6))
626
-
627
- ## [23.13.5](https://github.com/dhis2/analytics/compare/v23.13.4...v23.13.5) (2022-08-08)
628
-
629
-
630
- ### Bug Fixes
631
-
632
- * avoid encoding when interpolating certain variables in i18n.t ([#1304](https://github.com/dhis2/analytics/issues/1304)) ([db83318](https://github.com/dhis2/analytics/commit/db8331800a5132dfe266b2f9a42c5c68bb7e9b6e))
633
-
634
- ## [23.13.4](https://github.com/dhis2/analytics/compare/v23.13.3...v23.13.4) (2022-08-05)
635
-
636
-
637
- ### Bug Fixes
638
-
639
- * request first page when sorting/filtering ([#1301](https://github.com/dhis2/analytics/issues/1301)) ([125e2af](https://github.com/dhis2/analytics/commit/125e2af84c19c81a9f8665d3e0cf2a88aaffdbda))
640
-
641
- ## [23.13.3](https://github.com/dhis2/analytics/compare/v23.13.2...v23.13.3) (2022-08-02)
642
-
643
-
644
- ### Bug Fixes
645
-
646
- * avoid ES2022 functions ([#1300](https://github.com/dhis2/analytics/issues/1300)) ([93ab848](https://github.com/dhis2/analytics/commit/93ab848e89e4c22a2d9ca20625287af892ef8d89))
647
-
648
- ## [23.13.2](https://github.com/dhis2/analytics/compare/v23.13.1...v23.13.2) (2022-08-01)
649
-
650
-
651
- ### Bug Fixes
652
-
653
- * highcharts legend when exporting (DHIS2-12719) ([#1279](https://github.com/dhis2/analytics/issues/1279)) ([5f62e20](https://github.com/dhis2/analytics/commit/5f62e2050a1ff7411308a32f87f3e427cdbb4bb4))
654
-
655
- ## [23.13.1](https://github.com/dhis2/analytics/compare/v23.13.0...v23.13.1) (2022-07-28)
656
-
657
-
658
- ### Bug Fixes
659
-
660
- * **translations:** sync translations from transifex (master) ([d3a1f4e](https://github.com/dhis2/analytics/commit/d3a1f4e861cf29e95f9615f3585e814d52aa837f))
661
-
662
- # [23.13.0](https://github.com/dhis2/analytics/compare/v23.12.5...v23.13.0) (2022-07-25)
663
-
664
-
665
- ### Features
666
-
667
- * search by tokens across identifiable properties (DHIS2-13475) ([c94c427](https://github.com/dhis2/analytics/commit/c94c4271492d390cd76cfb8c8d8104cbfab83e1d))
668
- * search by tokens across identifiable properties [DHIS2-13475] ([87db2f9](https://github.com/dhis2/analytics/commit/87db2f91f7aa5b2665038324d5b779e2f8267812))
669
-
670
- ## [23.12.5](https://github.com/dhis2/analytics/compare/v23.12.4...v23.12.5) (2022-06-24)
671
-
672
-
673
- ### Bug Fixes
674
-
675
- * force the modal content flex item to shrink past its content's width ([#1282](https://github.com/dhis2/analytics/issues/1282)) ([88d6934](https://github.com/dhis2/analytics/commit/88d69342677732206fdc17684ba3f5bd119d85dd))
676
-
677
- ## [23.12.4](https://github.com/dhis2/analytics/compare/v23.12.3...v23.12.4) (2022-06-20)
678
-
679
-
680
- ### Bug Fixes
681
-
682
- * **translations:** sync translations from transifex (master) ([80b79f5](https://github.com/dhis2/analytics/commit/80b79f5737cfffb61d5c9a4758d8aaa3ab2f93e1))
683
-
684
- ## [23.12.3](https://github.com/dhis2/analytics/compare/v23.12.2...v23.12.3) (2022-06-19)
685
-
686
-
687
- ### Bug Fixes
688
-
689
- * **translations:** sync translations from transifex (master) ([6b6092b](https://github.com/dhis2/analytics/commit/6b6092ba16357a64d3fb33471a650525b9c06d08))
690
-
691
- ## [23.12.2](https://github.com/dhis2/analytics/compare/v23.12.1...v23.12.2) (2022-06-17)
692
-
693
-
694
- ### Bug Fixes
695
-
696
- * **translations:** sync translations from transifex (master) ([5ff4451](https://github.com/dhis2/analytics/commit/5ff44512a873a342dad6cea3418c4f2758cbc3d8))
697
-
698
- ## [23.12.1](https://github.com/dhis2/analytics/compare/v23.12.0...v23.12.1) (2022-06-16)
699
-
700
-
701
- ### Bug Fixes
702
-
703
- * **translations:** sync translations from transifex (master) ([919196f](https://github.com/dhis2/analytics/commit/919196f882e6b178c1eb654280a721992f822b19))
704
-
705
- # [23.12.0](https://github.com/dhis2/analytics/compare/v23.11.1...v23.12.0) (2022-06-15)
706
-
707
-
708
- ### Features
709
-
710
- * implement new interpretations components ([#1250](https://github.com/dhis2/analytics/issues/1250)) ([76b223b](https://github.com/dhis2/analytics/commit/76b223b9a3514e0e110cd090bc3ede42056634e8))
711
-
712
- ## [23.11.1](https://github.com/dhis2/analytics/compare/v23.11.0...v23.11.1) (2022-06-09)
713
-
714
-
715
- ### Bug Fixes
716
-
717
- * **translations:** sync translations from transifex (master) ([f5e770a](https://github.com/dhis2/analytics/commit/f5e770a9757d775c886d9d8a8ab51ebc7c206e7d))
718
-
719
- # [23.11.0](https://github.com/dhis2/analytics/compare/v23.10.4...v23.11.0) (2022-06-03)
720
-
721
-
722
- ### Features
723
-
724
- * export getColorByValueFromLegendSet ([#1249](https://github.com/dhis2/analytics/issues/1249)) ([6ce534d](https://github.com/dhis2/analytics/commit/6ce534d1d63d8aeac6ea44e7742681c10f57d709))
725
-
726
- ## [23.10.4](https://github.com/dhis2/analytics/compare/v23.10.3...v23.10.4) (2022-05-31)
727
-
728
-
729
- ### Bug Fixes
730
-
731
- * **translations:** sync translations from transifex (master) ([d09d69d](https://github.com/dhis2/analytics/commit/d09d69dd22984f3bbb4a2de4390eb61e4f867f35))
732
-
733
- ## [23.10.3](https://github.com/dhis2/analytics/compare/v23.10.2...v23.10.3) (2022-05-27)
734
-
735
-
736
- ### Bug Fixes
737
-
738
- * **translations:** sync translations from transifex (master) ([21c1d9f](https://github.com/dhis2/analytics/commit/21c1d9f788e2110a228ac04dbe755519c6f10fb1))
739
-
740
- ## [23.10.2](https://github.com/dhis2/analytics/compare/v23.10.1...v23.10.2) (2022-05-26)
741
-
742
-
743
- ### Bug Fixes
744
-
745
- * **translations:** sync translations from transifex (master) ([b052fd0](https://github.com/dhis2/analytics/commit/b052fd09baa5ee71fa250a8044999bcb565c2730))
746
-
747
- ## [23.10.1](https://github.com/dhis2/analytics/compare/v23.10.0...v23.10.1) (2022-05-24)
748
-
749
-
750
- ### Bug Fixes
751
-
752
- * export color set consts ([#1248](https://github.com/dhis2/analytics/issues/1248)) ([2f9b920](https://github.com/dhis2/analytics/commit/2f9b9205dcc8e36788fcf22e7356b5d1eb360f06))
753
-
754
- # [23.10.0](https://github.com/dhis2/analytics/compare/v23.9.1...v23.10.0) (2022-05-24)
755
-
756
-
757
- ### Features
758
-
759
- * add basic and extended color sets ([#1242](https://github.com/dhis2/analytics/issues/1242)) ([a856a11](https://github.com/dhis2/analytics/commit/a856a115aeaedc8da0a0fc137ca11e4b7cd8af4a))
760
-
761
- ## [23.9.1](https://github.com/dhis2/analytics/compare/v23.9.0...v23.9.1) (2022-05-24)
762
-
763
-
764
- ### Bug Fixes
765
-
766
- * **translations:** sync translations from transifex (master) ([5c25b7d](https://github.com/dhis2/analytics/commit/5c25b7d6f9431bdf578cb896864183a722ca17df))
767
-
768
- # [23.9.0](https://github.com/dhis2/analytics/compare/v23.8.8...v23.9.0) (2022-05-20)
769
-
770
-
771
- ### Features
772
-
773
- * export WEEKS_THIS_YEAR constant DHIS2-12580 ([#1238](https://github.com/dhis2/analytics/issues/1238)) ([2896cdb](https://github.com/dhis2/analytics/commit/2896cdb908252f3276dfa893e71c20fac1ad1ae4))
774
-
775
- ## [23.8.8](https://github.com/dhis2/analytics/compare/v23.8.7...v23.8.8) (2022-05-19)
776
-
777
-
778
- ### Bug Fixes
779
-
780
- * **translations:** sync translations from transifex (master) ([7aab336](https://github.com/dhis2/analytics/commit/7aab3369a4518f211fb140b4d32f1b5d422536dc))
781
-
782
- ## [23.8.7](https://github.com/dhis2/analytics/compare/v23.8.6...v23.8.7) (2022-05-17)
783
-
784
-
785
- ### Bug Fixes
786
-
787
- * **translations:** sync translations from transifex (master) ([cfd547f](https://github.com/dhis2/analytics/commit/cfd547f1f08683a88b189c2f894f359d7df4c4a3))
788
-
789
- ## [23.8.6](https://github.com/dhis2/analytics/compare/v23.8.5...v23.8.6) (2022-05-16)
790
-
791
-
792
- ### Bug Fixes
793
-
794
- * bump ui and styled-jsx ([#1231](https://github.com/dhis2/analytics/issues/1231)) ([71095af](https://github.com/dhis2/analytics/commit/71095af53cc0d297489c66d365bee5fb7e00d6f8))
795
- * org unit name with lower case u ([#1230](https://github.com/dhis2/analytics/issues/1230)) (TECH-1182) ([8d76db4](https://github.com/dhis2/analytics/commit/8d76db46756cf1e9223d3dcd2901a19fe9ffb50d))
796
- * **translations:** sync translations from transifex (master) ([37eb848](https://github.com/dhis2/analytics/commit/37eb84883add04ae98381f98582410de4cd83816))
797
-
798
- ## [23.8.5](https://github.com/dhis2/analytics/compare/v23.8.4...v23.8.5) (2022-05-09)
799
-
800
-
801
- ### Bug Fixes
802
-
803
- * fix cursor in AboutUnit component's header TECH-1172 ([#1218](https://github.com/dhis2/analytics/issues/1218)) ([e8bd409](https://github.com/dhis2/analytics/commit/e8bd40970b3ae64a9518ab6f6b6d6e932f02eb24))
804
-
805
- ## [23.8.4](https://github.com/dhis2/analytics/compare/v23.8.3...v23.8.4) (2022-05-09)
806
-
807
-
808
- ### Bug Fixes
809
-
810
- * **FileMenu:** use larger lateral padding for File button TECH-1145 ([#1220](https://github.com/dhis2/analytics/issues/1220)) ([e853d62](https://github.com/dhis2/analytics/commit/e853d627244766153d8955a1e9711379afde6015))
811
-
812
- ## [23.8.3](https://github.com/dhis2/analytics/compare/v23.8.2...v23.8.3) (2022-05-09)
813
-
814
-
815
- ### Bug Fixes
816
-
817
- * add digit group separator to all numeric types in table cells ([#1219](https://github.com/dhis2/analytics/issues/1219)) ([6b8ec2a](https://github.com/dhis2/analytics/commit/6b8ec2a1ae72fdca18c7df5615e206de1fdf9666))
818
-
819
- ## [23.8.2](https://github.com/dhis2/analytics/compare/v23.8.1...v23.8.2) (2022-05-05)
820
-
821
-
822
- ### Bug Fixes
823
-
824
- * remove min-width on File button TECH-1145 ([#1215](https://github.com/dhis2/analytics/issues/1215)) ([3a8f427](https://github.com/dhis2/analytics/commit/3a8f42777cdad2f6ec3c7c48a3b9290989869467))
825
-
826
- ## [23.8.1](https://github.com/dhis2/analytics/compare/v23.8.0...v23.8.1) (2022-05-05)
827
-
828
-
829
- ### Bug Fixes
830
-
831
- * dimension types ([#1217](https://github.com/dhis2/analytics/issues/1217)) ([96231fc](https://github.com/dhis2/analytics/commit/96231fcfe348117b39d2f084c35731b05038da98))
832
-
833
- # [23.8.0](https://github.com/dhis2/analytics/compare/v23.7.10...v23.8.0) (2022-05-04)
834
-
835
-
836
- ### Features
837
-
838
- * export constants for all value types ([#1216](https://github.com/dhis2/analytics/issues/1216)) ([d637002](https://github.com/dhis2/analytics/commit/d6370026ba653096f0781478c255b931925823c8))
839
-
840
- ## [23.7.10](https://github.com/dhis2/analytics/compare/v23.7.9...v23.7.10) (2022-04-28)
841
-
842
-
843
- ### Bug Fixes
844
-
845
- * set repetition in filter ([#1212](https://github.com/dhis2/analytics/issues/1212)) ([8510cba](https://github.com/dhis2/analytics/commit/8510cbaa68eac3902215d6db8508478b046d59b2))
846
-
847
- ## [23.7.9](https://github.com/dhis2/analytics/compare/v23.7.8...v23.7.9) (2022-04-26)
848
-
849
-
850
- ### Bug Fixes
851
-
852
- * simplify code and fix double path issue DHIS2-12940 ([#1206](https://github.com/dhis2/analytics/issues/1206)) ([2097119](https://github.com/dhis2/analytics/commit/2097119c858790cb6f40e43abaeab1c2867ad578))
853
-
854
- ## [23.7.8](https://github.com/dhis2/analytics/compare/v23.7.7...v23.7.8) (2022-04-22)
855
-
856
-
857
- ### Bug Fixes
858
-
859
- * **translations:** sync translations from transifex (master) ([f399dd7](https://github.com/dhis2/analytics/commit/f399dd7e484acf18f83317770a9dce2ca88046e3))
860
-
861
- ## [23.7.7](https://github.com/dhis2/analytics/compare/v23.7.6...v23.7.7) (2022-04-19)
862
-
863
-
864
- ### Bug Fixes
865
-
866
- * **translations:** sync translations from transifex (master) ([6ac9b11](https://github.com/dhis2/analytics/commit/6ac9b11e14bd8c2c597412e9d40f59ab053111cd))
867
-
868
- ## [23.7.6](https://github.com/dhis2/analytics/compare/v23.7.5...v23.7.6) (2022-04-12)
869
-
870
-
871
- ### Bug Fixes
872
-
873
- * **FileMenu:** max size on name field TECH-1079 ([#1202](https://github.com/dhis2/analytics/issues/1202)) ([0fb535f](https://github.com/dhis2/analytics/commit/0fb535f5da3bc5d63394d5c877dcda6117b20284))
874
-
875
- ## [23.7.5](https://github.com/dhis2/analytics/compare/v23.7.4...v23.7.5) (2022-04-06)
876
-
877
-
878
- ### Bug Fixes
879
-
880
- * filter on displayName to get objects in current language DHIS2-13015 ([#1199](https://github.com/dhis2/analytics/issues/1199)) ([00c9d77](https://github.com/dhis2/analytics/commit/00c9d77793e6c92b84c0859873b599153b2a17cc))
881
-
882
- ## [23.7.4](https://github.com/dhis2/analytics/compare/v23.7.3...v23.7.4) (2022-04-06)
883
-
884
-
885
- ### Bug Fixes
886
-
887
- * avoid dialog jumping when searching/paging TECH-1064 ([#1193](https://github.com/dhis2/analytics/issues/1193)) ([f06faa0](https://github.com/dhis2/analytics/commit/f06faa0d1fd8a7284d2a70cc6e17801ca303f300))
888
-
889
- ## [23.7.3](https://github.com/dhis2/analytics/compare/v23.7.2...v23.7.3) (2022-03-31)
890
-
891
-
892
- ### Bug Fixes
893
-
894
- * get stage id and filter string for filters just like for columns and rows([#1191](https://github.com/dhis2/analytics/issues/1191)) ([4550517](https://github.com/dhis2/analytics/commit/45505179f9c1bf359d900d05d22f267c356d72cf))
895
-
896
- ## [23.7.2](https://github.com/dhis2/analytics/compare/v23.7.1...v23.7.2) (2022-03-26)
897
-
898
-
899
- ### Bug Fixes
900
-
901
- * **translations:** sync translations from transifex (master) ([8b90433](https://github.com/dhis2/analytics/commit/8b90433d65124a1e79396bc15e399648e1a6edf9))
902
-
903
- ## [23.7.1](https://github.com/dhis2/analytics/compare/v23.7.0...v23.7.1) (2022-03-25)
904
-
905
-
906
- ### Bug Fixes
907
-
908
- * **translations:** sync translations from transifex (master) ([0e19350](https://github.com/dhis2/analytics/commit/0e19350932d76ae76e2c1c7d06931786ae8d6bbe))
909
-
910
- # [23.7.0](https://github.com/dhis2/analytics/compare/v23.6.7...v23.7.0) (2022-03-24)
911
-
912
-
913
- ### Features
914
-
915
- * **FileMenu:** use custom labels in dialog titles TECH-1035 ([#1173](https://github.com/dhis2/analytics/issues/1173)) ([4f02fdf](https://github.com/dhis2/analytics/commit/4f02fdf9d314f0705416442d39f50324d10552e4))
916
-
917
- ## [23.6.7](https://github.com/dhis2/analytics/compare/v23.6.6...v23.6.7) (2022-03-24)
918
-
919
-
920
- ### Bug Fixes
921
-
922
- * return the URL portion after origin as default TECH-1036 ([#1175](https://github.com/dhis2/analytics/issues/1175)) ([38607d9](https://github.com/dhis2/analytics/commit/38607d9716f45a8f47ae6003a2e9f90dd4d170a2))
923
-
924
- ## [23.6.6](https://github.com/dhis2/analytics/compare/v23.6.5...v23.6.6) (2022-03-19)
925
-
926
-
927
- ### Bug Fixes
928
-
929
- * **translations:** sync translations from transifex (master) ([5568e55](https://github.com/dhis2/analytics/commit/5568e55b1f8d6e2bd0ff0e1b748bbd3ef84d8b71))
930
-
931
- ## [23.6.5](https://github.com/dhis2/analytics/compare/v23.6.4...v23.6.5) (2022-03-18)
932
-
933
-
934
- ### Bug Fixes
935
-
936
- * **translations:** sync translations from transifex (master) ([5ece76b](https://github.com/dhis2/analytics/commit/5ece76b4394c69f7a3e5108cfbf93b9521c43a93))
937
-
938
- ## [23.6.4](https://github.com/dhis2/analytics/compare/v23.6.3...v23.6.4) (2022-03-17)
939
-
940
-
941
- ### Bug Fixes
942
-
943
- * **TranslationDialog:** remove warnings ([#1174](https://github.com/dhis2/analytics/issues/1174)) ([c7e778d](https://github.com/dhis2/analytics/commit/c7e778da4b9aa6f950b874bd6f61a4018a5c8f3f))
944
-
945
- ## [23.6.3](https://github.com/dhis2/analytics/compare/v23.6.2...v23.6.3) (2022-03-16)
946
-
947
-
948
- ### Bug Fixes
949
-
950
- * rename event visualization to line list ([#1176](https://github.com/dhis2/analytics/issues/1176)) ([057bdd0](https://github.com/dhis2/analytics/commit/057bdd0a27923de54e2a7294bef60f3613cdef50))
951
-
952
- ## [23.6.2](https://github.com/dhis2/analytics/compare/v23.6.1...v23.6.2) (2022-03-06)
953
-
954
-
955
- ### Bug Fixes
956
-
957
- * **translations:** sync translations from transifex (master) ([2bb2866](https://github.com/dhis2/analytics/commit/2bb2866b1c1a9a59a415f083319e35cbcc1b29ac))
958
-
959
- ## [23.6.1](https://github.com/dhis2/analytics/compare/v23.6.0...v23.6.1) (2022-03-05)
960
-
961
-
962
- ### Bug Fixes
963
-
964
- * add to layout button for line list (TECH-1021) ([#1168](https://github.com/dhis2/analytics/issues/1168)) ([036072c](https://github.com/dhis2/analytics/commit/036072c90933683b4eaef9ce2e358a5e0b284a1e))
965
-
966
- # [23.6.0](https://github.com/dhis2/analytics/compare/v23.5.2...v23.6.0) (2022-03-02)
967
-
968
-
969
- ### Features
970
-
971
- * disable Save button when onSave not passed (TECH-1013) ([#1167](https://github.com/dhis2/analytics/issues/1167)) ([fa87c8b](https://github.com/dhis2/analytics/commit/fa87c8b9ef3fe8e237e7d21423c81daf0ff6c817))
972
-
973
- ## [23.5.2](https://github.com/dhis2/analytics/compare/v23.5.1...v23.5.2) (2022-02-28)
974
-
975
-
976
- ### Bug Fixes
977
-
978
- * **translations:** sync translations from transifex (master) ([a4a1ecc](https://github.com/dhis2/analytics/commit/a4a1eccd9eb8a5ad317790d4899f6c769789fed5))
979
-
980
- ## [23.5.1](https://github.com/dhis2/analytics/compare/v23.5.0...v23.5.1) (2022-02-22)
981
-
982
-
983
- ### Bug Fixes
984
-
985
- * **translations:** sync translations from transifex (master) ([478c083](https://github.com/dhis2/analytics/commit/478c0839702cb144d2dc8c9e5f08499235aa87c4))
986
-
987
- # [23.5.0](https://github.com/dhis2/analytics/compare/v23.4.1...v23.5.0) (2022-02-21)
988
-
989
-
990
- ### Features
991
-
992
- * repeatable events (TECH-894) ([#1152](https://github.com/dhis2/analytics/issues/1152)) ([4c35dbb](https://github.com/dhis2/analytics/commit/4c35dbb16d426afaf70913d41f7640376a4ecbc9))
993
-
994
- ## [23.4.1](https://github.com/dhis2/analytics/compare/v23.4.0...v23.4.1) (2022-02-18)
995
-
996
-
997
- ### Bug Fixes
998
-
999
- * **translations:** sync translations from transifex (master) ([a7050f0](https://github.com/dhis2/analytics/commit/a7050f0fbbe71a7a292cd20ad8c8f185038bb214))
1000
-
1001
- # [23.4.0](https://github.com/dhis2/analytics/compare/v23.3.0...v23.4.0) (2022-02-17)
1002
-
1003
-
1004
- ### Features
1005
-
1006
- * program stage prefix in layout ([#1159](https://github.com/dhis2/analytics/issues/1159)) ([665b251](https://github.com/dhis2/analytics/commit/665b25180a3d718f03fa1bbca9f429bdfa3f728d))
1007
-
1008
- # [23.3.0](https://github.com/dhis2/analytics/compare/v23.2.3...v23.3.0) (2022-02-16)
1009
-
1010
-
1011
- ### Features
1012
-
1013
- * support programStage in dimension create ([#1158](https://github.com/dhis2/analytics/issues/1158)) ([304b822](https://github.com/dhis2/analytics/commit/304b8222ff0ec6ef55305348317b265cbc543449))
1014
-
1015
- ## [23.2.3](https://github.com/dhis2/analytics/compare/v23.2.2...v23.2.3) (2022-02-15)
1016
-
1017
-
1018
- ### Bug Fixes
1019
-
1020
- * **translations:** sync translations from transifex (master) ([d6ec5a8](https://github.com/dhis2/analytics/commit/d6ec5a8ee359fd3c21c887ca3ca175e509280a01))
1021
-
1022
- ## [23.2.2](https://github.com/dhis2/analytics/compare/v23.2.1...v23.2.2) (2022-02-11)
1023
-
1024
-
1025
- ### Bug Fixes
1026
-
1027
- * use stage id as prefix for dimensions in analytics request ([#1150](https://github.com/dhis2/analytics/issues/1150)) ([0a9253e](https://github.com/dhis2/analytics/commit/0a9253e0200a6bc93aa8499ad2c70e20dc09203d))
1028
-
1029
- ## [23.2.1](https://github.com/dhis2/analytics/compare/v23.2.0...v23.2.1) (2022-02-09)
1030
-
1031
-
1032
- ### Bug Fixes
1033
-
1034
- * export line list icon ([#1149](https://github.com/dhis2/analytics/issues/1149)) ([d65517a](https://github.com/dhis2/analytics/commit/d65517a8665efa389dc46da01abb086a0fb6a62a))
1035
-
1036
- # [23.2.0](https://github.com/dhis2/analytics/compare/v23.1.1...v23.2.0) (2022-02-08)
1037
-
1038
-
1039
- ### Features
1040
-
1041
- * add line list icon (TECH-970) ([#1147](https://github.com/dhis2/analytics/issues/1147)) ([7f730f4](https://github.com/dhis2/analytics/commit/7f730f4753d454bbee5c20d8e610cfb7c577a17a))
1042
-
1043
- ## [23.1.1](https://github.com/dhis2/analytics/compare/v23.1.0...v23.1.1) (2022-02-06)
1044
-
1045
-
1046
- ### Bug Fixes
1047
-
1048
- * **translations:** sync translations from transifex (master) ([92f1a2d](https://github.com/dhis2/analytics/commit/92f1a2d91f5552d3c9ffb9b3ee627cda5fc56570))
1049
-
1050
- # [23.1.0](https://github.com/dhis2/analytics/compare/v23.0.0...v23.1.0) (2022-02-03)
1051
-
1052
-
1053
- ### Features
1054
-
1055
- * export apiFetchItemsByDimension ([#1145](https://github.com/dhis2/analytics/issues/1145)) ([3e5957d](https://github.com/dhis2/analytics/commit/3e5957d20ceb5f997fcda8fca1663a6723fcfe0c))
1056
-
1057
- # [23.0.0](https://github.com/dhis2/analytics/compare/v22.0.1...v23.0.0) (2022-02-03)
1058
-
1059
-
1060
- ### Features
1061
-
1062
- * reworked the vis type filter in OpenFileDialog ([#1126](https://github.com/dhis2/analytics/issues/1126)) ([f63aed3](https://github.com/dhis2/analytics/commit/f63aed35bca69b94c8c73356e140a88f34a947e7))
1063
-
1064
-
1065
- ### BREAKING CHANGES
1066
-
1067
- * Apps that want the vis type filter enabled in the OpenFileDialog need to pass new props: filterVisTypes and defaultFilterVisType.
1068
-
1069
- ## [22.0.1](https://github.com/dhis2/analytics/compare/v22.0.0...v22.0.1) (2022-02-02)
1070
-
1071
-
1072
- ### Bug Fixes
1073
-
1074
- * **translations:** sync translations from transifex (master) ([7dae0e7](https://github.com/dhis2/analytics/commit/7dae0e75a5e0156f6a4fa58b99a7e134283a5816))
1075
-
1076
- # [22.0.0](https://github.com/dhis2/analytics/compare/v21.5.1...v22.0.0) (2022-02-01)
1077
-
1078
-
1079
- ### Features
1080
-
1081
- * remove d2 and implement a generic provider component and hook ([#1114](https://github.com/dhis2/analytics/issues/1114)) ([f76233b](https://github.com/dhis2/analytics/commit/f76233bf961d1bea5586e2cffeba8e4c5a8ee254))
1082
-
1083
-
1084
- ### BREAKING CHANGES
1085
-
1086
- * currentUser is a new prop required in FileMenu in place of d2.
1087
-
1088
- ## [21.5.1](https://github.com/dhis2/analytics/compare/v21.5.0...v21.5.1) (2022-01-27)
1089
-
1090
-
1091
- ### Bug Fixes
1092
-
1093
- * **translations:** sync translations from transifex (master) ([bf92db5](https://github.com/dhis2/analytics/commit/bf92db54fd0e36e93f11e5249be61531fdbb8eef))
1094
-
1095
- # [21.5.0](https://github.com/dhis2/analytics/compare/v21.4.2...v21.5.0) (2022-01-25)
1096
-
1097
-
1098
- ### Features
1099
-
1100
- * add line list rules ([f0b13c0](https://github.com/dhis2/analytics/commit/f0b13c034d2fa4dca63aeeeb6bf067642a5848b3))
1101
-
1102
- ## [21.4.2](https://github.com/dhis2/analytics/compare/v21.4.1...v21.4.2) (2022-01-22)
1103
-
1104
-
1105
- ### Bug Fixes
1106
-
1107
- * **translations:** sync translations from transifex (master) ([c977170](https://github.com/dhis2/analytics/commit/c9771709c49e7ff6d239ca9e133c10f8dc3bc06c))
1108
-
1109
- ## [21.4.1](https://github.com/dhis2/analytics/compare/v21.4.0...v21.4.1) (2022-01-21)
1110
-
1111
-
1112
- ### Bug Fixes
1113
-
1114
- * enable enrollments endpoint ([#1134](https://github.com/dhis2/analytics/issues/1134)) ([e4d5d7f](https://github.com/dhis2/analytics/commit/e4d5d7f453064215d013930dea61da7c95941946))
1115
-
1116
- # [21.4.0](https://github.com/dhis2/analytics/compare/v21.3.2...v21.4.0) (2022-01-20)
1117
-
1118
-
1119
- ### Features
1120
-
1121
- * add support for enrollments/query API request (TECH-697) ([#1074](https://github.com/dhis2/analytics/issues/1074)) ([0e48d42](https://github.com/dhis2/analytics/commit/0e48d42763b0c773d3f0093e778627e1afc7aeb6))
1122
-
1123
- ## [21.3.2](https://github.com/dhis2/analytics/compare/v21.3.1...v21.3.2) (2022-01-20)
1124
-
1125
-
1126
- ### Bug Fixes
1127
-
1128
- * event visualization endpoint ([#1133](https://github.com/dhis2/analytics/issues/1133)) ([cefd746](https://github.com/dhis2/analytics/commit/cefd746989f37d1ec8686731c7a7300c5f10624a))
1129
-
1130
- ## [21.3.1](https://github.com/dhis2/analytics/compare/v21.3.0...v21.3.1) (2022-01-20)
1131
-
1132
-
1133
- ### Bug Fixes
1134
-
1135
- * **translations:** sync translations from transifex (master) ([0fd64dc](https://github.com/dhis2/analytics/commit/0fd64dcec04bb484291c1ba33cb90604970d360c))
1136
-
1137
- # [21.3.0](https://github.com/dhis2/analytics/compare/v21.2.5...v21.3.0) (2022-01-17)
1138
-
1139
-
1140
- ### Features
1141
-
1142
- * add event visualization ao type ([#1130](https://github.com/dhis2/analytics/issues/1130)) ([61ea5b2](https://github.com/dhis2/analytics/commit/61ea5b275dba604a8479b8c9ca1cc71677aa13aa))
1143
-
1144
- ## [21.2.5](https://github.com/dhis2/analytics/compare/v21.2.4...v21.2.5) (2022-01-07)
1145
-
1146
-
1147
- ### Bug Fixes
1148
-
1149
- * **translations:** sync translations from transifex (master) ([43ad8ce](https://github.com/dhis2/analytics/commit/43ad8cee13542f0fe634ebaca4c614b232069d6e))
1150
-
1151
- ## [21.2.4](https://github.com/dhis2/analytics/compare/v21.2.3...v21.2.4) (2022-01-06)
1152
-
1153
-
1154
- ### Bug Fixes
1155
-
1156
- * **translations:** sync translations from transifex (master) ([271c764](https://github.com/dhis2/analytics/commit/271c76485718b71bd3d046be2cd8baa130dac01f))
1157
-
1158
- ## [21.2.3](https://github.com/dhis2/analytics/compare/v21.2.2...v21.2.3) (2022-01-05)
1159
-
1160
-
1161
- ### Bug Fixes
1162
-
1163
- * fetch translations for field labels from api ([#1119](https://github.com/dhis2/analytics/issues/1119)) ([e2fcacc](https://github.com/dhis2/analytics/commit/e2fcaccbd058a8e85a99e032f6341e7f15a83b94))
1164
-
1165
- ## [21.2.2](https://github.com/dhis2/analytics/compare/v21.2.1...v21.2.2) (2021-12-28)
1166
-
1167
-
1168
- ### Bug Fixes
1169
-
1170
- * **translations:** sync translations from transifex (master) ([2657706](https://github.com/dhis2/analytics/commit/2657706a6033413cc0d405933b6d6ed180bd509c))
1171
-
1172
- ## [21.2.1](https://github.com/dhis2/analytics/compare/v21.2.0...v21.2.1) (2021-12-24)
1173
-
1174
-
1175
- ### Bug Fixes
1176
-
1177
- * **translations:** sync translations from transifex (master) ([83f9fe4](https://github.com/dhis2/analytics/commit/83f9fe42eb3e5efa115298a7561f5ddc5a627cc5))
1178
-
1179
- # [21.2.0](https://github.com/dhis2/analytics/compare/v21.1.1...v21.2.0) (2021-12-23)
1180
-
1181
-
1182
- ### Features
1183
-
1184
- * use new translations dialog (TECH-873) ([#1105](https://github.com/dhis2/analytics/issues/1105)) ([1e1a984](https://github.com/dhis2/analytics/commit/1e1a98429663241487ad66c56d3aab3914b8cbc6))
1185
-
1186
- ## [21.1.1](https://github.com/dhis2/analytics/compare/v21.1.0...v21.1.1) (2021-12-22)
1187
-
1188
-
1189
- ### Bug Fixes
1190
-
1191
- * do not fix headers if no dimension items are selected ([#1057](https://github.com/dhis2/analytics/issues/1057)) ([ae51967](https://github.com/dhis2/analytics/commit/ae51967ff35a17b8589f4959015b06c4913b7dae))
1192
-
1193
- # [21.1.0](https://github.com/dhis2/analytics/compare/v21.0.12...v21.1.0) (2021-12-20)
1194
-
1195
-
1196
- ### Features
1197
-
1198
- * export formatValue function ([#1080](https://github.com/dhis2/analytics/issues/1080)) ([20d0f5a](https://github.com/dhis2/analytics/commit/20d0f5a1b2eda14879f03a4c6d37337c80bb15ff))
1199
-
1200
- ## [21.0.12](https://github.com/dhis2/analytics/compare/v21.0.11...v21.0.12) (2021-12-11)
1201
-
1202
-
1203
- ### Bug Fixes
1204
-
1205
- * **translations:** sync translations from transifex (master) ([ac9ad8c](https://github.com/dhis2/analytics/commit/ac9ad8ca44fa56d976e11c554a894b6aafebb58c))
1206
-
1207
- ## [21.0.11](https://github.com/dhis2/analytics/compare/v21.0.10...v21.0.11) (2021-12-10)
1208
-
1209
-
1210
- ### Bug Fixes
1211
-
1212
- * support legendset in dimension create ([#1107](https://github.com/dhis2/analytics/issues/1107)) ([4b4dbe7](https://github.com/dhis2/analytics/commit/4b4dbe74c0012419f12c6b2f9c297e1a3e256c05))
1213
-
1214
- ## [21.0.10](https://github.com/dhis2/analytics/compare/v21.0.9...v21.0.10) (2021-12-09)
1215
-
1216
-
1217
- ### Bug Fixes
1218
-
1219
- * **translations:** sync translations from transifex (master) ([19b3fc5](https://github.com/dhis2/analytics/commit/19b3fc50cb8ade5907d01348224c9108d50931a5))
1220
-
1221
- ## [21.0.10](https://github.com/dhis2/analytics/compare/v21.0.9...v21.0.10) (2021-12-09)
1222
-
1223
-
1224
- ### Bug Fixes
1225
-
1226
- * **translations:** sync translations from transifex (master) ([19b3fc5](https://github.com/dhis2/analytics/commit/19b3fc50cb8ade5907d01348224c9108d50931a5))
1227
-
1228
- ## [21.0.9](https://github.com/dhis2/analytics/compare/v21.0.8...v21.0.9) (2021-12-03)
1229
-
1230
-
1231
- ### Bug Fixes
1232
-
1233
- * include legendset in the analytics request ([#1102](https://github.com/dhis2/analytics/issues/1102)) ([14d5261](https://github.com/dhis2/analytics/commit/14d52618c714cca1a2d7b3441a7aba5ea209efc2))
1234
-
1235
- ## [21.0.8](https://github.com/dhis2/analytics/compare/v21.0.7...v21.0.8) (2021-12-02)
1236
-
1237
-
1238
- ### Bug Fixes
1239
-
1240
- * disable org unit filters and groups when user org units are used ([#1100](https://github.com/dhis2/analytics/issues/1100)) ([ce63e14](https://github.com/dhis2/analytics/commit/ce63e14517abfe5f7edc6f42b46c6e1dc07a3555))
1241
-
1242
- ## [21.0.7](https://github.com/dhis2/analytics/compare/v21.0.6...v21.0.7) (2021-12-01)
1243
-
1244
-
1245
- ### Bug Fixes
1246
-
1247
- * dimension without items + filter (TECH-788) ([#1097](https://github.com/dhis2/analytics/issues/1097)) ([37369ce](https://github.com/dhis2/analytics/commit/37369ce74eb189724d0943d35492d377f0ff44f8))
1248
-
1249
- ## [21.0.6](https://github.com/dhis2/analytics/compare/v21.0.5...v21.0.6) (2021-11-28)
1250
-
1251
-
1252
- ### Bug Fixes
1253
-
1254
- * **translations:** sync translations from transifex (master) ([8c10c19](https://github.com/dhis2/analytics/commit/8c10c1909a77e4ae9c729e99bc41bc84b9a51860))
1255
-
1256
- ## [21.0.5](https://github.com/dhis2/analytics/compare/v21.0.4...v21.0.5) (2021-11-26)
1257
-
1258
-
1259
- ### Bug Fixes
1260
-
1261
- * **translations:** sync translations from transifex (master) ([1ce7694](https://github.com/dhis2/analytics/commit/1ce76945a25320a774c08fbc8d8a90b086c5ba1a))
1262
-
1263
- ## [21.0.4](https://github.com/dhis2/analytics/compare/v21.0.3...v21.0.4) (2021-11-25)
1264
-
1265
-
1266
- ### Bug Fixes
1267
-
1268
- * **translations:** sync translations from transifex (master) ([7e9b666](https://github.com/dhis2/analytics/commit/7e9b666f9a6dc3b93c5ef7cebb6699307bb032b6))
1269
-
1270
- ## [21.0.3](https://github.com/dhis2/analytics/compare/v21.0.2...v21.0.3) (2021-11-22)
1271
-
1272
-
1273
- ### Bug Fixes
1274
-
1275
- * use loading state instead of disabling subscribe button ([#1088](https://github.com/dhis2/analytics/issues/1088)) ([10f407b](https://github.com/dhis2/analytics/commit/10f407bfaf4aa016668b5591e663ccabfbf9f9f1))
1276
-
1277
- ## [21.0.2](https://github.com/dhis2/analytics/compare/v21.0.1...v21.0.2) (2021-11-18)
1278
-
1279
-
1280
- ### Bug Fixes
1281
-
1282
- * file button styles ([67213b1](https://github.com/dhis2/analytics/commit/67213b1d0897bb245d012410d9085a726d59f8f8))
1283
-
1284
- ## [21.0.1](https://github.com/dhis2/analytics/compare/v21.0.0...v21.0.1) (2021-11-16)
1285
-
1286
-
1287
- ### Bug Fixes
1288
-
1289
- * use Intl.ListFormat for formatting the sharing list ([#1086](https://github.com/dhis2/analytics/issues/1086)) ([68e2889](https://github.com/dhis2/analytics/commit/68e288955185be0429206af88ca50bf70873ac81))
1290
-
1291
- # [21.0.0](https://github.com/dhis2/analytics/compare/v20.7.0...v21.0.0) (2021-11-16)
1292
-
1293
-
1294
- ### Features
1295
-
1296
- * new org unit dimension (TECH-707) ([#1081](https://github.com/dhis2/analytics/issues/1081)) ([14f72a7](https://github.com/dhis2/analytics/commit/14f72a78bc900af809a34a41055f27d98054ee2b))
1297
-
1298
-
1299
- ### BREAKING CHANGES
1300
-
1301
- * changed props for org the unit dimension. removed current, d2, displayNameProperty, ouItems, onDeselect. replaced by root, selected
1302
-
1303
- # [20.7.0](https://github.com/dhis2/analytics/compare/v20.6.5...v20.7.0) (2021-11-11)
1304
-
1305
-
1306
- ### Features
1307
-
1308
- * implement AboutAOUnit component ([#1082](https://github.com/dhis2/analytics/issues/1082)) ([8ab8e27](https://github.com/dhis2/analytics/commit/8ab8e271077ce24b9f032303dad8999ce65b47d3))
1309
-
1310
- ## [20.6.5](https://github.com/dhis2/analytics/compare/v20.6.4...v20.6.5) (2021-10-27)
1311
-
1312
-
1313
- ### Bug Fixes
1314
-
1315
- * **translations:** sync translations from transifex (master) ([b47803b](https://github.com/dhis2/analytics/commit/b47803b5dbca43fa8d72c2d4b3e984a2e3ddbd98))
1316
-
1317
- ## [20.6.4](https://github.com/dhis2/analytics/compare/v20.6.3...v20.6.4) (2021-10-08)
1318
-
1319
-
1320
- ### Bug Fixes
1321
-
1322
- * **translations:** sync translations from transifex (master) ([29a79e8](https://github.com/dhis2/analytics/commit/29a79e84b933ba5090556b3ac0d0f1c920fd6850))
1323
-
1324
- ## [20.6.3](https://github.com/dhis2/analytics/compare/v20.6.2...v20.6.3) (2021-10-07)
1325
-
1326
-
1327
- ### Bug Fixes
1328
-
1329
- * **translations:** sync translations from transifex (master) ([2dd7dde](https://github.com/dhis2/analytics/commit/2dd7dde2d6116e6746e0834128ce2f0594a4b398))
1330
-
1331
- ## [20.6.2](https://github.com/dhis2/analytics/compare/v20.6.1...v20.6.2) (2021-10-06)
1332
-
1333
-
1334
- ### Bug Fixes
1335
-
1336
- * **translations:** sync translations from transifex (master) ([122b1ce](https://github.com/dhis2/analytics/commit/122b1ce7a2e566393c95576924f993e78b43714f))
1337
-
1338
- ## [20.6.1](https://github.com/dhis2/analytics/compare/v20.6.0...v20.6.1) (2021-10-05)
1339
-
1340
-
1341
- ### Bug Fixes
1342
-
1343
- * **translations:** sync translations from transifex (master) ([602dbd5](https://github.com/dhis2/analytics/commit/602dbd50a51c1ad177fb195a6bc7e2a053190ebe))
1344
-
1345
- # [20.6.0](https://github.com/dhis2/analytics/compare/v20.5.2...v20.6.0) (2021-10-04)
1346
-
1347
-
1348
- ### Features
1349
-
1350
- * add support for ER (TECH-704) ([#1062](https://github.com/dhis2/analytics/issues/1062)) ([97300ce](https://github.com/dhis2/analytics/commit/97300ce62c2707961f00802fee0346228c3a11bd))
1351
-
1352
- ## [20.5.2](https://github.com/dhis2/analytics/compare/v20.5.1...v20.5.2) (2021-10-03)
1353
-
1354
-
1355
- ### Bug Fixes
1356
-
1357
- * **translations:** sync translations from transifex (master) ([e4c54c1](https://github.com/dhis2/analytics/commit/e4c54c1443ec96977becd0cc9286d7318fd296af))
1358
-
1359
- ## [20.5.1](https://github.com/dhis2/analytics/compare/v20.5.0...v20.5.1) (2021-10-02)
1360
-
1361
-
1362
- ### Bug Fixes
1363
-
1364
- * **translations:** sync translations from transifex (master) ([299aa45](https://github.com/dhis2/analytics/commit/299aa45e651076358e785066ede6d0a85045a16d))
1365
-
1366
- # [20.5.0](https://github.com/dhis2/analytics/compare/v20.4.10...v20.5.0) (2021-10-01)
1367
-
1368
-
1369
- ### Features
1370
-
1371
- * visualization options in Analytics ([#1055](https://github.com/dhis2/analytics/issues/1055)) ([e993cc5](https://github.com/dhis2/analytics/commit/e993cc5540fcc297e241ddc92ff4863852d8b465))
1372
-
1373
- ## [20.4.10](https://github.com/dhis2/analytics/compare/v20.4.9...v20.4.10) (2021-09-22)
1374
-
1375
-
1376
- ### Bug Fixes
1377
-
1378
- * fix fixed row header with more than 2 cells DHIS2-11835 ([#1053](https://github.com/dhis2/analytics/issues/1053)) ([d0771d9](https://github.com/dhis2/analytics/commit/d0771d9187ea2e1c14ac6e2d2b083eb737e77f52))
1379
-
1380
- ## [20.4.9](https://github.com/dhis2/analytics/compare/v20.4.8...v20.4.9) (2021-09-21)
1381
-
1382
-
1383
- ### Bug Fixes
1384
-
1385
- * use lighter grey for No data text in SV ([#1050](https://github.com/dhis2/analytics/issues/1050)) ([ff16657](https://github.com/dhis2/analytics/commit/ff1665778131fad0eefcbc2ac609ee83fc097f6d))
1386
-
1387
- ## [20.4.8](https://github.com/dhis2/analytics/compare/v20.4.7...v20.4.8) (2021-09-20)
1388
-
1389
-
1390
- ### Bug Fixes
1391
-
1392
- * show no data text instead of undefined ([#1048](https://github.com/dhis2/analytics/issues/1048)) ([a4f577d](https://github.com/dhis2/analytics/commit/a4f577d6a8fec3183a5430d241a1f752d6e0f217))
1393
-
1394
- ## [20.4.7](https://github.com/dhis2/analytics/compare/v20.4.6...v20.4.7) (2021-09-15)
1395
-
1396
-
1397
- ### Bug Fixes
1398
-
1399
- * adjust row clipping partitions after sorting [DHIS2-11724] ([#1036](https://github.com/dhis2/analytics/issues/1036)) ([c455140](https://github.com/dhis2/analytics/commit/c4551407032389b721394e1aa16f57637f987012))
1400
-
1401
- ## [20.4.6](https://github.com/dhis2/analytics/compare/v20.4.5...v20.4.6) (2021-09-14)
1402
-
1403
-
1404
- ### Bug Fixes
1405
-
1406
- * avoid double thickness border ([#1040](https://github.com/dhis2/analytics/issues/1040)) ([20c2906](https://github.com/dhis2/analytics/commit/20c2906d0780459c0665c72e2e222e8f0a3c070b))
1407
-
1408
- ## [20.4.5](https://github.com/dhis2/analytics/compare/v20.4.4...v20.4.5) (2021-09-09)
1409
-
1410
-
1411
- ### Bug Fixes
1412
-
1413
- * SV indicator type increase font size and spacing DHIS2-7420 ([#1038](https://github.com/dhis2/analytics/issues/1038)) ([f8b6680](https://github.com/dhis2/analytics/commit/f8b6680dd484aacfc14ecb7aaa65b9dcc7fa486a))
1414
-
1415
- ## [20.4.4](https://github.com/dhis2/analytics/compare/v20.4.3...v20.4.4) (2021-09-08)
1416
-
1417
-
1418
- ### Bug Fixes
1419
-
1420
- * bump @dhis2/ui to latest ([#1037](https://github.com/dhis2/analytics/issues/1037)) ([b9148cc](https://github.com/dhis2/analytics/commit/b9148ccafbacbab4af37db1ed28100ecf921ffac))
1421
-
1422
- ## [20.4.3](https://github.com/dhis2/analytics/compare/v20.4.2...v20.4.3) (2021-09-06)
1423
-
1424
-
1425
- ### Bug Fixes
1426
-
1427
- * legend key bullet as svg ([#1035](https://github.com/dhis2/analytics/issues/1035)) ([0b57e93](https://github.com/dhis2/analytics/commit/0b57e9333c4cd532008832cb17707e1c8c2ca5f7))
1428
-
1429
- ## [20.4.2](https://github.com/dhis2/analytics/compare/v20.4.1...v20.4.2) (2021-09-01)
1430
-
1431
-
1432
- ### Bug Fixes
1433
-
1434
- * use the new SharingDialog and remove old deps ([#1027](https://github.com/dhis2/analytics/issues/1027)) ([9ba1527](https://github.com/dhis2/analytics/commit/9ba15272fca7a187d404044e0c2296c587c395c1))
1435
-
1436
- ## [20.4.1](https://github.com/dhis2/analytics/compare/v20.4.0...v20.4.1) (2021-09-01)
1437
-
1438
-
1439
- ### Bug Fixes
1440
-
1441
- * bump app-runtime and ui ([#1026](https://github.com/dhis2/analytics/issues/1026)) ([be3c34c](https://github.com/dhis2/analytics/commit/be3c34cf3135f25d419f867ab2462951c9160c39))
1442
-
1443
- # [20.4.0](https://github.com/dhis2/analytics/compare/v20.3.1...v20.4.0) (2021-08-31)
1444
-
1445
-
1446
- ### Features
1447
-
1448
- * support vertical axis clipping and text wrapping in cells [DHIS2-11556] ([#1023](https://github.com/dhis2/analytics/issues/1023)) ([2f25f65](https://github.com/dhis2/analytics/commit/2f25f653ffea14e984fe30752e94d05e0092a89e))
1449
-
1450
- ## [20.3.1](https://github.com/dhis2/analytics/compare/v20.3.0...v20.3.1) (2021-08-31)
1451
-
1452
-
1453
- ### Bug Fixes
1454
-
1455
- * OpenFileDialog fixes ([#967](https://github.com/dhis2/analytics/issues/967)) ([91cb9ae](https://github.com/dhis2/analytics/commit/91cb9ae2a4375b0eeb753b3f8e957d3728eac1dc))
1456
-
1457
- # [20.3.0](https://github.com/dhis2/analytics/compare/v20.2.2...v20.3.0) (2021-08-31)
1458
-
1459
-
1460
- ### Features
1461
-
1462
- * fixed headers in PT (DHIS2-11057) ([#984](https://github.com/dhis2/analytics/issues/984)) ([04b389c](https://github.com/dhis2/analytics/commit/04b389c2f728b358da364c4e7793991712111fc6))
1463
-
1464
- ## [20.2.2](https://github.com/dhis2/analytics/compare/v20.2.1...v20.2.2) (2021-08-31)
1465
-
1466
-
1467
- ### Bug Fixes
1468
-
1469
- * **translations:** sync translations from transifex (master) ([04ee3fe](https://github.com/dhis2/analytics/commit/04ee3fe877101220174882f4c3af677e8067f14b))
1470
-
1471
- ## [20.2.1](https://github.com/dhis2/analytics/compare/v20.2.0...v20.2.1) (2021-08-24)
1472
-
1473
-
1474
- ### Bug Fixes
1475
-
1476
- * **translations:** sync translations from transifex (master) ([b4a95b7](https://github.com/dhis2/analytics/commit/b4a95b7d49d1c5b227d87ae176f3542fe4418380))
1477
-
1478
- # [20.2.0](https://github.com/dhis2/analytics/compare/v20.1.5...v20.2.0) (2021-08-23)
1479
-
1480
-
1481
- ### Features
1482
-
1483
- * show indicator type in SV visualization (DHIS2-7420) ([#952](https://github.com/dhis2/analytics/issues/952)) ([9f44f2e](https://github.com/dhis2/analytics/commit/9f44f2e0174bca3166f4274b219bbe1816be7225))
1484
-
1485
- ## [20.1.5](https://github.com/dhis2/analytics/compare/v20.1.4...v20.1.5) (2021-08-23)
1486
-
1487
-
1488
- ### Bug Fixes
1489
-
1490
- * **translations:** sync translations from transifex (master) ([09ca2ac](https://github.com/dhis2/analytics/commit/09ca2ac8f49593c8ce43fc2f70e9697e00ce30a6))
1491
-
1492
- ## [20.1.4](https://github.com/dhis2/analytics/compare/v20.1.3...v20.1.4) (2021-08-21)
1493
-
1494
-
1495
- ### Bug Fixes
1496
-
1497
- * **translations:** sync translations from transifex (master) ([51ae06c](https://github.com/dhis2/analytics/commit/51ae06ce7707015296b0c1edbd2e0c0c6f424672))
1498
-
1499
- ## [20.1.3](https://github.com/dhis2/analytics/compare/v20.1.2...v20.1.3) (2021-08-20)
1500
-
1501
-
1502
- ### Bug Fixes
1503
-
1504
- * dynamic dimension minor bugs ([#1012](https://github.com/dhis2/analytics/issues/1012)) ([cebcb81](https://github.com/dhis2/analytics/commit/cebcb812d65540a78299efecd374f3b813b2dd7d))
1505
-
1506
- ## [20.1.2](https://github.com/dhis2/analytics/compare/v20.1.1...v20.1.2) (2021-08-19)
1507
-
1508
-
1509
- ### Bug Fixes
1510
-
1511
- * **translations:** sync translations from transifex (master) ([794696b](https://github.com/dhis2/analytics/commit/794696b0b7cbb7c295c5db493ccb1fbaee632e12))
1512
-
1513
- ## [20.1.1](https://github.com/dhis2/analytics/compare/v20.1.0...v20.1.1) (2021-08-17)
1514
-
1515
-
1516
- ### Bug Fixes
1517
-
1518
- * **translations:** sync translations from transifex (master) ([42ea3e3](https://github.com/dhis2/analytics/commit/42ea3e3339e4ba04dfd379bc74a4412ea5808f40))
1519
-
1520
- # [20.1.0](https://github.com/dhis2/analytics/compare/v20.0.6...v20.1.0) (2021-08-16)
1521
-
1522
-
1523
- ### Features
1524
-
1525
- * all items option for dynamic dimension (DHIS2-9734) ([#1008](https://github.com/dhis2/analytics/issues/1008)) ([89526af](https://github.com/dhis2/analytics/commit/89526afdfcbc66497b3d91c38026cc12ea5ff8c8))
1526
-
1527
- ## [20.0.6](https://github.com/dhis2/analytics/compare/v20.0.5...v20.0.6) (2021-08-12)
1528
-
1529
-
1530
- ### Bug Fixes
1531
-
1532
- * **translations:** sync translations from transifex (master) ([409c78e](https://github.com/dhis2/analytics/commit/409c78e637dc70e9938407688688c3a503df131e))
1533
-
1534
- ## [20.0.5](https://github.com/dhis2/analytics/compare/v20.0.4...v20.0.5) (2021-08-10)
1535
-
1536
-
1537
- ### Bug Fixes
1538
-
1539
- * **translations:** sync translations from transifex (master) ([1bd3739](https://github.com/dhis2/analytics/commit/1bd37391b4f9778b7f03f0bf75e2a66284bb330e))
1540
-
1541
- ## [20.0.4](https://github.com/dhis2/analytics/compare/v20.0.3...v20.0.4) (2021-07-13)
1542
-
1543
-
1544
- ### Bug Fixes
1545
-
1546
- * yoy x axis title and labels (DHIS2-11411) ([#989](https://github.com/dhis2/analytics/issues/989)) ([5d69c70](https://github.com/dhis2/analytics/commit/5d69c7012ebbcd1b035ab8553be37cd55230bb09))
1547
-
1548
- ## [20.0.3](https://github.com/dhis2/analytics/compare/v20.0.2...v20.0.3) (2021-07-13)
1549
-
1550
-
1551
- ### Bug Fixes
1552
-
1553
- * legend key bugs (DHIS2-11239) ([#983](https://github.com/dhis2/analytics/issues/983)) ([019da8f](https://github.com/dhis2/analytics/commit/019da8f55f62b30f7e8dd254b94c2be065888ada))
1554
-
1555
- ## [20.0.2](https://github.com/dhis2/analytics/compare/v20.0.1...v20.0.2) (2021-07-06)
1556
-
1557
-
1558
- ### Bug Fixes
1559
-
1560
- * legend options bleed (DHIS2-11239) ([#982](https://github.com/dhis2/analytics/issues/982)) ([64768c6](https://github.com/dhis2/analytics/commit/64768c636259f67249148b04f5520bd7d7157176))
1561
-
1562
- ## [20.0.1](https://github.com/dhis2/analytics/compare/v20.0.0...v20.0.1) (2021-07-02)
1563
-
1564
-
1565
- ### Bug Fixes
1566
-
1567
- * **translations:** sync translations from transifex (master) ([27da37a](https://github.com/dhis2/analytics/commit/27da37ab7f95fc0c7ea5d1ad111cddb43e66520c))
1568
-
1569
- # [20.0.0](https://github.com/dhis2/analytics/compare/v19.1.1...v20.0.0) (2021-07-02)
1570
-
1571
-
1572
- ### Features
1573
-
1574
- * legend key (DHIS2-11239) ([#951](https://github.com/dhis2/analytics/issues/951)) ([#975](https://github.com/dhis2/analytics/issues/975)) ([c4403c6](https://github.com/dhis2/analytics/commit/c4403c69b3427cb5f0085c10d0540b4b4bab4c81))
1575
-
1576
-
1577
- ### BREAKING CHANGES
1578
-
1579
- * layout.legend replaced by layout.seriesKey. legendSet, legendDisplayStyle, legendDisplayStrategy replaced by the consolidated legend prop
1580
-
1581
- ## [19.1.1](https://github.com/dhis2/analytics/compare/v19.1.0...v19.1.1) (2021-07-02)
1582
-
1583
-
1584
- ### Reverts
1585
-
1586
- * Revert "feat: legend key (DHIS2-11239) (#951)" (#973) ([96c4446](https://github.com/dhis2/analytics/commit/96c4446fdb475b819d1a3d158aea110343fe47c4)), closes [#951](https://github.com/dhis2/analytics/issues/951) [#973](https://github.com/dhis2/analytics/issues/973)
1587
-
1588
- # [19.1.0](https://github.com/dhis2/analytics/compare/v19.0.3...v19.1.0) (2021-07-02)
1589
-
1590
-
1591
- ### Features
1592
-
1593
- * legend key (DHIS2-11239) ([#951](https://github.com/dhis2/analytics/issues/951)) ([f6d4178](https://github.com/dhis2/analytics/commit/f6d41788bef19d7ce174e6f45b30007a278a2d72))
1594
-
1595
- ## [19.0.3](https://github.com/dhis2/analytics/compare/v19.0.2...v19.0.3) (2021-06-30)
1596
-
1597
-
1598
- ### Bug Fixes
1599
-
1600
- * bump highcharts from 9.1.1 to 9.1.2 ([#956](https://github.com/dhis2/analytics/issues/956)) ([7f31602](https://github.com/dhis2/analytics/commit/7f3160245abee0c5558220d4b3852d2736517373))
1601
-
1602
- ## [19.0.2](https://github.com/dhis2/analytics/compare/v19.0.1...v19.0.2) (2021-06-22)
1603
-
1604
-
1605
- ### Bug Fixes
1606
-
1607
- * **translations:** sync translations from transifex (master) ([e8c743d](https://github.com/dhis2/analytics/commit/e8c743d84719c8d6ed22c80f93775e180b53cf84))
1608
-
1609
- ## [19.0.1](https://github.com/dhis2/analytics/compare/v19.0.0...v19.0.1) (2021-06-16)
1610
-
1611
-
1612
- ### Bug Fixes
1613
-
1614
- * provide default values for visualizations ([#947](https://github.com/dhis2/analytics/issues/947)) ([dfecac9](https://github.com/dhis2/analytics/commit/dfecac9cf4eb556990a5f2c1cc8652e6f81fb335))
1615
-
1616
- # [19.0.0](https://github.com/dhis2/analytics/compare/v18.3.1...v19.0.0) (2021-06-16)
1617
-
1618
-
1619
- ### Bug Fixes
1620
-
1621
- * **translations:** sync translations from transifex (master) ([b246cca](https://github.com/dhis2/analytics/commit/b246cca6f517bfa6bfdf950c4780577f5d2d02ef))
1622
-
1623
-
1624
- ### Features
1625
-
1626
- * remove ItemSelector component ([#949](https://github.com/dhis2/analytics/issues/949)) ([5856049](https://github.com/dhis2/analytics/commit/5856049fdf148e4e74a515b872742bad0c559869)), closes [dhis2/d2-ui#681](https://github.com/dhis2/d2-ui/issues/681)
1627
-
1628
-
1629
- ### BREAKING CHANGES
1630
-
1631
- * ItemSelector has been removed.
1632
-
1633
- ## [18.3.1](https://github.com/dhis2/analytics/compare/v18.3.0...v18.3.1) (2021-06-14)
1634
-
1635
-
1636
- ### Bug Fixes
1637
-
1638
- * **translations:** sync translations from transifex (master) ([6c925ca](https://github.com/dhis2/analytics/commit/6c925ca6f03905e96b6fd5fe949d7e1dffde05b4))
1639
-
1640
- # [18.3.0](https://github.com/dhis2/analytics/compare/v18.2.4...v18.3.0) (2021-06-14)
1641
-
1642
-
1643
- ### Features
1644
-
1645
- * OpenFileDialog component ([#919](https://github.com/dhis2/analytics/issues/919)) ([6c8d39a](https://github.com/dhis2/analytics/commit/6c8d39a4e22e6cdacfbf73da642d53ff6f21ad39))
1646
-
1647
- ## [18.2.4](https://github.com/dhis2/analytics/compare/v18.2.3...v18.2.4) (2021-06-08)
1648
-
1649
-
1650
- ### Bug Fixes
1651
-
1652
- * **translations:** sync translations from transifex (master) ([63e45b2](https://github.com/dhis2/analytics/commit/63e45b2a077dc8fa00bb6e81049b0f4581a01553))
1653
-
1654
- ## [18.2.3](https://github.com/dhis2/analytics/compare/v18.2.2...v18.2.3) (2021-06-08)
1655
-
1656
-
1657
- ### Bug Fixes
1658
-
1659
- * hide empty sections in the DimensionsPanel ([#872](https://github.com/dhis2/analytics/issues/872)) ([30176b2](https://github.com/dhis2/analytics/commit/30176b2260b017d626c3e65ef9f1a95aca30804c))
1660
-
1661
- ## [18.2.2](https://github.com/dhis2/analytics/compare/v18.2.1...v18.2.2) (2021-06-03)
1662
-
1663
-
1664
- ### Bug Fixes
1665
-
1666
- * bind popup to highcharts graphic instead of data label (DHIS2-11061) ([#931](https://github.com/dhis2/analytics/issues/931)) ([6bcc12b](https://github.com/dhis2/analytics/commit/6bcc12b928f5a0431ab3ab074730d2ad9ffc8e59))
1667
-
1668
- ## [18.2.1](https://github.com/dhis2/analytics/compare/v18.2.0...v18.2.1) (2021-06-03)
1669
-
1670
-
1671
- ### Bug Fixes
1672
-
1673
- * export fixed periods generator ([#930](https://github.com/dhis2/analytics/issues/930)) ([7de0afe](https://github.com/dhis2/analytics/commit/7de0afe0b16f719cd0949d2f84487de18f4c4871))
1674
-
1675
- # [18.2.0](https://github.com/dhis2/analytics/compare/v18.1.4...v18.2.0) (2021-06-01)
1676
-
1677
-
1678
- ### Features
1679
-
1680
- * support options for multi axes (DHIS2-6672) ([#890](https://github.com/dhis2/analytics/issues/890)) ([a3ad56e](https://github.com/dhis2/analytics/commit/a3ad56e9314a48fd9676e48a501b6c12bc4b2edd))
1681
-
1682
- ## [18.1.4](https://github.com/dhis2/analytics/compare/v18.1.3...v18.1.4) (2021-05-31)
1683
-
1684
-
1685
- ### Bug Fixes
1686
-
1687
- * **translations:** sync translations from transifex (master) ([f24ea6d](https://github.com/dhis2/analytics/commit/f24ea6debf4f7d47595ee972473fb238993e82ff))
1688
-
1689
- ## [18.1.3](https://github.com/dhis2/analytics/compare/v18.1.2...v18.1.3) (2021-05-29)
1690
-
1691
-
1692
- ### Bug Fixes
1693
-
1694
- * **translations:** sync translations from transifex (master) ([0a6dd05](https://github.com/dhis2/analytics/commit/0a6dd05a2bace0059152892cb592125d8d542eda))
1695
-
1696
- ## [18.1.2](https://github.com/dhis2/analytics/compare/v18.1.1...v18.1.2) (2021-05-28)
1697
-
1698
-
1699
- ### Bug Fixes
1700
-
1701
- * **translations:** sync translations from transifex (master) ([f574cf5](https://github.com/dhis2/analytics/commit/f574cf5f21e351950436e8e0303a9b5243cc05c0))
1702
-
1703
- ## [18.1.1](https://github.com/dhis2/analytics/compare/v18.1.0...v18.1.1) (2021-05-28)
1704
-
1705
-
1706
- ### Bug Fixes
1707
-
1708
- * update message in delete confirm dialog ([#925](https://github.com/dhis2/analytics/issues/925)) ([e875bb9](https://github.com/dhis2/analytics/commit/e875bb913439610b5f1113a2a4e6c34c238ef7e6))
1709
-
1710
- # [18.1.0](https://github.com/dhis2/analytics/compare/v18.0.0...v18.1.0) (2021-05-28)
1711
-
1712
-
1713
- ### Features
1714
-
1715
- * add last 10 years relative period ([#924](https://github.com/dhis2/analytics/issues/924)) ([085bb32](https://github.com/dhis2/analytics/commit/085bb32768888fce40cf5608a5204fb2dcbffdfe))
1716
-
1717
- # [18.0.0](https://github.com/dhis2/analytics/compare/v17.2.1...v18.0.0) (2021-05-28)
1718
-
1719
-
1720
- ### Features
1721
-
1722
- * hide periods based on excludedPeriodTypes (DHIS2-11161) ([#920](https://github.com/dhis2/analytics/issues/920)) mk2 ([#923](https://github.com/dhis2/analytics/issues/923)) ([4ecf4d6](https://github.com/dhis2/analytics/commit/4ecf4d69a3e0afb3b386cd427d0fce952ae466df))
1723
-
1724
-
1725
- ### BREAKING CHANGES
1726
-
1727
- * DAYS and WEEKS is not exported anymore (use DAILY and WEEKLY instead)
1728
-
1729
- ## [17.2.1](https://github.com/dhis2/analytics/compare/v17.2.0...v17.2.1) (2021-05-28)
1730
-
1731
-
1732
- ### Bug Fixes
1733
-
1734
- * revert "feat: hide periods based on excludedPeriodTypes (DHIS2-11161) ([#920](https://github.com/dhis2/analytics/issues/920))" ([#922](https://github.com/dhis2/analytics/issues/922)) ([477248d](https://github.com/dhis2/analytics/commit/477248d7e8149cfb2bf47ed462f6f3b9a9062ca6))
1735
-
1736
- # [17.2.0](https://github.com/dhis2/analytics/compare/v17.1.0...v17.2.0) (2021-05-27)
1737
-
1738
-
1739
- ### Features
1740
-
1741
- * hide periods based on excludedPeriodTypes (DHIS2-11161) ([#920](https://github.com/dhis2/analytics/issues/920)) ([3b0237e](https://github.com/dhis2/analytics/commit/3b0237e28940f69c8967d22b0c5524be0f71a64e))
1742
-
1743
- # [17.1.0](https://github.com/dhis2/analytics/compare/v17.0.5...v17.1.0) (2021-05-25)
1744
-
1745
-
1746
- ### Features
1747
-
1748
- * add onclick handler to supported vis types ([#918](https://github.com/dhis2/analytics/issues/918)) ([f6e0f95](https://github.com/dhis2/analytics/commit/f6e0f95149f926829c3d98112ad1f77216407684))
1749
-
1750
- ## [17.0.5](https://github.com/dhis2/analytics/compare/v17.0.4...v17.0.5) (2021-05-03)
1751
-
1752
-
1753
- ### Bug Fixes
1754
-
1755
- * add margin below dimension panel search field (DHIS2-11017) ([#909](https://github.com/dhis2/analytics/issues/909)) ([88a15c2](https://github.com/dhis2/analytics/commit/88a15c25a0e1a7d3efa43ddda4b76b999a6e223d))
1756
-
1757
- ## [17.0.4](https://github.com/dhis2/analytics/compare/v17.0.3...v17.0.4) (2021-04-29)
1758
-
1759
-
1760
- ### Bug Fixes
1761
-
1762
- * add convertOuLevelsToUids (DHIS2-11016) ([#908](https://github.com/dhis2/analytics/issues/908)) ([20a2bbe](https://github.com/dhis2/analytics/commit/20a2bbe12da36525ff3917d8c0911331c4251c4e))
1763
-
1764
- ## [17.0.3](https://github.com/dhis2/analytics/compare/v17.0.2...v17.0.3) (2021-04-26)
1765
-
1766
-
1767
- ### Bug Fixes
1768
-
1769
- * pass insertTheme to d2-ui components to fix narrow dialogs ([#898](https://github.com/dhis2/analytics/issues/898)) ([948f7d5](https://github.com/dhis2/analytics/commit/948f7d553440580cb076349a07e5cf2eec730f7b))
1770
-
1771
- ## [17.0.2](https://github.com/dhis2/analytics/compare/v17.0.1...v17.0.2) (2021-04-20)
1772
-
1773
-
1774
- ### Bug Fixes
1775
-
1776
- * **translations:** sync translations from transifex (master) ([0834d24](https://github.com/dhis2/analytics/commit/0834d2475025d85177b855febf810cf050879fbd))
1777
-
1778
- ## [17.0.1](https://github.com/dhis2/analytics/compare/v17.0.0...v17.0.1) (2021-04-19)
1779
-
1780
-
1781
- ### Bug Fixes
1782
-
1783
- * **translations:** sync translations from transifex (master) ([c4f6c98](https://github.com/dhis2/analytics/commit/c4f6c9884422ca74066e8152f7cb6b248eb83a76))
1784
-
1785
- # [17.0.0](https://github.com/dhis2/analytics/compare/v16.0.19...v17.0.0) (2021-04-19)
1786
-
1787
-
1788
- ### Code Refactoring
1789
-
1790
- * remove MUI ([#894](https://github.com/dhis2/analytics/issues/894)) ([469ff6c](https://github.com/dhis2/analytics/commit/469ff6c37f46f6fde672d910fc53d03e910ea1ff))
1791
-
1792
-
1793
- ### BREAKING CHANGES
1794
-
1795
- * The icons for visualization types are now imported from ui-icons and are functional components instead of plain svg tags.
1796
- This might break parts of the apps where visTypeIcons is used.
1797
-
1798
- ## [16.0.19](https://github.com/dhis2/analytics/compare/v16.0.18...v16.0.19) (2021-04-12)
1799
-
1800
-
1801
- ### Bug Fixes
1802
-
1803
- * **translations:** sync translations from transifex (master) ([9812d2e](https://github.com/dhis2/analytics/commit/9812d2e624e20a77ee92af6a070295456c529311))
1804
-
1805
- ## [16.0.18](https://github.com/dhis2/analytics/compare/v16.0.17...v16.0.18) (2021-03-29)
1806
-
1807
-
1808
- ### Bug Fixes
1809
-
1810
- * **translations:** sync translations from transifex (master) ([3eb3442](https://github.com/dhis2/analytics/commit/3eb344276c4b711476377b32e861cb9a2a0679ca))
1811
-
1812
- ## [16.0.17](https://github.com/dhis2/analytics/compare/v16.0.16...v16.0.17) (2021-03-27)
1813
-
1814
-
1815
- ### Bug Fixes
1816
-
1817
- * **translations:** sync translations from transifex (master) ([2ce55b7](https://github.com/dhis2/analytics/commit/2ce55b747996e6d2370e88b793fb4745f2ab1498))
1818
-
1819
- ## [16.0.16](https://github.com/dhis2/analytics/compare/v16.0.15...v16.0.16) (2021-03-25)
1820
-
1821
-
1822
- ### Bug Fixes
1823
-
1824
- * **translations:** sync translations from transifex (master) ([1acf5c6](https://github.com/dhis2/analytics/commit/1acf5c6ec5c5e5fd31aa90eeac4c7fa638c12396))
1825
-
1826
- ## [16.0.15](https://github.com/dhis2/analytics/compare/v16.0.14...v16.0.15) (2021-03-11)
1827
-
1828
-
1829
- ### Bug Fixes
1830
-
1831
- * missed one locale import ([#871](https://github.com/dhis2/analytics/issues/871)) ([31774ea](https://github.com/dhis2/analytics/commit/31774ea4d27d91e4fb007fab0eb4985069899972))
1832
-
1833
- ## [16.0.14](https://github.com/dhis2/analytics/compare/v16.0.13...v16.0.14) (2021-03-11)
1834
-
1835
-
1836
- ### Bug Fixes
1837
-
1838
- * always load locale-aware i18n ([#870](https://github.com/dhis2/analytics/issues/870)) ([ecbcfaa](https://github.com/dhis2/analytics/commit/ecbcfaab9ff7da7ecce7dab068d07f8667e092d8))
1839
-
1840
- ## [16.0.13](https://github.com/dhis2/analytics/compare/v16.0.12...v16.0.13) (2021-03-11)
1841
-
1842
-
1843
- ### Bug Fixes
1844
-
1845
- * use latest d2-app-scripts to build tree-shakable library ([#840](https://github.com/dhis2/analytics/issues/840)) ([6720546](https://github.com/dhis2/analytics/commit/6720546c92ab1a2180371cc3946a993a53fa28a9))
1846
-
1847
- ## [16.0.12](https://github.com/dhis2/analytics/compare/v16.0.11...v16.0.12) (2021-03-11)
1848
-
1849
-
1850
- ### Bug Fixes
1851
-
1852
- * **translations:** sync translations from transifex (master) ([e92e23b](https://github.com/dhis2/analytics/commit/e92e23b091b11e5088803f291468018214408be8))
1853
-
1854
- ## [16.0.11](https://github.com/dhis2/analytics/compare/v16.0.10...v16.0.11) (2021-03-09)
1855
-
1856
-
1857
- ### Bug Fixes
1858
-
1859
- * xmax and ymax ([#864](https://github.com/dhis2/analytics/issues/864)) ([bf54a20](https://github.com/dhis2/analytics/commit/bf54a2004416db08a8bbe8a9f321d2b4aefb86dd))
1860
-
1861
- ## [16.0.10](https://github.com/dhis2/analytics/compare/v16.0.9...v16.0.10) (2021-03-09)
1862
-
1863
-
1864
- ### Bug Fixes
1865
-
1866
- * **translations:** sync translations from transifex (master) ([9a87fa0](https://github.com/dhis2/analytics/commit/9a87fa04d1468b4fbf2c10f5e1a3a9af048b48db))
1867
-
1868
- ## [16.0.9](https://github.com/dhis2/analytics/compare/v16.0.8...v16.0.9) (2021-03-09)
1869
-
1870
-
1871
- ### Bug Fixes
1872
-
1873
- * min/max axis config issue ([#862](https://github.com/dhis2/analytics/issues/862)) ([10b467f](https://github.com/dhis2/analytics/commit/10b467fc27783949b5847d6ba6a0f398af85b928))
1874
-
1875
- ## [16.0.8](https://github.com/dhis2/analytics/compare/v16.0.7...v16.0.8) (2021-03-08)
1876
-
1877
-
1878
- ### Bug Fixes
1879
-
1880
- * handle threshold factor 0 ([#860](https://github.com/dhis2/analytics/issues/860)) ([3f2612d](https://github.com/dhis2/analytics/commit/3f2612db3a140f4762ad1e898f327569f7d9f4e6))
1881
-
1882
- ## [16.0.7](https://github.com/dhis2/analytics/compare/v16.0.6...v16.0.7) (2021-03-08)
1883
-
1884
-
1885
- ### Bug Fixes
1886
-
1887
- * axis min/max values ([#859](https://github.com/dhis2/analytics/issues/859)) ([28c6f5c](https://github.com/dhis2/analytics/commit/28c6f5cdc179272a0220f6623152118e329e4f2f))
1888
-
1889
- ## [16.0.6](https://github.com/dhis2/analytics/compare/v16.0.5...v16.0.6) (2021-03-05)
1890
-
1891
-
1892
- ### Bug Fixes
1893
-
1894
- * bump @dhis2/ui from 6.5.0 to 6.5.1 ([#854](https://github.com/dhis2/analytics/issues/854)) ([f5b85ce](https://github.com/dhis2/analytics/commit/f5b85ce16f71b305af077744c9c50224efcccb1e))
1895
-
1896
- ## [16.0.5](https://github.com/dhis2/analytics/compare/v16.0.4...v16.0.5) (2021-03-05)
1897
-
1898
-
1899
- ### Bug Fixes
1900
-
1901
- * check number of points ([#857](https://github.com/dhis2/analytics/issues/857)) ([bff8e0a](https://github.com/dhis2/analytics/commit/bff8e0af587c2822ce25bb867fe2e6d856c81df3))
1902
-
1903
- ## [16.0.4](https://github.com/dhis2/analytics/compare/v16.0.3...v16.0.4) (2021-03-05)
1904
-
1905
-
1906
- ### Bug Fixes
1907
-
1908
- * **translations:** sync translations from transifex (master) ([502407a](https://github.com/dhis2/analytics/commit/502407a7dc4b86651f72d52454bdedc2845b2d73))
1909
-
1910
- ## [16.0.3](https://github.com/dhis2/analytics/compare/v16.0.2...v16.0.3) (2021-03-04)
1911
-
1912
-
1913
- ### Bug Fixes
1914
-
1915
- * use y-residuals instead of xy-ratio for normalization (DHIS2-10261) ([#845](https://github.com/dhis2/analytics/issues/845)) ([653823b](https://github.com/dhis2/analytics/commit/653823b3e8b5dcab49c3144c7197172fde65adeb))
1916
-
1917
- ## [16.0.2](https://github.com/dhis2/analytics/compare/v16.0.1...v16.0.2) (2021-03-04)
1918
-
1919
-
1920
- ### Bug Fixes
1921
-
1922
- * bump d2-ui dependencies ([#852](https://github.com/dhis2/analytics/issues/852)) ([da0c0f2](https://github.com/dhis2/analytics/commit/da0c0f275bec4cd0491fa75d7f1f582d5b775a7e))
1923
-
1924
- ## [16.0.1](https://github.com/dhis2/analytics/compare/v16.0.0...v16.0.1) (2021-03-04)
1925
-
1926
-
1927
- ### Bug Fixes
1928
-
1929
- * **translations:** sync translations from transifex (master) ([dd896e2](https://github.com/dhis2/analytics/commit/dd896e2b33b1febe1788c353b806e64cda53fd6b))
1930
-
1931
- # [16.0.0](https://github.com/dhis2/analytics/compare/v15.1.5...v16.0.0) (2021-03-03)
1932
-
1933
-
1934
- ### Bug Fixes
1935
-
1936
- * dynamic dimension use displayNameProp ([#841](https://github.com/dhis2/analytics/issues/841)) ([f1be837](https://github.com/dhis2/analytics/commit/f1be837b43bbfd66f9cb1e029da4097e638c01b7))
1937
-
1938
-
1939
- ### BREAKING CHANGES
1940
-
1941
- * DynamicDimension requires displayNameProp
1942
-
1943
- ## [15.1.5](https://github.com/dhis2/analytics/compare/v15.1.4...v15.1.5) (2021-03-03)
1944
-
1945
-
1946
- ### Bug Fixes
1947
-
1948
- * correct texts for outlier strings ([#843](https://github.com/dhis2/analytics/issues/843)) ([96f9f17](https://github.com/dhis2/analytics/commit/96f9f17109d2f4116ad69daef6e8d18eaacd8fb9))
1949
-
1950
- ## [15.1.4](https://github.com/dhis2/analytics/compare/v15.1.3...v15.1.4) (2021-03-01)
1951
-
1952
-
1953
- ### Bug Fixes
1954
-
1955
- * **translations:** sync translations from transifex (master) ([9be37ac](https://github.com/dhis2/analytics/commit/9be37acc0dc507605b228d0607230a3bfb51f3b8))
1956
-
1957
- ## [15.1.3](https://github.com/dhis2/analytics/compare/v15.1.2...v15.1.3) (2021-02-28)
1958
-
1959
-
1960
- ### Bug Fixes
1961
-
1962
- * **translations:** sync translations from transifex (master) ([c5bff4f](https://github.com/dhis2/analytics/commit/c5bff4f81a26dcee312c9adf268696c9ba11ad02))
1963
-
1964
- ## [15.1.2](https://github.com/dhis2/analytics/compare/v15.1.1...v15.1.2) (2021-02-26)
1965
-
1966
-
1967
- ### Bug Fixes
1968
-
1969
- * bump @dhis2/ui dep ([#837](https://github.com/dhis2/analytics/issues/837)) ([9c81b4e](https://github.com/dhis2/analytics/commit/9c81b4ed0eb53b60c591b530d7bebcda9440476f))
1970
-
1971
- ## [15.1.1](https://github.com/dhis2/analytics/compare/v15.1.0...v15.1.1) (2021-02-26)
1972
-
1973
-
1974
- ### Bug Fixes
1975
-
1976
- * **translations:** sync translations from transifex (master) ([00ade8a](https://github.com/dhis2/analytics/commit/00ade8a1fe21d7a85eb7be495709d447493db7c4))
1977
-
1978
- # [15.1.0](https://github.com/dhis2/analytics/compare/v15.0.8...v15.1.0) (2021-02-25)
1979
-
1980
-
1981
- ### Features
1982
-
1983
- * outlier detection ([#831](https://github.com/dhis2/analytics/issues/831)) ([fbab244](https://github.com/dhis2/analytics/commit/fbab244b621fb90d5b5d9f7c01dffc1cfd6cb2fb))
1984
-
1985
- ## [15.0.8](https://github.com/dhis2/analytics/compare/v15.0.7...v15.0.8) (2021-02-25)
1986
-
1987
-
1988
- ### Bug Fixes
1989
-
1990
- * tooltip placement and only for data type all ([#835](https://github.com/dhis2/analytics/issues/835)) ([b6a5fae](https://github.com/dhis2/analytics/commit/b6a5fae15e0d7658a4a6bfbaec06e0b5bacddca8))
1991
-
1992
- ## [15.0.7](https://github.com/dhis2/analytics/compare/v15.0.6...v15.0.7) (2021-02-25)
1993
-
1994
-
1995
- ### Bug Fixes
1996
-
1997
- * tooltip delay ([#832](https://github.com/dhis2/analytics/issues/832)) ([37dfed8](https://github.com/dhis2/analytics/commit/37dfed8bf4ccfe52a79ec0a87abfc9c16d4d15d6))
1998
-
1999
- ## [15.0.6](https://github.com/dhis2/analytics/compare/v15.0.5...v15.0.6) (2021-02-23)
2000
-
2001
-
2002
- ### Bug Fixes
2003
-
2004
- * data dim selector improvements (DHIS2-7943) ([#828](https://github.com/dhis2/analytics/issues/828)) ([79bff70](https://github.com/dhis2/analytics/commit/79bff70d729035e0684b724c310bd52c0ae9d725))
2005
-
2006
- ## [15.0.5](https://github.com/dhis2/analytics/compare/v15.0.4...v15.0.5) (2021-02-23)
2007
-
2008
-
2009
- ### Bug Fixes
2010
-
2011
- * **translations:** sync translations from transifex (master) ([4f68ff2](https://github.com/dhis2/analytics/commit/4f68ff255565caf08e74ad67b252d98c1b0b746b))
2012
-
2013
- ## [15.0.4](https://github.com/dhis2/analytics/compare/v15.0.3...v15.0.4) (2021-02-22)
2014
-
2015
-
2016
- ### Bug Fixes
2017
-
2018
- * data dim selector improvements (DHIS2-7943) ([#826](https://github.com/dhis2/analytics/issues/826)) ([2d3d389](https://github.com/dhis2/analytics/commit/2d3d3898326de1d06dd0c026206b21762d7a8da6))
2019
-
2020
- ## [15.0.3](https://github.com/dhis2/analytics/compare/v15.0.2...v15.0.3) (2021-02-21)
2021
-
2022
-
2023
- ### Bug Fixes
2024
-
2025
- * **translations:** sync translations from transifex (master) ([4225a86](https://github.com/dhis2/analytics/commit/4225a86649eb2a36ab1d368c1fa831d8f2737a87))
2026
-
2027
- ## [15.0.2](https://github.com/dhis2/analytics/compare/v15.0.1...v15.0.2) (2021-02-20)
2028
-
2029
-
2030
- ### Bug Fixes
2031
-
2032
- * **translations:** sync translations from transifex (master) ([58f8282](https://github.com/dhis2/analytics/commit/58f8282a33550fe0d969f7080af301c2f412063e))
2033
-
2034
- ## [15.0.1](https://github.com/dhis2/analytics/compare/v15.0.0...v15.0.1) (2021-02-19)
2035
-
2036
-
2037
- ### Bug Fixes
2038
-
2039
- * **translations:** sync translations from transifex (master) ([de42b5b](https://github.com/dhis2/analytics/commit/de42b5b1ebc80e563bf0a6d7d5159fda3f85342c))
2040
-
2041
- # [15.0.0](https://github.com/dhis2/analytics/compare/v14.1.13...v15.0.0) (2021-02-18)
2042
-
2043
-
2044
- ### Features
2045
-
2046
- * new data dim selector (DHIS2-7943) ([#787](https://github.com/dhis2/analytics/issues/787)) ([2eac045](https://github.com/dhis2/analytics/commit/2eac045602c5d9b004aadd421a075f803a4d8c02))
2047
-
2048
-
2049
- ### BREAKING CHANGES
2050
-
2051
- * DataDimension no longer accepts the following props: DataEngine, onDeselect, onReorder
2052
-
2053
- ## [14.1.13](https://github.com/dhis2/analytics/compare/v14.1.12...v14.1.13) (2021-02-18)
2054
-
2055
-
2056
- ### Bug Fixes
2057
-
2058
- * **translations:** sync translations from transifex (master) ([a4631e3](https://github.com/dhis2/analytics/commit/a4631e3ff5ae7d264bf295eb5f0910a9379b173c))
2059
-
2060
- ## [14.1.12](https://github.com/dhis2/analytics/compare/v14.1.11...v14.1.12) (2021-02-17)
2061
-
2062
-
2063
- ### Bug Fixes
2064
-
2065
- * pin styled-jsx to 3.3.2 ([#818](https://github.com/dhis2/analytics/issues/818)) ([9c12156](https://github.com/dhis2/analytics/commit/9c121569cedec018c6e018979e36b139d4905c24))
2066
-
2067
- ## [14.1.11](https://github.com/dhis2/analytics/compare/v14.1.10...v14.1.11) (2021-02-17)
2068
-
2069
-
2070
- ### Bug Fixes
2071
-
2072
- * move singletons to peer dependencies ([#815](https://github.com/dhis2/analytics/issues/815)) ([8ccf306](https://github.com/dhis2/analytics/commit/8ccf30678d0750edc0b9b1e3a11fa1bb8f688739))
2073
-
2074
- ## [14.1.10](https://github.com/dhis2/analytics/compare/v14.1.9...v14.1.10) (2021-02-17)
2075
-
2076
-
2077
- ### Bug Fixes
2078
-
2079
- * account for perpendicular totals row when finalizing totals ([#816](https://github.com/dhis2/analytics/issues/816)) ([6cdb15e](https://github.com/dhis2/analytics/commit/6cdb15e9c7842747bb1ffb01437222a85b026e25))
2080
-
2081
- ## [14.1.9](https://github.com/dhis2/analytics/compare/v14.1.8...v14.1.9) (2021-02-15)
2082
-
2083
-
2084
- ### Bug Fixes
2085
-
2086
- * **translations:** sync translations from transifex (master) ([7440aaa](https://github.com/dhis2/analytics/commit/7440aaa6ba241d863a526aeb449ef5d34a639a50))
2087
-
2088
- ## [14.1.8](https://github.com/dhis2/analytics/compare/v14.1.7...v14.1.8) (2021-02-11)
2089
-
2090
-
2091
- ### Bug Fixes
2092
-
2093
- * YOY with relative week/days periods DHIS2-9729 ([#758](https://github.com/dhis2/analytics/issues/758)) ([d7c8695](https://github.com/dhis2/analytics/commit/d7c8695a59ac0667a6df4d767efc7d49bfe71762))
2094
-
2095
- ## [14.1.7](https://github.com/dhis2/analytics/compare/v14.1.6...v14.1.7) (2021-02-11)
2096
-
2097
-
2098
- ### Bug Fixes
2099
-
2100
- * color items based on legend strategy + only for legendset types ([#808](https://github.com/dhis2/analytics/issues/808)) ([869dc48](https://github.com/dhis2/analytics/commit/869dc48fa73b40f8f6aaa6beec28382798f82779))
2101
-
2102
- ## [14.1.6](https://github.com/dhis2/analytics/compare/v14.1.5...v14.1.6) (2021-02-09)
2103
-
2104
-
2105
- ### Bug Fixes
2106
-
2107
- * series item color set color of middle legend in legendset (DHIS2-147) ([#807](https://github.com/dhis2/analytics/issues/807)) ([1d8d130](https://github.com/dhis2/analytics/commit/1d8d130573f0eb8d53c4a0b6642d80d8eba90f97))
2108
-
2109
- ## [14.1.5](https://github.com/dhis2/analytics/compare/v14.1.4...v14.1.5) (2021-02-07)
2110
-
2111
-
2112
- ### Bug Fixes
2113
-
2114
- * **translations:** sync translations from transifex (master) ([c4137b9](https://github.com/dhis2/analytics/commit/c4137b9d10133b81dafe6c2e7eb758a1ffd47775))
2115
-
2116
- ## [14.1.4](https://github.com/dhis2/analytics/compare/v14.1.3...v14.1.4) (2021-02-05)
2117
-
2118
-
2119
- ### Bug Fixes
2120
-
2121
- * add data-test attributes for testing, fixed delete callback ([#798](https://github.com/dhis2/analytics/issues/798)) ([d75bc56](https://github.com/dhis2/analytics/commit/d75bc56bff089a17812118131d33407d03520d37))
2122
-
2123
- ## [14.1.3](https://github.com/dhis2/analytics/compare/v14.1.2...v14.1.3) (2021-02-05)
2124
-
2125
-
2126
- ### Bug Fixes
2127
-
2128
- * fix hide empty categories with non-available data DHIS2-8174 ([#773](https://github.com/dhis2/analytics/issues/773)) ([5703a57](https://github.com/dhis2/analytics/commit/5703a570ecbf31c27cbe0a2b327723fcb4d3e231))
2129
-
2130
- ## [14.1.2](https://github.com/dhis2/analytics/compare/v14.1.1...v14.1.2) (2021-02-04)
2131
-
2132
-
2133
- ### Bug Fixes
2134
-
2135
- * **translations:** sync translations from transifex (master) ([6815ced](https://github.com/dhis2/analytics/commit/6815ceda929b4581576ebf8d4ee3b47700afed64))
2136
-
2137
- ## [14.1.1](https://github.com/dhis2/analytics/compare/v14.1.0...v14.1.1) (2021-02-03)
2138
-
2139
-
2140
- ### Bug Fixes
2141
-
2142
- * **translations:** sync translations from transifex (master) ([ef7c166](https://github.com/dhis2/analytics/commit/ef7c1662f97f1936c84fe1c196bf6192dbeae2da))
2143
-
2144
- # [14.1.0](https://github.com/dhis2/analytics/compare/v14.0.3...v14.1.0) (2021-02-02)
2145
-
2146
-
2147
- ### Features
2148
-
2149
- * implement FileMenu using @dhis2/ui components ([#655](https://github.com/dhis2/analytics/issues/655)) ([853dc7c](https://github.com/dhis2/analytics/commit/853dc7cc4681f7826b7c17af265fc1f4d43fc55e))
2150
-
2151
- ## [14.0.3](https://github.com/dhis2/analytics/compare/v14.0.2...v14.0.3) (2021-02-01)
2152
-
2153
-
2154
- ### Bug Fixes
2155
-
2156
- * **translations:** sync translations from transifex (master) ([348fa5d](https://github.com/dhis2/analytics/commit/348fa5d394bfad0e68f5e9ed6649d37790336042))
2157
-
2158
- ## [14.0.2](https://github.com/dhis2/analytics/compare/v14.0.1...v14.0.2) (2021-01-29)
2159
-
2160
-
2161
- ### Bug Fixes
2162
-
2163
- * **translations:** sync translations from transifex (master) ([79c4cc6](https://github.com/dhis2/analytics/commit/79c4cc6b33f538638335e624ee691d4c0cbfbdb7))
2164
-
2165
- ## [14.0.1](https://github.com/dhis2/analytics/compare/v14.0.0...v14.0.1) (2021-01-28)
2166
-
2167
-
2168
- ### Bug Fixes
2169
-
2170
- * **translations:** sync translations from transifex (master) ([4046218](https://github.com/dhis2/analytics/commit/40462187c1c3e2174d5f374edd9a6905ed4d8bac))
2171
-
2172
- # [14.0.0](https://github.com/dhis2/analytics/compare/v13.0.5...v14.0.0) (2021-01-27)
2173
-
2174
-
2175
- ### Features
2176
-
2177
- * scatter options (DHIS2-10006) ([#751](https://github.com/dhis2/analytics/issues/751)) ([89ad5aa](https://github.com/dhis2/analytics/commit/89ad5aa7730e3c894b13230d1060d565230b2031))
2178
-
2179
-
2180
- ### BREAKING CHANGES
2181
-
2182
- * FONT_STYLE_SERIES_AXIS_LABELS and FONT_STYLE_CATEGORY_AXIS_LABELS are replaced by FONT_STYLE_AXIS_LABELS
2183
-
2184
- ## [13.0.5](https://github.com/dhis2/analytics/compare/v13.0.4...v13.0.5) (2021-01-27)
2185
-
2186
-
2187
- ### Bug Fixes
2188
-
2189
- * restore buildUrl and buildQuery functions ([#785](https://github.com/dhis2/analytics/issues/785)) ([a348fac](https://github.com/dhis2/analytics/commit/a348fac4d6604f36a12dea9ff0cf95c9c6084174))
2190
-
2191
- ## [13.0.4](https://github.com/dhis2/analytics/compare/v13.0.3...v13.0.4) (2021-01-26)
2192
-
2193
-
2194
- ### Bug Fixes
2195
-
2196
- * **translations:** sync translations from transifex (master) ([1935ee9](https://github.com/dhis2/analytics/commit/1935ee9b715607e5d9e58e33a5ee14496f0beeeb))
2197
-
2198
- ## [13.0.3](https://github.com/dhis2/analytics/compare/v13.0.2...v13.0.3) (2021-01-24)
2199
-
2200
-
2201
- ### Bug Fixes
2202
-
2203
- * **translations:** sync translations from transifex (master) ([482b621](https://github.com/dhis2/analytics/commit/482b6211681f723ca28935d0ea6dd6f335d12cb4))
2204
-
2205
- ## [13.0.2](https://github.com/dhis2/analytics/compare/v13.0.1...v13.0.2) (2021-01-22)
2206
-
2207
-
2208
- ### Bug Fixes
2209
-
2210
- * only pass fixed dimensions as dimension ([#776](https://github.com/dhis2/analytics/issues/776)) ([9c02508](https://github.com/dhis2/analytics/commit/9c02508bb04c1a7db4ee5766828c1b42ac611e63))
2211
-
2212
- ## [13.0.1](https://github.com/dhis2/analytics/compare/v13.0.0...v13.0.1) (2021-01-22)
2213
-
2214
-
2215
- ### Bug Fixes
2216
-
2217
- * **translations:** sync translations from transifex (master) ([a1aaba6](https://github.com/dhis2/analytics/commit/a1aaba6b1d4ec25b388c9416f656857a28bb07e7))
2218
-
2219
- # [13.0.0](https://github.com/dhis2/analytics/compare/v12.1.10...v13.0.0) (2021-01-21)
2220
-
2221
-
2222
- ### Features
2223
-
2224
- * paging of dynamic dimension items (DHIS2-9274) ([#583](https://github.com/dhis2/analytics/issues/583)) ([670dc79](https://github.com/dhis2/analytics/commit/670dc79a4c55aa070a3219c4d01799bb38b5b631))
2225
-
2226
-
2227
- ### BREAKING CHANGES
2228
-
2229
- * DynamicDimension no longer requires context and instead requires dimensionTitle
2230
-
2231
- ## [12.1.10](https://github.com/dhis2/analytics/compare/v12.1.9...v12.1.10) (2021-01-19)
2232
-
2233
-
2234
- ### Bug Fixes
2235
-
2236
- * update vis type descriptions ([#772](https://github.com/dhis2/analytics/issues/772)) ([ce79923](https://github.com/dhis2/analytics/commit/ce7992369fc9f42b1bc81bcc5a2d84e6834651e4))
2237
-
2238
- ## [12.1.9](https://github.com/dhis2/analytics/compare/v12.1.8...v12.1.9) (2021-01-19)
2239
-
2240
-
2241
- ### Bug Fixes
2242
-
2243
- * migrate to storybook 6 ([#771](https://github.com/dhis2/analytics/issues/771)) ([49e0f0a](https://github.com/dhis2/analytics/commit/49e0f0a18529d4d64f09e96d1231ee79b9cc9fef))
2244
- * revert styled-jsx to avoid bug ([#770](https://github.com/dhis2/analytics/issues/770)) ([1a53c6a](https://github.com/dhis2/analytics/commit/1a53c6af5186ca203b63f0628fe8b30b79ec9092))
2245
-
2246
- ## [12.1.8](https://github.com/dhis2/analytics/compare/v12.1.7...v12.1.8) (2021-01-18)
2247
-
2248
-
2249
- ### Bug Fixes
2250
-
2251
- * **translations:** sync translations from transifex (master) ([5ce6b36](https://github.com/dhis2/analytics/commit/5ce6b36063db539ffc18339ff633f34a343d7d27))
2252
-
2253
- ## [12.1.7](https://github.com/dhis2/analytics/compare/v12.1.6...v12.1.7) (2021-01-14)
2254
-
2255
-
2256
- ### Bug Fixes
2257
-
2258
- * add default color for values out of bounds ([#762](https://github.com/dhis2/analytics/issues/762)) ([b52e00f](https://github.com/dhis2/analytics/commit/b52e00fb2398c24a2fb689ee2d436c66bb8bdc3b))
2259
-
2260
- ## [12.1.6](https://github.com/dhis2/analytics/compare/v12.1.5...v12.1.6) (2021-01-14)
2261
-
2262
-
2263
- ### Bug Fixes
2264
-
2265
- * **translations:** sync translations from transifex (master) ([72d73d6](https://github.com/dhis2/analytics/commit/72d73d69f6fef22a55b7ed3184d6e3d9f78e86ba))
2266
-
2267
- ## [12.1.5](https://github.com/dhis2/analytics/compare/v12.1.4...v12.1.5) (2021-01-13)
2268
-
2269
-
2270
- ### Bug Fixes
2271
-
2272
- * **translations:** sync translations from transifex (master) ([73f8c22](https://github.com/dhis2/analytics/commit/73f8c2286fe612037a3123c5bbbf331554e6bd6b))
2273
-
2274
- ## [12.1.4](https://github.com/dhis2/analytics/compare/v12.1.3...v12.1.4) (2021-01-12)
2275
-
2276
-
2277
- ### Bug Fixes
2278
-
2279
- * add custom title and subtitle for scatter (DHIS2-10170) ([#754](https://github.com/dhis2/analytics/issues/754)) ([f266a8f](https://github.com/dhis2/analytics/commit/f266a8f27ca0efa4b38c7bf8fc2ead97cf70eee7))
2280
-
2281
- ## [12.1.3](https://github.com/dhis2/analytics/compare/v12.1.2...v12.1.3) (2021-01-06)
2282
-
2283
-
2284
- ### Bug Fixes
2285
-
2286
- * **translations:** sync translations from transifex (master) ([edc15fd](https://github.com/dhis2/analytics/commit/edc15fdf549bb06fbd3216d23763f294e6885d2f))
2287
-
2288
- ## [12.1.2](https://github.com/dhis2/analytics/compare/v12.1.1...v12.1.2) (2020-12-24)
2289
-
2290
-
2291
- ### Bug Fixes
2292
-
2293
- * **translations:** sync translations from transifex (master) ([3828f50](https://github.com/dhis2/analytics/commit/3828f509b57f3d5b97ec7dcff9daef6fbc25d37f))
2294
-
2295
- ## [12.1.1](https://github.com/dhis2/analytics/compare/v12.1.0...v12.1.1) (2020-12-22)
2296
-
2297
-
2298
- ### Bug Fixes
2299
-
2300
- * **translations:** sync translations from transifex (master) ([e431213](https://github.com/dhis2/analytics/commit/e431213aed2b99a6378b13c86567116f7b8ce80f))
2301
-
2302
- # [12.1.0](https://github.com/dhis2/analytics/compare/v12.0.5...v12.1.0) (2020-12-21)
2303
-
2304
-
2305
- ### Features
2306
-
2307
- * reverse-map values to labels for large datasets (DHIS2-10103) ([#727](https://github.com/dhis2/analytics/issues/727)) ([8e8ad91](https://github.com/dhis2/analytics/commit/8e8ad9128a50ae99279daf71ef9949d48b3acd2a))
2308
-
2309
- ## [12.0.5](https://github.com/dhis2/analytics/compare/v12.0.4...v12.0.5) (2020-12-21)
2310
-
2311
-
2312
- ### Bug Fixes
2313
-
2314
- * **translations:** sync translations from transifex (master) ([0e4731a](https://github.com/dhis2/analytics/commit/0e4731a69d51db9fa68c76f481413a922358f8f0))
2315
-
2316
- ## [12.0.4](https://github.com/dhis2/analytics/compare/v12.0.3...v12.0.4) (2020-12-18)
2317
-
2318
-
2319
- ### Bug Fixes
2320
-
2321
- * **translations:** sync translations from transifex (master) ([1aaeb65](https://github.com/dhis2/analytics/commit/1aaeb65a4a6d319b14b776677c09b7f6a72fff38))
2322
-
2323
- ## [12.0.3](https://github.com/dhis2/analytics/compare/v12.0.2...v12.0.3) (2020-12-15)
2324
-
2325
-
2326
- ### Bug Fixes
2327
-
2328
- * **translations:** sync translations from transifex (master) ([ce87605](https://github.com/dhis2/analytics/commit/ce876055520561a43afdd611571ce007f47f0d84))
2329
-
2330
- ## [12.0.2](https://github.com/dhis2/analytics/compare/v12.0.1...v12.0.2) (2020-12-14)
2331
-
2332
-
2333
- ### Bug Fixes
2334
-
2335
- * **translations:** sync translations from transifex (master) ([54e2550](https://github.com/dhis2/analytics/commit/54e2550f0b0871f607b3387eb5e7dd8c01668221))
2336
-
2337
- ## [12.0.1](https://github.com/dhis2/analytics/compare/v12.0.0...v12.0.1) (2020-12-12)
2338
-
2339
-
2340
- ### Bug Fixes
2341
-
2342
- * **translations:** sync translations from transifex (master) ([1b30fc9](https://github.com/dhis2/analytics/commit/1b30fc9b97f573f21700997d22531dc6f4081ee6))
2343
-
2344
- # [12.0.0](https://github.com/dhis2/analytics/compare/v11.3.5...v12.0.0) (2020-12-11)
2345
-
2346
-
2347
- ### Features
2348
-
2349
- * use dataEngine (trigger publish) ([#730](https://github.com/dhis2/analytics/issues/730)) ([93a2703](https://github.com/dhis2/analytics/commit/93a2703922a40cb95bb030b51c4a4ea7d8a73922))
2350
-
2351
-
2352
- ### BREAKING CHANGES
2353
-
2354
- * Apps need to pass the dataEngine in place of d2
2355
-
2356
- ## [11.3.5](https://github.com/dhis2/analytics/compare/v11.3.4...v11.3.5) (2020-12-11)
2357
-
2358
-
2359
- ### Bug Fixes
2360
-
2361
- * **translations:** sync translations from transifex (master) ([708153d](https://github.com/dhis2/analytics/commit/708153d6610cfe7b9b707fa057e87c31ceddcc71))
2362
-
2363
- ## [11.3.4](https://github.com/dhis2/analytics/compare/v11.3.3...v11.3.4) (2020-12-09)
2364
-
2365
-
2366
- ### Bug Fixes
2367
-
2368
- * add data test to the data dim info box ([#726](https://github.com/dhis2/analytics/issues/726)) ([001136d](https://github.com/dhis2/analytics/commit/001136d8de0e52948138f25bdfa7fdecfb139231))
2369
-
2370
- ## [11.3.3](https://github.com/dhis2/analytics/compare/v11.3.2...v11.3.3) (2020-12-08)
2371
-
2372
-
2373
- ### Bug Fixes
2374
-
2375
- * **translations:** sync translations from transifex (master) ([97065aa](https://github.com/dhis2/analytics/commit/97065aabdc8c5ee530ee52f8e4647a303d2b45a0))
2376
-
2377
- ## [11.3.2](https://github.com/dhis2/analytics/compare/v11.3.1...v11.3.2) (2020-12-05)
2378
-
2379
-
2380
- ### Bug Fixes
2381
-
2382
- * **translations:** sync translations from transifex (master) ([a25185f](https://github.com/dhis2/analytics/commit/a25185f8dde539f690d20da402eee90c6e3dba19))
2383
-
2384
- ## [11.3.1](https://github.com/dhis2/analytics/compare/v11.3.0...v11.3.1) (2020-12-04)
2385
-
2386
-
2387
- ### Bug Fixes
2388
-
2389
- * **translations:** sync translations from transifex (master) ([e03bb6d](https://github.com/dhis2/analytics/commit/e03bb6d8d19694cef9cd794d0dcc11b318b0c41d))
2390
-
2391
- # [11.3.0](https://github.com/dhis2/analytics/compare/v11.2.10...v11.3.0) (2020-12-03)
2392
-
2393
-
2394
- ### Features
2395
-
2396
- * add support for scatter charts ([#644](https://github.com/dhis2/analytics/issues/644)) ([a2c97dd](https://github.com/dhis2/analytics/commit/a2c97ddf12a700bef59ca287b618fada21345c27))
2397
-
2398
- ## [11.2.10](https://github.com/dhis2/analytics/compare/v11.2.9...v11.2.10) (2020-11-26)
2399
-
2400
-
2401
- ### Bug Fixes
2402
-
2403
- * **translations:** sync translations from transifex (master) ([25789cc](https://github.com/dhis2/analytics/commit/25789cc1f5453dd4c529c032a650bc40e2c79aa2))
2404
-
2405
- ## [11.2.9](https://github.com/dhis2/analytics/compare/v11.2.8...v11.2.9) (2020-11-25)
2406
-
2407
-
2408
- ### Bug Fixes
2409
-
2410
- * **translations:** sync translations from transifex (master) ([644c4d7](https://github.com/dhis2/analytics/commit/644c4d7c9495615d6d91e29e6c5a0e14a6fc1bf3))
2411
-
2412
- ## [11.2.8](https://github.com/dhis2/analytics/compare/v11.2.7...v11.2.8) (2020-11-17)
2413
-
2414
-
2415
- ### Bug Fixes
2416
-
2417
- * **translations:** sync translations from transifex (master) ([d62c44a](https://github.com/dhis2/analytics/commit/d62c44a19f7eacdd71ce5b4b37de055f4b2c0ccf))
2418
-
2419
- ## [11.2.7](https://github.com/dhis2/analytics/compare/v11.2.6...v11.2.7) (2020-11-15)
2420
-
2421
-
2422
- ### Bug Fixes
2423
-
2424
- * **translations:** sync translations from transifex (master) ([c2b97db](https://github.com/dhis2/analytics/commit/c2b97db3bf66e97b14e9daf6f9f635bbac8da4ba))
2425
-
2426
- ## [11.2.6](https://github.com/dhis2/analytics/compare/v11.2.5...v11.2.6) (2020-11-14)
2427
-
2428
-
2429
- ### Bug Fixes
2430
-
2431
- * **translations:** sync translations from transifex (master) ([a10db1b](https://github.com/dhis2/analytics/commit/a10db1be0252fb10e64f2c9e0b00669b33fdf5ec))
2432
-
2433
- ## [11.2.5](https://github.com/dhis2/analytics/compare/v11.2.4...v11.2.5) (2020-11-13)
2434
-
2435
-
2436
- ### Bug Fixes
2437
-
2438
- * bump ui to latest 5.7.3 ([#697](https://github.com/dhis2/analytics/issues/697)) ([5c3b372](https://github.com/dhis2/analytics/commit/5c3b372dc72f041c6ac85387dd7c4f033f721e48))
2439
-
2440
- ## [11.2.4](https://github.com/dhis2/analytics/compare/v11.2.3...v11.2.4) (2020-11-13)
2441
-
2442
-
2443
- ### Bug Fixes
2444
-
2445
- * add data test props ([#679](https://github.com/dhis2/analytics/issues/679)) ([d45b39f](https://github.com/dhis2/analytics/commit/d45b39f499617f1671de736a06c2c122c01ac13b))
2446
-
2447
- ## [11.2.3](https://github.com/dhis2/analytics/compare/v11.2.2...v11.2.3) (2020-11-13)
2448
-
2449
-
2450
- ### Bug Fixes
2451
-
2452
- * **translations:** sync translations from transifex (master) ([eae1df4](https://github.com/dhis2/analytics/commit/eae1df40da4053ce56f4416e462752a2226cffbd))
2453
-
2454
- ## [11.2.2](https://github.com/dhis2/analytics/compare/v11.2.1...v11.2.2) (2020-11-11)
2455
-
2456
-
2457
- ### Bug Fixes
2458
-
2459
- * **translations:** sync translations from transifex (master) ([59a58a7](https://github.com/dhis2/analytics/commit/59a58a7b63e2ceeda3a3c75d709b366b7bd30ef4))
2460
-
2461
- ## [11.2.1](https://github.com/dhis2/analytics/compare/v11.2.0...v11.2.1) (2020-11-10)
2462
-
2463
-
2464
- ### Bug Fixes
2465
-
2466
- * trigger release to finalize jira migration ([ac993cc](https://github.com/dhis2/analytics/commit/ac993cce7d2a568a802c922df7c4fb7d15720f19))
2467
-
2468
- # [11.2.0](https://github.com/dhis2/analytics/compare/v11.1.11...v11.2.0) (2020-11-06)
2469
-
2470
-
2471
- ### Features
2472
-
2473
- * add function that returns a modified layout based on a given visualization type and original layout [DHIS2-9599] ([#654](https://github.com/dhis2/analytics/issues/654)) ([3de1f77](https://github.com/dhis2/analytics/commit/3de1f773d41980ad33b00462664e7c5048a0e844))
2474
-
2475
- ## [11.1.11](https://github.com/dhis2/analytics/compare/v11.1.10...v11.1.11) (2020-11-02)
2476
-
2477
-
2478
- ### Bug Fixes
2479
-
2480
- * **translations:** sync translations from transifex (master) ([e383893](https://github.com/dhis2/analytics/commit/e3838931da3d53ccce1a13279fbba0911d36c7be))
2481
-
2482
- ## [11.1.10](https://github.com/dhis2/analytics/compare/v11.1.9...v11.1.10) (2020-11-01)
2483
-
2484
-
2485
- ### Bug Fixes
2486
-
2487
- * **translations:** sync translations from transifex (master) ([6a38f4d](https://github.com/dhis2/analytics/commit/6a38f4d315f7b7876f8cb96dabd9c0b8c03aeff8))
2488
-
2489
- ## [11.1.9](https://github.com/dhis2/analytics/compare/v11.1.8...v11.1.9) (2020-10-31)
2490
-
2491
-
2492
- ### Bug Fixes
2493
-
2494
- * **translations:** sync translations from transifex (master) ([41fdf6c](https://github.com/dhis2/analytics/commit/41fdf6ccd766f80b0dd5955f5ad5faceb606e040))
2495
-
2496
- ## [11.1.8](https://github.com/dhis2/analytics/compare/v11.1.7...v11.1.8) (2020-10-30)
2497
-
2498
-
2499
- ### Bug Fixes
2500
-
2501
- * **translations:** sync translations from transifex (master) ([970f178](https://github.com/dhis2/analytics/commit/970f178e338be04ed19c2c1efa8f52e550fc9425))
2502
-
2503
- ## [11.1.7](https://github.com/dhis2/analytics/compare/v11.1.6...v11.1.7) (2020-10-29)
2504
-
2505
-
2506
- ### Bug Fixes
2507
-
2508
- * **translations:** sync translations from transifex (master) ([10adbcd](https://github.com/dhis2/analytics/commit/10adbcdb435e0f2c46aa626e578916450d8c0745))
2509
-
2510
- ## [11.1.6](https://github.com/dhis2/analytics/compare/v11.1.5...v11.1.6) (2020-10-27)
2511
-
2512
-
2513
- ### Bug Fixes
2514
-
2515
- * **translations:** sync translations from transifex (master) ([a91f72b](https://github.com/dhis2/analytics/commit/a91f72b1891092a44dbd72306db37b40ca871750))
2516
-
2517
- ## [11.1.5](https://github.com/dhis2/analytics/compare/v11.1.4...v11.1.5) (2020-10-23)
2518
-
2519
-
2520
- ### Bug Fixes
2521
-
2522
- * **translations:** sync translations from transifex (master) ([63be072](https://github.com/dhis2/analytics/commit/63be0725169cdbeec0af7b9b0794da9923ecc8c1))
2523
-
2524
- ## [11.1.4](https://github.com/dhis2/analytics/compare/v11.1.3...v11.1.4) (2020-10-22)
2525
-
2526
-
2527
- ### Bug Fixes
2528
-
2529
- * **translations:** sync translations from transifex (master) ([d5a29ca](https://github.com/dhis2/analytics/commit/d5a29ca2a81d9f8df2ce8cffc5b8d6b4b7abcc68))
2530
-
2531
- ## [11.1.3](https://github.com/dhis2/analytics/compare/v11.1.2...v11.1.3) (2020-10-22)
2532
-
2533
-
2534
- ### Bug Fixes
2535
-
2536
- * render trendlines in front of columns (DHIS2-9829) ([#657](https://github.com/dhis2/analytics/issues/657)) ([66fd0e9](https://github.com/dhis2/analytics/commit/66fd0e9e0aee6eb5efc8ebb4eb6d7744910fecd4))
2537
-
2538
- ## [11.1.2](https://github.com/dhis2/analytics/compare/v11.1.1...v11.1.2) (2020-10-21)
2539
-
2540
-
2541
- ### Bug Fixes
2542
-
2543
- * **translations:** sync translations from transifex (master) ([444a918](https://github.com/dhis2/analytics/commit/444a91860dce3d58d7cb1459f6a12c6445e3e789))
2544
-
2545
- ## [11.1.1](https://github.com/dhis2/analytics/compare/v11.1.0...v11.1.1) (2020-10-21)
2546
-
2547
-
2548
- ### Bug Fixes
2549
-
2550
- * display info msg when no legend is found (DHIS2-147) ([#656](https://github.com/dhis2/analytics/issues/656)) ([19d7860](https://github.com/dhis2/analytics/commit/19d786065edcd3cdd87fc4e61590357cc590cfa5))
2551
-
2552
- # [11.1.0](https://github.com/dhis2/analytics/compare/v11.0.16...v11.1.0) (2020-10-20)
2553
-
2554
-
2555
- ### Features
2556
-
2557
- * legend sets for column + bar (DHIS2-147) ([#650](https://github.com/dhis2/analytics/issues/650)) ([fde0eaf](https://github.com/dhis2/analytics/commit/fde0eaf9b8aeb67dc0f34b3015b5a8822c9c4f60))
2558
-
2559
- ## [11.0.16](https://github.com/dhis2/analytics/compare/v11.0.15...v11.0.16) (2020-10-20)
2560
-
2561
-
2562
- ### Bug Fixes
2563
-
2564
- * dynamic min/max based on content of data values ([#635](https://github.com/dhis2/analytics/issues/635)) ([000cd18](https://github.com/dhis2/analytics/commit/000cd1896b90da5cda9fe3ff477f3d3a7a2ec799))
2565
-
2566
- ## [11.0.15](https://github.com/dhis2/analytics/compare/v11.0.14...v11.0.15) (2020-10-19)
2567
-
2568
-
2569
- ### Bug Fixes
2570
-
2571
- * **translations:** sync translations from transifex (master) ([f7221bc](https://github.com/dhis2/analytics/commit/f7221bc0a651945d7f0851e2ab31d74f1b1e351a))
2572
-
2573
- ## [11.0.14](https://github.com/dhis2/analytics/compare/v11.0.13...v11.0.14) (2020-10-19)
2574
-
2575
-
2576
- ### Bug Fixes
2577
-
2578
- * fix debouncing in filterText onChange ([#604](https://github.com/dhis2/analytics/issues/604)) ([c8b7e47](https://github.com/dhis2/analytics/commit/c8b7e47fcd46c92e53789a90ac87664da67045e6))
2579
-
2580
- ## [11.0.13](https://github.com/dhis2/analytics/compare/v11.0.12...v11.0.13) (2020-10-12)
2581
-
2582
-
2583
- ### Bug Fixes
2584
-
2585
- * **translations:** sync translations from transifex (master) ([5d9d4c8](https://github.com/dhis2/analytics/commit/5d9d4c895a90632f600f0cb638347e7682679604))
2586
-
2587
- ## [11.0.12](https://github.com/dhis2/analytics/compare/v11.0.11...v11.0.12) (2020-10-08)
2588
-
2589
-
2590
- ### Bug Fixes
2591
-
2592
- * **translations:** sync translations from transifex (master) ([f77fa9b](https://github.com/dhis2/analytics/commit/f77fa9ba97db19e3ba91c0fde0c206eb22ad00d9))
2593
-
2594
- ## [11.0.11](https://github.com/dhis2/analytics/compare/v11.0.10...v11.0.11) (2020-10-07)
2595
-
2596
-
2597
- ### Bug Fixes
2598
-
2599
- * **translations:** sync translations from transifex (master) ([63fc012](https://github.com/dhis2/analytics/commit/63fc0124a1ede906567c69c8722f4c8f4aea5fdb))
2600
-
2601
- ## [11.0.10](https://github.com/dhis2/analytics/compare/v11.0.9...v11.0.10) (2020-09-24)
2602
-
2603
-
2604
- ### Bug Fixes
2605
-
2606
- * **translations:** sync translations from transifex (master) ([956060f](https://github.com/dhis2/analytics/commit/956060f46f1f0a473c76bd16216571784c2208b8))
2607
-
2608
- ## [11.0.9](https://github.com/dhis2/analytics/compare/v11.0.8...v11.0.9) (2020-09-24)
2609
-
2610
-
2611
- ### Bug Fixes
2612
-
2613
- * polynomial regression breaks with 1 data point only ([#626](https://github.com/dhis2/analytics/issues/626)) ([7825e04](https://github.com/dhis2/analytics/commit/7825e047dd4b096b786933e58f45b89b4d4b245d))
2614
-
2615
- ## [11.0.8](https://github.com/dhis2/analytics/compare/v11.0.7...v11.0.8) (2020-09-23)
2616
-
2617
-
2618
- ### Bug Fixes
2619
-
2620
- * **translations:** sync translations from transifex (master) ([a3623d9](https://github.com/dhis2/analytics/commit/a3623d954212bdb04e8f4c925eb134ebf5cc0c48))
2621
-
2622
- ## [11.0.7](https://github.com/dhis2/analytics/compare/v11.0.6...v11.0.7) (2020-09-23)
2623
-
2624
-
2625
- ### Bug Fixes
2626
-
2627
- * extract color from pattern for trendlines ([#619](https://github.com/dhis2/analytics/issues/619)) ([27356be](https://github.com/dhis2/analytics/commit/27356be1320196517083472da44dac735532913a))
2628
-
2629
- ## [11.0.6](https://github.com/dhis2/analytics/compare/v11.0.5...v11.0.6) (2020-09-22)
2630
-
2631
-
2632
- ### Bug Fixes
2633
-
2634
- * radar clashing axis titles ([#618](https://github.com/dhis2/analytics/issues/618)) ([c875950](https://github.com/dhis2/analytics/commit/c875950cfbeca3eeb00679821c4666cefadf71b8))
2635
-
2636
- ## [11.0.5](https://github.com/dhis2/analytics/compare/v11.0.4...v11.0.5) (2020-09-21)
2637
-
2638
-
2639
- ### Bug Fixes
2640
-
2641
- * **translations:** sync translations from transifex (master) ([1772a05](https://github.com/dhis2/analytics/commit/1772a058d2dd016850e8bd594dfdcc26d58c35a6))
2642
- * setting org unit as series cause crash ([#613](https://github.com/dhis2/analytics/issues/613)) ([2077592](https://github.com/dhis2/analytics/commit/20775926ee3b7e22fb0ea7c428bf15f9009e2f9a))
2643
-
2644
- ## [11.0.4](https://github.com/dhis2/analytics/compare/v11.0.3...v11.0.4) (2020-09-19)
2645
-
2646
-
2647
- ### Bug Fixes
2648
-
2649
- * **translations:** sync translations from transifex (master) ([6006030](https://github.com/dhis2/analytics/commit/6006030a76976f748e9ca708b828a9995ce4b6c4))
2650
-
2651
- ## [11.0.3](https://github.com/dhis2/analytics/compare/v11.0.2...v11.0.3) (2020-09-18)
2652
-
2653
-
2654
- ### Bug Fixes
2655
-
2656
- * **translations:** sync translations from transifex (master) ([39e81f0](https://github.com/dhis2/analytics/commit/39e81f0ab2d96d881512f5236be3cf76bdd8ed84))
2657
-
2658
- ## [11.0.2](https://github.com/dhis2/analytics/compare/v11.0.1...v11.0.2) (2020-09-18)
2659
-
2660
-
2661
- ### Bug Fixes
2662
-
2663
- * export hasRelativeItems and use as condition for Highcharts config ([#605](https://github.com/dhis2/analytics/issues/605)) ([1892347](https://github.com/dhis2/analytics/commit/189234705f90c5d28d21fc675f1c6d1fa79fcd96)), closes [dhis2/data-visualizer-app#1280](https://github.com/dhis2/data-visualizer-app/issues/1280)
2664
-
2665
- ## [11.0.1](https://github.com/dhis2/analytics/compare/v11.0.0...v11.0.1) (2020-09-18)
2666
-
2667
-
2668
- ### Bug Fixes
2669
-
2670
- * org unit z-index ([#602](https://github.com/dhis2/analytics/issues/602)) ([f173e53](https://github.com/dhis2/analytics/commit/f173e5354ee27cf890c4c18060018ea6f0805df9))
2671
-
2672
- # [11.0.0](https://github.com/dhis2/analytics/compare/v10.0.7...v11.0.0) (2020-09-18)
2673
-
2674
-
2675
- ### Features
2676
-
2677
- * solve font style related issues ([#597](https://github.com/dhis2/analytics/issues/597)) ([a9ca8b6](https://github.com/dhis2/analytics/commit/a9ca8b62c4bcee8d5e793d1c34ffc27bb98b7b2d))
2678
-
2679
-
2680
- ### BREAKING CHANGES
2681
-
2682
- * - COLOR_SET_MONO_PATTERNS renamed to COLOR_SET_PATTERNS
2683
- - getFontSizeOptions requires the prop fontStyleKey to be passed in
2684
- - getTextAlignOptions exports an array instead of an object and requires the prop visType to be passed in
2685
-
2686
- ## [10.0.7](https://github.com/dhis2/analytics/compare/v10.0.6...v10.0.7) (2020-09-18)
2687
-
2688
-
2689
- ### Bug Fixes
2690
-
2691
- * apply legend color to SV when using DGS ([#599](https://github.com/dhis2/analytics/issues/599)) ([5fb7538](https://github.com/dhis2/analytics/commit/5fb7538612c4b1dcc4b78d3b7251a8f6f8a9b69f))
2692
- * custom sort order, hide empty categories options crash pie/gauge ([#596](https://github.com/dhis2/analytics/issues/596)) ([97970a1](https://github.com/dhis2/analytics/commit/97970a14bb70358236b315fb4d450f7d06d98791))
2693
- * fix trendline handling for stacked area with 2 categories ([#603](https://github.com/dhis2/analytics/issues/603)) ([4c53d9a](https://github.com/dhis2/analytics/commit/4c53d9a0e2c2a9ad99dbd7071359969f09f6ee52))
2694
-
2695
- ## [10.0.6](https://github.com/dhis2/analytics/compare/v10.0.5...v10.0.6) (2020-09-17)
2696
-
2697
-
2698
- ### Bug Fixes
2699
-
2700
- * **translations:** sync translations from transifex (master) ([6674d93](https://github.com/dhis2/analytics/commit/6674d933b6f223c5b9290f9577bc94996227b753))
2701
-
2702
- ## [10.0.5](https://github.com/dhis2/analytics/compare/v10.0.4...v10.0.5) (2020-09-14)
2703
-
2704
-
2705
- ### Bug Fixes
2706
-
2707
- * exclude negative sign from digit group separation ([#598](https://github.com/dhis2/analytics/issues/598)) ([d7ec310](https://github.com/dhis2/analytics/commit/d7ec310f31dcdbb6053f0104d97b80f435ddfdd0))
2708
-
2709
- ## [10.0.4](https://github.com/dhis2/analytics/compare/v10.0.3...v10.0.4) (2020-09-14)
2710
-
2711
-
2712
- ### Bug Fixes
2713
-
2714
- * text styling not applied when switching to 2 category ([#595](https://github.com/dhis2/analytics/issues/595)) ([1694652](https://github.com/dhis2/analytics/commit/16946523993061a0ea8b1c23a01c0db456bcf2ab))
2715
-
2716
- ## [10.0.3](https://github.com/dhis2/analytics/compare/v10.0.2...v10.0.3) (2020-09-07)
2717
-
2718
-
2719
- ### Bug Fixes
2720
-
2721
- * subtract initial empty columns from partition calculation ([#591](https://github.com/dhis2/analytics/issues/591)) ([df458d9](https://github.com/dhis2/analytics/commit/df458d95f7a5900e0a5ba369e90efd0f5db1e2a8))
2722
-
2723
- ## [10.0.2](https://github.com/dhis2/analytics/compare/v10.0.1...v10.0.2) (2020-09-07)
2724
-
2725
-
2726
- ### Bug Fixes
2727
-
2728
- * optional chaining for legend items ([#587](https://github.com/dhis2/analytics/issues/587)) ([b0c8124](https://github.com/dhis2/analytics/commit/b0c8124de1326ab4fac927b011424fd8e40d9f13))
2729
- * resolve previously introduced build error (DHIS2-9413) ([#589](https://github.com/dhis2/analytics/issues/589)) ([3246306](https://github.com/dhis2/analytics/commit/3246306d6e0647ab1adb31121c902de5c1cf72a6))
2730
-
2731
- ## [10.0.1](https://github.com/dhis2/analytics/compare/v10.0.0...v10.0.1) (2020-09-02)
2732
-
2733
-
2734
- ### Bug Fixes
2735
-
2736
- * deduplicate yarn.lock ([#582](https://github.com/dhis2/analytics/issues/582)) ([66e65c2](https://github.com/dhis2/analytics/commit/66e65c206830382cdf905f77c9c6418a4aa8f078))
2737
-
2738
- # [10.0.0](https://github.com/dhis2/analytics/compare/v9.0.1...v10.0.0) (2020-09-02)
2739
-
2740
-
2741
- ### Features
2742
-
2743
- * 6f3562c00068a76201cba6c64d655c1bc217c514 ([eaed76e](https://github.com/dhis2/analytics/commit/eaed76ea875e38edefde5d8834a748093f2df2b5))
2744
-
2745
-
2746
- ### BREAKING CHANGES
2747
-
2748
- * DimensionMenu no longer accepts anchorEl
2749
-
2750
- ## [9.0.1](https://github.com/dhis2/analytics/compare/v9.0.0...v9.0.1) (2020-09-02)
2751
-
2752
-
2753
- ### Bug Fixes
2754
-
2755
- * dimension menu updates requested by DV (DHIS2-9365) ([#578](https://github.com/dhis2/analytics/issues/578)) ([6f3562c](https://github.com/dhis2/analytics/commit/6f3562c00068a76201cba6c64d655c1bc217c514))
2756
-
2757
- # [9.0.0](https://github.com/dhis2/analytics/compare/v8.9.8...v9.0.0) (2020-08-28)
2758
-
2759
-
2760
- ### Features
2761
-
2762
- * allow multi dx (DHIS2-8808) ([#574](https://github.com/dhis2/analytics/issues/574)) ([c184e8b](https://github.com/dhis2/analytics/commit/c184e8bb1193acfa513e08237ff87fb274d65be1))
2763
-
2764
-
2765
- ### BREAKING CHANGES
2766
-
2767
- * no series for YOY charts
2768
-
2769
- * fix: newline
2770
-
2771
- ## [8.9.8](https://github.com/dhis2/analytics/compare/v8.9.7...v8.9.8) (2020-08-28)
2772
-
2773
-
2774
- ### Bug Fixes
2775
-
2776
- * fix bug when 1 item is selected for each of the 2 categories (DHIS2-9350) ([#573](https://github.com/dhis2/analytics/issues/573)) ([e0c726b](https://github.com/dhis2/analytics/commit/e0c726b89ea33cadfdff78b7c5379c6bb03e2d4e))
2777
-
2778
- ## [8.9.7](https://github.com/dhis2/analytics/compare/v8.9.6...v8.9.7) (2020-08-27)
2779
-
2780
-
2781
- ### Bug Fixes
2782
-
2783
- * implement digit group separator in SV ([#571](https://github.com/dhis2/analytics/issues/571)) ([5159c8e](https://github.com/dhis2/analytics/commit/5159c8ea0ea39001cd11d5b29dae3551966d0ded))
2784
-
2785
- ## [8.9.6](https://github.com/dhis2/analytics/compare/v8.9.5...v8.9.6) (2020-08-24)
2786
-
2787
-
2788
- ### Bug Fixes
2789
-
2790
- * Remove deep cloning from fontStyle (DHIS2-8426) ([#560](https://github.com/dhis2/analytics/issues/560)) ([8ae9a57](https://github.com/dhis2/analytics/commit/8ae9a57e501210da19ea295e5c3a72234a1696b4))
2791
-
2792
- ## [8.9.5](https://github.com/dhis2/analytics/compare/v8.9.4...v8.9.5) (2020-08-20)
2793
-
2794
-
2795
- ### Bug Fixes
2796
-
2797
- * **translations:** sync translations from transifex (master) ([142a47b](https://github.com/dhis2/analytics/commit/142a47b636b1b6f183f33aea01aba516844c5e32))
2798
-
2799
- ## [8.9.4](https://github.com/dhis2/analytics/compare/v8.9.3...v8.9.4) (2020-08-20)
2800
-
2801
-
2802
- ### Bug Fixes
2803
-
2804
- * Multi-axis colors incorrect (DHIS2-9220) ([#554](https://github.com/dhis2/analytics/issues/554)) ([390b8a0](https://github.com/dhis2/analytics/commit/390b8a092bfb85535e262ac4f7b091a9789747cc))
2805
-
2806
- ## [8.9.3](https://github.com/dhis2/analytics/compare/v8.9.2...v8.9.3) (2020-08-19)
2807
-
2808
-
2809
- ### Bug Fixes
2810
-
2811
- * **translations:** sync translations from transifex (master) ([1026fd2](https://github.com/dhis2/analytics/commit/1026fd22aaa31cf1abd04ce8a973260825215cc4))
2812
-
2813
- ## [8.9.2](https://github.com/dhis2/analytics/compare/v8.9.1...v8.9.2) (2020-08-19)
2814
-
2815
-
2816
- ### Bug Fixes
2817
-
2818
- * remove manage axis divider (DHIS2-6385) ([#555](https://github.com/dhis2/analytics/issues/555)) ([1794afe](https://github.com/dhis2/analytics/commit/1794afea3749ad76396673fb2a88882ca692920f))
2819
-
2820
- ## [8.9.1](https://github.com/dhis2/analytics/compare/v8.9.0...v8.9.1) (2020-08-18)
2821
-
2822
-
2823
- ### Bug Fixes
2824
-
2825
- * **translations:** sync translations from transifex (master) ([ab1f70f](https://github.com/dhis2/analytics/commit/ab1f70f4a0437bfe3ba71d987ceb8353ae7263e2))
2826
-
2827
- # [8.9.0](https://github.com/dhis2/analytics/compare/v8.8.0...v8.9.0) (2020-08-18)
2828
-
2829
-
2830
- ### Features
2831
-
2832
- * add more daily relative periods (DHIS2-8438) ([#557](https://github.com/dhis2/analytics/issues/557)) ([a181068](https://github.com/dhis2/analytics/commit/a1810684f21fdb82420e5b4b52d3fe00d51018d9))
2833
-
2834
- # [8.8.0](https://github.com/dhis2/analytics/compare/v8.7.0...v8.8.0) (2020-08-18)
2835
-
2836
-
2837
- ### Features
2838
-
2839
- * support font style options (DHIS2-8426) ([#534](https://github.com/dhis2/analytics/issues/534)) ([27939c3](https://github.com/dhis2/analytics/commit/27939c3380024178522504ea47905ba2411eb3c1))
2840
-
2841
- # [8.7.0](https://github.com/dhis2/analytics/compare/v8.6.1...v8.7.0) (2020-08-17)
2842
-
2843
-
2844
- ### Features
2845
-
2846
- * bump cli-app-scripts and ui ([#553](https://github.com/dhis2/analytics/issues/553)) ([69e9283](https://github.com/dhis2/analytics/commit/69e92839d7fc123c089914aaa614a6644382b554))
2847
-
2848
- ## [8.6.1](https://github.com/dhis2/analytics/compare/v8.6.0...v8.6.1) (2020-08-14)
2849
-
2850
-
2851
- ### Bug Fixes
2852
-
2853
- * enable multi axis for Area (DHIS2-9011) ([#550](https://github.com/dhis2/analytics/issues/550)) ([1a9cce0](https://github.com/dhis2/analytics/commit/1a9cce0af066de202c239bc9e174fe70a3631072))
2854
-
2855
- # [8.6.0](https://github.com/dhis2/analytics/compare/v8.5.1...v8.6.0) (2020-08-14)
2856
-
2857
-
2858
- ### Features
2859
-
2860
- * 2 category charts (DHIS2-7876) ([#508](https://github.com/dhis2/analytics/issues/508)) ([9e7f5c2](https://github.com/dhis2/analytics/commit/9e7f5c222c00bcf9db76c754e43436d9caba2296))
2861
-
2862
- ## [8.5.1](https://github.com/dhis2/analytics/compare/v8.5.0...v8.5.1) (2020-08-13)
2863
-
2864
-
2865
- ### Bug Fixes
2866
-
2867
- * **translations:** sync translations from transifex (master) ([7e3587b](https://github.com/dhis2/analytics/commit/7e3587b84b72b52b374b42b491b56dafbde89dda))
2868
-
2869
- # [8.5.0](https://github.com/dhis2/analytics/compare/v8.4.0...v8.5.0) (2020-08-13)
2870
-
2871
-
2872
- ### Features
2873
-
2874
- * add support for DV's colorSet option (DHIS2-670) ([#531](https://github.com/dhis2/analytics/issues/531)) ([e2eb37c](https://github.com/dhis2/analytics/commit/e2eb37c24f14fa0a64286420d1b057e2a93723aa))
2875
-
2876
- # [8.4.0](https://github.com/dhis2/analytics/compare/v8.3.1...v8.4.0) (2020-08-12)
2877
-
2878
-
2879
- ### Features
2880
-
2881
- * introduce fixed-period-select component ([#509](https://github.com/dhis2/analytics/issues/509)) ([3f7a07a](https://github.com/dhis2/analytics/commit/3f7a07a4de8915035727140a2776edf6d74c7666))
2882
-
2883
- ## [8.3.1](https://github.com/dhis2/analytics/compare/v8.3.0...v8.3.1) (2020-08-11)
2884
-
2885
-
2886
- ### Bug Fixes
2887
-
2888
- * **translations:** sync translations from transifex (master) ([3eb09c5](https://github.com/dhis2/analytics/commit/3eb09c5ce928f428fe8adc3200debfa861c3041f))
2889
-
2890
- # [8.3.0](https://github.com/dhis2/analytics/compare/v8.2.0...v8.3.0) (2020-08-11)
2891
-
2892
-
2893
- ### Features
2894
-
2895
- * new vis type for stacked area (DHIS2-9217) ([#536](https://github.com/dhis2/analytics/issues/536)) ([de49779](https://github.com/dhis2/analytics/commit/de49779606a75ec74e2f4e70d0f7a0db3cf12499))
2896
-
2897
- # [8.2.0](https://github.com/dhis2/analytics/compare/v8.1.2...v8.2.0) (2020-08-11)
2898
-
2899
-
2900
- ### Features
2901
-
2902
- * add vis type descriptions (DHIS2-7855) ([#527](https://github.com/dhis2/analytics/issues/527)) ([8294cb7](https://github.com/dhis2/analytics/commit/8294cb792b7f242aaf710c1da42a49a5bfcb97b1))
2903
-
2904
- ## [8.1.2](https://github.com/dhis2/analytics/compare/v8.1.1...v8.1.2) (2020-08-11)
2905
-
2906
-
2907
- ### Bug Fixes
2908
-
2909
- * prevent saved AOs without series from crashing ([#535](https://github.com/dhis2/analytics/issues/535)) ([19f540c](https://github.com/dhis2/analytics/commit/19f540c5e689154b3c5ee9f1e3bab84363ec1bbf))
2910
-
2911
- ## [8.1.1](https://github.com/dhis2/analytics/compare/v8.1.0...v8.1.1) (2020-08-10)
2912
-
2913
-
2914
- ### Bug Fixes
2915
-
2916
- * **translations:** sync translations from transifex (master) ([c980e5a](https://github.com/dhis2/analytics/commit/c980e5aca041a58d929655d28a160afbb0d3d83a))
2917
-
2918
- # [8.1.0](https://github.com/dhis2/analytics/compare/v8.0.1...v8.1.0) (2020-08-07)
2919
-
2920
-
2921
- ### Features
2922
-
2923
- * move and export hasCustomAxes (DHIS2-9010) ([#529](https://github.com/dhis2/analytics/issues/529)) ([9cdce22](https://github.com/dhis2/analytics/commit/9cdce22783c83f7e815ac1ef1442074986c34eac))
2924
-
2925
- ## [8.0.1](https://github.com/dhis2/analytics/compare/v8.0.0...v8.0.1) (2020-07-29)
2926
-
2927
-
2928
- ### Bug Fixes
2929
-
2930
- * **translations:** sync translations from transifex (master) ([4b16ae2](https://github.com/dhis2/analytics/commit/4b16ae295eb6b01dff2895597ecb08213ceea8a6))
2931
-
2932
- # [8.0.0](https://github.com/dhis2/analytics/compare/v7.2.1...v8.0.0) (2020-07-29)
2933
-
2934
-
2935
- ### Features
2936
-
2937
- * implement new series options and 4 axes (DHIS2-9103, DHIS2-9011, DHIS2-9012) ([#515](https://github.com/dhis2/analytics/issues/515)) ([c727213](https://github.com/dhis2/analytics/commit/c7272137dff45072ad9a41e7ac18b6b8c0287bcd))
2938
-
2939
-
2940
- ### BREAKING CHANGES
2941
-
2942
- * dualAxisItemHandler prop removed from DimensionMenu
2943
-
2944
- ## [7.2.1](https://github.com/dhis2/analytics/compare/v7.2.0...v7.2.1) (2020-07-27)
2945
-
2946
-
2947
- ### Bug Fixes
2948
-
2949
- * **translations:** sync translations from transifex (master) ([9034475](https://github.com/dhis2/analytics/commit/9034475fc91a02795a076c368f906ba3bffdd41d))
2950
-
2951
- # [7.2.0](https://github.com/dhis2/analytics/compare/v7.1.6...v7.2.0) (2020-07-27)
2952
-
2953
-
2954
- ### Features
2955
-
2956
- * new @dhis2/ui Transfer props (DHIS2-8807, DHIS2-8831) ([#520](https://github.com/dhis2/analytics/issues/520)) ([bbb693d](https://github.com/dhis2/analytics/commit/bbb693df2d94c6fa4df2e53fba2ee44966e5c62d))
2957
-
2958
- ## [7.1.6](https://github.com/dhis2/analytics/compare/v7.1.5...v7.1.6) (2020-07-27)
2959
-
2960
-
2961
- ### Bug Fixes
2962
-
2963
- * pass selected as part of options to Transfer ([#511](https://github.com/dhis2/analytics/issues/511)) ([1e779ae](https://github.com/dhis2/analytics/commit/1e779ae50175e1415d4f960312abe6e6e0f15ae4))
2964
-
2965
- ## [7.1.5](https://github.com/dhis2/analytics/compare/v7.1.4...v7.1.5) (2020-07-05)
2966
-
2967
-
2968
- ### Bug Fixes
2969
-
2970
- * **translations:** sync translations from transifex (master) ([7196f65](https://github.com/dhis2/analytics/commit/7196f658fe2aeb1c127ce2dec9acf546a7f4bc16))
2971
-
2972
- ## [7.1.4](https://github.com/dhis2/analytics/compare/v7.1.3...v7.1.4) (2020-06-18)
2973
-
2974
-
2975
- ### Bug Fixes
2976
-
2977
- * data dimension spacing and crash (NO JIRA) ([#504](https://github.com/dhis2/analytics/issues/504)) ([99d6c73](https://github.com/dhis2/analytics/commit/99d6c73afc35052d19536e797f3160802684bfd3))
2978
-
2979
- ## [7.1.3](https://github.com/dhis2/analytics/compare/v7.1.2...v7.1.3) (2020-06-15)
2980
-
2981
-
2982
- ### Bug Fixes
2983
-
2984
- * **translations:** sync translations from transifex (master) ([94ece6d](https://github.com/dhis2/analytics/commit/94ece6d8228d08cdab71e192bc77f5c75ac8f34f))
2985
-
2986
- ## [7.1.2](https://github.com/dhis2/analytics/compare/v7.1.1...v7.1.2) (2020-06-14)
2987
-
2988
-
2989
- ### Bug Fixes
2990
-
2991
- * **translations:** sync translations from transifex (master) ([606bf7f](https://github.com/dhis2/analytics/commit/606bf7f29716972789e1396b0376c997ba12f49a))
2992
-
2993
- ## [7.1.1](https://github.com/dhis2/analytics/compare/v7.1.0...v7.1.1) (2020-06-11)
2994
-
2995
-
2996
- ### Bug Fixes
2997
-
2998
- * **translations:** sync translations from transifex (master) ([fc25df9](https://github.com/dhis2/analytics/commit/fc25df99171e4772982325f68947c4a216576c13))
2999
-
3000
- # [7.1.0](https://github.com/dhis2/analytics/compare/v7.0.3...v7.1.0) (2020-06-11)
3001
-
3002
-
3003
- ### Features
3004
-
3005
- * upgrade to ui@5 (TECH-387) ([#476](https://github.com/dhis2/analytics/issues/476)) ([8045a6e](https://github.com/dhis2/analytics/commit/8045a6ee166e60de541af0a140e74b5c2bcad600)), closes [dhis2/data-visualizer-app#1068](https://github.com/dhis2/data-visualizer-app/issues/1068) [dhis2/dashboards-app#891](https://github.com/dhis2/dashboards-app/issues/891)
3006
-
3007
- ## [7.0.3](https://github.com/dhis2/analytics/compare/v7.0.2...v7.0.3) (2020-06-10)
3008
-
3009
-
3010
- ### Bug Fixes
3011
-
3012
- * **translations:** sync translations from transifex (master) ([49f075a](https://github.com/dhis2/analytics/commit/49f075a3d3cc6f42094c88432b01aeaca3d2d705))
3013
-
3014
- ## [7.0.2](https://github.com/dhis2/analytics/compare/v7.0.1...v7.0.2) (2020-06-09)
3015
-
3016
-
3017
- ### Bug Fixes
3018
-
3019
- * **translations:** sync translations from transifex (master) ([7044978](https://github.com/dhis2/analytics/commit/7044978b0ca29c04c768bc22111f0b1841a6c8af))
3020
-
3021
- ## [7.0.1](https://github.com/dhis2/analytics/compare/v7.0.0...v7.0.1) (2020-06-03)
3022
-
3023
-
3024
- ### Bug Fixes
3025
-
3026
- * **translations:** sync translations from transifex (master) ([29bac42](https://github.com/dhis2/analytics/commit/29bac4279c10748e0aea25120826372d3127e4ad))
3027
-
3028
- # [7.0.0](https://github.com/dhis2/analytics/compare/v6.0.4...v7.0.0) (2020-06-03)
3029
-
3030
-
3031
- ### Features
3032
-
3033
- * Dynamic Dimension using ui-core components (DHIS2-8831) ([#469](https://github.com/dhis2/analytics/issues/469)) ([1d3ff34](https://github.com/dhis2/analytics/commit/1d3ff34aba992d3fed569e82f203dde91f3e3bec))
3034
-
3035
-
3036
- ### BREAKING CHANGES
3037
-
3038
- * onDeselect, onReorder deprecated. d2 renamed to context. dialogId renamed to dimensionId.
3039
-
3040
- ## [6.0.4](https://github.com/dhis2/analytics/compare/v6.0.3...v6.0.4) (2020-06-02)
3041
-
3042
-
3043
- ### Bug Fixes
3044
-
3045
- * **translations:** sync translations from transifex (master) ([e327207](https://github.com/dhis2/analytics/commit/e32720790f5aada706b8f423f879996c3111121e))
3046
-
3047
- ## [6.0.3](https://github.com/dhis2/analytics/compare/v6.0.2...v6.0.3) (2020-06-02)
3048
-
3049
-
3050
- ### Bug Fixes
3051
-
3052
- * complete translations ([#462](https://github.com/dhis2/analytics/issues/462)) ([f1a1fbc](https://github.com/dhis2/analytics/commit/f1a1fbc92c09c5b7b446f3da044633b2451cfc64))
3053
-
3054
- ## [6.0.2](https://github.com/dhis2/analytics/compare/v6.0.1...v6.0.2) (2020-05-29)
3055
-
3056
-
3057
- ### Bug Fixes
3058
-
3059
- * **translations:** sync translations from transifex (master) ([5ab016e](https://github.com/dhis2/analytics/commit/5ab016ed4c4a12549b317b15d4af065facf63188))
3060
-
3061
- ## [6.0.1](https://github.com/dhis2/analytics/compare/v6.0.0...v6.0.1) (2020-05-28)
3062
-
3063
-
3064
- ### Bug Fixes
3065
-
3066
- * **translations:** sync translations from transifex (master) ([656e75d](https://github.com/dhis2/analytics/commit/656e75dbd7a234850c8f9b1ba95d5be60d823abf))
3067
-
3068
- # [6.0.0](https://github.com/dhis2/analytics/compare/v5.1.6...v6.0.0) (2020-05-28)
3069
-
3070
-
3071
- ### Features
3072
-
3073
- * PeriodDimension using ui-core components (DHIS2-8807) ([#452](https://github.com/dhis2/analytics/issues/452)) ([0878eb6](https://github.com/dhis2/analytics/commit/0878eb6561cb80e67e4158369c8b231d0d0032fc))
3074
-
3075
-
3076
- ### BREAKING CHANGES
3077
-
3078
- * and known issues / missing features (see PR for details)
3079
- * PeriodDimension props onDeselect and onReorder deprecated
3080
-
3081
- ## [5.1.6](https://github.com/dhis2/analytics/compare/v5.1.5...v5.1.6) (2020-05-26)
3082
-
3083
-
3084
- ### Bug Fixes
3085
-
3086
- * onClick and classes props on PivotTableEmptyCell ([#454](https://github.com/dhis2/analytics/issues/454)) ([3d52a53](https://github.com/dhis2/analytics/commit/3d52a53a923b774a13849698c53e9bfc2b184898))
3087
-
3088
- ## [5.1.5](https://github.com/dhis2/analytics/compare/v5.1.4...v5.1.5) (2020-05-26)
3089
-
3090
-
3091
- ### Bug Fixes
3092
-
3093
- * disable onClick on value cells if no ouId ([#451](https://github.com/dhis2/analytics/issues/451)) ([e827792](https://github.com/dhis2/analytics/commit/e827792eb2e585de78dfbc9596a4ffe2aff2c4c9))
3094
-
3095
- ## [5.1.4](https://github.com/dhis2/analytics/compare/v5.1.3...v5.1.4) (2020-05-20)
3096
-
3097
-
3098
- ### Bug Fixes
3099
-
3100
- * **translations:** sync translations from transifex (master) ([3006f60](https://github.com/dhis2/analytics/commit/3006f60757bc80b58c3314d66d78369b894024db))
3101
-
3102
- ## [5.1.3](https://github.com/dhis2/analytics/compare/v5.1.2...v5.1.3) (2020-05-20)
3103
-
3104
-
3105
- ### Bug Fixes
3106
-
3107
- * fix drilling on empty value cells ([#444](https://github.com/dhis2/analytics/issues/444)) ([1dbb143](https://github.com/dhis2/analytics/commit/1dbb14356b2e9401ed01670d3159bd1230fd26e0))
3108
-
3109
- ## [5.1.2](https://github.com/dhis2/analytics/compare/v5.1.1...v5.1.2) (2020-05-20)
3110
-
3111
-
3112
- ### Bug Fixes
3113
-
3114
- * support empty cell drill by looking up headers instead of data rows ([#443](https://github.com/dhis2/analytics/issues/443)) ([f7d4608](https://github.com/dhis2/analytics/commit/f7d4608062d6af2f5434224e9a4765dc742c0de8))
3115
-
3116
- ## [5.1.1](https://github.com/dhis2/analytics/compare/v5.1.0...v5.1.1) (2020-05-20)
3117
-
3118
-
3119
- ### Bug Fixes
3120
-
3121
- * use pointer cursor style on clickable value cells ([#439](https://github.com/dhis2/analytics/issues/439)) ([0973a76](https://github.com/dhis2/analytics/commit/0973a76b47a43072897a8ebb27f059910f711acb))
3122
-
3123
- # [5.1.0](https://github.com/dhis2/analytics/compare/v5.0.0...v5.1.0) (2020-05-19)
3124
-
3125
-
3126
- ### Features
3127
-
3128
- * drill down/up support on table cells ([#432](https://github.com/dhis2/analytics/issues/432)) ([091c6b0](https://github.com/dhis2/analytics/commit/091c6b0c23226fd673923d53597b1a2c2f5496eb))
3129
-
3130
- # [5.0.0](https://github.com/dhis2/analytics/compare/v4.3.28...v5.0.0) (2020-05-18)
3131
-
3132
-
3133
- ### Bug Fixes
3134
-
3135
- * move 4.3.26-28 to 5 ([ad28004](https://github.com/dhis2/analytics/commit/ad280049b81313f1e4b04de04fcfdfe442db45fe))
3136
-
3137
-
3138
- ### BREAKING CHANGES
3139
-
3140
- * see logs for 4.3.26-28
3141
-
3142
- ## [4.3.28](https://github.com/dhis2/analytics/compare/v4.3.27...v4.3.28) (2020-05-06)
3143
-
3144
-
3145
- ### Bug Fixes
3146
-
3147
- * dimension panel search field is missing the 'x' to clear (DHIS2-8790) ([#408](https://github.com/dhis2/analytics/issues/408)) ([3fb9a06](https://github.com/dhis2/analytics/commit/3fb9a0668455244c7cf24f319553d505643d043f))
3148
-
3149
- ## [4.3.27](https://github.com/dhis2/analytics/compare/v4.3.26...v4.3.27) (2020-04-15)
3150
-
3151
-
3152
- ### Bug Fixes
3153
-
3154
- * replace MUI with ui-core for dimension modals (TECH-325, TECH-328, TECH-329, TECH-330, TECH-331, TECH-332) ([#382](https://github.com/dhis2/analytics/issues/382)) ([eee6688](https://github.com/dhis2/analytics/commit/eee668897510422da67dff0bfab8cc61abe99238))
3155
-
3156
- ## [4.3.26](https://github.com/dhis2/analytics/compare/v4.3.25...v4.3.26) (2020-03-30)
3157
-
3158
-
3159
- ### Bug Fixes
3160
-
3161
- * build library with DHIS2 App Platform, fix static analysis bugs ([#376](https://github.com/dhis2/analytics/issues/376)) ([95f4d52](https://github.com/dhis2/analytics/commit/95f4d52717c168f51d26c4e46e718d0949a2e99c))
3162
-
3163
- ## [4.3.25](https://github.com/dhis2/analytics/compare/v4.3.24...v4.3.25) (2020-03-23)
3164
-
3165
-
3166
- ### Bug Fixes
3167
-
3168
- * skip superfluous data rows which don't match table headers (DHIS2-8497) ([#371](https://github.com/dhis2/analytics/issues/371)) ([b7568dd](https://github.com/dhis2/analytics/commit/b7568ddead9765880570fbd2506e912aa234623d))
3169
-
3170
- ## [4.3.24](https://github.com/dhis2/analytics/compare/v4.3.23...v4.3.24) (2020-03-19)
3171
-
3172
-
3173
- ### Bug Fixes
3174
-
3175
- * use interpolation to give context for translators [DHIS2-8473] ([#372](https://github.com/dhis2/analytics/issues/372)) ([e441461](https://github.com/dhis2/analytics/commit/e44146142b3e86e15d6fecd8efc9ec30766cc42f))
3176
-
3177
- ## [4.3.23](https://github.com/dhis2/analytics/compare/v4.3.22...v4.3.23) (2020-03-18)
3178
-
3179
-
3180
- ### Bug Fixes
3181
-
3182
- * title should not use 'in' when no ou selected ([#369](https://github.com/dhis2/analytics/issues/369)) ([268a6b7](https://github.com/dhis2/analytics/commit/268a6b76fa431ce34be94fc35f5f443642fdccb6))
3183
-
3184
- ## [4.3.22](https://github.com/dhis2/analytics/compare/v4.3.21...v4.3.22) (2020-03-18)
3185
-
3186
-
3187
- ### Bug Fixes
3188
-
3189
- * sort data when sorting org unit hierarchy headers ([#370](https://github.com/dhis2/analytics/issues/370)) ([7c651fd](https://github.com/dhis2/analytics/commit/7c651fd298c82dd0193e5a40cab48da55f323b22))
3190
-
3191
- ## [4.3.21](https://github.com/dhis2/analytics/compare/v4.3.20...v4.3.21) (2020-03-16)
3192
-
3193
-
3194
- ### Bug Fixes
3195
-
3196
- * left-align org-unit hierarchies in row headers ([#368](https://github.com/dhis2/analytics/issues/368)) ([5ac779d](https://github.com/dhis2/analytics/commit/5ac779dfd7fef9c3e62f4c510760c0eb288a340c))
3197
-
3198
- ## [4.3.20](https://github.com/dhis2/analytics/compare/v4.3.19...v4.3.20) (2020-03-16)
3199
-
3200
-
3201
- ### Bug Fixes
3202
-
3203
- * correctly finalize combined subtotals and totals ([#357](https://github.com/dhis2/analytics/issues/357)) ([6b20bcb](https://github.com/dhis2/analytics/commit/6b20bcbe1d6585a1dfa386aa0083358401a12fef))
3204
-
3205
- ## [4.3.19](https://github.com/dhis2/analytics/compare/v4.3.18...v4.3.19) (2020-03-16)
3206
-
3207
-
3208
- ### Bug Fixes
3209
-
3210
- * fix gauge size to avoid clipping (DHIS2-8412) ([#358](https://github.com/dhis2/analytics/issues/358)) ([4420f64](https://github.com/dhis2/analytics/commit/4420f642d55f42aac387ea4666e69ca7adeb0618))
3211
-
3212
- ## [4.3.18](https://github.com/dhis2/analytics/compare/v4.3.17...v4.3.18) (2020-03-11)
3213
-
3214
-
3215
- ### Bug Fixes
3216
-
3217
- * support deep-single-axis tables with dimension labels ([#356](https://github.com/dhis2/analytics/issues/356)) ([2d11580](https://github.com/dhis2/analytics/commit/2d1158077b9743e01dd58da9850c80713d7f93d8))
3218
- * use sum aggregation for column or row percentages ([#355](https://github.com/dhis2/analytics/issues/355)) ([23ed056](https://github.com/dhis2/analytics/commit/23ed056b5d7356774a925e31f9afb755b348b070))
3219
-
3220
- ## [4.3.17](https://github.com/dhis2/analytics/compare/v4.3.16...v4.3.17) (2020-03-11)
3221
-
3222
-
3223
- ### Bug Fixes
3224
-
3225
- * check for empty cells when sorting ([#354](https://github.com/dhis2/analytics/issues/354)) ([af787a4](https://github.com/dhis2/analytics/commit/af787a425d03cc99ec84305aa286f3e262000469))
3226
- * full title row span in single-axis, refactor header counts ([#353](https://github.com/dhis2/analytics/issues/353)) ([c0eff2f](https://github.com/dhis2/analytics/commit/c0eff2f439bfbd9e566f4030b8e6e81c1871e466))
3227
-
3228
- ## [4.3.16](https://github.com/dhis2/analytics/compare/v4.3.15...v4.3.16) (2020-03-11)
3229
-
3230
-
3231
- ### Bug Fixes
3232
-
3233
- * sort OU hierarchy items ([#348](https://github.com/dhis2/analytics/issues/348)) ([950f321](https://github.com/dhis2/analytics/commit/950f321a822d70d655fdefe197877a3da5337cac))
3234
-
3235
- ## [4.3.15](https://github.com/dhis2/analytics/compare/v4.3.14...v4.3.15) (2020-03-10)
3236
-
3237
-
3238
- ### Bug Fixes
3239
-
3240
- * correct support for data element group sets as dx dimension ([#346](https://github.com/dhis2/analytics/issues/346)) ([c85d943](https://github.com/dhis2/analytics/commit/c85d943103df6c2d0d1010055724ad7395708da7))
3241
-
3242
- ## [4.3.14](https://github.com/dhis2/analytics/compare/v4.3.13...v4.3.14) (2020-03-10)
3243
-
3244
-
3245
- ### Bug Fixes
3246
-
3247
- * apply legend to raw value, not percent value ([#352](https://github.com/dhis2/analytics/issues/352)) ([2e9a94d](https://github.com/dhis2/analytics/commit/2e9a94dc5bdbeec2b6c75e3a1d1d41c5d6c37176))
3248
-
3249
- ## [4.3.13](https://github.com/dhis2/analytics/compare/v4.3.12...v4.3.13) (2020-03-10)
3250
-
3251
-
3252
- ### Bug Fixes
3253
-
3254
- * include legendSet in dx dimension lookup result, fix by-dx legends ([#351](https://github.com/dhis2/analytics/issues/351)) ([9a878a2](https://github.com/dhis2/analytics/commit/9a878a20a123f82d3d896a6247a0376860f0401a))
3255
-
3256
- ## [4.3.12](https://github.com/dhis2/analytics/compare/v4.3.11...v4.3.12) (2020-03-10)
3257
-
3258
-
3259
- ### Bug Fixes
3260
-
3261
- * make the gauge use more viewport space (DHIS2-8412) ([#345](https://github.com/dhis2/analytics/issues/345)) ([00fb7db](https://github.com/dhis2/analytics/commit/00fb7db886114f5dc66888b9e9553a4c3ea6b87e))
3262
-
3263
- ## [4.3.11](https://github.com/dhis2/analytics/compare/v4.3.10...v4.3.11) (2020-03-10)
3264
-
3265
-
3266
- ### Bug Fixes
3267
-
3268
- * correct calculation of row subtotal column totals ([#349](https://github.com/dhis2/analytics/issues/349)) ([079b9ad](https://github.com/dhis2/analytics/commit/079b9ad21d108b8d837c63cbcd51cfdba4fe9306))
3269
-
3270
- ## [4.3.10](https://github.com/dhis2/analytics/compare/v4.3.9...v4.3.10) (2020-03-10)
3271
-
3272
-
3273
- ### Bug Fixes
3274
-
3275
- * support single-axis tables ([#347](https://github.com/dhis2/analytics/issues/347)) ([4c60eca](https://github.com/dhis2/analytics/commit/4c60eca337d53b087708cf564992c8be5f61581a))
3276
-
3277
- ## [4.3.9](https://github.com/dhis2/analytics/compare/v4.3.8...v4.3.9) (2020-03-06)
3278
-
3279
-
3280
- ### Bug Fixes
3281
-
3282
- * don't sort total when hideEmptyRows, fix column subtotals ([#344](https://github.com/dhis2/analytics/issues/344)) ([7cff6d8](https://github.com/dhis2/analytics/commit/7cff6d83e228eaf93b60e51ed410268059bfd10b))
3283
-
3284
- ## [4.3.8](https://github.com/dhis2/analytics/compare/v4.3.7...v4.3.8) (2020-03-06)
3285
-
3286
-
3287
- ### Bug Fixes
3288
-
3289
- * adds ellipsis to highcarts titles ([#340](https://github.com/dhis2/analytics/issues/340)) ([2aa508e](https://github.com/dhis2/analytics/commit/2aa508e00d0fa76a88392a1a94720f4a3082e395))
3290
-
3291
- ## [4.3.7](https://github.com/dhis2/analytics/compare/v4.3.6...v4.3.7) (2020-03-05)
3292
-
3293
-
3294
- ### Bug Fixes
3295
-
3296
- * don't assume data dimension is a column or row, could be filter ([#341](https://github.com/dhis2/analytics/issues/341)) ([1d0afc0](https://github.com/dhis2/analytics/commit/1d0afc019b48cacf03915c64de5a14ed100a4ecb))
3297
-
3298
- ## [4.3.6](https://github.com/dhis2/analytics/compare/v4.3.5...v4.3.6) (2020-03-04)
3299
-
3300
-
3301
- ### Bug Fixes
3302
-
3303
- * adaptive clipping ([#336](https://github.com/dhis2/analytics/issues/336)) ([da85413](https://github.com/dhis2/analytics/commit/da854132742f5c5889c15a49da41dcfe64cfe0c8))
3304
-
3305
- ## [4.3.5](https://github.com/dhis2/analytics/compare/v4.3.4...v4.3.5) (2020-03-04)
3306
-
3307
-
3308
- ### Bug Fixes
3309
-
3310
- * align numbers right and text items left ([#339](https://github.com/dhis2/analytics/issues/339)) ([e4088c8](https://github.com/dhis2/analytics/commit/e4088c8346be3b520009f03a87b8fa385602f2b4))
3311
-
3312
- ## [4.3.4](https://github.com/dhis2/analytics/compare/v4.3.3...v4.3.4) (2020-03-04)
3313
-
3314
-
3315
- ### Bug Fixes
3316
-
3317
- * bump @dhis2/d2-ui-org-unit-dialog@6.5.9 to fix DHIS2-6562 ([#337](https://github.com/dhis2/analytics/issues/337)) ([593b29d](https://github.com/dhis2/analytics/commit/593b29d80429678e8b653d9ebc6a13f0fdb8dbf5))
3318
-
3319
- ## [4.3.3](https://github.com/dhis2/analytics/compare/v4.3.2...v4.3.3) (2020-03-03)
3320
-
3321
-
3322
- ### Bug Fixes
3323
-
3324
- * fix wrong export for default vis type ([#335](https://github.com/dhis2/analytics/issues/335)) ([0ce8f6f](https://github.com/dhis2/analytics/commit/0ce8f6fb5fc110756842e6a9ec1a300af046d39f))
3325
-
3326
- ## [4.3.2](https://github.com/dhis2/analytics/compare/v4.3.1...v4.3.2) (2020-03-02)
3327
-
3328
-
3329
- ### Bug Fixes
3330
-
3331
- * reflow pivot table when interpretations panel is toggled ([#332](https://github.com/dhis2/analytics/issues/332)) ([f1c136d](https://github.com/dhis2/analytics/commit/f1c136daeb8d696bbd94723d3509f7be9e2c5e81))
3332
-
3333
- ## [4.3.1](https://github.com/dhis2/analytics/compare/v4.3.0...v4.3.1) (2020-02-27)
3334
-
3335
-
3336
- ### Bug Fixes
3337
-
3338
- * use default scrollbar, remove sticky headers, remove z-index ([#329](https://github.com/dhis2/analytics/issues/329)) ([7e8e815](https://github.com/dhis2/analytics/commit/7e8e8155873df7c8450ff1ccbac6423c2c7fe20d))
3339
-
3340
- # [4.3.0](https://github.com/dhis2/analytics/compare/v4.2.0...v4.3.0) (2020-02-26)
3341
-
3342
-
3343
- ### Features
3344
-
3345
- * show filter text in an additional title row ([#327](https://github.com/dhis2/analytics/issues/327)) [skip ci] ([257e32f](https://github.com/dhis2/analytics/commit/257e32fe5e2f0839acf18ceb9ed30e7ceedf9392))
3346
- * support row and column percentage number types ([#326](https://github.com/dhis2/analytics/issues/326)) [skip ci] ([542d784](https://github.com/dhis2/analytics/commit/542d784f11017dad3d29c86c08fefe9bcb396688))
3347
- * support style options, use ellipses for text overflow ([#328](https://github.com/dhis2/analytics/issues/328)) ([c920044](https://github.com/dhis2/analytics/commit/c920044027ad7260899abcb8b2c321af62993b2b))
3348
-
3349
- # [4.2.0](https://github.com/dhis2/analytics/compare/v4.1.5...v4.2.0) (2020-02-26)
3350
-
3351
-
3352
- ### Features
3353
-
3354
- * support by-dx legends, non-sum aggtypes, sortable columns, and ou hierarchies ([#318](https://github.com/dhis2/analytics/issues/318)) ([2bddbf3](https://github.com/dhis2/analytics/commit/2bddbf327cca96e66d586076cf90717e04cddab5))
3355
-
3356
- ## [4.1.5](https://github.com/dhis2/analytics/compare/v4.1.4...v4.1.5) (2020-02-26)
3357
-
3358
-
3359
- ### Bug Fixes
3360
-
3361
- * dimensions panel style prop ([#316](https://github.com/dhis2/analytics/issues/316)) ([46a4b3a](https://github.com/dhis2/analytics/commit/46a4b3a6c8ab0798494d53f4a474889130a03253))
3362
-
3363
- ## [4.1.4](https://github.com/dhis2/analytics/compare/v4.1.3...v4.1.4) (2020-02-25)
3364
-
3365
-
3366
- ### Bug Fixes
3367
-
3368
- * issue with range not matching selected value ([#321](https://github.com/dhis2/analytics/issues/321)) ([70b59e7](https://github.com/dhis2/analytics/commit/70b59e72287f58395ea7ca3005a9fb548650f84d))
3369
-
3370
- ## [4.1.3](https://github.com/dhis2/analytics/compare/v4.1.2...v4.1.3) (2020-02-25)
3371
-
3372
-
3373
- ### Bug Fixes
3374
-
3375
- * single value legend (DHIS2-8348) ([#320](https://github.com/dhis2/analytics/issues/320)) ([63c4eac](https://github.com/dhis2/analytics/commit/63c4eac9a4bf5157b85e6839dfebfd0ddae9c4b4))
3376
-
3377
- ## [4.1.2](https://github.com/dhis2/analytics/compare/v4.1.1...v4.1.2) (2020-02-24)
3378
-
3379
-
3380
- ### Bug Fixes
3381
-
3382
- * loading spinner in ou dialog DHIS2-8360 ([#319](https://github.com/dhis2/analytics/issues/319)) ([fdcdb52](https://github.com/dhis2/analytics/commit/fdcdb52b07dc2d8cc063f9298982a084db58bfc4))
3383
-
3384
- ## [4.1.1](https://github.com/dhis2/analytics/compare/v4.1.0...v4.1.1) (2020-02-24)
3385
-
3386
-
3387
- ### Bug Fixes
3388
-
3389
- * legends for gauge ([#315](https://github.com/dhis2/analytics/issues/315)) ([23e086f](https://github.com/dhis2/analytics/commit/23e086f8a5739bd7c285f8f0a362278ccc377f34))
3390
-
3391
- # [4.1.0](https://github.com/dhis2/analytics/compare/v4.0.2...v4.1.0) (2020-02-20)
3392
-
3393
-
3394
- ### Features
3395
-
3396
- * support fixed legends and fix floating-point totals bug ([#310](https://github.com/dhis2/analytics/issues/310)) ([4f8fe54](https://github.com/dhis2/analytics/commit/4f8fe5497650c8e883d77f026ba0219608f52d95))
3397
-
3398
- ## [4.0.2](https://github.com/dhis2/analytics/compare/v4.0.1...v4.0.2) (2020-02-18)
3399
-
3400
-
3401
- ### Bug Fixes
3402
-
3403
- * upgrade period selector to remove lib mismatch ([#312](https://github.com/dhis2/analytics/issues/312)) ([ca8d418](https://github.com/dhis2/analytics/commit/ca8d418d7562c5d52c3723c91ffcc729ced7fcd0))
3404
-
3405
- ## [4.0.1](https://github.com/dhis2/analytics/compare/v4.0.0...v4.0.1) (2020-02-18)
3406
-
3407
-
3408
- ### Bug Fixes
3409
-
3410
- * add some basic info to the README ([#309](https://github.com/dhis2/analytics/issues/309)) ([9d62114](https://github.com/dhis2/analytics/commit/9d62114b51b08d3051469dfeb7663272ba8b3c99))
3411
-
3412
- # [4.0.0](https://github.com/dhis2/analytics/compare/v3.3.3...v4.0.0) (2020-02-18)
3413
-
3414
-
3415
- ### Bug Fixes
3416
-
3417
- * axisItemHandler to pass new props ([#294](https://github.com/dhis2/analytics/issues/294)) ([c12b9b0](https://github.com/dhis2/analytics/commit/c12b9b0ae0e09495146d981984d55b9b9531121e))
3418
-
3419
-
3420
- ### BREAKING CHANGES
3421
-
3422
- * axisItemHandler requires an object with 5 props instead of 3 regular props
3423
-
3424
- ## [3.3.3](https://github.com/dhis2/analytics/compare/v3.3.2...v3.3.3) (2020-02-14)
3425
-
3426
-
3427
- ### Bug Fixes
3428
-
3429
- * correct string number parsing and rendering ([#304](https://github.com/dhis2/analytics/issues/304)) ([8b16c39](https://github.com/dhis2/analytics/commit/8b16c39091d212031b3422943b8eb05b6427ccbb))
3430
-
3431
- ## [3.3.2](https://github.com/dhis2/analytics/compare/v3.3.1...v3.3.2) (2020-02-14)
3432
-
3433
-
3434
- ### Bug Fixes
3435
-
3436
- * lock icon horizontal alignment ([#305](https://github.com/dhis2/analytics/issues/305)) ([e9cf3a6](https://github.com/dhis2/analytics/commit/e9cf3a68a9174e639eeaff2367d44689609856c7))
3437
-
3438
- ## [3.3.1](https://github.com/dhis2/analytics/compare/v3.3.0...v3.3.1) (2020-02-13)
3439
-
3440
-
3441
- ### Bug Fixes
3442
-
3443
- * weird pie chart graphics for selections with no data (DHIS2-8302) ([#303](https://github.com/dhis2/analytics/issues/303)) ([278f3aa](https://github.com/dhis2/analytics/commit/278f3aa25b59bbc1fd541392576686b5bb2fe739))
3444
-
3445
- # [3.3.0](https://github.com/dhis2/analytics/compare/v3.2.0...v3.3.0) (2020-02-12)
3446
-
3447
-
3448
- ### Features
3449
-
3450
- * increase pivot table engine feature coverage ([#279](https://github.com/dhis2/analytics/issues/279)) ([8be0417](https://github.com/dhis2/analytics/commit/8be04170f2ab19b235e3676c2816dc794a0fdd05))
3451
-
3452
- # [3.2.0](https://github.com/dhis2/analytics/compare/v3.1.3...v3.2.0) (2020-02-12)
3453
-
3454
-
3455
- ### Features
3456
-
3457
- * gauge plot lines and range values ([#288](https://github.com/dhis2/analytics/issues/288)) ([507d969](https://github.com/dhis2/analytics/commit/507d9698e39b3aea80e34f5c9ddcf08681b3fb9b))
3458
-
3459
- ## [3.1.3](https://github.com/dhis2/analytics/compare/v3.1.2...v3.1.3) (2020-02-07)
3460
-
3461
-
3462
- ### Bug Fixes
3463
-
3464
- * dynamic axis names based on vis type ([#284](https://github.com/dhis2/analytics/issues/284)) ([070a661](https://github.com/dhis2/analytics/commit/070a661a25e2b7cd43c97f2b227ee1605d9bd481))
3465
-
3466
- ## [3.1.2](https://github.com/dhis2/analytics/compare/v3.1.1...v3.1.2) (2020-02-07)
3467
-
3468
-
3469
- ### Bug Fixes
3470
-
3471
- * only run empty check after all values have been added ([#285](https://github.com/dhis2/analytics/issues/285)) ([6ee424d](https://github.com/dhis2/analytics/commit/6ee424d1d143eaa492e0bede989a0955e8eea11e))
3472
-
3473
- ## [3.1.1](https://github.com/dhis2/analytics/compare/v3.1.0...v3.1.1) (2020-02-04)
3474
-
3475
-
3476
- ### Bug Fixes
3477
-
3478
- * various ui glitches ([#274](https://github.com/dhis2/analytics/issues/274)) ([9a63e72](https://github.com/dhis2/analytics/commit/9a63e72f4137f4bc6219b07897d1c1e6c7ab99c3))
3479
-
3480
- # [3.1.0](https://github.com/dhis2/analytics/compare/v3.0.1...v3.1.0) (2020-01-31)
3481
-
3482
-
3483
- ### Features
3484
-
3485
- * add PivotTable component and PivotTableEngine utility ([#255](https://github.com/dhis2/analytics/issues/255)) ([0f4315c](https://github.com/dhis2/analytics/commit/0f4315cd7e5481e40f0cb7c2a57524644f7f27de)), closes [#264](https://github.com/dhis2/analytics/issues/264)
3486
-
3487
- ## [3.0.1](https://github.com/dhis2/analytics/compare/v3.0.0...v3.0.1) (2020-01-30)
3488
-
3489
-
3490
- ### Bug Fixes
3491
-
3492
- * dimensions panel redesign ([#269](https://github.com/dhis2/analytics/issues/269)) ([0217776](https://github.com/dhis2/analytics/commit/0217776bf0bd9dc89bb5278f81ab3148ad93e8a9))
3493
-
3494
- # [3.0.0](https://github.com/dhis2/analytics/compare/v2.9.0...v3.0.0) (2020-01-29)
3495
-
3496
-
3497
- ### Bug Fixes
3498
-
3499
- * fixed and dynamic dimensions ([#262](https://github.com/dhis2/analytics/issues/262)) ([abc32c0](https://github.com/dhis2/analytics/commit/abc32c08fca3cf1573b36b7a82155175cc423f3b))
3500
-
3501
-
3502
- ### BREAKING CHANGES
3503
-
3504
- * everything related to fixed dimensions has been renamed to predefined dimensions
3505
-
3506
- # [2.9.0](https://github.com/dhis2/analytics/compare/v2.8.6...v2.9.0) (2020-01-29)
3507
-
3508
-
3509
- ### Features
3510
-
3511
- * leave it to parent component to apply dnd features to dimension item ([#261](https://github.com/dhis2/analytics/issues/261)) ([ff94158](https://github.com/dhis2/analytics/commit/ff9415879303c09b424f8976eaeb2210fbe17461))
3512
-
3513
- ## [2.8.6](https://github.com/dhis2/analytics/compare/v2.8.5...v2.8.6) (2020-01-28)
3514
-
3515
-
3516
- ### Bug Fixes
3517
-
3518
- * add pivot table layout type ([#263](https://github.com/dhis2/analytics/issues/263)) ([585ef88](https://github.com/dhis2/analytics/commit/585ef8858f58e877bf0e12dbb9211609657e5e44))
3519
-
3520
- ## [2.8.5](https://github.com/dhis2/analytics/compare/v2.8.4...v2.8.5) (2020-01-24)
3521
-
3522
-
3523
- ### Bug Fixes
3524
-
3525
- * helpers for full axis, locked dimension, dimension can be added to axis ([#253](https://github.com/dhis2/analytics/issues/253)) ([2d6b68f](https://github.com/dhis2/analytics/commit/2d6b68f799db597e717a5206541cb10eba2ae865))
3526
-
3527
- ## [2.8.4](https://github.com/dhis2/analytics/compare/v2.8.3...v2.8.4) (2020-01-23)
3528
-
3529
-
3530
- ### Bug Fixes
3531
-
3532
- * added icons for vis types ([#254](https://github.com/dhis2/analytics/issues/254)) ([8635ed4](https://github.com/dhis2/analytics/commit/8635ed426f0f33c2450aa19ff08cf5d1d89d7cbf))
3533
-
3534
- ## [2.8.3](https://github.com/dhis2/analytics/compare/v2.8.2...v2.8.3) (2020-01-21)
3535
-
3536
-
3537
- ### Bug Fixes
3538
-
3539
- * long dim names (DHIS2-7932, DHIS2-7787) ([#246](https://github.com/dhis2/analytics/issues/246)) ([a343f5f](https://github.com/dhis2/analytics/commit/a343f5f90d4476fe708a7099f00cdebd4784ea0a))
3540
-
3541
- ## [2.8.2](https://github.com/dhis2/analytics/compare/v2.8.1...v2.8.2) (2020-01-16)
3542
-
3543
-
3544
- ### Bug Fixes
3545
-
3546
- * use optimizeForSpeed mode for styled-jsx ([#229](https://github.com/dhis2/analytics/issues/229)) ([1743598](https://github.com/dhis2/analytics/commit/17435982d05821d4a93e8ef9d7e2023f36ef31af))
3547
-
3548
- ## [2.8.1](https://github.com/dhis2/analytics/compare/v2.8.0...v2.8.1) (2020-01-14)
3549
-
3550
-
3551
- ### Bug Fixes
3552
-
3553
- * ui glitch ([#222](https://github.com/dhis2/analytics/issues/222)) ([4acbc8c](https://github.com/dhis2/analytics/commit/4acbc8c6a61c000c434943f3b4750468ed16d681))
3554
-
3555
- # [2.8.0](https://github.com/dhis2/analytics/compare/v2.7.3...v2.8.0) (2020-01-14)
3556
-
3557
-
3558
- ### Features
3559
-
3560
- * assigned categories DHIS2-7701 ([#189](https://github.com/dhis2/analytics/issues/189)) ([5aeac4f](https://github.com/dhis2/analytics/commit/5aeac4f209de91ecf47e8e36d419152deed5d83e))
3561
-
3562
- ## [2.7.3](https://github.com/dhis2/analytics/compare/v2.7.2...v2.7.3) (2020-01-13)
3563
-
3564
-
3565
- ### Bug Fixes
3566
-
3567
- * ui glitch for data elements ([#211](https://github.com/dhis2/analytics/issues/211)) ([ef3ac59](https://github.com/dhis2/analytics/commit/ef3ac59a018d36d36eb1455f4e0021cee205f49b))
3568
-
3569
- ## [2.7.2](https://github.com/dhis2/analytics/compare/v2.7.1...v2.7.2) (2020-01-09)
3570
-
3571
-
3572
- ### Bug Fixes
3573
-
3574
- * update seriesItems to match backend ([#194](https://github.com/dhis2/analytics/issues/194)) ([b72e96f](https://github.com/dhis2/analytics/commit/b72e96ff877849f5b181bb8dd0c73fdaf5e032dc))
3575
-
3576
- ## [2.7.1](https://github.com/dhis2/analytics/compare/v2.7.0...v2.7.1) (2019-12-19)
3577
-
3578
-
3579
- ### Bug Fixes
3580
-
3581
- * export apiFetchRecommendedIds ([#185](https://github.com/dhis2/analytics/issues/185)) ([b1c373e](https://github.com/dhis2/analytics/commit/b1c373e7d9722f16943417f84b1d7de918a694bc))
3582
-
3583
- # [2.7.0](https://github.com/dhis2/analytics/compare/v2.6.20...v2.7.0) (2019-12-17)
3584
-
3585
-
3586
- ### Features
3587
-
3588
- * always show dual axis DHIS2-8009 ([#184](https://github.com/dhis2/analytics/issues/184)) ([ff2ab52](https://github.com/dhis2/analytics/commit/ff2ab52dd654a3bd685a7b8340e370ba1eaba313))
3589
-
3590
- ## [2.6.20](https://github.com/dhis2/analytics/compare/v2.6.19...v2.6.20) (2019-12-12)
3591
-
3592
-
3593
- ### Bug Fixes
3594
-
3595
- * cli-style commit hooks ([#183](https://github.com/dhis2/analytics/issues/183)) ([a784e42](https://github.com/dhis2/analytics/commit/a784e426762734dcae61f9ca9bc6e4ea61eafd24))
3596
-
3597
- ## [2.6.19](https://github.com/dhis2/analytics/compare/v2.6.18...v2.6.19) (2019-12-11)
3598
-
3599
-
3600
- ### Bug Fixes
3601
-
3602
- * use latest version for d2-ui deps ([#181](https://github.com/dhis2/analytics/issues/181)) ([8b96776](https://github.com/dhis2/analytics/commit/8b96776757703ca67fe12e60991e8761d5d07a1c))
3603
-
3604
- ## [2.6.18](https://github.com/dhis2/analytics/compare/v2.6.17...v2.6.18) (2019-12-11)
3605
-
3606
-
3607
- ### Bug Fixes
3608
-
3609
- * use latest version for d2-ui deps and ui-core ([#180](https://github.com/dhis2/analytics/issues/180)) ([01ff3b9](https://github.com/dhis2/analytics/commit/01ff3b9fdb272d0a4cd9270aa83936a957155a23))
3610
-
3611
- ## [2.6.17](https://github.com/dhis2/analytics/compare/v2.6.16...v2.6.17) (2019-12-10)
3612
-
3613
-
3614
- ### Bug Fixes
3615
-
3616
- * unimported code ([#179](https://github.com/dhis2/analytics/issues/179)) ([0c2d72d](https://github.com/dhis2/analytics/commit/0c2d72d3ed840b0ab8d45ceb24d91b5667a2a9e7))
3617
-
3618
- ## [2.6.16](https://github.com/dhis2/analytics/compare/v2.6.15...v2.6.16) (2019-12-05)
3619
-
3620
-
3621
- ### Bug Fixes
3622
-
3623
- * rules allowed dimensions bug ([#173](https://github.com/dhis2/analytics/issues/173)) ([6240e9a](https://github.com/dhis2/analytics/commit/6240e9a6f8ff14b748e8c728845759b72edb3861))
3624
-
3625
- ## [2.6.15](https://github.com/dhis2/analytics/compare/v2.6.14...v2.6.15) (2019-12-05)
3626
-
3627
-
3628
- ### Bug Fixes
3629
-
3630
- * rules tests ([#172](https://github.com/dhis2/analytics/issues/172)) ([9290cd6](https://github.com/dhis2/analytics/commit/9290cd6b2e4cf76c8489cb341238c9cdbd0ba91e))
3631
-
3632
- ## [2.6.14](https://github.com/dhis2/analytics/compare/v2.6.13...v2.6.14) (2019-12-03)
3633
-
3634
-
3635
- ### Bug Fixes
3636
-
3637
- * fix Dimension Panel styles after ui-core update ([#171](https://github.com/dhis2/analytics/issues/171)) ([100d0d0](https://github.com/dhis2/analytics/commit/100d0d0cff456202a563c912075baac3633597dd))
3638
-
3639
- ## [2.6.13](https://github.com/dhis2/analytics/compare/v2.6.12...v2.6.13) (2019-12-02)
3640
-
3641
-
3642
- ### Bug Fixes
3643
-
3644
- * missing imports ([#170](https://github.com/dhis2/analytics/issues/170)) ([6d41da7](https://github.com/dhis2/analytics/commit/6d41da76c30616d8231a1d14102e57cc994c06f7))
3645
-
3646
- ## [2.6.12](https://github.com/dhis2/analytics/compare/v2.6.11...v2.6.12) (2019-11-28)
3647
-
3648
-
3649
- ### Bug Fixes
3650
-
3651
- * rules structure ([#161](https://github.com/dhis2/analytics/issues/161)) ([907d8ee](https://github.com/dhis2/analytics/commit/907d8ee363d42db3a6c3b72dff5df03309314d6c))
3652
-
3653
- ## [2.6.11](https://github.com/dhis2/analytics/compare/v2.6.10...v2.6.11) (2019-11-21)
3654
-
3655
-
3656
- ### Bug Fixes
3657
-
3658
- * ui glitch for data dim groups DHIS2-7907 ([#156](https://github.com/dhis2/analytics/issues/156)) ([c5a1b30](https://github.com/dhis2/analytics/commit/c5a1b30355bbc08961b2cbe05a2912d0245988f2))
3659
-
3660
- ## [2.6.10](https://github.com/dhis2/analytics/compare/v2.6.9...v2.6.10) (2019-11-21)
3661
-
3662
-
3663
- ### Bug Fixes
3664
-
3665
- * add support for PT vis type ([#143](https://github.com/dhis2/analytics/issues/143)) ([abc3ca2](https://github.com/dhis2/analytics/commit/abc3ca2bd1bd3003b1a0ca10b18abb05a9ed47b2))
3666
-
3667
- ## [2.6.9](https://github.com/dhis2/analytics/compare/v2.6.8...v2.6.9) (2019-11-21)
3668
-
3669
-
3670
- ### Bug Fixes
3671
-
3672
- * rules dim handling ([#155](https://github.com/dhis2/analytics/issues/155)) ([b095805](https://github.com/dhis2/analytics/commit/b0958053c75f4bf1f909655946b97a5508d84141))
3673
-
3674
- ## [2.6.8](https://github.com/dhis2/analytics/compare/v2.6.7...v2.6.8) (2019-11-20)
3675
-
3676
-
3677
- ### Bug Fixes
3678
-
3679
- * use get axis name fn ([#154](https://github.com/dhis2/analytics/issues/154)) ([e56d1c7](https://github.com/dhis2/analytics/commit/e56d1c73c76f4c983df75d63fa89ca172b3bf563))
3680
-
3681
- ## [2.6.7](https://github.com/dhis2/analytics/compare/v2.6.6...v2.6.7) (2019-11-20)
3682
-
3683
-
3684
- ### Bug Fixes
3685
-
3686
- * rename axis name to axis id ([#153](https://github.com/dhis2/analytics/issues/153)) ([11d4786](https://github.com/dhis2/analytics/commit/11d47862dc9fc20f6ea33ed0ffba18d3c0261e1d))
3687
-
3688
- ## [2.6.6](https://github.com/dhis2/analytics/compare/v2.6.5...v2.6.6) (2019-11-20)
3689
-
3690
-
3691
- ### Bug Fixes
3692
-
3693
- * added a rule for locked dimensions ([#152](https://github.com/dhis2/analytics/issues/152)) ([5c2c405](https://github.com/dhis2/analytics/commit/5c2c4053c16c42518309ef552ff89e8be10c0a3b))
3694
-
3695
- ## [2.6.5](https://github.com/dhis2/analytics/compare/v2.6.4...v2.6.5) (2019-11-20)
3696
-
3697
-
3698
- ### Bug Fixes
3699
-
3700
- * clean up layout fns ([#151](https://github.com/dhis2/analytics/issues/151)) ([72a24f7](https://github.com/dhis2/analytics/commit/72a24f78a8c464d5c2970bf18ecc4af309b8567d))
3701
-
3702
- ## [2.6.4](https://github.com/dhis2/analytics/compare/v2.6.3...v2.6.4) (2019-11-19)
3703
-
3704
-
3705
- ### Bug Fixes
3706
-
3707
- * fix function name typo ([#150](https://github.com/dhis2/analytics/issues/150)) ([53c7967](https://github.com/dhis2/analytics/commit/53c796736c0840e544c722f516b981371dac80bb))
3708
-
3709
- ## [2.6.3](https://github.com/dhis2/analytics/compare/v2.6.2...v2.6.3) (2019-11-18)
3710
-
3711
-
3712
- ### Bug Fixes
3713
-
3714
- * use max items rule ([#149](https://github.com/dhis2/analytics/issues/149)) ([fac8585](https://github.com/dhis2/analytics/commit/fac85855218053962c71264cddc343c84a3690dc))
3715
-
3716
- ## [2.6.2](https://github.com/dhis2/analytics/compare/v2.6.1...v2.6.2) (2019-11-15)
3717
-
3718
-
3719
- ### Bug Fixes
3720
-
3721
- * changed incorrect prop types and import ([#147](https://github.com/dhis2/analytics/issues/147)) ([c1ec7dc](https://github.com/dhis2/analytics/commit/c1ec7dcb2fa98c148df9fedbb0c4334f5b6b3c33))
3722
-
3723
- ## [2.6.1](https://github.com/dhis2/analytics/compare/v2.6.0...v2.6.1) (2019-11-15)
3724
-
3725
-
3726
- ### Bug Fixes
3727
-
3728
- * map is not a vis type ([#146](https://github.com/dhis2/analytics/issues/146)) ([23f6a72](https://github.com/dhis2/analytics/commit/23f6a72387930532975d102360abffc62973a1c3))
3729
-
3730
- # [2.6.0](https://github.com/dhis2/analytics/compare/v2.5.2...v2.6.0) (2019-11-14)
3731
-
3732
-
3733
- ### Features
3734
-
3735
- * disallowed dims rule ([#144](https://github.com/dhis2/analytics/issues/144)) ([0789d7a](https://github.com/dhis2/analytics/commit/0789d7a06046a6694c4498b9726d22d792dc90c8))
3736
-
3737
- ## [2.5.2](https://github.com/dhis2/analytics/compare/v2.5.1...v2.5.2) (2019-11-12)
3738
-
3739
-
3740
- ### Bug Fixes
3741
-
3742
- * use shared vis types ([#142](https://github.com/dhis2/analytics/issues/142)) ([dbadcbf](https://github.com/dhis2/analytics/commit/dbadcbf02750dbb22f75770cb20c5878a3950e3c))
3743
-
3744
- ## [2.5.1](https://github.com/dhis2/analytics/compare/v2.5.0...v2.5.1) (2019-11-11)
3745
-
3746
-
3747
- ### Bug Fixes
3748
-
3749
- * added comment to axis label ([#141](https://github.com/dhis2/analytics/issues/141)) ([f786fc9](https://github.com/dhis2/analytics/commit/f786fc985b30980755a4647d5fea0e0b06f48d66))
3750
-
3751
- # [2.5.0](https://github.com/dhis2/analytics/compare/v2.4.5...v2.5.0) (2019-11-04)
3752
-
3753
-
3754
- ### Features
3755
-
3756
- * add layout rules and helpers ([#130](https://github.com/dhis2/analytics/issues/130)) ([99b0b6c](https://github.com/dhis2/analytics/commit/99b0b6c4f274526557dceca1f058c982595b5f29))
3757
-
3758
- ## [2.4.5](https://github.com/dhis2/analytics/compare/v2.4.4...v2.4.5) (2019-10-10)
3759
-
3760
-
3761
- ### Bug Fixes
3762
-
3763
- * tooltip on pie show correct serie info ([#118](https://github.com/dhis2/analytics/issues/118)) ([e7bcdb9](https://github.com/dhis2/analytics/commit/e7bcdb98167e276e746a4c0cdd7c44fe50beec6f))
3764
-
3765
- ## [2.4.4](https://github.com/dhis2/analytics/compare/v2.4.3...v2.4.4) (2019-10-04)
3766
-
3767
-
3768
- ### Bug Fixes
3769
-
3770
- * pass all ou roots to d2-ui OrgUnitSelector ([#111](https://github.com/dhis2/analytics/issues/111)) ([b2c86fd](https://github.com/dhis2/analytics/commit/b2c86fd))
3771
-
3772
- ## [2.4.3](https://github.com/dhis2/analytics/compare/v2.4.2...v2.4.3) (2019-10-01)
3773
-
3774
-
3775
- ### Bug Fixes
3776
-
3777
- * small style adjustments for SV ([#109](https://github.com/dhis2/analytics/issues/109)) ([aa69320](https://github.com/dhis2/analytics/commit/aa69320))
3778
-
3779
- ## [2.4.2](https://github.com/dhis2/analytics/compare/v2.4.1...v2.4.2) (2019-09-26)
3780
-
3781
-
3782
- ### Bug Fixes
3783
-
3784
- * avoid value overlapping title/subtitle in dashboard ([#105](https://github.com/dhis2/analytics/issues/105)) ([04b6c21](https://github.com/dhis2/analytics/commit/04b6c21))
3785
-
3786
- ## [2.4.1](https://github.com/dhis2/analytics/compare/v2.4.0...v2.4.1) (2019-09-24)
3787
-
3788
-
3789
- ### Bug Fixes
3790
-
3791
- * improved SV styling for dashboard ([#104](https://github.com/dhis2/analytics/issues/104)) ([74bed67](https://github.com/dhis2/analytics/commit/74bed67))
3792
-
3793
- # [2.4.0](https://github.com/dhis2/analytics/compare/v2.3.10...v2.4.0) (2019-09-23)
3794
-
3795
-
3796
- ### Features
3797
-
3798
- * add layoutGetDimensionItems function ([#80](https://github.com/dhis2/analytics/issues/80)) ([898ea8c](https://github.com/dhis2/analytics/commit/898ea8c))
3799
-
3800
- ## [2.3.10](https://github.com/dhis2/analytics/compare/v2.3.9...v2.3.10) (2019-09-23)
3801
-
3802
-
3803
- ### Bug Fixes
3804
-
3805
- * expand user org unit names and keep relative period names in title/subtitle ([#84](https://github.com/dhis2/analytics/issues/84)) ([ca736b3](https://github.com/dhis2/analytics/commit/ca736b3))
3806
-
3807
- ## [2.3.9](https://github.com/dhis2/analytics/compare/v2.3.8...v2.3.9) (2019-09-19)
3808
-
3809
-
3810
- ### Bug Fixes
3811
-
3812
- * fix for Edge and scale ratio calculation ([#100](https://github.com/dhis2/analytics/issues/100)) ([cd682de](https://github.com/dhis2/analytics/commit/cd682de))
3813
-
3814
- ## [2.3.8](https://github.com/dhis2/analytics/compare/v2.3.7...v2.3.8) (2019-09-18)
3815
-
3816
-
3817
- ### Bug Fixes
3818
-
3819
- * SV value centering in Firefox/Safari ([#99](https://github.com/dhis2/analytics/issues/99)) ([684aa79](https://github.com/dhis2/analytics/commit/684aa79))
3820
-
3821
- ## [2.3.7](https://github.com/dhis2/analytics/compare/v2.3.6...v2.3.7) (2019-09-17)
3822
-
3823
-
3824
- ### Bug Fixes
3825
-
3826
- * reduce white space and fix resize issues ([#94](https://github.com/dhis2/analytics/issues/94)) ([923782b](https://github.com/dhis2/analytics/commit/923782b))
3827
-
3828
- ## [2.3.6](https://github.com/dhis2/analytics/compare/v2.3.5...v2.3.6) (2019-09-11)
3829
-
3830
-
3831
- ### Bug Fixes
3832
-
3833
- * attempt to fix some resize/scaling issues in SV ([#89](https://github.com/dhis2/analytics/issues/89)) ([1557cb2](https://github.com/dhis2/analytics/commit/1557cb2))
3834
-
3835
- ## [2.3.5](https://github.com/dhis2/analytics/compare/v2.3.4...v2.3.5) (2019-09-02)
3836
-
3837
-
3838
- ### Bug Fixes
3839
-
3840
- * download for Single Value visualization ([#85](https://github.com/dhis2/analytics/issues/85)) ([a5bac2c](https://github.com/dhis2/analytics/commit/a5bac2c))
3841
-
3842
- ## [2.3.4](https://github.com/dhis2/analytics/compare/v2.3.3...v2.3.4) (2019-08-20)
3843
-
3844
-
3845
- ### Bug Fixes
3846
-
3847
- * add function to replace a dimension in the layout ([#79](https://github.com/dhis2/analytics/issues/79)) ([86beb09](https://github.com/dhis2/analytics/commit/86beb09))
3848
-
3849
- ## [2.3.3](https://github.com/dhis2/analytics/compare/v2.3.2...v2.3.3) (2019-08-20)
3850
-
3851
-
3852
- ### Bug Fixes
3853
-
3854
- * summarize ou level and groups in filter title ([#45](https://github.com/dhis2/analytics/issues/45)) ([7db57d9](https://github.com/dhis2/analytics/commit/7db57d9))
3855
-
3856
- ## [2.3.2](https://github.com/dhis2/analytics/compare/v2.3.1...v2.3.2) (2019-08-12)
3857
-
3858
-
3859
- ### Bug Fixes
3860
-
3861
- * remove padding around DimensionPanel ([#73](https://github.com/dhis2/analytics/issues/73)) ([2a832af](https://github.com/dhis2/analytics/commit/2a832af))
3862
-
3863
- ## [2.3.1](https://github.com/dhis2/analytics/compare/v2.3.0...v2.3.1) (2019-08-08)
3864
-
3865
-
3866
- ### Bug Fixes
3867
-
3868
- * show "No data" instead of undefined when no data is returned ([#72](https://github.com/dhis2/analytics/issues/72)) ([f23a752](https://github.com/dhis2/analytics/commit/f23a752))
3869
-
3870
- # [2.3.0](https://github.com/dhis2/analytics/compare/v2.2.1...v2.3.0) (2019-08-07)
3871
-
3872
-
3873
- ### Features
3874
-
3875
- * empty commit to trigger publishing ([0bd722c](https://github.com/dhis2/analytics/commit/0bd722c))
3876
-
3877
- ## [2.2.1](https://github.com/dhis2/analytics/compare/v2.2.0...v2.2.1) (2019-07-30)
3878
-
3879
-
3880
- ### Bug Fixes
3881
-
3882
- * Single value title should only include the first data item ([#51](https://github.com/dhis2/analytics/issues/51)) ([6d330a1](https://github.com/dhis2/analytics/commit/6d330a1))
3883
-
3884
- # [2.2.0](https://github.com/dhis2/analytics/compare/v2.1.3...v2.2.0) (2019-07-08)
3885
-
3886
-
3887
- ### Features
3888
-
3889
- * active/inactive styling for dimension items ([#30](https://github.com/dhis2/analytics/issues/30)) ([56534ff](https://github.com/dhis2/analytics/commit/56534ff))
3890
-
3891
- ## [2.1.3](https://github.com/dhis2/analytics/compare/v2.1.2...v2.1.3) (2019-07-01)
3892
-
3893
-
3894
- ### Bug Fixes
3895
-
3896
- * bump @babel/preset-env from 7.4.3 to 7.4.5 ([#44](https://github.com/dhis2/analytics/issues/44)) ([908ebb9](https://github.com/dhis2/analytics/commit/908ebb9))
3897
-
3898
- ## [2.1.2](https://github.com/dhis2/analytics/compare/v2.1.1...v2.1.2) (2019-06-27)
3899
-
3900
-
3901
- ### Bug Fixes
3902
-
3903
- * apply d2-style ([#35](https://github.com/dhis2/analytics/issues/35)) ([c870cf1](https://github.com/dhis2/analytics/commit/c870cf1))
3904
-
3905
- ## [2.1.1](https://github.com/dhis2/analytics/compare/v2.1.0...v2.1.1) (2019-06-27)
3906
-
3907
-
3908
- ### Bug Fixes
3909
-
3910
- * remove console log ([#34](https://github.com/dhis2/analytics/issues/34)) ([271feb5](https://github.com/dhis2/analytics/commit/271feb5))
3911
-
3912
- # [2.1.0](https://github.com/dhis2/analytics/compare/v2.0.0...v2.1.0) (2019-06-26)
3913
-
3914
-
3915
- ### Features
3916
-
3917
- * **visualizations:** move d2-charts-api to visualizations ([#32](https://github.com/dhis2/analytics/issues/32)) ([fd05e33](https://github.com/dhis2/analytics/commit/fd05e33))
3918
-
3919
- # [2.0.0](https://github.com/dhis2/analytics/compare/v1.0.5...v2.0.0) (2019-06-25)
3920
-
3921
-
3922
- ### Features
3923
-
3924
- * export orgUnitId functions for detecting and creating org unit level and group ids ([#29](https://github.com/dhis2/analytics/issues/29)) ([bda28ba](https://github.com/dhis2/analytics/commit/bda28ba))
3925
-
3926
-
3927
- ### BREAKING CHANGES
3928
-
3929
- * several functions that were not necessary have been removed, and the name of the export has been changed.
3930
-
3931
- ## [1.0.5](https://github.com/dhis2/d2-ui-analytics/compare/v1.0.4...v1.0.5) (2019-05-29)
3932
-
3933
-
3934
- ### Bug Fixes
3935
-
3936
- * upgrade d2-ui dependency for biweekly support ([#28](https://github.com/dhis2/d2-ui-analytics/issues/28)) ([3f920b1](https://github.com/dhis2/d2-ui-analytics/commit/3f920b1))
3937
-
3938
- ## [1.0.4](https://github.com/dhis2/d2-ui-analytics/compare/v1.0.3...v1.0.4) (2019-05-22)
3939
-
3940
-
3941
- ### Bug Fixes
3942
-
3943
- * **layout module:** move/add functions, constants and tests from DV app ([#25](https://github.com/dhis2/d2-ui-analytics/issues/25)) ([7c8658f](https://github.com/dhis2/d2-ui-analytics/commit/7c8658f))
3944
-
3945
- ## [1.0.3](https://github.com/dhis2/d2-ui-analytics/compare/v1.0.2...v1.0.3) (2019-05-07)
3946
-
3947
-
3948
- ### Bug Fixes
3949
-
3950
- * **style:** remove outline on dimension panel list ([#24](https://github.com/dhis2/d2-ui-analytics/issues/24)) ([383a447](https://github.com/dhis2/d2-ui-analytics/commit/383a447))
3951
-
3952
- ## [1.0.2](https://github.com/dhis2/d2-ui-analytics/compare/v1.0.1...v1.0.2) (2019-04-26)
3953
-
3954
-
3955
- ### Bug Fixes
3956
-
3957
- * org unit dimension property names and event handling ([#23](https://github.com/dhis2/d2-ui-analytics/issues/23)) ([c1a7341](https://github.com/dhis2/d2-ui-analytics/commit/c1a7341))
3958
-
3959
- ## [1.0.1](https://github.com/dhis2/d2-ui-analytics/compare/v1.0.0...v1.0.1) (2019-04-25)
3960
-
3961
-
3962
- ### Bug Fixes
3963
-
3964
- * upgrade PeriodDimension to period-selector 5.3.10 ([#22](https://github.com/dhis2/d2-ui-analytics/issues/22)) ([20e1a56](https://github.com/dhis2/d2-ui-analytics/commit/20e1a56))
3965
-
3966
- # [1.0.0](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.20...v1.0.0) (2019-04-25)
3967
-
3968
-
3969
- ### Bug Fixes
3970
-
3971
- * ItemSelector - name functions and properties consistently ([#21](https://github.com/dhis2/d2-ui-analytics/issues/21)) ([bb946cf](https://github.com/dhis2/d2-ui-analytics/commit/bb946cf))
3972
-
3973
-
3974
- ### BREAKING CHANGES
3975
-
3976
- * property names of returned objects have changed to better reflect their content.
3977
-
3978
- Changes include:
3979
-
3980
- name functions consitently
3981
- name returned properties according to their content
3982
-
3983
- ## [0.0.20](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.19...v0.0.20) (2019-04-25)
3984
-
3985
-
3986
- ### Bug Fixes
3987
-
3988
- * adjust item selector arrow button styles when being acted on ([#19](https://github.com/dhis2/d2-ui-analytics/issues/19)) ([c6ba238](https://github.com/dhis2/d2-ui-analytics/commit/c6ba238))
3989
-
3990
- ## [0.0.19](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.18...v0.0.19) (2019-04-24)
3991
-
3992
-
3993
- ### Bug Fixes
3994
-
3995
- * period-selector multidrag and scrollbar fixes ([#18](https://github.com/dhis2/d2-ui-analytics/issues/18)) ([be18ede](https://github.com/dhis2/d2-ui-analytics/commit/be18ede))
3996
-
3997
- ## [0.0.18](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.17...v0.0.18) (2019-04-23)
3998
-
3999
-
4000
- ### Bug Fixes
4001
-
4002
- * adjustments to heights and positions in ItemSelector ([#17](https://github.com/dhis2/d2-ui-analytics/issues/17)) ([1edfdac](https://github.com/dhis2/d2-ui-analytics/commit/1edfdac))
4003
-
4004
- ## [0.0.17](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.16...v0.0.17) (2019-04-23)
4005
-
4006
-
4007
- ### Bug Fixes
4008
-
4009
- * **api:** fetch also dataDimensionType for dimensions ([#16](https://github.com/dhis2/d2-ui-analytics/issues/16)) ([b3ca5bc](https://github.com/dhis2/d2-ui-analytics/commit/b3ca5bc))
4010
-
4011
- ## [0.0.16](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.15...v0.0.16) (2019-04-23)
4012
-
4013
-
4014
- ### Bug Fixes
4015
-
4016
- * determine the unselected items based on selected list ([#13](https://github.com/dhis2/d2-ui-analytics/issues/13)) ([9e14e12](https://github.com/dhis2/d2-ui-analytics/commit/9e14e12))
4017
-
4018
- ## [0.0.15](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.14...v0.0.15) (2019-04-23)
4019
-
4020
-
4021
- ### Bug Fixes
4022
-
4023
- * set overflow to auto to only show scrollbar when needed([#15](https://github.com/dhis2/d2-ui-analytics/issues/15)) ([2d2f1c2](https://github.com/dhis2/d2-ui-analytics/commit/2d2f1c2))
4024
-
4025
- ## [0.0.14](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.13...v0.0.14) (2019-04-15)
4026
-
4027
-
4028
- ### Bug Fixes
4029
-
4030
- * **recommended-icon:** pointer cursor ([#11](https://github.com/dhis2/d2-ui-analytics/issues/11)) ([ad7a622](https://github.com/dhis2/d2-ui-analytics/commit/ad7a622))
4031
-
4032
- ## [0.0.13](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.12...v0.0.13) (2019-04-15)
4033
-
4034
-
4035
- ### Bug Fixes
4036
-
4037
- * sort correctly when selecting multiple items ([#10](https://github.com/dhis2/d2-ui-analytics/issues/10)) ([cc7e25c](https://github.com/dhis2/d2-ui-analytics/commit/cc7e25c))
4038
-
4039
- ## [0.0.12](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.11...v0.0.12) (2019-04-12)
4040
-
4041
-
4042
- ### Bug Fixes
4043
-
4044
- * fix dragging error in ItemSelector and add tests ([#8](https://github.com/dhis2/d2-ui-analytics/issues/8)) ([62a8c82](https://github.com/dhis2/d2-ui-analytics/commit/62a8c82))
4045
-
4046
- ## [0.0.11](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.10...v0.0.11) (2019-04-11)
4047
-
4048
-
4049
- ### Bug Fixes
4050
-
4051
- * **config:** need to transpile regeneratorRuntime ([#7](https://github.com/dhis2/d2-ui-analytics/issues/7)) ([ea20e35](https://github.com/dhis2/d2-ui-analytics/commit/ea20e35))
4052
-
4053
- ## [0.0.10](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.9...v0.0.10) (2019-04-11)
4054
-
4055
-
4056
- ### Bug Fixes
4057
-
4058
- * **ItemSelector:** fix reordering of items in list ([#6](https://github.com/dhis2/d2-ui-analytics/issues/6)) ([42e0e07](https://github.com/dhis2/d2-ui-analytics/commit/42e0e07))
4059
-
4060
- ## [0.0.9](https://github.com/dhis2/d2-ui-analytics/compare/v0.0.8...v0.0.9) (2019-04-11)
4061
-
4062
-
4063
- ### Bug Fixes
4064
-
4065
- * **dynamicdimension:** fix typo in Array function name ([#5](https://github.com/dhis2/d2-ui-analytics/issues/5)) ([c0db557](https://github.com/dhis2/d2-ui-analytics/commit/c0db557))