@atlaskit/link-datasource 2.3.4 → 2.3.6

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 (246) hide show
  1. package/CHANGELOG.md +1205 -1196
  2. package/LICENSE.md +6 -8
  3. package/dist/cjs/contexts/user-interactions/index.js +42 -0
  4. package/dist/cjs/hooks/useDatasourceTableState.js +3 -3
  5. package/dist/cjs/hooks/useValidateAqlText.js +3 -3
  6. package/dist/cjs/i18n/cs.js +15 -8
  7. package/dist/cjs/i18n/da.js +15 -8
  8. package/dist/cjs/i18n/de.js +15 -8
  9. package/dist/cjs/i18n/en.js +15 -8
  10. package/dist/cjs/i18n/en_GB.js +15 -8
  11. package/dist/cjs/i18n/en_ZZ.js +15 -8
  12. package/dist/cjs/i18n/es.js +15 -8
  13. package/dist/cjs/i18n/fi.js +15 -8
  14. package/dist/cjs/i18n/fr.js +15 -8
  15. package/dist/cjs/i18n/hu.js +15 -8
  16. package/dist/cjs/i18n/it.js +15 -8
  17. package/dist/cjs/i18n/ja.js +15 -8
  18. package/dist/cjs/i18n/ko.js +15 -8
  19. package/dist/cjs/i18n/nb.js +15 -8
  20. package/dist/cjs/i18n/nl.js +15 -8
  21. package/dist/cjs/i18n/pl.js +15 -8
  22. package/dist/cjs/i18n/pt_BR.js +15 -8
  23. package/dist/cjs/i18n/ru.js +15 -8
  24. package/dist/cjs/i18n/sv.js +15 -8
  25. package/dist/cjs/i18n/th.js +15 -8
  26. package/dist/cjs/i18n/tr.js +15 -8
  27. package/dist/cjs/i18n/uk.js +15 -8
  28. package/dist/cjs/i18n/vi.js +15 -8
  29. package/dist/cjs/i18n/zh.js +15 -8
  30. package/dist/cjs/i18n/zh_TW.js +15 -8
  31. package/dist/cjs/ui/assets-modal/modal/index.js +30 -17
  32. package/dist/cjs/ui/assets-modal/search-container/aql-search-input/index.js +1 -0
  33. package/dist/cjs/ui/common/modal/popup-select/index.js +4 -4
  34. package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/trigger.js +4 -1
  35. package/dist/cjs/ui/confluence-search-modal/modal/confluence-search-initial-state-svg.js +3 -1
  36. package/dist/cjs/ui/confluence-search-modal/modal/index.js +17 -16
  37. package/dist/cjs/ui/datasource-table-view/datasourceTableView.js +3 -3
  38. package/dist/cjs/ui/issue-like-table/column-picker/concatenated-menu-list.js +3 -1
  39. package/dist/cjs/ui/issue-like-table/draggable-table-heading.js +1 -0
  40. package/dist/cjs/ui/issue-like-table/empty-state/index.js +19 -13
  41. package/dist/cjs/ui/issue-like-table/index.js +15 -5
  42. package/dist/cjs/ui/issue-like-table/render-type/date-time/index.js +4 -4
  43. package/dist/cjs/ui/issue-like-table/render-type/icon/index.js +3 -1
  44. package/dist/cjs/ui/issue-like-table/render-type/link/index.js +3 -1
  45. package/dist/cjs/ui/issue-like-table/styled.js +7 -7
  46. package/dist/cjs/ui/jira-issues-modal/modal/index.js +18 -17
  47. package/dist/cjs/ui/table-footer/index.js +1 -0
  48. package/dist/cjs/ui/table-footer/powered-by-jsm-assets/index.js +2 -0
  49. package/dist/es2019/contexts/user-interactions/index.js +33 -0
  50. package/dist/es2019/hooks/useDatasourceTableState.js +3 -3
  51. package/dist/es2019/hooks/useValidateAqlText.js +3 -3
  52. package/dist/es2019/i18n/cs.js +15 -8
  53. package/dist/es2019/i18n/da.js +15 -8
  54. package/dist/es2019/i18n/de.js +15 -8
  55. package/dist/es2019/i18n/en.js +15 -8
  56. package/dist/es2019/i18n/en_GB.js +15 -8
  57. package/dist/es2019/i18n/en_ZZ.js +15 -8
  58. package/dist/es2019/i18n/es.js +15 -8
  59. package/dist/es2019/i18n/fi.js +15 -8
  60. package/dist/es2019/i18n/fr.js +15 -8
  61. package/dist/es2019/i18n/hu.js +15 -8
  62. package/dist/es2019/i18n/it.js +15 -8
  63. package/dist/es2019/i18n/ja.js +15 -8
  64. package/dist/es2019/i18n/ko.js +15 -8
  65. package/dist/es2019/i18n/nb.js +15 -8
  66. package/dist/es2019/i18n/nl.js +15 -8
  67. package/dist/es2019/i18n/pl.js +15 -8
  68. package/dist/es2019/i18n/pt_BR.js +15 -8
  69. package/dist/es2019/i18n/ru.js +15 -8
  70. package/dist/es2019/i18n/sv.js +15 -8
  71. package/dist/es2019/i18n/th.js +15 -8
  72. package/dist/es2019/i18n/tr.js +15 -8
  73. package/dist/es2019/i18n/uk.js +15 -8
  74. package/dist/es2019/i18n/vi.js +15 -8
  75. package/dist/es2019/i18n/zh.js +15 -8
  76. package/dist/es2019/i18n/zh_TW.js +15 -8
  77. package/dist/es2019/ui/assets-modal/modal/index.js +30 -15
  78. package/dist/es2019/ui/assets-modal/search-container/aql-search-input/index.js +1 -0
  79. package/dist/es2019/ui/common/modal/popup-select/index.js +4 -4
  80. package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/trigger.js +4 -1
  81. package/dist/es2019/ui/confluence-search-modal/modal/confluence-search-initial-state-svg.js +3 -1
  82. package/dist/es2019/ui/confluence-search-modal/modal/index.js +17 -16
  83. package/dist/es2019/ui/datasource-table-view/datasourceTableView.js +3 -3
  84. package/dist/es2019/ui/issue-like-table/column-picker/concatenated-menu-list.js +3 -1
  85. package/dist/es2019/ui/issue-like-table/draggable-table-heading.js +2 -0
  86. package/dist/es2019/ui/issue-like-table/empty-state/index.js +6 -1
  87. package/dist/es2019/ui/issue-like-table/index.js +15 -5
  88. package/dist/es2019/ui/issue-like-table/render-type/date-time/index.js +4 -4
  89. package/dist/es2019/ui/issue-like-table/render-type/icon/index.js +3 -1
  90. package/dist/es2019/ui/issue-like-table/render-type/link/index.js +3 -1
  91. package/dist/es2019/ui/issue-like-table/styled.js +7 -7
  92. package/dist/es2019/ui/jira-issues-modal/modal/index.js +18 -17
  93. package/dist/es2019/ui/table-footer/index.js +1 -0
  94. package/dist/es2019/ui/table-footer/powered-by-jsm-assets/index.js +2 -0
  95. package/dist/esm/contexts/user-interactions/index.js +34 -0
  96. package/dist/esm/hooks/useDatasourceTableState.js +3 -3
  97. package/dist/esm/hooks/useValidateAqlText.js +3 -3
  98. package/dist/esm/i18n/cs.js +15 -8
  99. package/dist/esm/i18n/da.js +15 -8
  100. package/dist/esm/i18n/de.js +15 -8
  101. package/dist/esm/i18n/en.js +15 -8
  102. package/dist/esm/i18n/en_GB.js +15 -8
  103. package/dist/esm/i18n/en_ZZ.js +15 -8
  104. package/dist/esm/i18n/es.js +15 -8
  105. package/dist/esm/i18n/fi.js +15 -8
  106. package/dist/esm/i18n/fr.js +15 -8
  107. package/dist/esm/i18n/hu.js +15 -8
  108. package/dist/esm/i18n/it.js +15 -8
  109. package/dist/esm/i18n/ja.js +15 -8
  110. package/dist/esm/i18n/ko.js +15 -8
  111. package/dist/esm/i18n/nb.js +15 -8
  112. package/dist/esm/i18n/nl.js +15 -8
  113. package/dist/esm/i18n/pl.js +15 -8
  114. package/dist/esm/i18n/pt_BR.js +15 -8
  115. package/dist/esm/i18n/ru.js +15 -8
  116. package/dist/esm/i18n/sv.js +15 -8
  117. package/dist/esm/i18n/th.js +15 -8
  118. package/dist/esm/i18n/tr.js +15 -8
  119. package/dist/esm/i18n/uk.js +15 -8
  120. package/dist/esm/i18n/vi.js +15 -8
  121. package/dist/esm/i18n/zh.js +15 -8
  122. package/dist/esm/i18n/zh_TW.js +15 -8
  123. package/dist/esm/ui/assets-modal/modal/index.js +30 -17
  124. package/dist/esm/ui/assets-modal/search-container/aql-search-input/index.js +1 -0
  125. package/dist/esm/ui/common/modal/popup-select/index.js +4 -4
  126. package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/trigger.js +4 -1
  127. package/dist/esm/ui/confluence-search-modal/modal/confluence-search-initial-state-svg.js +3 -1
  128. package/dist/esm/ui/confluence-search-modal/modal/index.js +17 -16
  129. package/dist/esm/ui/datasource-table-view/datasourceTableView.js +3 -3
  130. package/dist/esm/ui/issue-like-table/column-picker/concatenated-menu-list.js +3 -1
  131. package/dist/esm/ui/issue-like-table/draggable-table-heading.js +1 -0
  132. package/dist/esm/ui/issue-like-table/empty-state/index.js +19 -13
  133. package/dist/esm/ui/issue-like-table/index.js +15 -5
  134. package/dist/esm/ui/issue-like-table/render-type/date-time/index.js +4 -4
  135. package/dist/esm/ui/issue-like-table/render-type/icon/index.js +3 -1
  136. package/dist/esm/ui/issue-like-table/render-type/link/index.js +3 -1
  137. package/dist/esm/ui/issue-like-table/styled.js +7 -7
  138. package/dist/esm/ui/jira-issues-modal/modal/index.js +18 -17
  139. package/dist/esm/ui/table-footer/index.js +1 -0
  140. package/dist/esm/ui/table-footer/powered-by-jsm-assets/index.js +2 -0
  141. package/dist/types/contexts/datasource-experience-id/index.d.ts +1 -1
  142. package/dist/types/contexts/user-interactions/index.d.ts +15 -0
  143. package/dist/types/i18n/cs.d.ts +15 -8
  144. package/dist/types/i18n/da.d.ts +15 -8
  145. package/dist/types/i18n/de.d.ts +15 -8
  146. package/dist/types/i18n/en.d.ts +15 -8
  147. package/dist/types/i18n/en_GB.d.ts +15 -8
  148. package/dist/types/i18n/en_ZZ.d.ts +15 -8
  149. package/dist/types/i18n/es.d.ts +15 -8
  150. package/dist/types/i18n/fi.d.ts +15 -8
  151. package/dist/types/i18n/fr.d.ts +15 -8
  152. package/dist/types/i18n/hu.d.ts +15 -8
  153. package/dist/types/i18n/it.d.ts +15 -8
  154. package/dist/types/i18n/ja.d.ts +15 -8
  155. package/dist/types/i18n/ko.d.ts +15 -8
  156. package/dist/types/i18n/nb.d.ts +15 -8
  157. package/dist/types/i18n/nl.d.ts +15 -8
  158. package/dist/types/i18n/pl.d.ts +15 -8
  159. package/dist/types/i18n/pt_BR.d.ts +15 -8
  160. package/dist/types/i18n/ru.d.ts +15 -8
  161. package/dist/types/i18n/sv.d.ts +15 -8
  162. package/dist/types/i18n/th.d.ts +15 -8
  163. package/dist/types/i18n/tr.d.ts +15 -8
  164. package/dist/types/i18n/uk.d.ts +15 -8
  165. package/dist/types/i18n/vi.d.ts +15 -8
  166. package/dist/types/i18n/zh.d.ts +15 -8
  167. package/dist/types/i18n/zh_TW.d.ts +15 -8
  168. package/dist/types/index.d.ts +1 -1
  169. package/dist/types/services/useBasicFilterAGG.d.ts +1 -1
  170. package/dist/types/ui/assets-modal/search-container/loading-state.d.ts +1 -1
  171. package/dist/types/ui/assets-modal/types.d.ts +1 -0
  172. package/dist/types/ui/common/error-state/no-instances.d.ts +1 -1
  173. package/dist/types/ui/common/modal/cancel-button/index.d.ts +1 -1
  174. package/dist/types/ui/common/modal/content-container/index.d.ts +1 -1
  175. package/dist/types/ui/common/modal/display-view-dropdown/display-view-drop-down.d.ts +1 -1
  176. package/dist/types/ui/common/modal/popup-select/footer.d.ts +1 -1
  177. package/dist/types/ui/common/modal/popup-select/menu-list/errorMessage.d.ts +1 -1
  178. package/dist/types/ui/common/modal/popup-select/menu-list/loadingMessage.d.ts +1 -1
  179. package/dist/types/ui/common/modal/popup-select/menu-list/selectMessage.d.ts +1 -1
  180. package/dist/types/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.d.ts +1 -1
  181. package/dist/types/ui/issue-like-table/render-type/boolean/index.d.ts +1 -1
  182. package/dist/types/ui/issue-like-table/render-type/icon/index.d.ts +1 -1
  183. package/dist/types/ui/issue-like-table/render-type/link/index.d.ts +1 -1
  184. package/dist/types/ui/issue-like-table/render-type/number/index.d.ts +1 -1
  185. package/dist/types/ui/issue-like-table/render-type/status/index.d.ts +1 -1
  186. package/dist/types/ui/jira-issues-modal/basic-filters/hooks/useFilterOptions.d.ts +1 -1
  187. package/dist/types/ui/jira-issues-modal/basic-filters/utils/transformers.d.ts +2 -2
  188. package/dist/types-ts4.5/contexts/datasource-experience-id/index.d.ts +1 -1
  189. package/dist/types-ts4.5/contexts/user-interactions/index.d.ts +15 -0
  190. package/dist/types-ts4.5/i18n/cs.d.ts +15 -8
  191. package/dist/types-ts4.5/i18n/da.d.ts +15 -8
  192. package/dist/types-ts4.5/i18n/de.d.ts +15 -8
  193. package/dist/types-ts4.5/i18n/en.d.ts +15 -8
  194. package/dist/types-ts4.5/i18n/en_GB.d.ts +15 -8
  195. package/dist/types-ts4.5/i18n/en_ZZ.d.ts +15 -8
  196. package/dist/types-ts4.5/i18n/es.d.ts +15 -8
  197. package/dist/types-ts4.5/i18n/fi.d.ts +15 -8
  198. package/dist/types-ts4.5/i18n/fr.d.ts +15 -8
  199. package/dist/types-ts4.5/i18n/hu.d.ts +15 -8
  200. package/dist/types-ts4.5/i18n/it.d.ts +15 -8
  201. package/dist/types-ts4.5/i18n/ja.d.ts +15 -8
  202. package/dist/types-ts4.5/i18n/ko.d.ts +15 -8
  203. package/dist/types-ts4.5/i18n/nb.d.ts +15 -8
  204. package/dist/types-ts4.5/i18n/nl.d.ts +15 -8
  205. package/dist/types-ts4.5/i18n/pl.d.ts +15 -8
  206. package/dist/types-ts4.5/i18n/pt_BR.d.ts +15 -8
  207. package/dist/types-ts4.5/i18n/ru.d.ts +15 -8
  208. package/dist/types-ts4.5/i18n/sv.d.ts +15 -8
  209. package/dist/types-ts4.5/i18n/th.d.ts +15 -8
  210. package/dist/types-ts4.5/i18n/tr.d.ts +15 -8
  211. package/dist/types-ts4.5/i18n/uk.d.ts +15 -8
  212. package/dist/types-ts4.5/i18n/vi.d.ts +15 -8
  213. package/dist/types-ts4.5/i18n/zh.d.ts +15 -8
  214. package/dist/types-ts4.5/i18n/zh_TW.d.ts +15 -8
  215. package/dist/types-ts4.5/index.d.ts +1 -1
  216. package/dist/types-ts4.5/services/useBasicFilterAGG.d.ts +1 -1
  217. package/dist/types-ts4.5/ui/assets-modal/search-container/loading-state.d.ts +1 -1
  218. package/dist/types-ts4.5/ui/assets-modal/types.d.ts +1 -0
  219. package/dist/types-ts4.5/ui/common/error-state/no-instances.d.ts +1 -1
  220. package/dist/types-ts4.5/ui/common/modal/cancel-button/index.d.ts +1 -1
  221. package/dist/types-ts4.5/ui/common/modal/content-container/index.d.ts +1 -1
  222. package/dist/types-ts4.5/ui/common/modal/display-view-dropdown/display-view-drop-down.d.ts +1 -1
  223. package/dist/types-ts4.5/ui/common/modal/popup-select/footer.d.ts +1 -1
  224. package/dist/types-ts4.5/ui/common/modal/popup-select/menu-list/errorMessage.d.ts +1 -1
  225. package/dist/types-ts4.5/ui/common/modal/popup-select/menu-list/loadingMessage.d.ts +1 -1
  226. package/dist/types-ts4.5/ui/common/modal/popup-select/menu-list/selectMessage.d.ts +1 -1
  227. package/dist/types-ts4.5/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.d.ts +1 -1
  228. package/dist/types-ts4.5/ui/issue-like-table/render-type/boolean/index.d.ts +1 -1
  229. package/dist/types-ts4.5/ui/issue-like-table/render-type/icon/index.d.ts +1 -1
  230. package/dist/types-ts4.5/ui/issue-like-table/render-type/link/index.d.ts +1 -1
  231. package/dist/types-ts4.5/ui/issue-like-table/render-type/number/index.d.ts +1 -1
  232. package/dist/types-ts4.5/ui/issue-like-table/render-type/status/index.d.ts +1 -1
  233. package/dist/types-ts4.5/ui/jira-issues-modal/basic-filters/hooks/useFilterOptions.d.ts +1 -1
  234. package/dist/types-ts4.5/ui/jira-issues-modal/basic-filters/utils/transformers.d.ts +2 -2
  235. package/examples-helpers/buildAssetsIssuesTable.tsx +44 -44
  236. package/examples-helpers/buildConfluenceSearchTable.tsx +49 -51
  237. package/examples-helpers/buildIssueLikeTable.tsx +82 -92
  238. package/examples-helpers/buildJiraIssuesTable.tsx +50 -50
  239. package/examples-helpers/hoverableContainer.tsx +12 -14
  240. package/examples-helpers/mockJqlSmartLinkData.ts +64 -66
  241. package/examples-helpers/mockSmartLinkData.ts +154 -154
  242. package/examples-helpers/smartLinkCustomClient.ts +32 -32
  243. package/examples-helpers/useAssetsTableProps.tsx +46 -46
  244. package/examples-helpers/useCommonTableProps.tsx +23 -25
  245. package/package.json +13 -12
  246. package/report.api.md +94 -106
package/CHANGELOG.md CHANGED
@@ -1,2988 +1,2997 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 2.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#107913](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/107913)
8
+ [`d3405be767646`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d3405be767646) -
9
+ Introduce version param to the Assets Config Modal
10
+ - Updated dependencies
11
+
12
+ ## 2.3.5
13
+
14
+ ### Patch Changes
15
+
16
+ - [#102456](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102456)
17
+ [`f9fec6fdc073`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f9fec6fdc073) -
18
+ Added `UserInteractionsProvider` and `useUserInteractions` for tracking user interactions and
19
+ using them in analytic events.
20
+ - Updated dependencies
21
+
3
22
  ## 2.3.4
4
23
 
5
24
  ### Patch Changes
6
25
 
7
- - [#102451](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102451)
8
- [`52ef0e53ab4b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/52ef0e53ab4b) -
9
- Created a new `DatasourceExperienceIdProvider` and `useDatasourceExperienceId` for tracking UFO
10
- experiences.
26
+ - [#102451](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102451)
27
+ [`52ef0e53ab4b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/52ef0e53ab4b) -
28
+ Created a new `DatasourceExperienceIdProvider` and `useDatasourceExperienceId` for tracking UFO
29
+ experiences.
11
30
 
12
31
  ## 2.3.3
13
32
 
14
33
  ### Patch Changes
15
34
 
16
- - [#102478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102478)
17
- [`3378951608b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3378951608b0) -
18
- [ED-23332] Update adf-schema package to 36.10.1
19
- - Updated dependencies
35
+ - [#102478](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/102478)
36
+ [`3378951608b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3378951608b0) -
37
+ [ED-23332] Update adf-schema package to 36.10.1
38
+ - Updated dependencies
20
39
 
21
40
  ## 2.3.2
22
41
 
23
42
  ### Patch Changes
24
43
 
25
- - [#97435](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97435)
26
- [`74d425408d1e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/74d425408d1e) -
27
- [ux] Fix a bug where when sum of all column widths is less than container total width the
28
- resizing is somewhat broken
29
- - [#99133](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99133)
30
- [`2de9d30e7ac6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2de9d30e7ac6) -
31
- Updates docs to include in atlaskit for use of smart link list view and configuration modals and
32
- respective props and examples.
33
- - Updated dependencies
44
+ - [#97435](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97435)
45
+ [`74d425408d1e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/74d425408d1e) -
46
+ [ux] Fix a bug where when sum of all column widths is less than container total width the resizing
47
+ is somewhat broken
48
+ - [#99133](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99133)
49
+ [`2de9d30e7ac6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2de9d30e7ac6) -
50
+ Updates docs to include in atlaskit for use of smart link list view and configuration modals and
51
+ respective props and examples.
52
+ - Updated dependencies
34
53
 
35
54
  ## 2.3.1
36
55
 
37
56
  ### Patch Changes
38
57
 
39
- - [#96902](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96902)
40
- [`c5881211d3fd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c5881211d3fd) -
41
- removing abort controller FF after rollout
42
- - [#101524](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101524)
43
- [`4821570088e6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4821570088e6) -
44
- ED-23362 Bump ADF schema to version 36.8.1 and add support for adf validation and transformation
58
+ - [#96902](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96902)
59
+ [`c5881211d3fd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c5881211d3fd) -
60
+ removing abort controller FF after rollout
61
+ - [#101524](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101524)
62
+ [`4821570088e6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4821570088e6) -
63
+ ED-23362 Bump ADF schema to version 36.8.1 and add support for adf validation and transformation
45
64
 
46
65
  ## 2.3.0
47
66
 
48
67
  ### Minor Changes
49
68
 
50
- - [#100746](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100746)
51
- [`8a7f333f8ce6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8a7f333f8ce6) -
52
- This cleans up feature flag references for the increased border contrast changes in JQL editor,
53
- making them fully available for all users.
69
+ - [#100746](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/100746)
70
+ [`8a7f333f8ce6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8a7f333f8ce6) -
71
+ This cleans up feature flag references for the increased border contrast changes in JQL editor,
72
+ making them fully available for all users.
54
73
 
55
74
  ### Patch Changes
56
75
 
57
- - Updated dependencies
76
+ - Updated dependencies
58
77
 
59
78
  ## 2.2.0
60
79
 
61
80
  ### Minor Changes
62
81
 
63
- - [#99579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99579)
64
- [`f222af5687e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f222af5687e9) -
65
- Bump adf-schema to 36.3.0 and adf-schema-json to 1.14.0
82
+ - [#99579](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99579)
83
+ [`f222af5687e9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f222af5687e9) -
84
+ Bump adf-schema to 36.3.0 and adf-schema-json to 1.14.0
66
85
 
67
86
  ## 2.1.4
68
87
 
69
88
  ### Patch Changes
70
89
 
71
- - [#99091](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99091)
72
- [`8e2c83a11eb5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8e2c83a11eb5) -
73
- The changes here updates the Last Updated filter selection to be triggered without a
74
- waiting(debounced) period.
90
+ - [#99091](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99091)
91
+ [`8e2c83a11eb5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8e2c83a11eb5) -
92
+ The changes here updates the Last Updated filter selection to be triggered without a
93
+ waiting(debounced) period.
75
94
 
76
95
  ## 2.1.3
77
96
 
78
97
  ### Patch Changes
79
98
 
80
- - [#98501](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98501)
81
- [`9122f89de81a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9122f89de81a) -
82
- Updated rich text rendering to support rendering smart links as plain text.
83
- - [#98943](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98943)
84
- [`2df6f335bb3c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2df6f335bb3c) -
85
- Fixes issue where falsy values such as number 0 are not rendering in datasources
86
- - [#98062](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98062)
87
- [`4e13438bdfc0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4e13438bdfc0) -
88
- Minor refactor to datasource modal analytics. No expected functional changes.
89
- - Updated dependencies
99
+ - [#98501](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98501)
100
+ [`9122f89de81a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9122f89de81a) -
101
+ Updated rich text rendering to support rendering smart links as plain text.
102
+ - [#98943](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98943)
103
+ [`2df6f335bb3c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2df6f335bb3c) -
104
+ Fixes issue where falsy values such as number 0 are not rendering in datasources
105
+ - [#98062](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98062)
106
+ [`4e13438bdfc0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4e13438bdfc0) -
107
+ Minor refactor to datasource modal analytics. No expected functional changes.
108
+ - Updated dependencies
90
109
 
91
110
  ## 2.1.2
92
111
 
93
112
  ### Patch Changes
94
113
 
95
- - [#97599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97599)
96
- [`32c3130b08fe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c3130b08fe) -
97
- [ED-22282] Bump adf-schema to 36.1.0
114
+ - [#97599](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97599)
115
+ [`32c3130b08fe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c3130b08fe) -
116
+ [ED-22282] Bump adf-schema to 36.1.0
98
117
 
99
118
  ## 2.1.1
100
119
 
101
120
  ### Patch Changes
102
121
 
103
- - [#97731](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97731)
104
- [`3c244075bbb8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c244075bbb8) -
105
- Minor refactor to site picker for Jira and Confluence site picker. No expected functional
106
- changes.
107
- - Updated dependencies
122
+ - [#97731](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97731)
123
+ [`3c244075bbb8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c244075bbb8) -
124
+ Minor refactor to site picker for Jira and Confluence site picker. No expected functional changes.
125
+ - Updated dependencies
108
126
 
109
127
  ## 2.1.0
110
128
 
111
129
  ### Minor Changes
112
130
 
113
- - [#97537](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97537)
114
- [`ab7caf1bf7ee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ab7caf1bf7ee) -
115
- Update AssetsConfigModalProps to be aligned with other modals. New fields made available
116
- including:
131
+ - [#97537](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97537)
132
+ [`ab7caf1bf7ee`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ab7caf1bf7ee) -
133
+ Update AssetsConfigModalProps to be aligned with other modals. New fields made available
134
+ including:
117
135
 
118
- - `url`: The url that was used to insert a List of Links
119
- - `viewMode`: 2 viewModes `inline` and `table` for different display.
120
- - `wrappedColumnKeys`: toggle line-wrapping for each column.
121
- - `columnCustomSizes`: allow customized column sizes.
136
+ - `url`: The url that was used to insert a List of Links
137
+ - `viewMode`: 2 viewModes `inline` and `table` for different display.
138
+ - `wrappedColumnKeys`: toggle line-wrapping for each column.
139
+ - `columnCustomSizes`: allow customized column sizes.
122
140
 
123
- The new fields are not required for each modal to implement.
141
+ The new fields are not required for each modal to implement.
124
142
 
125
143
  ### Patch Changes
126
144
 
127
- - [#98158](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98158)
128
- [`2ec887a95a61`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2ec887a95a61) -
129
- Minor internal refactor. No expected functional changes.
145
+ - [#98158](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98158)
146
+ [`2ec887a95a61`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2ec887a95a61) -
147
+ Minor internal refactor. No expected functional changes.
130
148
 
131
149
  ## 2.0.4
132
150
 
133
151
  ### Patch Changes
134
152
 
135
- - [#97036](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97036)
136
- [`e5916b757500`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e5916b757500) -
137
- Power by Assets FF cleanup
138
- - [#98096](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98096)
139
- [`56ced02c4cfe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/56ced02c4cfe) -
140
- Minor internal refactor to column resizing. No expected functional changes.
141
- - [#97626](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97626)
142
- [`6cce587bf7c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6cce587bf7c2) -
143
- Minor internal refactor to column wrapping. No expected functional changes.
153
+ - [#97036](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97036)
154
+ [`e5916b757500`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e5916b757500) -
155
+ Power by Assets FF cleanup
156
+ - [#98096](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/98096)
157
+ [`56ced02c4cfe`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/56ced02c4cfe) -
158
+ Minor internal refactor to column resizing. No expected functional changes.
159
+ - [#97626](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97626)
160
+ [`6cce587bf7c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6cce587bf7c2) -
161
+ Minor internal refactor to column wrapping. No expected functional changes.
144
162
 
145
163
  ## 2.0.3
146
164
 
147
165
  ### Patch Changes
148
166
 
149
- - [#95350](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95350)
150
- [`74dd827156ba`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/74dd827156ba) -
151
- Remove usages of showServerActions and showActions and replace with actionOptions
152
- - Updated dependencies
167
+ - [#95350](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95350)
168
+ [`74dd827156ba`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/74dd827156ba) -
169
+ Remove usages of showServerActions and showActions and replace with actionOptions
170
+ - Updated dependencies
153
171
 
154
172
  ## 2.0.2
155
173
 
156
174
  ### Patch Changes
157
175
 
158
- - [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
159
- [`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
160
- [HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
161
- language triggering composition on an empty line.This was fixed in a patch bump of
162
- prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
163
- - [#95809](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95809)
164
- [`45495daadf0a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/45495daadf0a) -
165
- Hydrates the last modified basic filter so values are pre-populated on edit mode.
166
- - Updated dependencies
176
+ - [#97698](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97698)
177
+ [`1c7b378c0d3b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1c7b378c0d3b) -
178
+ [HOT-108999] We had an incident where the cursor jumps back a character in table headers for any
179
+ language triggering composition on an empty line.This was fixed in a patch bump of
180
+ prosemirror-view. https://github.com/ProseMirror/prosemirror-view/compare/1.33.4...1.33.5
181
+ - [#95809](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95809)
182
+ [`45495daadf0a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/45495daadf0a) -
183
+ Hydrates the last modified basic filter so values are pre-populated on edit mode.
184
+ - Updated dependencies
167
185
 
168
186
  ## 2.0.1
169
187
 
170
188
  ### Patch Changes
171
189
 
172
- - Updated dependencies
190
+ - Updated dependencies
173
191
 
174
192
  ## 2.0.0
175
193
 
176
194
  ### Major Changes
177
195
 
178
- - [#93932](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93932)
179
- [`b42c3ca8a015`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b42c3ca8a015) -
180
- Removed Jira specific view modes "issue" and "count" from config modal. They are replaced with
181
- generic view mode "table" and "inline" respectively.
196
+ - [#93932](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93932)
197
+ [`b42c3ca8a015`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b42c3ca8a015) -
198
+ Removed Jira specific view modes "issue" and "count" from config modal. They are replaced with
199
+ generic view mode "table" and "inline" respectively.
182
200
 
183
201
  ## 1.31.3
184
202
 
185
203
  ### Patch Changes
186
204
 
187
- - [#96237](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96237)
188
- [`0401e7b5a88e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0401e7b5a88e) -
189
- [ED-23102] Bump ADF schema to version 35.12.2
205
+ - [#96237](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96237)
206
+ [`0401e7b5a88e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0401e7b5a88e) -
207
+ [ED-23102] Bump ADF schema to version 35.12.2
190
208
 
191
209
  ## 1.31.2
192
210
 
193
211
  ### Patch Changes
194
212
 
195
- - Updated dependencies
213
+ - Updated dependencies
196
214
 
197
215
  ## 1.31.1
198
216
 
199
217
  ### Patch Changes
200
218
 
201
- - Updated dependencies
219
+ - Updated dependencies
202
220
 
203
221
  ## 1.31.0
204
222
 
205
223
  ### Minor Changes
206
224
 
207
- - [#94344](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94344)
208
- [`01578aa27202`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/01578aa27202) -
209
- Adds `/elements` entry point. Exposes `renderType` function that can be used to render Elements
210
- based on datasource types.
225
+ - [#94344](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94344)
226
+ [`01578aa27202`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/01578aa27202) -
227
+ Adds `/elements` entry point. Exposes `renderType` function that can be used to render Elements
228
+ based on datasource types.
211
229
 
212
230
  ## 1.30.0
213
231
 
214
232
  ### Minor Changes
215
233
 
216
- - [#92396](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92396)
217
- [`f13614517fe4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f13614517fe4) -
218
- [ux] Introduces a custom date range filter for confluence smart link list view modal
234
+ - [#92396](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92396)
235
+ [`f13614517fe4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f13614517fe4) -
236
+ [ux] Introduces a custom date range filter for confluence smart link list view modal
219
237
 
220
238
  ## 1.29.5
221
239
 
222
240
  ### Patch Changes
223
241
 
224
- - [#94901](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94901)
225
- [`da964fcdc828`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/da964fcdc828) -
226
- [ED-23097] Bump ADF schema to version 35.12.1
227
- - [#95182](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95182)
228
- [`3d3dd335b8e8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3d3dd335b8e8) -
229
- The internal composition of this component has changed. There is no expected change in behavior.
242
+ - [#94901](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94901)
243
+ [`da964fcdc828`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/da964fcdc828) -
244
+ [ED-23097] Bump ADF schema to version 35.12.1
245
+ - [#95182](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/95182)
246
+ [`3d3dd335b8e8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3d3dd335b8e8) -
247
+ The internal composition of this component has changed. There is no expected change in behavior.
230
248
 
231
249
  ## 1.29.4
232
250
 
233
251
  ### Patch Changes
234
252
 
235
- - [#92797](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92797)
236
- [`55f4c6b7a6f0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/55f4c6b7a6f0) -
237
- The changes here adds the logic to hydrate Edited/Created by filter values.
253
+ - [#92797](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92797)
254
+ [`55f4c6b7a6f0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/55f4c6b7a6f0) -
255
+ The changes here adds the logic to hydrate Edited/Created by filter values.
238
256
 
239
257
  ## 1.29.3
240
258
 
241
259
  ### Patch Changes
242
260
 
243
- - [#93886](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93886)
244
- [`1b6aa6632fb8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1b6aa6632fb8) -
245
- Adds Apache 2.0 license to the package
261
+ - [#93886](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93886)
262
+ [`1b6aa6632fb8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1b6aa6632fb8) -
263
+ Adds Apache 2.0 license to the package
246
264
 
247
265
  ## 1.29.2
248
266
 
249
267
  ### Patch Changes
250
268
 
251
- - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
252
- [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
253
- Migrated to the new button component
254
- - Updated dependencies
269
+ - [#92007](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92007)
270
+ [`85525725cb0d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/85525725cb0d) -
271
+ Migrated to the new button component
272
+ - Updated dependencies
255
273
 
256
274
  ## 1.29.1
257
275
 
258
276
  ### Patch Changes
259
277
 
260
- - [#93689](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93689)
261
- [`5ba5d2b4a9ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ba5d2b4a9ac) -
262
- Updating adf-schema version to 35.10.0
278
+ - [#93689](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93689)
279
+ [`5ba5d2b4a9ac`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5ba5d2b4a9ac) -
280
+ Updating adf-schema version to 35.10.0
263
281
 
264
282
  ## 1.29.0
265
283
 
266
284
  ### Minor Changes
267
285
 
268
- - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
269
- [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
270
- bumped editor-prosemirror version to 4.0.0
286
+ - [#91934](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91934)
287
+ [`b76a78c6a199`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b76a78c6a199) -
288
+ bumped editor-prosemirror version to 4.0.0
271
289
 
272
290
  ### Patch Changes
273
291
 
274
- - Updated dependencies
292
+ - Updated dependencies
275
293
 
276
294
  ## 1.28.2
277
295
 
278
296
  ### Patch Changes
279
297
 
280
- - [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426)
281
- [`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) -
282
- Bump adf-schema to 35.9.2 to support table alignment options
283
- - Updated dependencies
298
+ - [#92426](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92426)
299
+ [`32c76c7c225c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/32c76c7c225c) -
300
+ Bump adf-schema to 35.9.2 to support table alignment options
301
+ - Updated dependencies
284
302
 
285
303
  ## 1.28.1
286
304
 
287
305
  ### Patch Changes
288
306
 
289
- - [#91884](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91884)
290
- [`e6c2b9a64494`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e6c2b9a64494) -
291
- The changes here adds `Edited or Created by` filter to the confluence list of links config
292
- modal.
307
+ - [#91884](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91884)
308
+ [`e6c2b9a64494`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e6c2b9a64494) -
309
+ The changes here adds `Edited or Created by` filter to the confluence list of links config modal.
293
310
 
294
311
  ## 1.28.0
295
312
 
296
313
  ### Minor Changes
297
314
 
298
- - [#90515](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90515)
299
- [`cc097687c554`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cc097687c554) -
300
- [ux] Add Powered by Assets Label to the Assets LOL
315
+ - [#90515](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90515)
316
+ [`cc097687c554`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cc097687c554) -
317
+ [ux] Add Powered by Assets Label to the Assets LOL
301
318
 
302
319
  ## 1.27.4
303
320
 
304
321
  ### Patch Changes
305
322
 
306
- - [#91584](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91584)
307
- [`4d0c2f61a927`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4d0c2f61a927) -
308
- The changes here updates the testIds in the common filter component along with some code
309
- refactoring
323
+ - [#91584](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91584)
324
+ [`4d0c2f61a927`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4d0c2f61a927) -
325
+ The changes here updates the testIds in the common filter component along with some code
326
+ refactoring
310
327
 
311
328
  ## 1.27.3
312
329
 
313
330
  ### Patch Changes
314
331
 
315
- - [#91106](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91106)
316
- [`b6ffa30186b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b6ffa30186b9) -
317
- Bump ADF-schema package to version 35.0.0
318
- - [#91203](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91203)
319
- [`3c8348468618`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c8348468618) -
320
- Minor Typescript changes to improve compatibility with React 18
321
- - Updated dependencies
332
+ - [#91106](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91106)
333
+ [`b6ffa30186b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b6ffa30186b9) -
334
+ Bump ADF-schema package to version 35.0.0
335
+ - [#91203](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/91203)
336
+ [`3c8348468618`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3c8348468618) -
337
+ Minor Typescript changes to improve compatibility with React 18
338
+ - Updated dependencies
322
339
 
323
340
  ## 1.27.2
324
341
 
325
342
  ### Patch Changes
326
343
 
327
- - [#90953](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90953)
328
- [`d1d4bbc1afeb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d1d4bbc1afeb) -
329
- The change here fixes a bug where basic filter dropdown does not show initial options after menu
330
- close.
344
+ - [#90953](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/90953)
345
+ [`d1d4bbc1afeb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d1d4bbc1afeb) -
346
+ The change here fixes a bug where basic filter dropdown does not show initial options after menu
347
+ close.
331
348
 
332
349
  ## 1.27.1
333
350
 
334
351
  ### Patch Changes
335
352
 
336
- - [#89629](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89629)
337
- [`cb82b58b4ae2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cb82b58b4ae2) -
338
- Update xcss usages to align to new types.
353
+ - [#89629](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89629)
354
+ [`cb82b58b4ae2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cb82b58b4ae2) -
355
+ Update xcss usages to align to new types.
339
356
 
340
357
  ## 1.27.0
341
358
 
342
359
  ### Minor Changes
343
360
 
344
- - [#89218](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89218)
345
- [`008bd3703560`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/008bd3703560) -
346
- Adds DisplayViewDropdown to Confluence Search modal as a common component.
361
+ - [#89218](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89218)
362
+ [`008bd3703560`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/008bd3703560) -
363
+ Adds DisplayViewDropdown to Confluence Search modal as a common component.
347
364
 
348
365
  ### Patch Changes
349
366
 
350
- - [#89986](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89986)
351
- [`73821c4958bb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/73821c4958bb) -
352
- Add display view dropdown analytics events
367
+ - [#89986](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89986)
368
+ [`73821c4958bb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/73821c4958bb) -
369
+ Add display view dropdown analytics events
353
370
 
354
371
  ## 1.26.3
355
372
 
356
373
  ### Patch Changes
357
374
 
358
- - [#88851](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88851)
359
- [`236a86f49825`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/236a86f49825) -
360
- The changes here extracts the popup dropdown component into the common folder to be used by
361
- mulitple datasource providers, along with adding feature flag for CLOL basic filter rollout.
375
+ - [#88851](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88851)
376
+ [`236a86f49825`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/236a86f49825) -
377
+ The changes here extracts the popup dropdown component into the common folder to be used by
378
+ mulitple datasource providers, along with adding feature flag for CLOL basic filter rollout.
362
379
 
363
380
  ## 1.26.2
364
381
 
365
382
  ### Patch Changes
366
383
 
367
- - [#89277](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89277)
368
- [`9dc291ef49c4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9dc291ef49c4) -
369
- Add analytics events for when confluence config modal is viewed and is ready for interaction
384
+ - [#89277](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89277)
385
+ [`9dc291ef49c4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9dc291ef49c4) -
386
+ Add analytics events for when confluence config modal is viewed and is ready for interaction
370
387
 
371
388
  ## 1.26.1
372
389
 
373
390
  ### Patch Changes
374
391
 
375
- - Updated dependencies
392
+ - Updated dependencies
376
393
 
377
394
  ## 1.26.0
378
395
 
379
396
  ### Minor Changes
380
397
 
381
- - [#88531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88531)
382
- [`e7f52420c9a8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e7f52420c9a8) -
383
- Exports Confluence Search Config Modal, related props, datasource ID.
398
+ - [#88531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88531)
399
+ [`e7f52420c9a8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e7f52420c9a8) -
400
+ Exports Confluence Search Config Modal, related props, datasource ID.
384
401
 
385
402
  ## 1.25.4
386
403
 
387
404
  ### Patch Changes
388
405
 
389
- - [#88354](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88354)
390
- [`4c87d9b4f0c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4c87d9b4f0c2) -
391
- The internal composition of this component has changed. There is no expected change in behavior.
392
- - Updated dependencies
406
+ - [#88354](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88354)
407
+ [`4c87d9b4f0c2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/4c87d9b4f0c2) -
408
+ The internal composition of this component has changed. There is no expected change in behavior.
409
+ - Updated dependencies
393
410
 
394
411
  ## 1.25.3
395
412
 
396
413
  ### Patch Changes
397
414
 
398
- - [#88297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88297)
399
- [`0b8748a0e0fc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0b8748a0e0fc) -
400
- Add search action analytics events for confluence datasource modal.
415
+ - [#88297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/88297)
416
+ [`0b8748a0e0fc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0b8748a0e0fc) -
417
+ Add search action analytics events for confluence datasource modal.
401
418
 
402
419
  ## 1.25.2
403
420
 
404
421
  ### Patch Changes
405
422
 
406
- - [#87128](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87128)
407
- [`2b6b715884a0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2b6b715884a0) -
408
- Adds Insert button click analytics event and tests to confluence-search config modal.
409
- - Updated dependencies
423
+ - [#87128](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87128)
424
+ [`2b6b715884a0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2b6b715884a0) -
425
+ Adds Insert button click analytics event and tests to confluence-search config modal.
426
+ - Updated dependencies
410
427
 
411
428
  ## 1.25.1
412
429
 
413
430
  ### Patch Changes
414
431
 
415
- - [#86770](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86770)
416
- [`67209c8f2921`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/67209c8f2921) -
417
- Adds cancel button click analytics event and tests to confluence-search config modal.
418
- - Updated dependencies
432
+ - [#86770](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86770)
433
+ [`67209c8f2921`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/67209c8f2921) -
434
+ Adds cancel button click analytics event and tests to confluence-search config modal.
435
+ - Updated dependencies
419
436
 
420
437
  ## 1.25.0
421
438
 
422
439
  ### Minor Changes
423
440
 
424
- - [#87079](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87079)
425
- [`b3f493af070b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3f493af070b) -
426
- [ux] Added optional `color` and `url` field to datasource-types.ts to update the possible
427
- properties of Tags (Labels) and how they are rendered.
441
+ - [#87079](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87079)
442
+ [`b3f493af070b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b3f493af070b) -
443
+ [ux] Added optional `color` and `url` field to datasource-types.ts to update the possible
444
+ properties of Tags (Labels) and how they are rendered.
428
445
 
429
446
  ### Patch Changes
430
447
 
431
- - Updated dependencies
448
+ - Updated dependencies
432
449
 
433
450
  ## 1.24.12
434
451
 
435
452
  ### Patch Changes
436
453
 
437
- - [#87145](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87145)
438
- [`dde291a6a448`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dde291a6a448) -
439
- Improve compatibility with React 18
440
- - Updated dependencies
454
+ - [#87145](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/87145)
455
+ [`dde291a6a448`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dde291a6a448) -
456
+ Improve compatibility with React 18
457
+ - Updated dependencies
441
458
 
442
459
  ## 1.24.11
443
460
 
444
461
  ### Patch Changes
445
462
 
446
- - [#86784](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86784)
447
- [`c3e5e5eb1a2c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c3e5e5eb1a2c) -
448
- Fixes display padding of datasources for no results modal
449
- - Updated dependencies
463
+ - [#86784](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86784)
464
+ [`c3e5e5eb1a2c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c3e5e5eb1a2c) -
465
+ Fixes display padding of datasources for no results modal
466
+ - Updated dependencies
450
467
 
451
468
  ## 1.24.10
452
469
 
453
470
  ### Patch Changes
454
471
 
455
- - [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724)
456
- [`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) -
457
- [ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from
458
- 35.7.0 to 35.8.0
472
+ - [#86724](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86724)
473
+ [`718a9aa2424d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/718a9aa2424d) -
474
+ [ED-22607] Remove references to maxFrames for multi bodied extensions and bump adf-schema from
475
+ 35.7.0 to 35.8.0
459
476
 
460
477
  ## 1.24.9
461
478
 
462
479
  ### Patch Changes
463
480
 
464
- - [#86596](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86596)
465
- [`37621cb1f1b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/37621cb1f1b9) -
466
- Update dependency json-ld-types
467
- - [#85653](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85653)
468
- [`e0233a62f24a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e0233a62f24a) -
469
- Add logic to insert confluence search datasource table ADF from modal
481
+ - [#86596](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/86596)
482
+ [`37621cb1f1b9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/37621cb1f1b9) -
483
+ Update dependency json-ld-types
484
+ - [#85653](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/85653)
485
+ [`e0233a62f24a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e0233a62f24a) -
486
+ Add logic to insert confluence search datasource table ADF from modal
470
487
 
471
488
  ## 1.24.8
472
489
 
473
490
  ### Patch Changes
474
491
 
475
- - [#84829](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84829)
476
- [`a6299ec57bc3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a6299ec57bc3) -
477
- Internal change to replace hardcoded font fallback values with an exported constant. There is no
478
- expected visual difference.
479
- - [#82725](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82725)
480
- [`058b020b8275`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/058b020b8275) -
481
- Adds e2e confluence search functionality and mocks.
492
+ - [#84829](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/84829)
493
+ [`a6299ec57bc3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a6299ec57bc3) -
494
+ Internal change to replace hardcoded font fallback values with an exported constant. There is no
495
+ expected visual difference.
496
+ - [#82725](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/82725)
497
+ [`058b020b8275`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/058b020b8275) -
498
+ Adds e2e confluence search functionality and mocks.
482
499
 
483
500
  ## 1.24.7
484
501
 
485
502
  ### Patch Changes
486
503
 
487
- - [#83952](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83952)
488
- [`300149437193`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/300149437193) -
489
- [ux] Make smart-links rendered non-word-wrapped (truncated) by default and only be word-wrapped
490
- when user chooses it
504
+ - [#83952](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83952)
505
+ [`300149437193`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/300149437193) -
506
+ [ux] Make smart-links rendered non-word-wrapped (truncated) by default and only be word-wrapped
507
+ when user chooses it
491
508
 
492
509
  ## 1.24.6
493
510
 
494
511
  ### Patch Changes
495
512
 
496
- - [#81820](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81820)
497
- [`92e229dc81a0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/92e229dc81a0) -
498
- Refactor components to be shared in common and adding new confluence search modal initial state.
513
+ - [#81820](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81820)
514
+ [`92e229dc81a0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/92e229dc81a0) -
515
+ Refactor components to be shared in common and adding new confluence search modal initial state.
499
516
 
500
517
  ## 1.24.5
501
518
 
502
519
  ### Patch Changes
503
520
 
504
- - [#83176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83176)
505
- [`5c64e4657ef3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c64e4657ef3) -
506
- [ux] Minor changes to replace deprecated font tokens with new tokens. There may be some very
507
- slight differences in font size if the previous value was incorrectly applied, and slight
508
- differences in line height to match the new typography system.
509
- - Updated dependencies
521
+ - [#83176](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83176)
522
+ [`5c64e4657ef3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5c64e4657ef3) -
523
+ [ux] Minor changes to replace deprecated font tokens with new tokens. There may be some very
524
+ slight differences in font size if the previous value was incorrectly applied, and slight
525
+ differences in line height to match the new typography system.
526
+ - Updated dependencies
510
527
 
511
528
  ## 1.24.4
512
529
 
513
530
  ### Patch Changes
514
531
 
515
- - [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188)
516
- [`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) -
517
- Minor adjustments to improve compatibility with React 18
532
+ - [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188)
533
+ [`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) -
534
+ Minor adjustments to improve compatibility with React 18
518
535
 
519
536
  ## 1.24.3
520
537
 
521
538
  ### Patch Changes
522
539
 
523
- - [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777)
524
- [`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) -
525
- Bump adf-schema to 35.7.0
526
- - Updated dependencies
540
+ - [#81777](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81777)
541
+ [`c6d7a5378751`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d7a5378751) -
542
+ Bump adf-schema to 35.7.0
543
+ - Updated dependencies
527
544
 
528
545
  ## 1.24.2
529
546
 
530
547
  ### Patch Changes
531
548
 
532
- - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
533
- [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
534
- Upgrade Typescript from `4.9.5` to `5.4.2`
535
- - Updated dependencies
549
+ - [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
550
+ [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
551
+ Upgrade Typescript from `4.9.5` to `5.4.2`
552
+ - Updated dependencies
536
553
 
537
554
  ## 1.24.1
538
555
 
539
556
  ### Patch Changes
540
557
 
541
- - Updated dependencies
558
+ - Updated dependencies
542
559
 
543
560
  ## 1.24.0
544
561
 
545
562
  ### Minor Changes
546
563
 
547
- - [#76893](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76893)
548
- [`09e169066b2b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/09e169066b2b) -
549
- [ux] Add column wrapping configuration into the table inside Jira Modal dialog
564
+ - [#76893](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/76893)
565
+ [`09e169066b2b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/09e169066b2b) -
566
+ [ux] Add column wrapping configuration into the table inside Jira Modal dialog
550
567
 
551
568
  ### Patch Changes
552
569
 
553
- - Updated dependencies
570
+ - Updated dependencies
554
571
 
555
572
  ## 1.23.9
556
573
 
557
574
  ### Patch Changes
558
575
 
559
- - Updated dependencies
576
+ - Updated dependencies
560
577
 
561
578
  ## 1.23.8
562
579
 
563
580
  ### Patch Changes
564
581
 
565
- - [#80679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80679)
566
- [`104eb9443b7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/104eb9443b7e) -
567
- ED-22553 Updating adf-schema version to 35.6.0
582
+ - [#80679](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/80679)
583
+ [`104eb9443b7e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/104eb9443b7e) -
584
+ ED-22553 Updating adf-schema version to 35.6.0
568
585
 
569
586
  ## 1.23.7
570
587
 
571
588
  ### Patch Changes
572
589
 
573
- - [#79004](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79004)
574
- [`5438920b88ce`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5438920b88ce) -
575
- Fixes race conditions/concurrent requests when parameters changing on datasource, behind ff
576
- `platform.linking-platform.datasource.enable-abort-controller`.
590
+ - [#79004](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/79004)
591
+ [`5438920b88ce`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5438920b88ce) -
592
+ Fixes race conditions/concurrent requests when parameters changing on datasource, behind ff
593
+ `platform.linking-platform.datasource.enable-abort-controller`.
577
594
 
578
595
  ## 1.23.6
579
596
 
580
597
  ### Patch Changes
581
598
 
582
- - Updated dependencies
599
+ - Updated dependencies
583
600
 
584
601
  ## 1.23.5
585
602
 
586
603
  ### Patch Changes
587
604
 
588
- - [#78825](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78825)
589
- [`e9208822bf1f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e9208822bf1f) -
590
- Adds horizontal and vertical padding to ShowMoreButton within CustomMenuList to prevent the
591
- button outline from being cut off and overflowing into selection area.
592
- - Updated dependencies
605
+ - [#78825](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78825)
606
+ [`e9208822bf1f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e9208822bf1f) -
607
+ Adds horizontal and vertical padding to ShowMoreButton within CustomMenuList to prevent the button
608
+ outline from being cut off and overflowing into selection area.
609
+ - Updated dependencies
593
610
 
594
611
  ## 1.23.4
595
612
 
596
613
  ### Patch Changes
597
614
 
598
- - [#78224](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78224)
599
- [`6b4c9dd4ad34`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b4c9dd4ad34) -
600
- ED-22219: adf-schema updated to 35.5.2
615
+ - [#78224](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/78224)
616
+ [`6b4c9dd4ad34`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b4c9dd4ad34) -
617
+ ED-22219: adf-schema updated to 35.5.2
601
618
 
602
619
  ## 1.23.3
603
620
 
604
621
  ### Patch Changes
605
622
 
606
- - Updated dependencies
623
+ - Updated dependencies
607
624
 
608
625
  ## 1.23.2
609
626
 
610
627
  ### Patch Changes
611
628
 
612
- - [#75568](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75568)
613
- [`cf557c64b311`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cf557c64b311) -
614
- Updated useErrorLogger to tag Sentry events with datasourceId Updated
615
- DatasourceRenderFailedAnalyticsWrapper to also log events with tagging to Sentry
629
+ - [#75568](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75568)
630
+ [`cf557c64b311`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cf557c64b311) -
631
+ Updated useErrorLogger to tag Sentry events with datasourceId Updated
632
+ DatasourceRenderFailedAnalyticsWrapper to also log events with tagging to Sentry
616
633
 
617
634
  ## 1.23.1
618
635
 
619
636
  ### Patch Changes
620
637
 
621
- - Updated dependencies
638
+ - Updated dependencies
622
639
 
623
640
  ## 1.23.0
624
641
 
625
642
  ### Minor Changes
626
643
 
627
- - [#74624](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74624)
628
- [`0b777e6a934c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0b777e6a934c) -
629
- [ux] New props added to `DatasourceTableView`: `wrappedColumnKeys` and `onWrappedColumnChange`
630
- that control wrapping behaviour of a column. When callback is defined, table headers become a
631
- dropdown with action that allows column content to start wrapping to a new line.
644
+ - [#74624](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74624)
645
+ [`0b777e6a934c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0b777e6a934c) -
646
+ [ux] New props added to `DatasourceTableView`: `wrappedColumnKeys` and `onWrappedColumnChange`
647
+ that control wrapping behaviour of a column. When callback is defined, table headers become a
648
+ dropdown with action that allows column content to start wrapping to a new line.
632
649
 
633
650
  ## 1.22.8
634
651
 
635
652
  ### Patch Changes
636
653
 
637
- - [#74134](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74134)
638
- [`c765c111415e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c765c111415e) -
639
- Adds providerName in unauthed view
654
+ - [#74134](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74134)
655
+ [`c765c111415e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c765c111415e) -
656
+ Adds providerName in unauthed view
640
657
 
641
658
  ## 1.22.7
642
659
 
643
660
  ### Patch Changes
644
661
 
645
- - [#70616](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70616)
646
- [`76068b6be8dc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/76068b6be8dc) -
647
- Upgrading to Pragmatic drag and drop 1.0
648
- - Updated dependencies
662
+ - [#70616](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70616)
663
+ [`76068b6be8dc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/76068b6be8dc) -
664
+ Upgrading to Pragmatic drag and drop 1.0
665
+ - Updated dependencies
649
666
 
650
667
  ## 1.22.6
651
668
 
652
669
  ### Patch Changes
653
670
 
654
- - [#74943](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74943)
655
- [`3b4442a1af2b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3b4442a1af2b) -
656
- Fix extensionKey not included in analytics event after sucessfully authenticated
657
- - Updated dependencies
671
+ - [#74943](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/74943)
672
+ [`3b4442a1af2b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3b4442a1af2b) -
673
+ Fix extensionKey not included in analytics event after sucessfully authenticated
674
+ - Updated dependencies
658
675
 
659
676
  ## 1.22.5
660
677
 
661
678
  ### Patch Changes
662
679
 
663
- - [#72501](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72501)
664
- [`0257e7b1b408`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0257e7b1b408) -
665
- Fix attribute for auth analytics events uses meta.extensionKey instead of auth.key
666
- - Updated dependencies
680
+ - [#72501](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/72501)
681
+ [`0257e7b1b408`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0257e7b1b408) -
682
+ Fix attribute for auth analytics events uses meta.extensionKey instead of auth.key
683
+ - Updated dependencies
667
684
 
668
685
  ## 1.22.4
669
686
 
670
687
  ### Patch Changes
671
688
 
672
- - [#71047](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71047)
673
- [`931a7edba41e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/931a7edba41e) -
674
- update window.location usage to be compatible with SSR
689
+ - [#71047](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/71047)
690
+ [`931a7edba41e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/931a7edba41e) -
691
+ update window.location usage to be compatible with SSR
675
692
 
676
693
  ## 1.22.3
677
694
 
678
695
  ### Patch Changes
679
696
 
680
- - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
681
- [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
682
- Upgrading @atlaskit/editor-prosemirror dependency
683
- - [#70460](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70460)
684
- [`2f37600156ae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2f37600156ae) -
685
- The internal composition of a component in this package has changed. There is no expected change
686
- in behaviour.
687
- - Updated dependencies
697
+ - [#68572](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68572)
698
+ [`15d407fe5143`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/15d407fe5143) -
699
+ Upgrading @atlaskit/editor-prosemirror dependency
700
+ - [#70460](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70460)
701
+ [`2f37600156ae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/2f37600156ae) -
702
+ The internal composition of a component in this package has changed. There is no expected change
703
+ in behaviour.
704
+ - Updated dependencies
688
705
 
689
706
  ## 1.22.2
690
707
 
691
708
  ### Patch Changes
692
709
 
693
- - [#70489](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70489)
694
- [`8bf6a93203db`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8bf6a93203db) -
695
- Define analytics events to fire when provider Authentication succeeds or fail.
696
- - [#70400](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70400)
697
- [`933b3c1e55d4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/933b3c1e55d4) -
698
- [ux] css styling for Avatar group styles is increased in specificity for inserting and rendering
699
- from Jira Issues modal to ensure that editor css does not apply to the component
700
- - Updated dependencies
710
+ - [#70489](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70489)
711
+ [`8bf6a93203db`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8bf6a93203db) -
712
+ Define analytics events to fire when provider Authentication succeeds or fail.
713
+ - [#70400](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70400)
714
+ [`933b3c1e55d4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/933b3c1e55d4) -
715
+ [ux] css styling for Avatar group styles is increased in specificity for inserting and rendering
716
+ from Jira Issues modal to ensure that editor css does not apply to the component
717
+ - Updated dependencies
701
718
 
702
719
  ## 1.22.1
703
720
 
704
721
  ### Patch Changes
705
722
 
706
- - [#70152](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70152)
707
- [`53ed3673df28`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53ed3673df28) -
708
- Updating adf-schema version to 35.5.1
723
+ - [#70152](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70152)
724
+ [`53ed3673df28`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/53ed3673df28) -
725
+ Updating adf-schema version to 35.5.1
709
726
 
710
727
  ## 1.22.0
711
728
 
712
729
  ### Minor Changes
713
730
 
714
- - [#70612](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70612)
715
- [`87457cd97d6b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/87457cd97d6b) -
716
- Exported `buildDatasourceAdf` utility.
731
+ - [#70612](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/70612)
732
+ [`87457cd97d6b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/87457cd97d6b) -
733
+ Exported `buildDatasourceAdf` utility.
717
734
 
718
735
  ## 1.21.0
719
736
 
720
737
  ### Minor Changes
721
738
 
722
- - [#67808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67808)
723
- [`0a06727747b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0a06727747b2) -
724
- [ux] Adding new auth UI/UX to enable users to connect 3P datasource accounts.
739
+ - [#67808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67808)
740
+ [`0a06727747b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0a06727747b2) -
741
+ [ux] Adding new auth UI/UX to enable users to connect 3P datasource accounts.
725
742
 
726
743
  ### Patch Changes
727
744
 
728
- - Updated dependencies
745
+ - Updated dependencies
729
746
 
730
747
  ## 1.20.0
731
748
 
732
749
  ### Minor Changes
733
750
 
734
- - [#67414](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67414)
735
- [`e1ad52cb07b8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e1ad52cb07b8) -
736
- [ux] Change to display multiple avatar images of users in a group component rather than on new
737
- lines
751
+ - [#67414](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67414)
752
+ [`e1ad52cb07b8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e1ad52cb07b8) -
753
+ [ux] Change to display multiple avatar images of users in a group component rather than on new
754
+ lines
738
755
 
739
756
  ## 1.19.46
740
757
 
741
758
  ### Patch Changes
742
759
 
743
- - [#69638](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69638)
744
- [`41429d7a17d8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/41429d7a17d8) -
745
- Update DatasourceTableView error states refresh button to reset with shouldForceRequest
746
- - Updated dependencies
760
+ - [#69638](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69638)
761
+ [`41429d7a17d8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/41429d7a17d8) -
762
+ Update DatasourceTableView error states refresh button to reset with shouldForceRequest
763
+ - Updated dependencies
747
764
 
748
765
  ## 1.19.45
749
766
 
750
767
  ### Patch Changes
751
768
 
752
- - [#68840](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68840)
753
- [`7d055de94e3d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7d055de94e3d) -
754
- Replaced `@atlassianlabs/jql-editor` dependency with `@atlaskit/jql-editor`
755
- - Updated dependencies
769
+ - [#68840](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68840)
770
+ [`7d055de94e3d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7d055de94e3d) -
771
+ Replaced `@atlassianlabs/jql-editor` dependency with `@atlaskit/jql-editor`
772
+ - Updated dependencies
756
773
 
757
774
  ## 1.19.44
758
775
 
759
776
  ### Patch Changes
760
777
 
761
- - [#67222](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67222)
762
- [`c8245836a600`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c8245836a600) -
763
- Fix search race condition in Assets Config Modal
778
+ - [#67222](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67222)
779
+ [`c8245836a600`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c8245836a600) -
780
+ Fix search race condition in Assets Config Modal
764
781
 
765
782
  ## 1.19.43
766
783
 
767
784
  ### Patch Changes
768
785
 
769
- - [#68194](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68194)
770
- [`c1d4a8fecc4e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c1d4a8fecc4e) -
771
- bump json-ld-types to version 3.11.0
786
+ - [#68194](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68194)
787
+ [`c1d4a8fecc4e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c1d4a8fecc4e) -
788
+ bump json-ld-types to version 3.11.0
772
789
 
773
790
  ## 1.19.42
774
791
 
775
792
  ### Patch Changes
776
793
 
777
- - [#67168](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67168)
778
- [`aa400684d082`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aa400684d082) -
779
- [ux] Updating modal insert button to show 'Update table' when editing existing table
780
- - [#63918](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63918)
781
- [`ab7df781854a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ab7df781854a) -
782
- Updating mode switcher toggle with drop down for issue/count view
794
+ - [#67168](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/67168)
795
+ [`aa400684d082`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/aa400684d082) -
796
+ [ux] Updating modal insert button to show 'Update table' when editing existing table
797
+ - [#63918](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63918)
798
+ [`ab7df781854a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ab7df781854a) -
799
+ Updating mode switcher toggle with drop down for issue/count view
783
800
 
784
801
  ## 1.19.41
785
802
 
786
803
  ### Patch Changes
787
804
 
788
- - [#65779](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65779)
789
- [`a68623048896`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a68623048896) -
790
- Improve handling of column resizing and remove standard table css styles bleeding to datasource
791
- table when it is inside table
805
+ - [#65779](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65779)
806
+ [`a68623048896`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a68623048896) -
807
+ Improve handling of column resizing and remove standard table css styles bleeding to datasource
808
+ table when it is inside table
792
809
 
793
810
  ## 1.19.40
794
811
 
795
812
  ### Patch Changes
796
813
 
797
- - [#64455](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64455)
798
- [`fcb3bcdbead3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fcb3bcdbead3) -
799
- Fixes issue duplication in list of links after adding columns through the config modal by
800
- checking responseItems for duplications
814
+ - [#64455](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64455)
815
+ [`fcb3bcdbead3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fcb3bcdbead3) -
816
+ Fixes issue duplication in list of links after adding columns through the config modal by checking
817
+ responseItems for duplications
801
818
 
802
819
  ## 1.19.39
803
820
 
804
821
  ### Patch Changes
805
822
 
806
- - [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031)
807
- [`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) -
808
- ED-21609 Update adf-schema to 35.3.0
823
+ - [#65031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/65031)
824
+ [`a00094111b5a`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a00094111b5a) -
825
+ ED-21609 Update adf-schema to 35.3.0
809
826
 
810
827
  ## 1.19.38
811
828
 
812
829
  ### Patch Changes
813
830
 
814
- - [#63865](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63865)
815
- [`3626f73af8aa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3626f73af8aa) -
816
- added tooltips to datasource table items
817
- - Updated dependencies
831
+ - [#63865](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63865)
832
+ [`3626f73af8aa`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3626f73af8aa) -
833
+ added tooltips to datasource table items
834
+ - Updated dependencies
818
835
 
819
836
  ## 1.19.37
820
837
 
821
838
  ### Patch Changes
822
839
 
823
- - [#64237](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64237)
824
- [`60749f37a107`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/60749f37a107) -
825
- [ux] Revert issue duplication in list of links due to infinite loop bug
840
+ - [#64237](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64237)
841
+ [`60749f37a107`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/60749f37a107) -
842
+ [ux] Revert issue duplication in list of links due to infinite loop bug
826
843
 
827
844
  ## 1.19.36
828
845
 
829
846
  ### Patch Changes
830
847
 
831
- - Updated dependencies
848
+ - Updated dependencies
832
849
 
833
850
  ## 1.19.35
834
851
 
835
852
  ### Patch Changes
836
853
 
837
- - [#63616](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63616)
838
- [`01ee02f34d54`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/01ee02f34d54) -
839
- Fixes issue duplication in list of links after adding columns through the config modal.
854
+ - [#63616](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/63616)
855
+ [`01ee02f34d54`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/01ee02f34d54) -
856
+ Fixes issue duplication in list of links after adding columns through the config modal.
840
857
 
841
858
  ## 1.19.34
842
859
 
843
860
  ### Patch Changes
844
861
 
845
- - [#62410](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62410)
846
- [`57566ae14827`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57566ae14827) -
847
- Added a global analytics context that adds `component` to context of all analytic events to
848
- generate `componentHierarchy` attribute.
862
+ - [#62410](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62410)
863
+ [`57566ae14827`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57566ae14827) -
864
+ Added a global analytics context that adds `component` to context of all analytic events to
865
+ generate `componentHierarchy` attribute.
849
866
 
850
867
  ## 1.19.33
851
868
 
852
869
  ### Patch Changes
853
870
 
854
- - Updated dependencies
871
+ - Updated dependencies
855
872
 
856
873
  ## 1.19.32
857
874
 
858
875
  ### Patch Changes
859
876
 
860
- - [#62165](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62165)
861
- [`b44ac0968d79`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b44ac0968d79) -
862
- [ED-21562] Bump @atlaskit/adf-schema to 35.2.0 for border mark update
877
+ - [#62165](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/62165)
878
+ [`b44ac0968d79`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b44ac0968d79) -
879
+ [ED-21562] Bump @atlaskit/adf-schema to 35.2.0 for border mark update
863
880
 
864
881
  ## 1.19.31
865
882
 
866
883
  ### Patch Changes
867
884
 
868
- - [#61273](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61273)
869
- [`95284bcc1fe4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/95284bcc1fe4) -
870
- Update the default JQL query to remove usage of `created` field.
885
+ - [#61273](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/61273)
886
+ [`95284bcc1fe4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/95284bcc1fe4) -
887
+ Update the default JQL query to remove usage of `created` field.
871
888
 
872
889
  ## 1.19.30
873
890
 
874
891
  ### Patch Changes
875
892
 
876
- - Updated dependencies
893
+ - Updated dependencies
877
894
 
878
895
  ## 1.19.29
879
896
 
880
897
  ### Patch Changes
881
898
 
882
- - [#60321](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60321)
883
- [`73b1cdac3c9b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/73b1cdac3c9b) -
884
- Sort unselected options in column picker alphabetically.
885
- - Updated dependencies
899
+ - [#60321](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60321)
900
+ [`73b1cdac3c9b`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/73b1cdac3c9b) -
901
+ Sort unselected options in column picker alphabetically.
902
+ - Updated dependencies
886
903
 
887
904
  ## 1.19.28
888
905
 
889
906
  ### Patch Changes
890
907
 
891
- - [#60808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60808)
892
- [`f509a21be124`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f509a21be124) -
893
- ED-21506: @atlaskit/adf-schema upgraded to 35.1.1 to support renderer for MBE
908
+ - [#60808](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60808)
909
+ [`f509a21be124`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f509a21be124) -
910
+ ED-21506: @atlaskit/adf-schema upgraded to 35.1.1 to support renderer for MBE
894
911
 
895
912
  ## 1.19.27
896
913
 
897
914
  ### Patch Changes
898
915
 
899
- - [#58246](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58246)
900
- [`a381b2599716`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a381b2599716) -
901
- ED-21371 Update adf-schema to 35.1.0
916
+ - [#58246](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58246)
917
+ [`a381b2599716`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a381b2599716) -
918
+ ED-21371 Update adf-schema to 35.1.0
902
919
 
903
920
  ## 1.19.26
904
921
 
905
922
  ### Patch Changes
906
923
 
907
- - [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
908
- [`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
909
- Update dependencies that were impacted by HOT-106483 to latest.
924
+ - [#60029](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/60029)
925
+ [`b9826ea49c47`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b9826ea49c47) -
926
+ Update dependencies that were impacted by HOT-106483 to latest.
910
927
 
911
928
  ## 1.19.25
912
929
 
913
930
  ### Patch Changes
914
931
 
915
- - [#59956](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59956)
916
- [`df18ff69a316`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/df18ff69a316) -
917
- Fix issue where assignee total count was wrong when clicking on show more button.
918
- - [#59897](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59897)
919
- [`48e22f03d838`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/48e22f03d838) -
920
- Converted spacing values to corresponding space tokens
932
+ - [#59956](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59956)
933
+ [`df18ff69a316`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/df18ff69a316) -
934
+ Fix issue where assignee total count was wrong when clicking on show more button.
935
+ - [#59897](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59897)
936
+ [`48e22f03d838`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/48e22f03d838) -
937
+ Converted spacing values to corresponding space tokens
921
938
 
922
939
  ## 1.19.24
923
940
 
924
941
  ### Patch Changes
925
942
 
926
- - [#57192](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57192)
927
- [`cb7776f514cb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cb7776f514cb) -
928
- Fix issue like table and assets editor plugin card not translated issue
943
+ - [#57192](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57192)
944
+ [`cb7776f514cb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cb7776f514cb) -
945
+ Fix issue like table and assets editor plugin card not translated issue
929
946
 
930
947
  ## 1.19.23
931
948
 
932
949
  ### Patch Changes
933
950
 
934
- - [#57785](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57785)
935
- [`846c9ef4fb27`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/846c9ef4fb27) -
936
- Update AQL validation hook for Assets Config Modal
937
- - Updated dependencies
951
+ - [#57785](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57785)
952
+ [`846c9ef4fb27`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/846c9ef4fb27) -
953
+ Update AQL validation hook for Assets Config Modal
954
+ - Updated dependencies
938
955
 
939
956
  ## 1.19.22
940
957
 
941
958
  ### Patch Changes
942
959
 
943
- - [#59059](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59059)
944
- [`9b56935315f5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9b56935315f5) -
945
- Add logic to append selected site url to dropdown icon urls if they are not absolute urls.
960
+ - [#59059](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59059)
961
+ [`9b56935315f5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9b56935315f5) -
962
+ Add logic to append selected site url to dropdown icon urls if they are not absolute urls.
946
963
 
947
964
  ## 1.19.21
948
965
 
949
966
  ### Patch Changes
950
967
 
951
- - [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
952
- [`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
953
- Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
968
+ - [#59147](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59147)
969
+ [`f12e489f23b0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f12e489f23b0) -
970
+ Re-build and deploy packages to NPM to resolve React/Compiled not found error (HOT-106483).
954
971
 
955
972
  ## 1.19.20
956
973
 
957
974
  ### Patch Changes
958
975
 
959
- - [#58763](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58763)
960
- [`0fdbd64522bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0fdbd64522bf) -
961
- update ADF schema
976
+ - [#58763](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58763)
977
+ [`0fdbd64522bf`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/0fdbd64522bf) -
978
+ update ADF schema
962
979
 
963
980
  ## 1.19.19
964
981
 
965
982
  ### Patch Changes
966
983
 
967
- - [#58449](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58449)
968
- [`246a75e8b14f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/246a75e8b14f) -
969
- Swap mode switcher toggle order to put basic first and remove beta tag from the config modal
970
- search prompt view.
984
+ - [#58449](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58449)
985
+ [`246a75e8b14f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/246a75e8b14f) -
986
+ Swap mode switcher toggle order to put basic first and remove beta tag from the config modal
987
+ search prompt view.
971
988
 
972
989
  ## 1.19.18
973
990
 
974
991
  ### Patch Changes
975
992
 
976
- - [#57736](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57736)
977
- [`d8193e501bcc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d8193e501bcc) -
978
- [ux] Changes behavior of datasource modal to persist query changes on insert without needing to
979
- click search.
993
+ - [#57736](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57736)
994
+ [`d8193e501bcc`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d8193e501bcc) -
995
+ [ux] Changes behavior of datasource modal to persist query changes on insert without needing to
996
+ click search.
980
997
 
981
998
  ## 1.19.17
982
999
 
983
1000
  ### Patch Changes
984
1001
 
985
- - [#58033](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58033)
986
- [`e833dd7a4e2f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e833dd7a4e2f) -
987
- [ux] Updated datasource tables to always have a background.
1002
+ - [#58033](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58033)
1003
+ [`e833dd7a4e2f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e833dd7a4e2f) -
1004
+ [ux] Updated datasource tables to always have a background.
988
1005
 
989
1006
  ## 1.19.16
990
1007
 
991
1008
  ### Patch Changes
992
1009
 
993
- - [#58204](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58204)
994
- [`f800efb5148e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f800efb5148e) -
995
- Design/Bug fixes for basic filters(after design review).
1010
+ - [#58204](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/58204)
1011
+ [`f800efb5148e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f800efb5148e) -
1012
+ Design/Bug fixes for basic filters(after design review).
996
1013
 
997
1014
  ## 1.19.15
998
1015
 
999
1016
  ### Patch Changes
1000
1017
 
1001
- - [#56962](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/56962)
1002
- [`b21600324544`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b21600324544) -
1003
- [ux] Updated styling of datasource table in Assets Config Modal
1004
- - Updated dependencies
1018
+ - [#56962](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/56962)
1019
+ [`b21600324544`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b21600324544) -
1020
+ [ux] Updated styling of datasource table in Assets Config Modal
1021
+ - Updated dependencies
1005
1022
 
1006
1023
  ## 1.19.14
1007
1024
 
1008
1025
  ### Patch Changes
1009
1026
 
1010
- - [#57894](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57894)
1011
- [`81bd6e9856b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/81bd6e9856b2) -
1012
- Fix flaky basic filter test.
1027
+ - [#57894](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57894)
1028
+ [`81bd6e9856b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/81bd6e9856b2) -
1029
+ Fix flaky basic filter test.
1013
1030
 
1014
1031
  ## 1.19.13
1015
1032
 
1016
1033
  ### Patch Changes
1017
1034
 
1018
- - [#57773](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57773)
1019
- [`a2e16053a3dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a2e16053a3dd) -
1020
- Added group icon and clear search text when popup opens.
1021
- - [#57739](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57739)
1022
- [`c1ca80ef5958`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c1ca80ef5958) -
1023
- Update filter tigger button logic to show hydration loader only if the filter has value.
1024
- - [#57513](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57513)
1025
- [`e0ce3402d2c9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e0ce3402d2c9) -
1026
- [ux] make schema drop down selector wider
1027
- - Updated dependencies
1035
+ - [#57773](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57773)
1036
+ [`a2e16053a3dd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a2e16053a3dd) -
1037
+ Added group icon and clear search text when popup opens.
1038
+ - [#57739](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57739)
1039
+ [`c1ca80ef5958`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c1ca80ef5958) -
1040
+ Update filter tigger button logic to show hydration loader only if the filter has value.
1041
+ - [#57513](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57513)
1042
+ [`e0ce3402d2c9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e0ce3402d2c9) -
1043
+ [ux] make schema drop down selector wider
1044
+ - Updated dependencies
1028
1045
 
1029
1046
  ## 1.19.12
1030
1047
 
1031
1048
  ### Patch Changes
1032
1049
 
1033
- - [#57143](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57143)
1034
- [`9b8b89c7c87e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9b8b89c7c87e) -
1035
- Remove redundant selection handler for basic filter selection.
1050
+ - [#57143](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57143)
1051
+ [`9b8b89c7c87e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9b8b89c7c87e) -
1052
+ Remove redundant selection handler for basic filter selection.
1036
1053
 
1037
1054
  ## 1.19.11
1038
1055
 
1039
1056
  ### Patch Changes
1040
1057
 
1041
- - [#57357](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57357)
1042
- [`8562891352fd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8562891352fd) -
1043
- Update jql query field from issuetype to type.
1058
+ - [#57357](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57357)
1059
+ [`8562891352fd`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8562891352fd) -
1060
+ Update jql query field from issuetype to type.
1044
1061
 
1045
1062
  ## 1.19.10
1046
1063
 
1047
1064
  ### Patch Changes
1048
1065
 
1049
- - [#56769](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/56769)
1050
- [`dccc142da2de`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dccc142da2de) -
1051
- Changing cloud ids with site selector resets previous JiraIssuesModal table results, basic
1052
- search filters, and jql to default.
1053
- - [#57035](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57035)
1054
- [`63ab16a4d4a7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/63ab16a4d4a7) -
1055
- Update config modal logic to open in basic mode if the query is not complex.
1066
+ - [#56769](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/56769)
1067
+ [`dccc142da2de`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/dccc142da2de) -
1068
+ Changing cloud ids with site selector resets previous JiraIssuesModal table results, basic search
1069
+ filters, and jql to default.
1070
+ - [#57035](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/57035)
1071
+ [`63ab16a4d4a7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/63ab16a4d4a7) -
1072
+ Update config modal logic to open in basic mode if the query is not complex.
1056
1073
 
1057
1074
  ## 1.19.9
1058
1075
 
1059
1076
  ### Patch Changes
1060
1077
 
1061
- - [#56564](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56564)
1062
- [`b26cc1ff959d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b26cc1ff959d) - Add
1063
- `Unassigned` option for Assignee filter dropdown.
1078
+ - [#56564](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56564)
1079
+ [`b26cc1ff959d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b26cc1ff959d) - Add
1080
+ `Unassigned` option for Assignee filter dropdown.
1064
1081
 
1065
1082
  ## 1.19.8
1066
1083
 
1067
1084
  ### Patch Changes
1068
1085
 
1069
- - [#55010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/55010)
1070
- [`2b36c74cc7ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b36c74cc7ac) - Adds
1071
- inner box shadow to datasource table scroll container
1086
+ - [#55010](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/55010)
1087
+ [`2b36c74cc7ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2b36c74cc7ac) - Adds
1088
+ inner box shadow to datasource table scroll container
1072
1089
 
1073
1090
  ## 1.19.7
1074
1091
 
1075
1092
  ### Patch Changes
1076
1093
 
1077
- - [#56736](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56736)
1078
- [`4372f34080e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4372f34080e4) -
1079
- Remove incorrect analytics attributes and move them to insert click.
1080
- - [#56790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56790)
1081
- [`ff577a7969d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff577a7969d4) -
1082
- ED-21266: Updated @atlaskit/adf-schema to 34.0.1
1094
+ - [#56736](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56736)
1095
+ [`4372f34080e4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4372f34080e4) - Remove
1096
+ incorrect analytics attributes and move them to insert click.
1097
+ - [#56790](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56790)
1098
+ [`ff577a7969d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ff577a7969d4) -
1099
+ ED-21266: Updated @atlaskit/adf-schema to 34.0.1
1083
1100
 
1084
1101
  ## 1.19.6
1085
1102
 
1086
1103
  ### Patch Changes
1087
1104
 
1088
- - [#56508](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56508)
1089
- [`39157c94842a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39157c94842a) - Fix
1090
- a bug in mapHydrateResponseData which include all fields from hydrate response
1105
+ - [#56508](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56508)
1106
+ [`39157c94842a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39157c94842a) - Fix a
1107
+ bug in mapHydrateResponseData which include all fields from hydrate response
1091
1108
 
1092
1109
  ## 1.19.5
1093
1110
 
1094
1111
  ### Patch Changes
1095
1112
 
1096
- - [#43878](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43878)
1097
- [`0eaf28a90c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0eaf28a90c3) - Fix an
1098
- issue where undefined value for basicInputTextValue was breaking build JQL logic.
1113
+ - [#43878](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43878)
1114
+ [`0eaf28a90c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0eaf28a90c3) - Fix an
1115
+ issue where undefined value for basicInputTextValue was breaking build JQL logic.
1099
1116
 
1100
1117
  ## 1.19.4
1101
1118
 
1102
1119
  ### Patch Changes
1103
1120
 
1104
- - [#43869](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43869)
1105
- [`a46528b1133`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a46528b1133) - Update
1106
- jql searched and insert click analytics events with isQueryComplex attribute.
1121
+ - [#43869](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43869)
1122
+ [`a46528b1133`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a46528b1133) - Update
1123
+ jql searched and insert click analytics events with isQueryComplex attribute.
1107
1124
 
1108
1125
  ## 1.19.3
1109
1126
 
1110
1127
  ### Patch Changes
1111
1128
 
1112
- - [#43787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43787)
1113
- [`a9738b4c894`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9738b4c894) - Logic
1114
- to parse text value from JQL and pre-populate input box in basic mode.
1115
- - Updated dependencies
1129
+ - [#43787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43787)
1130
+ [`a9738b4c894`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a9738b4c894) - Logic to
1131
+ parse text value from JQL and pre-populate input box in basic mode.
1132
+ - Updated dependencies
1116
1133
 
1117
1134
  ## 1.19.2
1118
1135
 
1119
1136
  ### Patch Changes
1120
1137
 
1121
- - [#43713](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43713)
1122
- [`2fa24eb9ab7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2fa24eb9ab7) - Update
1123
- JQL generation logic to create query to search for all issues when only filter values are
1124
- present.
1125
- - Updated dependencies
1138
+ - [#43713](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43713)
1139
+ [`2fa24eb9ab7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2fa24eb9ab7) - Update
1140
+ JQL generation logic to create query to search for all issues when only filter values are present.
1141
+ - Updated dependencies
1126
1142
 
1127
1143
  ## 1.19.1
1128
1144
 
1129
1145
  ### Patch Changes
1130
1146
 
1131
- - [#43693](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43693)
1132
- [`01533fad7e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01533fad7e6) - Add
1133
- basic filter selection count to insert event.
1147
+ - [#43693](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43693)
1148
+ [`01533fad7e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/01533fad7e6) - Add
1149
+ basic filter selection count to insert event.
1134
1150
 
1135
1151
  ## 1.19.0
1136
1152
 
1137
1153
  ### Minor Changes
1138
1154
 
1139
- - [#43353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43353)
1140
- [`6f08647add6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f08647add6) - [ux]
1141
- Adds new UI in modal for case where user has no Jira instances connected to their account.
1155
+ - [#43353](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43353)
1156
+ [`6f08647add6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6f08647add6) - [ux]
1157
+ Adds new UI in modal for case where user has no Jira instances connected to their account.
1142
1158
 
1143
1159
  ### Patch Changes
1144
1160
 
1145
- - [#43536](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43536)
1146
- [`a55b74ae54e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a55b74ae54e) - Basic
1147
- filter selection state has been moved to the jira-search-container component. Basic filter
1148
- select labels will now be hydrated on the initial opening of the modal, and on any following
1149
- searches where the JQL is deemed to not be complex.
1150
- - Updated dependencies
1161
+ - [#43536](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43536)
1162
+ [`a55b74ae54e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a55b74ae54e) - Basic
1163
+ filter selection state has been moved to the jira-search-container component. Basic filter select
1164
+ labels will now be hydrated on the initial opening of the modal, and on any following searches
1165
+ where the JQL is deemed to not be complex.
1166
+ - Updated dependencies
1151
1167
 
1152
1168
  ## 1.18.1
1153
1169
 
1154
1170
  ### Patch Changes
1155
1171
 
1156
- - [#43497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43497)
1157
- [`049969f8eb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/049969f8eb1) - Added
1158
- error logging to the datasource try catches.
1159
- - Updated dependencies
1172
+ - [#43497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43497)
1173
+ [`049969f8eb1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/049969f8eb1) - Added
1174
+ error logging to the datasource try catches.
1175
+ - Updated dependencies
1160
1176
 
1161
1177
  ## 1.18.0
1162
1178
 
1163
1179
  ### Minor Changes
1164
1180
 
1165
- - [#43374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43374)
1166
- [`0d93cf12d25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d93cf12d25) -
1167
- Selecting and unselecting filters causes search to occur and datasource table to refresh
1181
+ - [#43374](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43374)
1182
+ [`0d93cf12d25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0d93cf12d25) -
1183
+ Selecting and unselecting filters causes search to occur and datasource table to refresh
1168
1184
 
1169
1185
  ### Patch Changes
1170
1186
 
1171
- - [#43417](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43417)
1172
- [`3f3c17f0273`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3c17f0273) -
1173
- ED-20971 Upgrade adf-schema package to ^34.0.0
1187
+ - [#43417](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43417)
1188
+ [`3f3c17f0273`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3c17f0273) - ED-20971
1189
+ Upgrade adf-schema package to ^34.0.0
1174
1190
 
1175
1191
  ## 1.17.13
1176
1192
 
1177
1193
  ### Patch Changes
1178
1194
 
1179
- - [#43512](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43512)
1180
- [`b84de957bd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b84de957bd4) - Add
1181
- analytics event when basic filter dropdown show more button is clicked.
1195
+ - [#43512](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43512)
1196
+ [`b84de957bd4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b84de957bd4) - Add
1197
+ analytics event when basic filter dropdown show more button is clicked.
1182
1198
 
1183
1199
  ## 1.17.12
1184
1200
 
1185
1201
  ### Patch Changes
1186
1202
 
1187
- - [#43542](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43542)
1188
- [`35f5f821eb7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35f5f821eb7) - [ux]
1189
- Updated Access Required message from 'site' to 'content' when a url is not provided
1203
+ - [#43542](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43542)
1204
+ [`35f5f821eb7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/35f5f821eb7) - [ux]
1205
+ Updated Access Required message from 'site' to 'content' when a url is not provided
1190
1206
 
1191
1207
  ## 1.17.11
1192
1208
 
1193
1209
  ### Patch Changes
1194
1210
 
1195
- - [#43451](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43451)
1196
- [`50a08b74209`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50a08b74209) - Add
1197
- loading state for the basic filter trigger button
1198
- - Updated dependencies
1211
+ - [#43451](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43451)
1212
+ [`50a08b74209`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50a08b74209) - Add
1213
+ loading state for the basic filter trigger button
1214
+ - Updated dependencies
1199
1215
 
1200
1216
  ## 1.17.10
1201
1217
 
1202
1218
  ### Patch Changes
1203
1219
 
1204
- - Updated dependencies
1220
+ - Updated dependencies
1205
1221
 
1206
1222
  ## 1.17.9
1207
1223
 
1208
1224
  ### Patch Changes
1209
1225
 
1210
- - [#43398](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43398)
1211
- [`a7af91aa3fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7af91aa3fb) - Add
1212
- analytics event when basic filter dropdown menu is closed.
1226
+ - [#43398](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43398)
1227
+ [`a7af91aa3fb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a7af91aa3fb) - Add
1228
+ analytics event when basic filter dropdown menu is closed.
1213
1229
 
1214
1230
  ## 1.17.8
1215
1231
 
1216
1232
  ### Patch Changes
1217
1233
 
1218
- - [#43419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43419)
1219
- [`27726a80705`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27726a80705) - [ux]
1220
- Updated borders and added grid lines in datasource tables.
1234
+ - [#43419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43419)
1235
+ [`27726a80705`](https://bitbucket.org/atlassian/atlassian-frontend/commits/27726a80705) - [ux]
1236
+ Updated borders and added grid lines in datasource tables.
1221
1237
 
1222
1238
  ## 1.17.7
1223
1239
 
1224
1240
  ### Patch Changes
1225
1241
 
1226
- - [#43413](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43413)
1227
- [`73c1cebfd62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73c1cebfd62) - Move
1228
- all logic to onOpen when opening the filter dropdown.
1229
- - Updated dependencies
1242
+ - [#43413](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43413)
1243
+ [`73c1cebfd62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/73c1cebfd62) - Move all
1244
+ logic to onOpen when opening the filter dropdown.
1245
+ - Updated dependencies
1230
1246
 
1231
1247
  ## 1.17.6
1232
1248
 
1233
1249
  ### Patch Changes
1234
1250
 
1235
- - [#43358](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43358)
1236
- [`d275736284c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d275736284c) - Add
1237
- analytics event when basic filter dropdown menu is opened.
1238
- - [#43379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43379)
1239
- [`482c025520d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/482c025520d) -
1240
- ED-20763 Upgrade ADF schema version to 33.2.3 for MBE nodes.
1251
+ - [#43358](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43358)
1252
+ [`d275736284c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d275736284c) - Add
1253
+ analytics event when basic filter dropdown menu is opened.
1254
+ - [#43379](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43379)
1255
+ [`482c025520d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/482c025520d) - ED-20763
1256
+ Upgrade ADF schema version to 33.2.3 for MBE nodes.
1241
1257
 
1242
1258
  ## 1.17.5
1243
1259
 
1244
1260
  ### Patch Changes
1245
1261
 
1246
- - [#43340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43340)
1247
- [`bb87fcf2e29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb87fcf2e29) -
1248
- Introduce new hook `useHydrateJqlQuery` that returns the JQL hydration state for each basic
1249
- filter
1250
- - Updated dependencies
1262
+ - [#43340](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43340)
1263
+ [`bb87fcf2e29`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb87fcf2e29) -
1264
+ Introduce new hook `useHydrateJqlQuery` that returns the JQL hydration state for each basic filter
1265
+ - Updated dependencies
1251
1266
 
1252
1267
  ## 1.17.4
1253
1268
 
1254
1269
  ### Patch Changes
1255
1270
 
1256
- - [#43259](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43259)
1257
- [`daddf8f775a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/daddf8f775a) - Fixed
1258
- scroll issue on selection and updated search input to have a max-width.
1271
+ - [#43259](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43259)
1272
+ [`daddf8f775a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/daddf8f775a) - Fixed
1273
+ scroll issue on selection and updated search input to have a max-width.
1259
1274
 
1260
1275
  ## 1.17.3
1261
1276
 
1262
1277
  ### Patch Changes
1263
1278
 
1264
- - [#43122](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43122)
1265
- [`5690dd4a0d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5690dd4a0d3) - When
1266
- no onColumnResize is defined OR when columnCustomSizes in readonly more use max-width instead of
1267
- width
1279
+ - [#43122](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43122)
1280
+ [`5690dd4a0d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5690dd4a0d3) - When no
1281
+ onColumnResize is defined OR when columnCustomSizes in readonly more use max-width instead of
1282
+ width
1268
1283
 
1269
1284
  ## 1.17.2
1270
1285
 
1271
1286
  ### Patch Changes
1272
1287
 
1273
- - [#43143](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43143)
1274
- [`de7541cc6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de7541cc6ab) - Reset
1275
- filter selection when site selection changes and fixes a bug when selecting filter values.
1288
+ - [#43143](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43143)
1289
+ [`de7541cc6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de7541cc6ab) - Reset
1290
+ filter selection when site selection changes and fixes a bug when selecting filter values.
1276
1291
 
1277
1292
  ## 1.17.1
1278
1293
 
1279
1294
  ### Patch Changes
1280
1295
 
1281
- - [#43132](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43132)
1282
- [`3e2792d125e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e2792d125e) - added
1283
- operational events for Assets Config Modal
1284
- - Updated dependencies
1296
+ - [#43132](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43132)
1297
+ [`3e2792d125e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3e2792d125e) - added
1298
+ operational events for Assets Config Modal
1299
+ - Updated dependencies
1285
1300
 
1286
1301
  ## 1.17.0
1287
1302
 
1288
1303
  ### Minor Changes
1289
1304
 
1290
- - [#43023](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43023)
1291
- [`312be02e858`](https://bitbucket.org/atlassian/atlassian-frontend/commits/312be02e858) - [ux]
1292
- Basic filter dropdown button label now includes first selected item's name. If multiple items
1293
- are selected then a badge now indicates the remaining number of items. Selected options are also
1294
- reordered to the top of the select list.
1305
+ - [#43023](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43023)
1306
+ [`312be02e858`](https://bitbucket.org/atlassian/atlassian-frontend/commits/312be02e858) - [ux]
1307
+ Basic filter dropdown button label now includes first selected item's name. If multiple items are
1308
+ selected then a badge now indicates the remaining number of items. Selected options are also
1309
+ reordered to the top of the select list.
1295
1310
 
1296
1311
  ### Patch Changes
1297
1312
 
1298
- - [#42504](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42504)
1299
- [`8ee7afb2d85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ee7afb2d85) - Added
1300
- DatasourceDataSchema model. Used fields in the request for applying schema.
1301
- - Updated dependencies
1313
+ - [#42504](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42504)
1314
+ [`8ee7afb2d85`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ee7afb2d85) - Added
1315
+ DatasourceDataSchema model. Used fields in the request for applying schema.
1316
+ - Updated dependencies
1302
1317
 
1303
1318
  ## 1.16.5
1304
1319
 
1305
1320
  ### Patch Changes
1306
1321
 
1307
- - [#43103](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43103)
1308
- [`effb3f0234c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/effb3f0234c) - Add ui
1309
- analytics event when error UI is displayed for basic filter search.
1322
+ - [#43103](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43103)
1323
+ [`effb3f0234c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/effb3f0234c) - Add ui
1324
+ analytics event when error UI is displayed for basic filter search.
1310
1325
 
1311
1326
  ## 1.16.4
1312
1327
 
1313
1328
  ### Patch Changes
1314
1329
 
1315
- - [#43137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43137)
1316
- [`4d201f9fe57`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d201f9fe57) - [ux]
1317
- Updates spacing to ensure it is consistent between search input and mode switcher on toggle
1318
- between JQL and Basic and when Basic Filters feature flag is on.
1330
+ - [#43137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43137)
1331
+ [`4d201f9fe57`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d201f9fe57) - [ux]
1332
+ Updates spacing to ensure it is consistent between search input and mode switcher on toggle
1333
+ between JQL and Basic and when Basic Filters feature flag is on.
1319
1334
 
1320
1335
  ## 1.16.3
1321
1336
 
1322
1337
  ### Patch Changes
1323
1338
 
1324
- - [#43029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43029)
1325
- [`e8fc17ac873`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8fc17ac873) - Add ui
1326
- analytics event when empty results UI is displayed for basic filter search.
1327
- - Updated dependencies
1339
+ - [#43029](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43029)
1340
+ [`e8fc17ac873`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e8fc17ac873) - Add ui
1341
+ analytics event when empty results UI is displayed for basic filter search.
1342
+ - Updated dependencies
1328
1343
 
1329
1344
  ## 1.16.2
1330
1345
 
1331
1346
  ### Patch Changes
1332
1347
 
1333
- - [#43034](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43034)
1334
- [`b191795744a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b191795744a) - [ux]
1335
- Decreases spacing between search input and basic filters.
1348
+ - [#43034](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/43034)
1349
+ [`b191795744a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b191795744a) - [ux]
1350
+ Decreases spacing between search input and basic filters.
1336
1351
 
1337
1352
  ## 1.16.1
1338
1353
 
1339
1354
  ### Patch Changes
1340
1355
 
1341
- - [#42398](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42398)
1342
- [`55d91a074ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55d91a074ea) - Update
1343
- mocking for Assets Datasource Requests
1356
+ - [#42398](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42398)
1357
+ [`55d91a074ea`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55d91a074ea) - Update
1358
+ mocking for Assets Datasource Requests
1344
1359
 
1345
1360
  ## 1.16.0
1346
1361
 
1347
1362
  ### Minor Changes
1348
1363
 
1349
- - [#42962](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42962)
1350
- [`00b9a417c51`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00b9a417c51) - Adds
1351
- show more button to UI and functionality to fetch more data for datasource basic filters
1364
+ - [#42962](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42962)
1365
+ [`00b9a417c51`](https://bitbucket.org/atlassian/atlassian-frontend/commits/00b9a417c51) - Adds
1366
+ show more button to UI and functionality to fetch more data for datasource basic filters
1352
1367
 
1353
1368
  ## 1.15.4
1354
1369
 
1355
1370
  ### Patch Changes
1356
1371
 
1357
- - [#42840](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42840)
1358
- [`0358055bfaa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0358055bfaa) - [ux]
1359
- Permission error states are now shown in the Assets Config Modal.
1372
+ - [#42840](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42840)
1373
+ [`0358055bfaa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0358055bfaa) - [ux]
1374
+ Permission error states are now shown in the Assets Config Modal.
1360
1375
 
1361
1376
  ## 1.15.3
1362
1377
 
1363
1378
  ### Patch Changes
1364
1379
 
1365
- - [#42661](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42661)
1366
- [`c6abc68904d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6abc68904d) - [ux]
1367
- Fix date showing incorrectly and also update test data to check for the format it was failing
1368
- for
1380
+ - [#42661](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42661)
1381
+ [`c6abc68904d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6abc68904d) - [ux] Fix
1382
+ date showing incorrectly and also update test data to check for the format it was failing for
1369
1383
 
1370
1384
  ## 1.15.2
1371
1385
 
1372
1386
  ### Patch Changes
1373
1387
 
1374
- - [#42738](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42738)
1375
- [`95e6223ddb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95e6223ddb8) - Add
1376
- macro inserted analytics event for jlol smart link insertions
1388
+ - [#42738](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42738)
1389
+ [`95e6223ddb8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95e6223ddb8) - Add
1390
+ macro inserted analytics event for jlol smart link insertions
1377
1391
 
1378
1392
  ## 1.15.1
1379
1393
 
1380
1394
  ### Patch Changes
1381
1395
 
1382
- - [#42936](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42936)
1383
- [`8aab8999a3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8aab8999a3d) - Update
1384
- error UI text.
1396
+ - [#42936](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42936)
1397
+ [`8aab8999a3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8aab8999a3d) - Update
1398
+ error UI text.
1385
1399
 
1386
1400
  ## 1.15.0
1387
1401
 
1388
1402
  ### Minor Changes
1389
1403
 
1390
- - [#42867](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42867)
1391
- [`39f66ca6aec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39f66ca6aec) - Add
1392
- error state UI to basic filter dropdown.
1404
+ - [#42867](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42867)
1405
+ [`39f66ca6aec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/39f66ca6aec) - Add
1406
+ error state UI to basic filter dropdown.
1393
1407
 
1394
1408
  ## 1.14.1
1395
1409
 
1396
1410
  ### Patch Changes
1397
1411
 
1398
- - [#42835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42835)
1399
- [`685b3b60d34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/685b3b60d34) - Add
1400
- empty state UI for basic filter dropdown.
1412
+ - [#42835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42835)
1413
+ [`685b3b60d34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/685b3b60d34) - Add
1414
+ empty state UI for basic filter dropdown.
1401
1415
 
1402
1416
  ## 1.14.0
1403
1417
 
1404
1418
  ### Minor Changes
1405
1419
 
1406
- - [#42756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42756)
1407
- [`89ed621ec92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89ed621ec92) - Add
1408
- loading message UI for basic filter dropdown
1420
+ - [#42756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42756)
1421
+ [`89ed621ec92`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89ed621ec92) - Add
1422
+ loading message UI for basic filter dropdown
1409
1423
 
1410
1424
  ### Patch Changes
1411
1425
 
1412
- - Updated dependencies
1426
+ - Updated dependencies
1413
1427
 
1414
1428
  ## 1.13.2
1415
1429
 
1416
1430
  ### Patch Changes
1417
1431
 
1418
- - [#42785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42785)
1419
- [`63e0adac24f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63e0adac24f) - Fix
1420
- AGG base URL
1432
+ - [#42785](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42785)
1433
+ [`63e0adac24f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/63e0adac24f) - Fix AGG
1434
+ base URL
1421
1435
 
1422
1436
  ## 1.13.1
1423
1437
 
1424
1438
  ### Patch Changes
1425
1439
 
1426
- - [#42684](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42684)
1427
- [`3752d98e7fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3752d98e7fd) - Add
1428
- search functionality to basic filter dropdowns.
1440
+ - [#42684](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42684)
1441
+ [`3752d98e7fd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3752d98e7fd) - Add
1442
+ search functionality to basic filter dropdowns.
1429
1443
 
1430
1444
  ## 1.13.0
1431
1445
 
1432
1446
  ### Minor Changes
1433
1447
 
1434
- - [#42523](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42523)
1435
- [`8cf0628d658`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cf0628d658) - Add
1436
- logic to disable switching to Basic mode when the query is complex
1448
+ - [#42523](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42523)
1449
+ [`8cf0628d658`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cf0628d658) - Add
1450
+ logic to disable switching to Basic mode when the query is complex
1437
1451
 
1438
1452
  ## 1.12.4
1439
1453
 
1440
1454
  ### Patch Changes
1441
1455
 
1442
- - [#42612](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42612)
1443
- [`eb39b74b03b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb39b74b03b) - Adds
1444
- hook to get field values from graphQL for basic filters.
1445
- - [#42598](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42598)
1446
- [`6105d017042`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6105d017042) - [ux]
1447
- Updated styles of the table header.
1456
+ - [#42612](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42612)
1457
+ [`eb39b74b03b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eb39b74b03b) - Adds
1458
+ hook to get field values from graphQL for basic filters.
1459
+ - [#42598](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42598)
1460
+ [`6105d017042`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6105d017042) - [ux]
1461
+ Updated styles of the table header.
1448
1462
 
1449
1463
  ## 1.12.3
1450
1464
 
1451
1465
  ### Patch Changes
1452
1466
 
1453
- - [#42706](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42706)
1454
- [`c3c9a5ec9c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3c9a5ec9c9) - Fix a
1455
- problem where when column dragging start on top of a label - it drags whole table
1467
+ - [#42706](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42706)
1468
+ [`c3c9a5ec9c9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3c9a5ec9c9) - Fix a
1469
+ problem where when column dragging start on top of a label - it drags whole table
1456
1470
 
1457
1471
  ## 1.12.2
1458
1472
 
1459
1473
  ### Patch Changes
1460
1474
 
1461
- - [#42675](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42675)
1462
- [`bce00b9b36f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bce00b9b36f) - [ux]
1463
- Updated Assets Config Modal to also show unauthorized state Updated useDatasourceTableState to
1464
- return unauthorized state on 401 & 403 responses
1465
- - Updated dependencies
1475
+ - [#42675](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42675)
1476
+ [`bce00b9b36f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bce00b9b36f) - [ux]
1477
+ Updated Assets Config Modal to also show unauthorized state Updated useDatasourceTableState to
1478
+ return unauthorized state on 401 & 403 responses
1479
+ - Updated dependencies
1466
1480
 
1467
1481
  ## 1.12.1
1468
1482
 
1469
1483
  ### Patch Changes
1470
1484
 
1471
- - Updated dependencies
1485
+ - Updated dependencies
1472
1486
 
1473
1487
  ## 1.12.0
1474
1488
 
1475
1489
  ### Minor Changes
1476
1490
 
1477
- - [#38725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38725)
1478
- [`da6ee1eea9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da6ee1eea9c) - [ux]
1479
- `JiraIssuesConfigModal` now has new optional prop `columnCustomSizes` which is an object with
1480
- keys representing column key and value being a width of that column. `DatasourceTableView` now
1481
- has two new props: `columnCustomSizes` with same type and `onColumnResize` callback of shape
1482
- `(key: string, width: number) => void;` that will be called every time customer resizing a
1483
- column.
1491
+ - [#38725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38725)
1492
+ [`da6ee1eea9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/da6ee1eea9c) - [ux]
1493
+ `JiraIssuesConfigModal` now has new optional prop `columnCustomSizes` which is an object with keys
1494
+ representing column key and value being a width of that column. `DatasourceTableView` now has two
1495
+ new props: `columnCustomSizes` with same type and `onColumnResize` callback of shape
1496
+ `(key: string, width: number) => void;` that will be called every time customer resizing a column.
1484
1497
 
1485
1498
  ### Patch Changes
1486
1499
 
1487
- - [#42539](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42539)
1488
- [`581b3f7a822`](https://bitbucket.org/atlassian/atlassian-frontend/commits/581b3f7a822) - [ux]
1489
- Assets Config Modal now allows users to search again when datasource is 'rejected'
1490
- - [#42383](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42383)
1491
- [`624c5e73c9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/624c5e73c9d) - Add
1492
- transformers for mapping the AGG response for field values and hydrated JQL values to arrays of
1493
- SelectOption for use within basic filters. Add new types defining each potential lozenge
1494
- appearance and their mappings to status category colors.
1495
- - Updated dependencies
1500
+ - [#42539](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42539)
1501
+ [`581b3f7a822`](https://bitbucket.org/atlassian/atlassian-frontend/commits/581b3f7a822) - [ux]
1502
+ Assets Config Modal now allows users to search again when datasource is 'rejected'
1503
+ - [#42383](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42383)
1504
+ [`624c5e73c9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/624c5e73c9d) - Add
1505
+ transformers for mapping the AGG response for field values and hydrated JQL values to arrays of
1506
+ SelectOption for use within basic filters. Add new types defining each potential lozenge
1507
+ appearance and their mappings to status category colors.
1508
+ - Updated dependencies
1496
1509
 
1497
1510
  ## 1.11.1
1498
1511
 
1499
1512
  ### Patch Changes
1500
1513
 
1501
- - [#42377](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42377)
1502
- [`c1c8a308bd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1c8a308bd5) - Add
1503
- support for basic filter in JQL generation
1514
+ - [#42377](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42377)
1515
+ [`c1c8a308bd5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c1c8a308bd5) - Add
1516
+ support for basic filter in JQL generation
1504
1517
 
1505
1518
  ## 1.11.0
1506
1519
 
1507
1520
  ### Minor Changes
1508
1521
 
1509
- - [#42245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42245)
1510
- [`7b328d1b1b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b328d1b1b2) - Added
1511
- Datasource Analytics and UFO metrics to Assets Config Modal. Added additional analyticsEvent
1512
- param to onInsert of AssetsConfigModal.
1522
+ - [#42245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42245)
1523
+ [`7b328d1b1b2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b328d1b1b2) - Added
1524
+ Datasource Analytics and UFO metrics to Assets Config Modal. Added additional analyticsEvent param
1525
+ to onInsert of AssetsConfigModal.
1513
1526
 
1514
1527
  ## 1.10.3
1515
1528
 
1516
1529
  ### Patch Changes
1517
1530
 
1518
- - [#42390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42390)
1519
- [`d1aa333bfce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1aa333bfce) - [ux]
1520
- Enabled count view smart link preview in jira config modal to open in new tab on click
1531
+ - [#42390](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42390)
1532
+ [`d1aa333bfce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d1aa333bfce) - [ux]
1533
+ Enabled count view smart link preview in jira config modal to open in new tab on click
1521
1534
 
1522
1535
  ## 1.10.2
1523
1536
 
1524
1537
  ### Patch Changes
1525
1538
 
1526
- - Updated dependencies
1539
+ - Updated dependencies
1527
1540
 
1528
1541
  ## 1.10.1
1529
1542
 
1530
1543
  ### Patch Changes
1531
1544
 
1532
- - [#42063](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42063)
1533
- [`74fd796c7c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74fd796c7c7) -
1534
- Internationalisation for Assets LOL
1545
+ - [#42063](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/42063)
1546
+ [`74fd796c7c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/74fd796c7c7) -
1547
+ Internationalisation for Assets LOL
1535
1548
 
1536
1549
  ## 1.10.0
1537
1550
 
1538
1551
  ### Minor Changes
1539
1552
 
1540
- - [#41851](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41851)
1541
- [`3db4d0fcf3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3db4d0fcf3e) - Add
1542
- Basic filter component to jira issue modal.
1553
+ - [#41851](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41851)
1554
+ [`3db4d0fcf3e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3db4d0fcf3e) - Add
1555
+ Basic filter component to jira issue modal.
1543
1556
 
1544
1557
  ## 1.9.1
1545
1558
 
1546
1559
  ### Patch Changes
1547
1560
 
1548
- - [#41877](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41877)
1549
- [`dabace22e02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dabace22e02) - [ux]
1550
- Add validation error message when validating AQL string
1561
+ - [#41877](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41877)
1562
+ [`dabace22e02`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dabace22e02) - [ux] Add
1563
+ validation error message when validating AQL string
1551
1564
 
1552
1565
  ## 1.9.0
1553
1566
 
1554
1567
  ### Minor Changes
1555
1568
 
1556
- - [#41407](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41407)
1557
- [`2e336273b6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e336273b6e) - [ux]
1558
- Added an optional url prop for JiraConfigModal
1569
+ - [#41407](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41407)
1570
+ [`2e336273b6e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e336273b6e) - [ux]
1571
+ Added an optional url prop for JiraConfigModal
1559
1572
 
1560
1573
  ## 1.8.0
1561
1574
 
1562
1575
  ### Minor Changes
1563
1576
 
1564
- - [#41368](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41368)
1565
- [`1daa2514bcc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1daa2514bcc) - [ux]
1566
- Updates empty state and loading row skeletons to prevent visual jumps once data loads.
1577
+ - [#41368](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41368)
1578
+ [`1daa2514bcc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1daa2514bcc) - [ux]
1579
+ Updates empty state and loading row skeletons to prevent visual jumps once data loads.
1567
1580
 
1568
1581
  ## 1.7.6
1569
1582
 
1570
1583
  ### Patch Changes
1571
1584
 
1572
- - [#41377](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41377)
1573
- [`6191c789222`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6191c789222) - Fix
1574
- bug where on next page load sorts the column in alphabetical order.
1585
+ - [#41377](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41377)
1586
+ [`6191c789222`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6191c789222) - Fix bug
1587
+ where on next page load sorts the column in alphabetical order.
1575
1588
 
1576
1589
  ## 1.7.5
1577
1590
 
1578
1591
  ### Patch Changes
1579
1592
 
1580
- - [#40232](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40232)
1581
- [`b8c29cec088`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8c29cec088) - [ux]
1582
- Make JQL mode to be selected by default
1593
+ - [#40232](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40232)
1594
+ [`b8c29cec088`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b8c29cec088) - [ux]
1595
+ Make JQL mode to be selected by default
1583
1596
 
1584
1597
  ## 1.7.4
1585
1598
 
1586
1599
  ### Patch Changes
1587
1600
 
1588
- - [#41481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41481)
1589
- [`5b8e224d195`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b8e224d195) - [ux]
1590
- Adds tooltip to column picker
1591
- - Updated dependencies
1601
+ - [#41481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41481)
1602
+ [`5b8e224d195`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5b8e224d195) - [ux]
1603
+ Adds tooltip to column picker
1604
+ - Updated dependencies
1592
1605
 
1593
1606
  ## 1.7.3
1594
1607
 
1595
1608
  ### Patch Changes
1596
1609
 
1597
- - [#41405](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41405)
1598
- [`6619f042a24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6619f042a24) - [ux]
1599
- Fix issue where any inline/block/embeds don't open up datasource modal with proper info
1600
- - Updated dependencies
1610
+ - [#41405](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41405)
1611
+ [`6619f042a24`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6619f042a24) - [ux] Fix
1612
+ issue where any inline/block/embeds don't open up datasource modal with proper info
1613
+ - Updated dependencies
1601
1614
 
1602
1615
  ## 1.7.2
1603
1616
 
1604
1617
  ### Patch Changes
1605
1618
 
1606
- - Updated dependencies
1619
+ - Updated dependencies
1607
1620
 
1608
1621
  ## 1.7.1
1609
1622
 
1610
1623
  ### Patch Changes
1611
1624
 
1612
- - [#40897](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40897)
1613
- [`04a55cb2bec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04a55cb2bec) -
1614
- Preventing refetch if newly selected columns already have data
1625
+ - [#40897](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40897)
1626
+ [`04a55cb2bec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/04a55cb2bec) -
1627
+ Preventing refetch if newly selected columns already have data
1615
1628
 
1616
1629
  ## 1.7.0
1617
1630
 
1618
1631
  ### Minor Changes
1619
1632
 
1620
- - [#40745](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40745)
1621
- [`f1fb082c389`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f1fb082c389) -
1622
- DatasourceRenderFailedAnalyticsWrapper is now being exported as lazy loaded component
1633
+ - [#40745](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40745)
1634
+ [`f1fb082c389`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f1fb082c389) -
1635
+ DatasourceRenderFailedAnalyticsWrapper is now being exported as lazy loaded component
1623
1636
 
1624
1637
  ## 1.6.3
1625
1638
 
1626
1639
  ### Patch Changes
1627
1640
 
1628
- - [#41133](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41133)
1629
- [`598eb394b7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/598eb394b7e) - [ux]
1630
- fix the order of columns is incorrect in column picker problem [ux] Do not reorder columns when
1631
- the column picker is open
1641
+ - [#41133](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41133)
1642
+ [`598eb394b7e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/598eb394b7e) - [ux] fix
1643
+ the order of columns is incorrect in column picker problem [ux] Do not reorder columns when the
1644
+ column picker is open
1632
1645
 
1633
1646
  ## 1.6.2
1634
1647
 
1635
1648
  ### Patch Changes
1636
1649
 
1637
- - [#40759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40759)
1638
- [`2e42297cee1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e42297cee1) - Reset
1639
- default visible column keys when `shouldResetColumns` is `true`
1650
+ - [#40759](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40759)
1651
+ [`2e42297cee1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e42297cee1) - Reset
1652
+ default visible column keys when `shouldResetColumns` is `true`
1640
1653
 
1641
1654
  ## 1.6.1
1642
1655
 
1643
1656
  ### Patch Changes
1644
1657
 
1645
- - [#40923](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40923)
1646
- [`1eaceeae0b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1eaceeae0b0) - Use
1647
- jql-ast to build jql
1658
+ - [#40923](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40923)
1659
+ [`1eaceeae0b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1eaceeae0b0) - Use
1660
+ jql-ast to build jql
1648
1661
 
1649
1662
  ## 1.6.0
1650
1663
 
1651
1664
  ### Minor Changes
1652
1665
 
1653
- - [#40917](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40917)
1654
- [`dc555a1aceb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc555a1aceb) - [ux]
1655
- Persisted column picker during loading states
1666
+ - [#40917](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40917)
1667
+ [`dc555a1aceb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dc555a1aceb) - [ux]
1668
+ Persisted column picker during loading states
1656
1669
 
1657
1670
  ## 1.5.3
1658
1671
 
1659
1672
  ### Patch Changes
1660
1673
 
1661
- - [#40935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40935)
1662
- [`05b395f72c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05b395f72c6) - Minor
1663
- styling update for header padding and table border-radius
1674
+ - [#40935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40935)
1675
+ [`05b395f72c6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/05b395f72c6) - Minor
1676
+ styling update for header padding and table border-radius
1664
1677
 
1665
1678
  ## 1.5.2
1666
1679
 
1667
1680
  ### Patch Changes
1668
1681
 
1669
- - [#40773](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40773)
1670
- [`25db8b103c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25db8b103c7) - [ux]
1671
- Adding alphabetical sorting to site selector
1682
+ - [#40773](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40773)
1683
+ [`25db8b103c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/25db8b103c7) - [ux]
1684
+ Adding alphabetical sorting to site selector
1672
1685
 
1673
1686
  ## 1.5.1
1674
1687
 
1675
1688
  ### Patch Changes
1676
1689
 
1677
- - Updated dependencies
1690
+ - Updated dependencies
1678
1691
 
1679
1692
  ## 1.5.0
1680
1693
 
1681
1694
  ### Minor Changes
1682
1695
 
1683
- - [#40840](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40840)
1684
- [`66c9f6469c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66c9f6469c5) - [ux]
1685
- Wrap link values in smart link hover card component
1696
+ - [#40840](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40840)
1697
+ [`66c9f6469c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/66c9f6469c5) - [ux]
1698
+ Wrap link values in smart link hover card component
1686
1699
 
1687
1700
  ## 1.4.5
1688
1701
 
1689
1702
  ### Patch Changes
1690
1703
 
1691
- - [#40880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40880)
1692
- [`89dd0f4ea1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89dd0f4ea1a) - Added
1693
- boilterplate for basic filters
1704
+ - [#40880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40880)
1705
+ [`89dd0f4ea1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/89dd0f4ea1a) - Added
1706
+ boilterplate for basic filters
1694
1707
 
1695
1708
  ## 1.4.4
1696
1709
 
1697
1710
  ### Patch Changes
1698
1711
 
1699
- - [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749)
1700
- [`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) -
1701
- Connect yarn changeset to packages, upgrade adf-schema
1712
+ - [#39749](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39749)
1713
+ [`e6b69f455c3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e6b69f455c3) - Connect
1714
+ yarn changeset to packages, upgrade adf-schema
1702
1715
 
1703
1716
  ## 1.4.3
1704
1717
 
1705
1718
  ### Patch Changes
1706
1719
 
1707
- - [#40786](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40786)
1708
- [`e9557ab2ce4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9557ab2ce4) - Adding
1709
- an empty basic filter container under
1710
- platform.linking-platform.datasource.show-jlol-basic-filters feature flag
1720
+ - [#40786](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40786)
1721
+ [`e9557ab2ce4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e9557ab2ce4) - Adding
1722
+ an empty basic filter container under platform.linking-platform.datasource.show-jlol-basic-filters
1723
+ feature flag
1711
1724
 
1712
1725
  ## 1.4.2
1713
1726
 
1714
1727
  ### Patch Changes
1715
1728
 
1716
- - [#40743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40743)
1717
- [`a0c3be1b27f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0c3be1b27f) - [ux]
1718
- Enabled datasource insert from jira config modal with no issues result
1729
+ - [#40743](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40743)
1730
+ [`a0c3be1b27f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a0c3be1b27f) - [ux]
1731
+ Enabled datasource insert from jira config modal with no issues result
1719
1732
 
1720
1733
  ## 1.4.1
1721
1734
 
1722
1735
  ### Patch Changes
1723
1736
 
1724
- - [#40399](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40399)
1725
- [`c8a7c9e33a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8a7c9e33a8) - [ux]
1726
- Fixed columns not updating on reinsertion with new columns
1737
+ - [#40399](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40399)
1738
+ [`c8a7c9e33a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8a7c9e33a8) - [ux]
1739
+ Fixed columns not updating on reinsertion with new columns
1727
1740
 
1728
1741
  ## 1.4.0
1729
1742
 
1730
1743
  ### Minor Changes
1731
1744
 
1732
- - [#40478](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40478)
1733
- [`b2a9540c8d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2a9540c8d8) - Export
1734
- a new DatasourceRenderFailedAnalyticsWrapper - a component that can be consumed to emit
1735
- 'ui.datasource.renderFailed' events when an inserted datasource fails to render
1745
+ - [#40478](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40478)
1746
+ [`b2a9540c8d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b2a9540c8d8) - Export a
1747
+ new DatasourceRenderFailedAnalyticsWrapper - a component that can be consumed to emit
1748
+ 'ui.datasource.renderFailed' events when an inserted datasource fails to render
1736
1749
 
1737
1750
  ## 1.3.1
1738
1751
 
1739
1752
  ### Patch Changes
1740
1753
 
1741
- - [#40491](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40491)
1742
- [`1fedffbd64b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fedffbd64b) - Update
1743
- json-ld-types dependencies to be compatible with version
1754
+ - [#40491](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40491)
1755
+ [`1fedffbd64b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1fedffbd64b) - Update
1756
+ json-ld-types dependencies to be compatible with version
1744
1757
 
1745
1758
  ## 1.3.0
1746
1759
 
1747
1760
  ### Minor Changes
1748
1761
 
1749
- - [#40408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40408)
1750
- [`e4721cc5a3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4721cc5a3f) - Make
1751
- issue count clickable
1762
+ - [#40408](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40408)
1763
+ [`e4721cc5a3f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e4721cc5a3f) - Make
1764
+ issue count clickable
1752
1765
 
1753
1766
  ## 1.2.6
1754
1767
 
1755
1768
  ### Patch Changes
1756
1769
 
1757
- - [#40284](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40284)
1758
- [`1017511dadf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1017511dadf) - [ux]
1759
- Prevent search with invalid input
1770
+ - [#40284](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40284)
1771
+ [`1017511dadf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1017511dadf) - [ux]
1772
+ Prevent search with invalid input
1760
1773
 
1761
1774
  ## 1.2.5
1762
1775
 
1763
1776
  ### Patch Changes
1764
1777
 
1765
- - [#40458](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40458)
1766
- [`eadf1b04163`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadf1b04163) - [ux]
1767
- Fixed copy on modal
1778
+ - [#40458](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40458)
1779
+ [`eadf1b04163`](https://bitbucket.org/atlassian/atlassian-frontend/commits/eadf1b04163) - [ux]
1780
+ Fixed copy on modal
1768
1781
 
1769
1782
  ## 1.2.4
1770
1783
 
1771
1784
  ### Patch Changes
1772
1785
 
1773
- - [#40235](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40235)
1774
- [`172f52c6df8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/172f52c6df8) - Add
1775
- UFO metrics to measure column picker performance
1786
+ - [#40235](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40235)
1787
+ [`172f52c6df8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/172f52c6df8) - Add UFO
1788
+ metrics to measure column picker performance
1776
1789
 
1777
1790
  ## 1.2.3
1778
1791
 
1779
1792
  ### Patch Changes
1780
1793
 
1781
- - [#40219](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40219)
1782
- [`de4dddb97d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de4dddb97d4) - Added
1783
- 'ui.datasource.renderSuccess' event with display = 'table'
1794
+ - [#40219](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40219)
1795
+ [`de4dddb97d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/de4dddb97d4) - Added
1796
+ 'ui.datasource.renderSuccess' event with display = 'table'
1784
1797
 
1785
1798
  ## 1.2.2
1786
1799
 
1787
1800
  ### Patch Changes
1788
1801
 
1789
- - [#40107](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40107)
1790
- [`ce3de76af77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce3de76af77) - Added
1791
- ui.table.viewed event
1792
- - Updated dependencies
1802
+ - [#40107](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40107)
1803
+ [`ce3de76af77`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce3de76af77) - Added
1804
+ ui.table.viewed event
1805
+ - Updated dependencies
1793
1806
 
1794
1807
  ## 1.2.1
1795
1808
 
1796
1809
  ### Patch Changes
1797
1810
 
1798
- - [#39912](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39912)
1799
- [`103618b094f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/103618b094f) - Add
1800
- UFO metrics to measure datasource rendering performance.
1801
- - Updated dependencies
1811
+ - [#39912](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39912)
1812
+ [`103618b094f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/103618b094f) - Add UFO
1813
+ metrics to measure datasource rendering performance.
1814
+ - Updated dependencies
1802
1815
 
1803
1816
  ## 1.2.0
1804
1817
 
1805
1818
  ### Minor Changes
1806
1819
 
1807
- - [#40187](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40187)
1808
- [`bab3ac9e64e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bab3ac9e64e) -
1809
- Passing analytic events with attributes from link-datasource modal to editor.
1820
+ - [#40187](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40187)
1821
+ [`bab3ac9e64e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bab3ac9e64e) - Passing
1822
+ analytic events with attributes from link-datasource modal to editor.
1810
1823
 
1811
1824
  ## 1.1.7
1812
1825
 
1813
1826
  ### Patch Changes
1814
1827
 
1815
- - [#40127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40127)
1816
- [`2cd7af71b63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cd7af71b63) - Bump
1817
- json-ld-types 3.8.0 -> 3.9.1
1828
+ - [#40127](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40127)
1829
+ [`2cd7af71b63`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cd7af71b63) - Bump
1830
+ json-ld-types 3.8.0 -> 3.9.1
1818
1831
 
1819
1832
  ## 1.1.6
1820
1833
 
1821
1834
  ### Patch Changes
1822
1835
 
1823
- - [#39265](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39265)
1824
- [`8b8a309cb62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b8a309cb62) - Making
1825
- use of exported default page size from link-client-extensions
1826
- - Updated dependencies
1836
+ - [#39265](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39265)
1837
+ [`8b8a309cb62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8b8a309cb62) - Making
1838
+ use of exported default page size from link-client-extensions
1839
+ - Updated dependencies
1827
1840
 
1828
1841
  ## 1.1.5
1829
1842
 
1830
1843
  ### Patch Changes
1831
1844
 
1832
- - [#40063](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40063)
1833
- [`cd31900dba6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd31900dba6) - [ux]
1834
- Renaming 'issues' to 'items' to be more generic
1845
+ - [#40063](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40063)
1846
+ [`cd31900dba6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd31900dba6) - [ux]
1847
+ Renaming 'issues' to 'items' to be more generic
1835
1848
 
1836
1849
  ## 1.1.4
1837
1850
 
1838
1851
  ### Patch Changes
1839
1852
 
1840
- - [#39504](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39504)
1841
- [`067fe62a1dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/067fe62a1dc) - [ux]
1842
- Updated logic for site selector to default to current site
1853
+ - [#39504](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39504)
1854
+ [`067fe62a1dc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/067fe62a1dc) - [ux]
1855
+ Updated logic for site selector to default to current site
1843
1856
 
1844
1857
  ## 1.1.3
1845
1858
 
1846
1859
  ### Patch Changes
1847
1860
 
1848
- - [#39923](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39923)
1849
- [`96c9b7127b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96c9b7127b1) - Do not
1850
- load more then 200 fields in dropdown, instead show message explaining limitation and how to
1851
- move forward
1861
+ - [#39923](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39923)
1862
+ [`96c9b7127b1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/96c9b7127b1) - Do not
1863
+ load more then 200 fields in dropdown, instead show message explaining limitation and how to move
1864
+ forward
1852
1865
 
1853
1866
  ## 1.1.2
1854
1867
 
1855
1868
  ### Patch Changes
1856
1869
 
1857
- - [#39525](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39525)
1858
- [`2378739fad6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2378739fad6) - Added
1859
- link-datasource link viewed ui analytics events
1870
+ - [#39525](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39525)
1871
+ [`2378739fad6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2378739fad6) - Added
1872
+ link-datasource link viewed ui analytics events
1860
1873
 
1861
1874
  ## 1.1.1
1862
1875
 
1863
1876
  ### Patch Changes
1864
1877
 
1865
- - Updated dependencies
1878
+ - Updated dependencies
1866
1879
 
1867
1880
  ## 1.1.0
1868
1881
 
1869
1882
  ### Minor Changes
1870
1883
 
1871
- - [#39926](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39926)
1872
- [`3f30d999d86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f30d999d86) -
1873
- Updating VR tests and helpers that use external resources to local ones for Gemini migration
1884
+ - [#39926](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39926)
1885
+ [`3f30d999d86`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f30d999d86) - Updating
1886
+ VR tests and helpers that use external resources to local ones for Gemini migration
1874
1887
 
1875
1888
  ## 1.0.21
1876
1889
 
1877
1890
  ### Patch Changes
1878
1891
 
1879
- - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
1880
- [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) -
1881
- Internal changes to use space tokens. There is no expected visual or behaviour change.
1882
- - Updated dependencies
1892
+ - [#39787](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39787)
1893
+ [`6900f89eb0e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6900f89eb0e) - Internal
1894
+ changes to use space tokens. There is no expected visual or behaviour change.
1895
+ - Updated dependencies
1883
1896
 
1884
1897
  ## 1.0.20
1885
1898
 
1886
1899
  ### Patch Changes
1887
1900
 
1888
- - [#39481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39481)
1889
- [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete
1890
- adf-schema from AFE and rely on npm package for adf-schema
1891
- - [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete
1892
- adf-schema, use published version
1901
+ - [#39481](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39481)
1902
+ [`aeb5c9a01e8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aeb5c9a01e8) - Delete
1903
+ adf-schema from AFE and rely on npm package for adf-schema
1904
+ - [`4b4dcfe0bba`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4b4dcfe0bba) - Delete
1905
+ adf-schema, use published version
1893
1906
 
1894
1907
  ## 1.0.19
1895
1908
 
1896
1909
  ### Patch Changes
1897
1910
 
1898
- - [#39879](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39879)
1899
- [`dffd59c5534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dffd59c5534) - [ux]
1900
- The initial Jira datasource modal now renders a search icon with a helpful prompt
1911
+ - [#39879](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39879)
1912
+ [`dffd59c5534`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dffd59c5534) - [ux] The
1913
+ initial Jira datasource modal now renders a search icon with a helpful prompt
1901
1914
 
1902
1915
  ## 1.0.18
1903
1916
 
1904
1917
  ### Patch Changes
1905
1918
 
1906
- - [#39682](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39682)
1907
- [`e682c758801`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e682c758801) - Added
1908
- button clicked (cancel) and button clicked (insert) UI events
1919
+ - [#39682](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39682)
1920
+ [`e682c758801`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e682c758801) - Added
1921
+ button clicked (cancel) and button clicked (insert) UI events
1909
1922
 
1910
1923
  ## 1.0.17
1911
1924
 
1912
1925
  ### Patch Changes
1913
1926
 
1914
- - [#39460](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39460)
1915
- [`882e4e88358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/882e4e88358) - Add
1916
- playwright tests and add test ids to find elements
1917
- - Updated dependencies
1927
+ - [#39460](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39460)
1928
+ [`882e4e88358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/882e4e88358) - Add
1929
+ playwright tests and add test ids to find elements
1930
+ - Updated dependencies
1918
1931
 
1919
1932
  ## 1.0.16
1920
1933
 
1921
1934
  ### Patch Changes
1922
1935
 
1923
- - [#39465](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39465)
1924
- [`7b3f96b38f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b3f96b38f9) - Added
1925
- nextItem loaded analytics event
1926
- - [#39397](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39397)
1927
- [`ecf7019c632`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ecf7019c632) - Added
1928
- analytics mapper to populate searchMethod analytic attribute, but it is not exposed to consumers
1929
- yet.
1936
+ - [#39465](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39465)
1937
+ [`7b3f96b38f9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7b3f96b38f9) - Added
1938
+ nextItem loaded analytics event
1939
+ - [#39397](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39397)
1940
+ [`ecf7019c632`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ecf7019c632) - Added
1941
+ analytics mapper to populate searchMethod analytic attribute, but it is not exposed to consumers
1942
+ yet.
1930
1943
 
1931
1944
  ## 1.0.15
1932
1945
 
1933
1946
  ### Patch Changes
1934
1947
 
1935
- - [#39409](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39409)
1936
- [`50617191678`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50617191678) - Added
1937
- button clicked (sync) event into datasources
1948
+ - [#39409](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39409)
1949
+ [`50617191678`](https://bitbucket.org/atlassian/atlassian-frontend/commits/50617191678) - Added
1950
+ button clicked (sync) event into datasources
1938
1951
 
1939
1952
  ## 1.0.14
1940
1953
 
1941
1954
  ### Patch Changes
1942
1955
 
1943
- - [#39387](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39387)
1944
- [`d2172ba6e25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2172ba6e25) -
1945
- Updated analytics spec with ui events for datasources
1956
+ - [#39387](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39387)
1957
+ [`d2172ba6e25`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d2172ba6e25) - Updated
1958
+ analytics spec with ui events for datasources
1946
1959
 
1947
1960
  ## 1.0.13
1948
1961
 
1949
1962
  ### Patch Changes
1950
1963
 
1951
- - [#39314](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39314)
1952
- [`46b2cb60ad0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46b2cb60ad0) - Delete
1953
- editor prosemirror from AFE Repo
1954
- - Updated dependencies
1964
+ - [#39314](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39314)
1965
+ [`46b2cb60ad0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/46b2cb60ad0) - Delete
1966
+ editor prosemirror from AFE Repo
1967
+ - Updated dependencies
1955
1968
 
1956
1969
  ## 1.0.12
1957
1970
 
1958
1971
  ### Patch Changes
1959
1972
 
1960
- - [#39245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39245)
1961
- [`1c2a3601900`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c2a3601900) - Add
1962
- analytics context to AssetsConfigModal
1963
- - Updated dependencies
1973
+ - [#39245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39245)
1974
+ [`1c2a3601900`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c2a3601900) - Add
1975
+ analytics context to AssetsConfigModal
1976
+ - Updated dependencies
1964
1977
 
1965
1978
  ## 1.0.11
1966
1979
 
1967
1980
  ### Patch Changes
1968
1981
 
1969
- - Updated dependencies
1982
+ - Updated dependencies
1970
1983
 
1971
1984
  ## 1.0.10
1972
1985
 
1973
1986
  ### Patch Changes
1974
1987
 
1975
- - [#38878](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38878)
1976
- [`4994b59823e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4994b59823e) - [ux]
1977
- Fix assets modal columns to reset when changing schema
1988
+ - [#38878](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38878)
1989
+ [`4994b59823e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4994b59823e) - [ux] Fix
1990
+ assets modal columns to reset when changing schema
1978
1991
 
1979
1992
  ## 1.0.9
1980
1993
 
1981
1994
  ### Patch Changes
1982
1995
 
1983
- - [#39137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39137)
1984
- [`ee9ef928b39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee9ef928b39) - [ux]
1985
- Link render types will now render on a new line
1996
+ - [#39137](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39137)
1997
+ [`ee9ef928b39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ee9ef928b39) - [ux]
1998
+ Link render types will now render on a new line
1986
1999
 
1987
2000
  ## 1.0.8
1988
2001
 
1989
2002
  ### Patch Changes
1990
2003
 
1991
- - [#39134](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39134)
1992
- [`f3420d5b890`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3420d5b890) - fix
1993
- flaky VR tests for assets modal
2004
+ - [#39134](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/39134)
2005
+ [`f3420d5b890`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f3420d5b890) - fix
2006
+ flaky VR tests for assets modal
1994
2007
 
1995
2008
  ## 1.0.7
1996
2009
 
1997
2010
  ### Patch Changes
1998
2011
 
1999
- - Updated dependencies
2012
+ - Updated dependencies
2000
2013
 
2001
2014
  ## 1.0.6
2002
2015
 
2003
2016
  ### Patch Changes
2004
2017
 
2005
- - [#38951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38951)
2006
- [`b1c75396ac8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1c75396ac8) - [ux]
2007
- Cursor will not appear as grab when read only
2018
+ - [#38951](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38951)
2019
+ [`b1c75396ac8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1c75396ac8) - [ux]
2020
+ Cursor will not appear as grab when read only
2008
2021
 
2009
2022
  ## 1.0.5
2010
2023
 
2011
2024
  ### Patch Changes
2012
2025
 
2013
- - [#38976](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38976)
2014
- [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change
2015
- adf-schema to fixed versioning
2026
+ - [#38976](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38976)
2027
+ [`33cb07de05f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33cb07de05f) - change
2028
+ adf-schema to fixed versioning
2016
2029
 
2017
2030
  ## 1.0.4
2018
2031
 
2019
2032
  ### Patch Changes
2020
2033
 
2021
- - [#38967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38967)
2022
- [`ea1fef58561`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea1fef58561) - [ux]
2023
- Fixes to column styling and other minor formatting issues
2034
+ - [#38967](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38967)
2035
+ [`ea1fef58561`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ea1fef58561) - [ux]
2036
+ Fixes to column styling and other minor formatting issues
2024
2037
 
2025
2038
  ## 1.0.3
2026
2039
 
2027
2040
  ### Patch Changes
2028
2041
 
2029
- - [#38844](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38844)
2030
- [`513a4e98543`](https://bitbucket.org/atlassian/atlassian-frontend/commits/513a4e98543) - [ux]
2031
- links will now fallback to rendering as an anchor if smart-card fails to resolve
2042
+ - [#38844](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38844)
2043
+ [`513a4e98543`](https://bitbucket.org/atlassian/atlassian-frontend/commits/513a4e98543) - [ux]
2044
+ links will now fallback to rendering as an anchor if smart-card fails to resolve
2032
2045
 
2033
2046
  ## 1.0.2
2034
2047
 
2035
2048
  ### Patch Changes
2036
2049
 
2037
- - [#38659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38659)
2038
- [`bfa189b840a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfa189b840a) - [ux]
2039
- String render types will now render each string on a new line
2050
+ - [#38659](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38659)
2051
+ [`bfa189b840a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfa189b840a) - [ux]
2052
+ String render types will now render each string on a new line
2040
2053
 
2041
2054
  ## 1.0.1
2042
2055
 
2043
2056
  ### Patch Changes
2044
2057
 
2045
- - [#38912](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38912)
2046
- [`801e874de87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/801e874de87) -
2047
- Migrate `jql-editor-common` and `jql-editor-autocomplete-rest` packages to the `@atlaskit`
2048
- namespace. Any consumers should update their imports to `@atlaskit/jql-editor-common` and
2049
- `@atlaskit/jql-editor-autocomplete-rest`.
2050
- - Updated dependencies
2058
+ - [#38912](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38912)
2059
+ [`801e874de87`](https://bitbucket.org/atlassian/atlassian-frontend/commits/801e874de87) - Migrate
2060
+ `jql-editor-common` and `jql-editor-autocomplete-rest` packages to the `@atlaskit` namespace. Any
2061
+ consumers should update their imports to `@atlaskit/jql-editor-common` and
2062
+ `@atlaskit/jql-editor-autocomplete-rest`.
2063
+ - Updated dependencies
2051
2064
 
2052
2065
  ## 1.0.0
2053
2066
 
2054
2067
  ### Major Changes
2055
2068
 
2056
- - [#38899](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38899)
2057
- [`c8ad3f81d9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8ad3f81d9c) -
2058
- Releasing first major version. Nothing has changes since last version.
2069
+ - [#38899](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38899)
2070
+ [`c8ad3f81d9c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8ad3f81d9c) -
2071
+ Releasing first major version. Nothing has changes since last version.
2059
2072
 
2060
2073
  ## 0.34.8
2061
2074
 
2062
2075
  ### Patch Changes
2063
2076
 
2064
- - [#38722](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38722)
2065
- [`3f3b63589a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3b63589a1) - Fix
2066
- issue where icon sizing is inconsitent. Also added some icons that are larger and were causing
2067
- problems in prod to the mock data so we can have some examples on hand.
2077
+ - [#38722](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38722)
2078
+ [`3f3b63589a1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3f3b63589a1) - Fix
2079
+ issue where icon sizing is inconsitent. Also added some icons that are larger and were causing
2080
+ problems in prod to the mock data so we can have some examples on hand.
2068
2081
 
2069
2082
  ## 0.34.7
2070
2083
 
2071
2084
  ### Patch Changes
2072
2085
 
2073
- - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
2074
- [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
2075
- version.json
2076
- - Updated dependencies
2086
+ - [#38162](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38162)
2087
+ [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete
2088
+ version.json
2089
+ - Updated dependencies
2077
2090
 
2078
2091
  ## 0.34.6
2079
2092
 
2080
2093
  ### Patch Changes
2081
2094
 
2082
- - [#38795](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38795)
2083
- [`d018119646e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d018119646e) - [ux]
2084
- Added classname to datasource table for disabling of comments in confluence
2095
+ - [#38795](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38795)
2096
+ [`d018119646e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d018119646e) - [ux]
2097
+ Added classname to datasource table for disabling of comments in confluence
2085
2098
 
2086
2099
  ## 0.34.5
2087
2100
 
2088
2101
  ### Patch Changes
2089
2102
 
2090
- - Updated dependencies
2103
+ - Updated dependencies
2091
2104
 
2092
2105
  ## 0.34.4
2093
2106
 
2094
2107
  ### Patch Changes
2095
2108
 
2096
- - [#38587](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38587)
2097
- [`0fb7c3220b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fb7c3220b9) - Fix
2098
- issue where link doesn't open in new tab
2109
+ - [#38587](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38587)
2110
+ [`0fb7c3220b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0fb7c3220b9) - Fix
2111
+ issue where link doesn't open in new tab
2099
2112
 
2100
2113
  ## 0.34.3
2101
2114
 
2102
2115
  ### Patch Changes
2103
2116
 
2104
- - [#38650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38650)
2105
- [`f93b91224c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f93b91224c7) - [ux]
2106
- Refocused column search after initial load
2117
+ - [#38650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38650)
2118
+ [`f93b91224c7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f93b91224c7) - [ux]
2119
+ Refocused column search after initial load
2107
2120
 
2108
2121
  ## 0.34.2
2109
2122
 
2110
2123
  ### Patch Changes
2111
2124
 
2112
- - [#38213](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38213)
2113
- [`4929f0c37cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4929f0c37cc) - [ux]
2114
- Update empty state in assets modal with link
2115
- - Updated dependencies
2125
+ - [#38213](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38213)
2126
+ [`4929f0c37cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4929f0c37cc) - [ux]
2127
+ Update empty state in assets modal with link
2128
+ - Updated dependencies
2116
2129
 
2117
2130
  ## 0.34.1
2118
2131
 
2119
2132
  ### Patch Changes
2120
2133
 
2121
- - [#38584](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38584)
2122
- [`0260eb48f1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0260eb48f1a) - [ux]
2123
- Skip column schema apply if no results on initial query
2134
+ - [#38584](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38584)
2135
+ [`0260eb48f1a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0260eb48f1a) - [ux]
2136
+ Skip column schema apply if no results on initial query
2124
2137
 
2125
2138
  ## 0.34.0
2126
2139
 
2127
2140
  ### Minor Changes
2128
2141
 
2129
- - [#37784](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37784)
2130
- [`02ac9829cf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02ac9829cf8) - [ux]
2131
- Added support for richtext.
2142
+ - [#37784](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37784)
2143
+ [`02ac9829cf8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02ac9829cf8) - [ux]
2144
+ Added support for richtext.
2132
2145
 
2133
2146
  ## 0.33.12
2134
2147
 
2135
2148
  ### Patch Changes
2136
2149
 
2137
- - [#38557](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38557)
2138
- [`0aadfa0dc26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0aadfa0dc26) - Fix
2139
- double loading inside table view
2150
+ - [#38557](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38557)
2151
+ [`0aadfa0dc26`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0aadfa0dc26) - Fix
2152
+ double loading inside table view
2140
2153
 
2141
2154
  ## 0.33.11
2142
2155
 
2143
2156
  ### Patch Changes
2144
2157
 
2145
- - [#38437](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38437)
2146
- [`d6c7bae4615`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6c7bae4615) - [ux]
2147
- Insert button correctly displays without plural for single object
2158
+ - [#38437](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38437)
2159
+ [`d6c7bae4615`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d6c7bae4615) - [ux]
2160
+ Insert button correctly displays without plural for single object
2148
2161
 
2149
2162
  ## 0.33.10
2150
2163
 
2151
2164
  ### Patch Changes
2152
2165
 
2153
- - Updated dependencies
2166
+ - Updated dependencies
2154
2167
 
2155
2168
  ## 0.33.9
2156
2169
 
2157
2170
  ### Patch Changes
2158
2171
 
2159
- - [#38546](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38546)
2160
- [`bb7599728b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb7599728b7) - [ux]
2161
- Disable assets modal search button while AQL is invalid
2172
+ - [#38546](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38546)
2173
+ [`bb7599728b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bb7599728b7) - [ux]
2174
+ Disable assets modal search button while AQL is invalid
2162
2175
 
2163
2176
  ## 0.33.8
2164
2177
 
2165
2178
  ### Patch Changes
2166
2179
 
2167
- - Updated dependencies
2180
+ - Updated dependencies
2168
2181
 
2169
2182
  ## 0.33.7
2170
2183
 
2171
2184
  ### Patch Changes
2172
2185
 
2173
- - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
2174
- [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
2175
- injected env vars instead of version.json
2186
+ - [#37925](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37925)
2187
+ [`f01deb5e6ab`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f01deb5e6ab) - Use
2188
+ injected env vars instead of version.json
2176
2189
 
2177
2190
  ## 0.33.6
2178
2191
 
2179
2192
  ### Patch Changes
2180
2193
 
2181
- - Updated dependencies
2194
+ - Updated dependencies
2182
2195
 
2183
2196
  ## 0.33.5
2184
2197
 
2185
2198
  ### Patch Changes
2186
2199
 
2187
- - [#38306](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38306)
2188
- [`c3646d11ef0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3646d11ef0) - [ux]
2189
- Updates width of datasource modals
2200
+ - [#38306](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38306)
2201
+ [`c3646d11ef0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c3646d11ef0) - [ux]
2202
+ Updates width of datasource modals
2190
2203
 
2191
2204
  ## 0.33.4
2192
2205
 
2193
2206
  ### Patch Changes
2194
2207
 
2195
- - [#38189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38189)
2196
- [`8e94b911608`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e94b911608) - Use
2197
- caching mechanism of `useDatasourceClientExtension` hook. Force actual request in cases like
2198
- search button or refresh button
2199
- - Updated dependencies
2208
+ - [#38189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38189)
2209
+ [`8e94b911608`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8e94b911608) - Use
2210
+ caching mechanism of `useDatasourceClientExtension` hook. Force actual request in cases like
2211
+ search button or refresh button
2212
+ - Updated dependencies
2200
2213
 
2201
2214
  ## 0.33.3
2202
2215
 
2203
2216
  ### Patch Changes
2204
2217
 
2205
- - [#38120](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38120)
2206
- [`60170e1d0cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60170e1d0cd) - Fixes
2207
- to table view header: Remove drag handles, add tooltip, fix padding in editor context
2218
+ - [#38120](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38120)
2219
+ [`60170e1d0cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/60170e1d0cd) - Fixes to
2220
+ table view header: Remove drag handles, add tooltip, fix padding in editor context
2208
2221
 
2209
2222
  ## 0.33.2
2210
2223
 
2211
2224
  ### Patch Changes
2212
2225
 
2213
- - [#38052](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38052)
2214
- [`7e77ad40512`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e77ad40512) - [ux]
2215
- Add question mark to search field with link to aql docs
2226
+ - [#38052](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38052)
2227
+ [`7e77ad40512`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7e77ad40512) - [ux] Add
2228
+ question mark to search field with link to aql docs
2216
2229
 
2217
2230
  ## 0.33.1
2218
2231
 
2219
2232
  ### Patch Changes
2220
2233
 
2221
- - [#38060](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38060)
2222
- [`3c77a5b1377`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c77a5b1377) - Change
2223
- behaviour of Assets Config Modal schema select to fetch on mount
2234
+ - [#38060](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38060)
2235
+ [`3c77a5b1377`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3c77a5b1377) - Change
2236
+ behaviour of Assets Config Modal schema select to fetch on mount
2224
2237
 
2225
2238
  ## 0.33.0
2226
2239
 
2227
2240
  ### Minor Changes
2228
2241
 
2229
- - [#38019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38019)
2230
- [`6ee82691c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee82691c4e) - [ux]
2231
- Changed shimmer on empty state view to only occur when loading data initially
2242
+ - [#38019](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/38019)
2243
+ [`6ee82691c4e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6ee82691c4e) - [ux]
2244
+ Changed shimmer on empty state view to only occur when loading data initially
2232
2245
 
2233
2246
  ## 0.32.0
2234
2247
 
2235
2248
  ### Minor Changes
2236
2249
 
2237
- - [#37584](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37584)
2238
- [`bfe11404834`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfe11404834) - Adds
2239
- Analytics support for datasource.
2250
+ - [#37584](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37584)
2251
+ [`bfe11404834`](https://bitbucket.org/atlassian/atlassian-frontend/commits/bfe11404834) - Adds
2252
+ Analytics support for datasource.
2240
2253
 
2241
2254
  ## 0.31.3
2242
2255
 
2243
2256
  ### Patch Changes
2244
2257
 
2245
- - [#37505](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37505)
2246
- [`02d1ab1d57d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02d1ab1d57d) -
2247
- Improve DnD Experience in Datasource Table view
2258
+ - [#37505](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37505)
2259
+ [`02d1ab1d57d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/02d1ab1d57d) - Improve
2260
+ DnD Experience in Datasource Table view
2248
2261
 
2249
2262
  ## 0.31.2
2250
2263
 
2251
2264
  ### Patch Changes
2252
2265
 
2253
- - [#37880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37880)
2254
- [`ab5b543f761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab5b543f761) - Assets
2255
- List of Links send actual workspaceId to fetch data on insert
2266
+ - [#37880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37880)
2267
+ [`ab5b543f761`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab5b543f761) - Assets
2268
+ List of Links send actual workspaceId to fetch data on insert
2256
2269
 
2257
2270
  ## 0.31.1
2258
2271
 
2259
2272
  ### Patch Changes
2260
2273
 
2261
- - [#37835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37835)
2262
- [`ac9d6f74970`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9d6f74970) - List
2263
- of Links Assets Modal uses workspaceId instead of cloudId
2274
+ - [#37835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37835)
2275
+ [`ac9d6f74970`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ac9d6f74970) - List of
2276
+ Links Assets Modal uses workspaceId instead of cloudId
2264
2277
 
2265
2278
  ## 0.31.0
2266
2279
 
2267
2280
  ### Minor Changes
2268
2281
 
2269
- - [#37245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37245)
2270
- [`220d407e10c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/220d407e10c) - [ux]
2271
- Update empty state skeleton UI and add empty state to datasourceTableView
2282
+ - [#37245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37245)
2283
+ [`220d407e10c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/220d407e10c) - [ux]
2284
+ Update empty state skeleton UI and add empty state to datasourceTableView
2272
2285
 
2273
2286
  ### Patch Changes
2274
2287
 
2275
- - Updated dependencies
2288
+ - Updated dependencies
2276
2289
 
2277
2290
  ## 0.30.3
2278
2291
 
2279
2292
  ### Patch Changes
2280
2293
 
2281
- - [#37788](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37788)
2282
- [`d046b840b27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d046b840b27) - fix
2283
- typo in initialStateViewMessages.learnMoreLink
2294
+ - [#37788](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37788)
2295
+ [`d046b840b27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d046b840b27) - fix typo
2296
+ in initialStateViewMessages.learnMoreLink
2284
2297
 
2285
2298
  ## 0.30.2
2286
2299
 
2287
2300
  ### Patch Changes
2288
2301
 
2289
- - [#37720](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37720)
2290
- [`e74ae7f06d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e74ae7f06d4) - Update
2291
- dependency json-ld-types@3.8.0
2302
+ - [#37720](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37720)
2303
+ [`e74ae7f06d4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e74ae7f06d4) - Update
2304
+ dependency json-ld-types@3.8.0
2292
2305
 
2293
2306
  ## 0.30.1
2294
2307
 
2295
2308
  ### Patch Changes
2296
2309
 
2297
- - Updated dependencies
2310
+ - Updated dependencies
2298
2311
 
2299
2312
  ## 0.30.0
2300
2313
 
2301
2314
  ### Minor Changes
2302
2315
 
2303
- - [#37546](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37546)
2304
- [`d8d641d500b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8d641d500b) - [ux]
2305
- Add issueLikeDataTableView in assets modal
2316
+ - [#37546](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37546)
2317
+ [`d8d641d500b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d8d641d500b) - [ux] Add
2318
+ issueLikeDataTableView in assets modal
2306
2319
 
2307
2320
  ## 0.29.5
2308
2321
 
2309
2322
  ### Patch Changes
2310
2323
 
2311
- - [#37409](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37409)
2312
- [`2cb283138ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cb283138ce) - Added
2313
- Search Functionality to Assets Config Modal and added endpoints for Assets fetch mocks
2314
- - Updated dependencies
2324
+ - [#37409](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37409)
2325
+ [`2cb283138ce`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2cb283138ce) - Added
2326
+ Search Functionality to Assets Config Modal and added endpoints for Assets fetch mocks
2327
+ - Updated dependencies
2315
2328
 
2316
2329
  ## 0.29.4
2317
2330
 
2318
2331
  ### Patch Changes
2319
2332
 
2320
- - [#37357](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37357)
2321
- [`21822300038`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21822300038) - Export
2322
- AssetsConfigModal component from this package
2333
+ - [#37357](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37357)
2334
+ [`21822300038`](https://bitbucket.org/atlassian/atlassian-frontend/commits/21822300038) - Export
2335
+ AssetsConfigModal component from this package
2323
2336
 
2324
2337
  ## 0.29.3
2325
2338
 
2326
2339
  ### Patch Changes
2327
2340
 
2328
- - [#37394](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37394)
2329
- [`3fb6a7558db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb6a7558db) -
2330
- Updating internal dependency
2331
- - Updated dependencies
2341
+ - [#37394](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37394)
2342
+ [`3fb6a7558db`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3fb6a7558db) - Updating
2343
+ internal dependency
2344
+ - Updated dependencies
2332
2345
 
2333
2346
  ## 0.29.2
2334
2347
 
2335
2348
  ### Patch Changes
2336
2349
 
2337
- - [#37280](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37280)
2338
- [`2a91b8a2cb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a91b8a2cb3) - Update
2339
- imports from `@atlaskit/pragmatic-drag-and-drop-react-indicator` to use the new
2340
- `/box-without-terminal` entrypoint. There should be no other changes, the entrypoint has been
2341
- renamed.
2342
- - Updated dependencies
2350
+ - [#37280](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37280)
2351
+ [`2a91b8a2cb3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2a91b8a2cb3) - Update
2352
+ imports from `@atlaskit/pragmatic-drag-and-drop-react-indicator` to use the new
2353
+ `/box-without-terminal` entrypoint. There should be no other changes, the entrypoint has been
2354
+ renamed.
2355
+ - Updated dependencies
2343
2356
 
2344
2357
  ## 0.29.1
2345
2358
 
2346
2359
  ### Patch Changes
2347
2360
 
2348
- - [#37163](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37163)
2349
- [`f10d32545d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f10d32545d2) - Fix
2350
- bug where clicking anything in column picker inside Datasource table triggers editor focus
2351
- toggling
2361
+ - [#37163](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37163)
2362
+ [`f10d32545d2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f10d32545d2) - Fix bug
2363
+ where clicking anything in column picker inside Datasource table triggers editor focus toggling
2352
2364
 
2353
2365
  ## 0.29.0
2354
2366
 
2355
2367
  ### Minor Changes
2356
2368
 
2357
- - [#37034](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37034)
2358
- [`dd0db85e7b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd0db85e7b7) - [ux]
2359
- Added onInsertPressed method to insert ADF into doc and updated helper test mocks
2369
+ - [#37034](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/37034)
2370
+ [`dd0db85e7b7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dd0db85e7b7) - [ux]
2371
+ Added onInsertPressed method to insert ADF into doc and updated helper test mocks
2360
2372
 
2361
2373
  ## 0.28.5
2362
2374
 
2363
2375
  ### Patch Changes
2364
2376
 
2365
- - Updated dependencies
2377
+ - Updated dependencies
2366
2378
 
2367
2379
  ## 0.28.4
2368
2380
 
2369
2381
  ### Patch Changes
2370
2382
 
2371
- - [#36806](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36806)
2372
- [`ab94c1bd7c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab94c1bd7c5) - [ux]
2373
- Sticky column picker
2383
+ - [#36806](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36806)
2384
+ [`ab94c1bd7c5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab94c1bd7c5) - [ux]
2385
+ Sticky column picker
2374
2386
 
2375
2387
  ## 0.28.3
2376
2388
 
2377
2389
  ### Patch Changes
2378
2390
 
2379
- - [#36788](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36788)
2380
- [`af0b27d2dcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af0b27d2dcf) -
2381
- Upgrade JQL editor dependencies.
2391
+ - [#36788](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36788)
2392
+ [`af0b27d2dcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af0b27d2dcf) - Upgrade
2393
+ JQL editor dependencies.
2382
2394
 
2383
2395
  ## 0.28.2
2384
2396
 
2385
2397
  ### Patch Changes
2386
2398
 
2387
- - Updated dependencies
2399
+ - Updated dependencies
2388
2400
 
2389
2401
  ## 0.28.1
2390
2402
 
2391
2403
  ### Patch Changes
2392
2404
 
2393
- - [#36746](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36746)
2394
- [`d311f1a30e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d311f1a30e1) - Fix
2395
- issue where table doesn't update after edit in the modal
2405
+ - [#36746](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36746)
2406
+ [`d311f1a30e1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d311f1a30e1) - Fix
2407
+ issue where table doesn't update after edit in the modal
2396
2408
 
2397
2409
  ## 0.28.0
2398
2410
 
2399
2411
  ### Minor Changes
2400
2412
 
2401
- - [#36302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36302)
2402
- [`1c595c5a9d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c595c5a9d1) - Added
2403
- assets modal to link-datasource, which includes the following API additions:
2413
+ - [#36302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36302)
2414
+ [`1c595c5a9d1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1c595c5a9d1) - Added
2415
+ assets modal to link-datasource, which includes the following API additions:
2404
2416
 
2405
- - datasource ID for assets: `ASSETS_LIST_OF_LINKS_DATASOURCE_ID`
2406
- - new component: `JSMAssetsConfigModal`
2407
- - addition of 2 new types: `AssetsDatasourceAdf` and `AssetsDatasourceParameters`
2417
+ - datasource ID for assets: `ASSETS_LIST_OF_LINKS_DATASOURCE_ID`
2418
+ - new component: `JSMAssetsConfigModal`
2419
+ - addition of 2 new types: `AssetsDatasourceAdf` and `AssetsDatasourceParameters`
2408
2420
 
2409
2421
  ### Patch Changes
2410
2422
 
2411
- - Updated dependencies
2423
+ - Updated dependencies
2412
2424
 
2413
2425
  ## 0.27.4
2414
2426
 
2415
2427
  ### Patch Changes
2416
2428
 
2417
- - [#36420](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36420)
2418
- [`45562e99798`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45562e99798) - Added
2419
- cmdbService, useAssetsClient hook and useValidateAqlText hook
2429
+ - [#36420](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36420)
2430
+ [`45562e99798`](https://bitbucket.org/atlassian/atlassian-frontend/commits/45562e99798) - Added
2431
+ cmdbService, useAssetsClient hook and useValidateAqlText hook
2420
2432
 
2421
2433
  ## 0.27.3
2422
2434
 
2423
2435
  ### Patch Changes
2424
2436
 
2425
- - Updated dependencies
2437
+ - Updated dependencies
2426
2438
 
2427
2439
  ## 0.27.2
2428
2440
 
2429
2441
  ### Patch Changes
2430
2442
 
2431
- - Updated dependencies
2443
+ - Updated dependencies
2432
2444
 
2433
2445
  ## 0.27.1
2434
2446
 
2435
2447
  ### Patch Changes
2436
2448
 
2437
- - Updated dependencies
2449
+ - Updated dependencies
2438
2450
 
2439
2451
  ## 0.27.0
2440
2452
 
2441
2453
  ### Minor Changes
2442
2454
 
2443
- - [#35297](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35297)
2444
- [`ba155a0034c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba155a0034c) - [ux]
2445
- Add restricted access view to modal and table
2455
+ - [#35297](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35297)
2456
+ [`ba155a0034c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ba155a0034c) - [ux] Add
2457
+ restricted access view to modal and table
2446
2458
 
2447
2459
  ### Patch Changes
2448
2460
 
2449
- - Updated dependencies
2461
+ - Updated dependencies
2450
2462
 
2451
2463
  ## 0.26.0
2452
2464
 
2453
2465
  ### Minor Changes
2454
2466
 
2455
- - [#35499](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35499)
2456
- [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux]
2457
- Adds editor toolbar to link datasource component
2467
+ - [#35499](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35499)
2468
+ [`a1b70608039`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a1b70608039) - [ux]
2469
+ Adds editor toolbar to link datasource component
2458
2470
 
2459
2471
  ### Patch Changes
2460
2472
 
2461
- - Updated dependencies
2473
+ - Updated dependencies
2462
2474
 
2463
2475
  ## 0.25.2
2464
2476
 
2465
2477
  ### Patch Changes
2466
2478
 
2467
- - Updated dependencies
2479
+ - Updated dependencies
2468
2480
 
2469
2481
  ## 0.25.1
2470
2482
 
2471
2483
  ### Patch Changes
2472
2484
 
2473
- - [#36062](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36062)
2474
- [`64bdd3a389b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64bdd3a389b) - Style
2475
- changes and translation updates. Also remove IntlProvider from prode code.
2485
+ - [#36062](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36062)
2486
+ [`64bdd3a389b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/64bdd3a389b) - Style
2487
+ changes and translation updates. Also remove IntlProvider from prode code.
2476
2488
 
2477
2489
  ## 0.25.0
2478
2490
 
2479
2491
  ### Minor Changes
2480
2492
 
2481
- - [#35861](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35861)
2482
- [`f427908df3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f427908df3d) - change
2483
- the datasource response type to include the meta data section and the data response will wrap in
2484
- the data section
2493
+ - [#35861](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35861)
2494
+ [`f427908df3d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f427908df3d) - change
2495
+ the datasource response type to include the meta data section and the data response will wrap in
2496
+ the data section
2485
2497
 
2486
2498
  ### Patch Changes
2487
2499
 
2488
- - Updated dependencies
2500
+ - Updated dependencies
2489
2501
 
2490
2502
  ## 0.24.4
2491
2503
 
2492
2504
  ### Patch Changes
2493
2505
 
2494
- - [#34936](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34936)
2495
- [`b75c571b91b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b75c571b91b) - Fix up
2496
- problem where we don't set react's "key" for list of content we show in each cell (like tags)
2497
- - Updated dependencies
2506
+ - [#34936](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34936)
2507
+ [`b75c571b91b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b75c571b91b) - Fix up
2508
+ problem where we don't set react's "key" for list of content we show in each cell (like tags)
2509
+ - Updated dependencies
2498
2510
 
2499
2511
  ## 0.24.3
2500
2512
 
2501
2513
  ### Patch Changes
2502
2514
 
2503
- - Updated dependencies
2515
+ - Updated dependencies
2504
2516
 
2505
2517
  ## 0.24.2
2506
2518
 
2507
2519
  ### Patch Changes
2508
2520
 
2509
- - Updated dependencies
2521
+ - Updated dependencies
2510
2522
 
2511
2523
  ## 0.24.1
2512
2524
 
2513
2525
  ### Patch Changes
2514
2526
 
2515
- - [#35582](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35582)
2516
- [`2d2b6b23bec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2b6b23bec) -
2517
- Updated dependencies
2527
+ - [#35582](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35582)
2528
+ [`2d2b6b23bec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2d2b6b23bec) - Updated
2529
+ dependencies
2518
2530
 
2519
2531
  ## 0.24.0
2520
2532
 
2521
2533
  ### Minor Changes
2522
2534
 
2523
- - [#35418](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35418)
2524
- [`108aa0ad121`](https://bitbucket.org/atlassian/atlassian-frontend/commits/108aa0ad121) - [ux]
2525
- Fix some table bugs such as inconsistency between issue count for modal/table and fix case where
2526
- user can deselect all fields in the column picker
2535
+ - [#35418](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35418)
2536
+ [`108aa0ad121`](https://bitbucket.org/atlassian/atlassian-frontend/commits/108aa0ad121) - [ux] Fix
2537
+ some table bugs such as inconsistency between issue count for modal/table and fix case where user
2538
+ can deselect all fields in the column picker
2527
2539
 
2528
2540
  ## 0.23.0
2529
2541
 
2530
2542
  ### Minor Changes
2531
2543
 
2532
- - [#35235](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35235)
2533
- [`62465d6399f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62465d6399f) - [ux]
2534
- Adding loading spinner to search button and fixed initial search loading state in table
2544
+ - [#35235](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/35235)
2545
+ [`62465d6399f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/62465d6399f) - [ux]
2546
+ Adding loading spinner to search button and fixed initial search loading state in table
2535
2547
 
2536
2548
  ## 0.22.0
2537
2549
 
2538
2550
  ### Minor Changes
2539
2551
 
2540
- - [#34796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34796)
2541
- [`d0680816ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0680816ada) - [ux]
2542
- Added empty and error states to jira modal and datasourceTable
2552
+ - [#34796](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34796)
2553
+ [`d0680816ada`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d0680816ada) - [ux]
2554
+ Added empty and error states to jira modal and datasourceTable
2543
2555
 
2544
2556
  ## 0.21.2
2545
2557
 
2546
2558
  ### Patch Changes
2547
2559
 
2548
- - [#34363](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34363)
2549
- [`105f0c7291b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/105f0c7291b) - [ux]
2550
- Various bug fixes to jira issue modal
2551
- - Updated dependencies
2560
+ - [#34363](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34363)
2561
+ [`105f0c7291b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/105f0c7291b) - [ux]
2562
+ Various bug fixes to jira issue modal
2563
+ - Updated dependencies
2552
2564
 
2553
2565
  ## 0.21.1
2554
2566
 
2555
2567
  ### Patch Changes
2556
2568
 
2557
- - Updated dependencies
2569
+ - Updated dependencies
2558
2570
 
2559
2571
  ## 0.21.0
2560
2572
 
2561
2573
  ### Minor Changes
2562
2574
 
2563
- - [#34180](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34180)
2564
- [`0b68480a270`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b68480a270) - Update
2565
- logic to call `/details` only when full schema is required and added field list, includeSchema
2566
- flag to `/data` call
2575
+ - [#34180](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34180)
2576
+ [`0b68480a270`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0b68480a270) - Update
2577
+ logic to call `/details` only when full schema is required and added field list, includeSchema
2578
+ flag to `/data` call
2567
2579
 
2568
2580
  ### Patch Changes
2569
2581
 
2570
- - Updated dependencies
2582
+ - Updated dependencies
2571
2583
 
2572
2584
  ## 0.20.0
2573
2585
 
2574
2586
  ### Minor Changes
2575
2587
 
2576
- - [#34725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34725)
2577
- [`0407e628d5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0407e628d5b) - [ux]
2578
- Fix some table bugs
2588
+ - [#34725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34725)
2589
+ [`0407e628d5b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0407e628d5b) - [ux] Fix
2590
+ some table bugs
2579
2591
 
2580
2592
  ## 0.19.1
2581
2593
 
2582
2594
  ### Patch Changes
2583
2595
 
2584
- - [#34731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34731)
2585
- [`f5d34a140ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5d34a140ad) - Move
2586
- both exported components to be behind lazy loading
2596
+ - [#34731](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34731)
2597
+ [`f5d34a140ad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f5d34a140ad) - Move
2598
+ both exported components to be behind lazy loading
2587
2599
 
2588
2600
  ## 0.19.0
2589
2601
 
2590
2602
  ### Minor Changes
2591
2603
 
2592
- - [#34691](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34691)
2593
- [`5ffc8529049`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ffc8529049) - -
2594
- Export `DatasourceAdf`, `DatasourceAdfView`, `DatasourceAdfTableView`
2595
- - Modify DatasourceAdf table view type
2604
+ - [#34691](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34691)
2605
+ [`5ffc8529049`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5ffc8529049) - - Export
2606
+ `DatasourceAdf`, `DatasourceAdfView`, `DatasourceAdfTableView`
2607
+ - Modify DatasourceAdf table view type
2596
2608
 
2597
2609
  ### Patch Changes
2598
2610
 
2599
- - Updated dependencies
2611
+ - Updated dependencies
2600
2612
 
2601
2613
  ## 0.18.1
2602
2614
 
2603
2615
  ### Patch Changes
2604
2616
 
2605
- - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
2606
- [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) -
2607
- Removing unused dependencies and dev dependencies
2617
+ - [#34443](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34443)
2618
+ [`61cb5313358`](https://bitbucket.org/atlassian/atlassian-frontend/commits/61cb5313358) - Removing
2619
+ unused dependencies and dev dependencies
2608
2620
 
2609
2621
  ## 0.18.0
2610
2622
 
2611
2623
  ### Minor Changes
2612
2624
 
2613
- - [#34652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34652)
2614
- [`8ddcd8088a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ddcd8088a9) - -
2615
- Removing `onUpdateParameters` and `onVisibleColumnKeysChange` props from JiraIssuesConfigModal
2616
- - make datasourceAdf type option of onInsert callback more jira concrete
2617
- (JiraIssuesDatasourceAdf)
2618
- - Export `JiraIssuesDatasourceAdf` type
2625
+ - [#34652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34652)
2626
+ [`8ddcd8088a9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8ddcd8088a9) - -
2627
+ Removing `onUpdateParameters` and `onVisibleColumnKeysChange` props from JiraIssuesConfigModal
2628
+ - make datasourceAdf type option of onInsert callback more jira concrete (JiraIssuesDatasourceAdf)
2629
+ - Export `JiraIssuesDatasourceAdf` type
2619
2630
 
2620
2631
  ## 0.17.6
2621
2632
 
2622
2633
  ### Patch Changes
2623
2634
 
2624
- - Updated dependencies
2635
+ - Updated dependencies
2625
2636
 
2626
2637
  ## 0.17.5
2627
2638
 
2628
2639
  ### Patch Changes
2629
2640
 
2630
- - [#34431](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34431)
2631
- [`d417c0728a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d417c0728a8) - Added
2632
- logic to show selected options at the top of the column picker
2641
+ - [#34431](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34431)
2642
+ [`d417c0728a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d417c0728a8) - Added
2643
+ logic to show selected options at the top of the column picker
2633
2644
 
2634
2645
  ## 0.17.4
2635
2646
 
2636
2647
  ### Patch Changes
2637
2648
 
2638
- - Updated dependencies
2649
+ - Updated dependencies
2639
2650
 
2640
2651
  ## 0.17.3
2641
2652
 
2642
2653
  ### Patch Changes
2643
2654
 
2644
- - Updated dependencies
2655
+ - Updated dependencies
2645
2656
 
2646
2657
  ## 0.17.2
2647
2658
 
2648
2659
  ### Patch Changes
2649
2660
 
2650
- - [#34119](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34119)
2651
- [`b23bb695309`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b23bb695309) - Remove
2652
- hard-coded column from modal
2661
+ - [#34119](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34119)
2662
+ [`b23bb695309`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b23bb695309) - Remove
2663
+ hard-coded column from modal
2653
2664
 
2654
2665
  ## 0.17.1
2655
2666
 
2656
2667
  ### Patch Changes
2657
2668
 
2658
- - [#34035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34035)
2659
- [`4c56014f328`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c56014f328) -
2660
- Updated components to use the new `DatasourceDataResponseItem` format
2661
- - Updated dependencies
2669
+ - [#34035](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34035)
2670
+ [`4c56014f328`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4c56014f328) - Updated
2671
+ components to use the new `DatasourceDataResponseItem` format
2672
+ - Updated dependencies
2662
2673
 
2663
2674
  ## 0.17.0
2664
2675
 
2665
2676
  ### Minor Changes
2666
2677
 
2667
- - [#34060](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34060)
2668
- [`85866be02b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85866be02b9) - Add
2669
- new exported member `JIRA_LIST_OF_LINKS_DATASOURCE_ID`; Also fix bug where next cursor is not
2670
- reset when new search query starts and fix up format of the body that we send to /details
2671
- endpoint
2678
+ - [#34060](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34060)
2679
+ [`85866be02b9`](https://bitbucket.org/atlassian/atlassian-frontend/commits/85866be02b9) - Add new
2680
+ exported member `JIRA_LIST_OF_LINKS_DATASOURCE_ID`; Also fix bug where next cursor is not reset
2681
+ when new search query starts and fix up format of the body that we send to /details endpoint
2672
2682
 
2673
2683
  ## 0.16.1
2674
2684
 
2675
2685
  ### Patch Changes
2676
2686
 
2677
- - [#33917](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33917)
2678
- [`d9be88498a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9be88498a8) -
2679
- Updated components to use the new `DatasourceType` value format
2680
- - Updated dependencies
2687
+ - [#33917](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33917)
2688
+ [`d9be88498a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d9be88498a8) - Updated
2689
+ components to use the new `DatasourceType` value format
2690
+ - Updated dependencies
2681
2691
 
2682
2692
  ## 0.16.0
2683
2693
 
2684
2694
  ### Minor Changes
2685
2695
 
2686
- - [#33988](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33988)
2687
- [`a68bac355b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a68bac355b0) -
2688
- Renaming `JiraIssuesTableView` into `DatasourceTableView` and changing its `parameters` property
2689
- to be an `object`
2696
+ - [#33988](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33988)
2697
+ [`a68bac355b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a68bac355b0) - Renaming
2698
+ `JiraIssuesTableView` into `DatasourceTableView` and changing its `parameters` property to be an
2699
+ `object`
2690
2700
 
2691
2701
  ## 0.15.1
2692
2702
 
2693
2703
  ### Patch Changes
2694
2704
 
2695
- - [#33841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33841)
2696
- [`3d4e152483b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d4e152483b) - Move
2697
- all the mocking outside into link-test-helpers and use it.
2705
+ - [#33841](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33841)
2706
+ [`3d4e152483b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/3d4e152483b) - Move all
2707
+ the mocking outside into link-test-helpers and use it.
2698
2708
 
2699
2709
  ## 0.15.0
2700
2710
 
2701
2711
  ### Minor Changes
2702
2712
 
2703
- - [#33767](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33767)
2704
- [`9b52f1c40fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b52f1c40fa) - Added
2705
- a default column width to specific fields and types
2713
+ - [#33767](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33767)
2714
+ [`9b52f1c40fa`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9b52f1c40fa) - Added a
2715
+ default column width to specific fields and types
2706
2716
 
2707
2717
  ## 0.14.4
2708
2718
 
2709
2719
  ### Patch Changes
2710
2720
 
2711
- - [#33794](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33794)
2712
- [`e63f4d2d305`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e63f4d2d305) -
2713
- Changed the package scope to public @atlaskit and made `onVisibleColumnKeysChange` optional to
2714
- allow read only tables.
2721
+ - [#33794](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33794)
2722
+ [`e63f4d2d305`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e63f4d2d305) - Changed
2723
+ the package scope to public @atlaskit and made `onVisibleColumnKeysChange` optional to allow read
2724
+ only tables.
2715
2725
 
2716
2726
  ## 0.14.3
2717
2727
 
2718
2728
  ### Patch Changes
2719
2729
 
2720
- - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
2721
- [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
2722
- legacy types are published for TS 4.5-4.8
2723
- - Updated dependencies
2730
+ - [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
2731
+ [`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
2732
+ legacy types are published for TS 4.5-4.8
2733
+ - Updated dependencies
2724
2734
 
2725
2735
  ## 0.14.2
2726
2736
 
2727
2737
  ### Patch Changes
2728
2738
 
2729
- - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
2730
- [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) -
2731
- Upgrade Typescript from `4.5.5` to `4.9.5`
2732
- - Updated dependencies
2739
+ - [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
2740
+ [`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
2741
+ Typescript from `4.5.5` to `4.9.5`
2742
+ - Updated dependencies
2733
2743
 
2734
2744
  ## 0.14.1
2735
2745
 
2736
2746
  ### Patch Changes
2737
2747
 
2738
- - [#33377](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33377)
2739
- [`07020547a93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07020547a93) - Safe
2740
- direct migraiton to design token API. This change is not visible for those who aren't using
2741
- design tokens
2742
- - Updated dependencies
2748
+ - [#33377](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33377)
2749
+ [`07020547a93`](https://bitbucket.org/atlassian/atlassian-frontend/commits/07020547a93) - Safe
2750
+ direct migraiton to design token API. This change is not visible for those who aren't using design
2751
+ tokens
2752
+ - Updated dependencies
2743
2753
 
2744
2754
  ## 0.14.0
2745
2755
 
2746
2756
  ### Minor Changes
2747
2757
 
2748
- - [#33245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33245)
2749
- [`5968b8a8210`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5968b8a8210) - [ux]
2750
- added view mode toggle to config modal
2758
+ - [#33245](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33245)
2759
+ [`5968b8a8210`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5968b8a8210) - [ux]
2760
+ added view mode toggle to config modal
2751
2761
 
2752
2762
  ## 0.13.3
2753
2763
 
2754
2764
  ### Patch Changes
2755
2765
 
2756
- - Updated dependencies
2766
+ - Updated dependencies
2757
2767
 
2758
2768
  ## 0.13.2
2759
2769
 
2760
2770
  ### Patch Changes
2761
2771
 
2762
- - [#33177](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33177)
2763
- [`1540a29f7f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1540a29f7f4) - [ux]
2764
- change logic in footer to show total issues fetched and not current number of issues in table
2765
- - Updated dependencies
2772
+ - [#33177](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33177)
2773
+ [`1540a29f7f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1540a29f7f4) - [ux]
2774
+ change logic in footer to show total issues fetched and not current number of issues in table
2775
+ - Updated dependencies
2766
2776
 
2767
2777
  ## 0.13.1
2768
2778
 
2769
2779
  ### Patch Changes
2770
2780
 
2771
- - [#33262](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33262)
2772
- [`aa7eb05066d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa7eb05066d) -
2773
- Internal dependency of `@atlaskit/drag-and-drop*` has been renamed to
2774
- `@atlaskit/pragmatic-drag-and-drop*`
2775
- - Updated dependencies
2781
+ - [#33262](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33262)
2782
+ [`aa7eb05066d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/aa7eb05066d) - Internal
2783
+ dependency of `@atlaskit/drag-and-drop*` has been renamed to `@atlaskit/pragmatic-drag-and-drop*`
2784
+ - Updated dependencies
2776
2785
 
2777
2786
  ## 0.13.0
2778
2787
 
2779
2788
  ### Minor Changes
2780
2789
 
2781
- - [#33015](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33015)
2782
- [`cd179e6f433`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd179e6f433) - Added
2783
- logic to render as `SmartCard` when result has only one row
2790
+ - [#33015](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33015)
2791
+ [`cd179e6f433`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cd179e6f433) - Added
2792
+ logic to render as `SmartCard` when result has only one row
2784
2793
 
2785
2794
  ## 0.12.0
2786
2795
 
2787
2796
  ### Minor Changes
2788
2797
 
2789
- - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
2790
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
2791
- minor dependency bump
2798
+ - [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
2799
+ [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
2800
+ minor dependency bump
2792
2801
 
2793
2802
  ### Patch Changes
2794
2803
 
2795
- - Updated dependencies
2804
+ - Updated dependencies
2796
2805
 
2797
2806
  ## 0.11.0
2798
2807
 
2799
2808
  ### Minor Changes
2800
2809
 
2801
- - [#32939](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32939)
2802
- [`ab383434b1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab383434b1c) -
2803
- Ability to generate Datasource ADF on insertion
2810
+ - [#32939](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32939)
2811
+ [`ab383434b1c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ab383434b1c) - Ability
2812
+ to generate Datasource ADF on insertion
2804
2813
 
2805
2814
  ### Patch Changes
2806
2815
 
2807
- - Updated dependencies
2816
+ - Updated dependencies
2808
2817
 
2809
2818
  ## 0.10.1
2810
2819
 
2811
2820
  ### Patch Changes
2812
2821
 
2813
- - Updated dependencies
2822
+ - Updated dependencies
2814
2823
 
2815
2824
  ## 0.10.0
2816
2825
 
2817
2826
  ### Minor Changes
2818
2827
 
2819
- - [#32949](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32949)
2820
- [`1a044d5345a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a044d5345a) - [ux]
2821
- Adds issue count and refresh button component
2828
+ - [#32949](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32949)
2829
+ [`1a044d5345a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/1a044d5345a) - [ux]
2830
+ Adds issue count and refresh button component
2822
2831
 
2823
2832
  ## 0.9.1
2824
2833
 
2825
2834
  ### Patch Changes
2826
2835
 
2827
- - [#33057](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33057)
2828
- [`a003bc719cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a003bc719cb) -
2829
- Refactoring mode-switcher
2836
+ - [#33057](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33057)
2837
+ [`a003bc719cb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a003bc719cb) -
2838
+ Refactoring mode-switcher
2830
2839
 
2831
2840
  ## 0.9.0
2832
2841
 
2833
2842
  ### Minor Changes
2834
2843
 
2835
- - [#32751](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32751)
2836
- [`5abf8a31abb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5abf8a31abb) -
2837
- Refactor IssueLikeTable. Move it's state outside into hook useDatasourceTableState
2844
+ - [#32751](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32751)
2845
+ [`5abf8a31abb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5abf8a31abb) - Refactor
2846
+ IssueLikeTable. Move it's state outside into hook useDatasourceTableState
2838
2847
 
2839
2848
  ### Patch Changes
2840
2849
 
2841
- - Updated dependencies
2850
+ - Updated dependencies
2842
2851
 
2843
2852
  ## 0.8.0
2844
2853
 
2845
2854
  ### Minor Changes
2846
2855
 
2847
- - [#32774](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32774)
2848
- [`afd7233d088`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afd7233d088) - [ux]
2849
- added basic search and search mode toggle
2856
+ - [#32774](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32774)
2857
+ [`afd7233d088`](https://bitbucket.org/atlassian/atlassian-frontend/commits/afd7233d088) - [ux]
2858
+ added basic search and search mode toggle
2850
2859
 
2851
2860
  ## 0.7.1
2852
2861
 
2853
2862
  ### Patch Changes
2854
2863
 
2855
- - [#32541](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32541)
2856
- [`0624df1ffe1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0624df1ffe1) - Bump
2857
- json-ld-types dependency
2858
- - Updated dependencies
2864
+ - [#32541](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32541)
2865
+ [`0624df1ffe1`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0624df1ffe1) - Bump
2866
+ json-ld-types dependency
2867
+ - Updated dependencies
2859
2868
 
2860
2869
  ## 0.7.0
2861
2870
 
2862
2871
  ### Minor Changes
2863
2872
 
2864
- - [#32502](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32502)
2865
- [`428c7270422`](https://bitbucket.org/atlassian/atlassian-frontend/commits/428c7270422) -
2866
- Updated `Date` render type to `DateTime` render type to support date, time and datetime
2873
+ - [#32502](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32502)
2874
+ [`428c7270422`](https://bitbucket.org/atlassian/atlassian-frontend/commits/428c7270422) - Updated
2875
+ `Date` render type to `DateTime` render type to support date, time and datetime
2867
2876
 
2868
2877
  ### Patch Changes
2869
2878
 
2870
- - Updated dependencies
2879
+ - Updated dependencies
2871
2880
 
2872
2881
  ## 0.6.0
2873
2882
 
2874
2883
  ### Minor Changes
2875
2884
 
2876
- - [#32189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32189)
2877
- [`127d16e0933`](https://bitbucket.org/atlassian/atlassian-frontend/commits/127d16e0933) - Add
2878
- generic render type components for each data source types
2885
+ - [#32189](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32189)
2886
+ [`127d16e0933`](https://bitbucket.org/atlassian/atlassian-frontend/commits/127d16e0933) - Add
2887
+ generic render type components for each data source types
2879
2888
 
2880
2889
  ### Patch Changes
2881
2890
 
2882
- - Updated dependencies
2891
+ - Updated dependencies
2883
2892
 
2884
2893
  ## 0.5.0
2885
2894
 
2886
2895
  ### Minor Changes
2887
2896
 
2888
- - [#32357](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32357)
2889
- [`52a64257016`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52a64257016) - [ux]
2890
- added jql editor input to config modal
2897
+ - [#32357](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32357)
2898
+ [`52a64257016`](https://bitbucket.org/atlassian/atlassian-frontend/commits/52a64257016) - [ux]
2899
+ added jql editor input to config modal
2891
2900
 
2892
2901
  ## 0.4.3
2893
2902
 
2894
2903
  ### Patch Changes
2895
2904
 
2896
- - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
2897
- [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
2898
- remove before merging to master; dupe adf-schema via adf-utils
2905
+ - [#32424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32424)
2906
+ [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY
2907
+ remove before merging to master; dupe adf-schema via adf-utils
2899
2908
 
2900
2909
  ## 0.4.2
2901
2910
 
2902
2911
  ### Patch Changes
2903
2912
 
2904
- - Updated dependencies
2913
+ - Updated dependencies
2905
2914
 
2906
2915
  ## 0.4.1
2907
2916
 
2908
2917
  ### Patch Changes
2909
2918
 
2910
- - Updated dependencies
2919
+ - Updated dependencies
2911
2920
 
2912
2921
  ## 0.4.0
2913
2922
 
2914
2923
  ### Minor Changes
2915
2924
 
2916
- - [#31938](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31938)
2917
- [`9a83e52fd54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a83e52fd54) - added
2918
- jira site selector to list of links config modal
2925
+ - [#31938](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31938)
2926
+ [`9a83e52fd54`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9a83e52fd54) - added
2927
+ jira site selector to list of links config modal
2919
2928
 
2920
2929
  ## 0.3.4
2921
2930
 
2922
2931
  ### Patch Changes
2923
2932
 
2924
- - [#31457](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31457)
2925
- [`a66fd9d6f9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a66fd9d6f9d) -
2926
- Introduce column picker into issue like table component
2933
+ - [#31457](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31457)
2934
+ [`a66fd9d6f9d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a66fd9d6f9d) -
2935
+ Introduce column picker into issue like table component
2927
2936
 
2928
2937
  ## 0.3.3
2929
2938
 
2930
2939
  ### Patch Changes
2931
2940
 
2932
- - Updated dependencies
2941
+ - Updated dependencies
2933
2942
 
2934
2943
  ## 0.3.2
2935
2944
 
2936
2945
  ### Patch Changes
2937
2946
 
2938
- - Updated dependencies
2947
+ - Updated dependencies
2939
2948
 
2940
2949
  ## 0.3.1
2941
2950
 
2942
2951
  ### Patch Changes
2943
2952
 
2944
- - Updated dependencies
2953
+ - Updated dependencies
2945
2954
 
2946
2955
  ## 0.3.0
2947
2956
 
2948
2957
  ### Minor Changes
2949
2958
 
2950
- - [#31717](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31717)
2951
- [`c6017ad803e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6017ad803e) - [ux]
2952
- add empty table state for datasources
2959
+ - [#31717](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31717)
2960
+ [`c6017ad803e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c6017ad803e) - [ux] add
2961
+ empty table state for datasources
2953
2962
 
2954
2963
  ### Patch Changes
2955
2964
 
2956
- - Updated dependencies
2965
+ - Updated dependencies
2957
2966
 
2958
2967
  ## 0.2.3
2959
2968
 
2960
2969
  ### Patch Changes
2961
2970
 
2962
- - Updated dependencies
2971
+ - Updated dependencies
2963
2972
 
2964
2973
  ## 0.2.2
2965
2974
 
2966
2975
  ### Patch Changes
2967
2976
 
2968
- - Updated dependencies
2977
+ - Updated dependencies
2969
2978
 
2970
2979
  ## 0.2.1
2971
2980
 
2972
2981
  ### Patch Changes
2973
2982
 
2974
- - [#31383](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31383)
2975
- [`e066b00c060`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e066b00c060) - Add
2976
- ability to drag and drop columns to reorder them to `IssueLikeDataTableView`
2983
+ - [#31383](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31383)
2984
+ [`e066b00c060`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e066b00c060) - Add
2985
+ ability to drag and drop columns to reorder them to `IssueLikeDataTableView`
2977
2986
 
2978
2987
  ## 0.2.0
2979
2988
 
2980
2989
  ### Minor Changes
2981
2990
 
2982
- - [#30419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30419)
2983
- [`82ce247716c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82ce247716c) - Adds a
2984
- new link datasource component `JiraIssuesTableView` (still under development) is added
2991
+ - [#30419](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/30419)
2992
+ [`82ce247716c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/82ce247716c) - Adds a
2993
+ new link datasource component `JiraIssuesTableView` (still under development) is added
2985
2994
 
2986
2995
  ### Patch Changes
2987
2996
 
2988
- - Updated dependencies
2997
+ - Updated dependencies