@blaze-cms/plugin-media-ui 0.146.0-translations.6 → 0.147.0-rc-eagle.2

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 (287) hide show
  1. package/lib/components/CardMedia/CardMedia.js +168 -221
  2. package/lib/components/CardMedia/CardMedia.js.map +1 -1
  3. package/lib/components/CardMedia/index.js +2 -3
  4. package/lib/components/CardMedia/index.js.map +1 -1
  5. package/lib/components/EditMediaFile/EditMediaFile.js +162 -113
  6. package/lib/components/EditMediaFile/EditMediaFile.js.map +1 -1
  7. package/lib/components/EditMediaFile/EditMediaFilePage.js +81 -97
  8. package/lib/components/EditMediaFile/EditMediaFilePage.js.map +1 -1
  9. package/lib/components/EditMediaFile/index.js +2 -3
  10. package/lib/components/EditMediaFile/index.js.map +1 -1
  11. package/lib/components/EditorAdapter/EditorAdapter.js +43 -22
  12. package/lib/components/EditorAdapter/EditorAdapter.js.map +1 -1
  13. package/lib/components/EditorAdapter/index.js +2 -3
  14. package/lib/components/EditorAdapter/index.js.map +1 -1
  15. package/lib/components/FileList/FilesListContext/index.js +3 -4
  16. package/lib/components/FileList/FilesListContext/index.js.map +1 -1
  17. package/lib/components/FileList/FilesListProvider/index.js +27 -29
  18. package/lib/components/FileList/FilesListProvider/index.js.map +1 -1
  19. package/lib/components/FileList/useFileList/index.js +3 -6
  20. package/lib/components/FileList/useFileList/index.js.map +1 -1
  21. package/lib/components/FileList/useGetFiles/getFiles.js +164 -184
  22. package/lib/components/FileList/useGetFiles/getFiles.js.map +1 -1
  23. package/lib/components/FileList/useGetFiles/index.js +2 -3
  24. package/lib/components/FileList/useGetFiles/index.js.map +1 -1
  25. package/lib/components/FileList/useGetFiles/useGetFiles.js +88 -132
  26. package/lib/components/FileList/useGetFiles/useGetFiles.js.map +1 -1
  27. package/lib/components/FileList/useGetFilesList/getCounters.js +10 -30
  28. package/lib/components/FileList/useGetFilesList/getCounters.js.map +1 -1
  29. package/lib/components/FileList/useGetFilesList/index.js +2 -3
  30. package/lib/components/FileList/useGetFilesList/index.js.map +1 -1
  31. package/lib/components/FileList/useGetFilesList/useGetFilesList.js +89 -109
  32. package/lib/components/FileList/useGetFilesList/useGetFilesList.js.map +1 -1
  33. package/lib/components/FilePreview/Actions/index.js +24 -38
  34. package/lib/components/FilePreview/Actions/index.js.map +1 -1
  35. package/lib/components/FilePreview/Image/Image.js +35 -24
  36. package/lib/components/FilePreview/Image/Image.js.map +1 -1
  37. package/lib/components/FilePreview/Image/RawImage.js +25 -27
  38. package/lib/components/FilePreview/Image/RawImage.js.map +1 -1
  39. package/lib/components/FilePreview/Image/imageSchema.js +2 -3
  40. package/lib/components/FilePreview/Image/imageSchema.js.map +1 -1
  41. package/lib/components/FilePreview/Image/index.js +1 -2
  42. package/lib/components/FilePreview/Image/index.js.map +1 -1
  43. package/lib/components/FilePreview/ModalContext.js +9 -0
  44. package/lib/components/FilePreview/ModalContext.js.map +1 -0
  45. package/lib/components/FilePreview/PDF/PDF.js +44 -31
  46. package/lib/components/FilePreview/PDF/PDF.js.map +1 -1
  47. package/lib/components/FilePreview/PDF/RawPDF.js +27 -29
  48. package/lib/components/FilePreview/PDF/RawPDF.js.map +1 -1
  49. package/lib/components/FilePreview/PDF/index.js +1 -2
  50. package/lib/components/FilePreview/PDF/index.js.map +1 -1
  51. package/lib/components/FilePreview/PDF/schema.js +1 -2
  52. package/lib/components/FilePreview/PDF/schema.js.map +1 -1
  53. package/lib/components/FilePreview/get-preview.js +12 -10
  54. package/lib/components/FilePreview/get-preview.js.map +1 -1
  55. package/lib/components/FilePreview/index.js +66 -57
  56. package/lib/components/FilePreview/index.js.map +1 -1
  57. package/lib/components/FilePreview/previewDefault/PreviewDefault.js +35 -23
  58. package/lib/components/FilePreview/previewDefault/PreviewDefault.js.map +1 -1
  59. package/lib/components/FilePreview/previewDefault/RawPreviewDefault.js +33 -27
  60. package/lib/components/FilePreview/previewDefault/RawPreviewDefault.js.map +1 -1
  61. package/lib/components/FilePreview/previewDefault/icons/DefaultIcon.js +120 -123
  62. package/lib/components/FilePreview/previewDefault/icons/DefaultIcon.js.map +1 -1
  63. package/lib/components/FilePreview/previewDefault/icons/index.js +2 -3
  64. package/lib/components/FilePreview/previewDefault/icons/index.js.map +1 -1
  65. package/lib/components/FilePreview/previewDefault/index.js +1 -2
  66. package/lib/components/FilePreview/previewDefault/index.js.map +1 -1
  67. package/lib/components/FilePreview/previewDefault/previewDefaultSchema.js +1 -2
  68. package/lib/components/FilePreview/previewDefault/previewDefaultSchema.js.map +1 -1
  69. package/lib/components/FilePreviewReadOnly/FileList.js +10 -12
  70. package/lib/components/FilePreviewReadOnly/FileList.js.map +1 -1
  71. package/lib/components/FilePreviewReadOnly/FilePreviewList.js +14 -19
  72. package/lib/components/FilePreviewReadOnly/FilePreviewList.js.map +1 -1
  73. package/lib/components/FilePreviewReadOnly/FilePreviewReadOnly.js +52 -98
  74. package/lib/components/FilePreviewReadOnly/FilePreviewReadOnly.js.map +1 -1
  75. package/lib/components/FilePreviewReadOnly/index.js +2 -3
  76. package/lib/components/FilePreviewReadOnly/index.js.map +1 -1
  77. package/lib/components/FilePreviewReadOnly/mappers/format-initial-value.js +7 -8
  78. package/lib/components/FilePreviewReadOnly/mappers/format-initial-value.js.map +1 -1
  79. package/lib/components/FilePreviewReadOnly/mappers/index.js +1 -2
  80. package/lib/components/FilePreviewReadOnly/mappers/index.js.map +1 -1
  81. package/lib/components/FileUploadAdapter/FileList.js +26 -39
  82. package/lib/components/FileUploadAdapter/FileList.js.map +1 -1
  83. package/lib/components/FileUploadAdapter/FilePreviewList.js +14 -19
  84. package/lib/components/FileUploadAdapter/FilePreviewList.js.map +1 -1
  85. package/lib/components/FileUploadAdapter/FileReorderList.js +18 -21
  86. package/lib/components/FileUploadAdapter/FileReorderList.js.map +1 -1
  87. package/lib/components/FileUploadAdapter/FileReorderListItem.js +20 -23
  88. package/lib/components/FileUploadAdapter/FileReorderListItem.js.map +1 -1
  89. package/lib/components/FileUploadAdapter/FileUploadAdapter.js +233 -337
  90. package/lib/components/FileUploadAdapter/FileUploadAdapter.js.map +1 -1
  91. package/lib/components/FileUploadAdapter/index.js +2 -3
  92. package/lib/components/FileUploadAdapter/index.js.map +1 -1
  93. package/lib/components/FileUploadAdapter/mappers/format-initial-value.js +7 -8
  94. package/lib/components/FileUploadAdapter/mappers/format-initial-value.js.map +1 -1
  95. package/lib/components/FileUploadAdapter/mappers/get-button-text.js +9 -10
  96. package/lib/components/FileUploadAdapter/mappers/get-button-text.js.map +1 -1
  97. package/lib/components/FileUploadAdapter/mappers/get-format.js +7 -13
  98. package/lib/components/FileUploadAdapter/mappers/get-format.js.map +1 -1
  99. package/lib/components/FileUploadAdapter/mappers/get-number-files-pending-to-fetch.js +6 -5
  100. package/lib/components/FileUploadAdapter/mappers/get-number-files-pending-to-fetch.js.map +1 -1
  101. package/lib/components/FileUploadAdapter/mappers/index.js +6 -7
  102. package/lib/components/FileUploadAdapter/mappers/index.js.map +1 -1
  103. package/lib/components/FileUploadAdapter/mappers/is-unselecting.js +2 -10
  104. package/lib/components/FileUploadAdapter/mappers/is-unselecting.js.map +1 -1
  105. package/lib/components/FileUploadAdapter/mappers/transform-to-array.js +2 -5
  106. package/lib/components/FileUploadAdapter/mappers/transform-to-array.js.map +1 -1
  107. package/lib/components/FileUploadAdapter/useLimit.js +4 -10
  108. package/lib/components/FileUploadAdapter/useLimit.js.map +1 -1
  109. package/lib/components/FileUploadModal/FileUploadModal.js +150 -145
  110. package/lib/components/FileUploadModal/FileUploadModal.js.map +1 -1
  111. package/lib/components/FileUploadModal/index.js +2 -3
  112. package/lib/components/FileUploadModal/index.js.map +1 -1
  113. package/lib/components/FilterPanel/FilterPanel.js +68 -88
  114. package/lib/components/FilterPanel/FilterPanel.js.map +1 -1
  115. package/lib/components/FilterPanel/index.js +2 -3
  116. package/lib/components/FilterPanel/index.js.map +1 -1
  117. package/lib/components/ListingContainer/Listing/Listing.js +58 -48
  118. package/lib/components/ListingContainer/Listing/Listing.js.map +1 -1
  119. package/lib/components/ListingContainer/Listing/MediaListing/MediaFileList/MediaFileList.js +75 -92
  120. package/lib/components/ListingContainer/Listing/MediaListing/MediaFileList/MediaFileList.js.map +1 -1
  121. package/lib/components/ListingContainer/Listing/MediaListing/MediaFileList/index.js +2 -3
  122. package/lib/components/ListingContainer/Listing/MediaListing/MediaFileList/index.js.map +1 -1
  123. package/lib/components/ListingContainer/Listing/MediaListing/MediaListing.js +22 -26
  124. package/lib/components/ListingContainer/Listing/MediaListing/MediaListing.js.map +1 -1
  125. package/lib/components/ListingContainer/Listing/MediaListing/index.js +2 -3
  126. package/lib/components/ListingContainer/Listing/MediaListing/index.js.map +1 -1
  127. package/lib/components/ListingContainer/Listing/index.js +2 -3
  128. package/lib/components/ListingContainer/Listing/index.js.map +1 -1
  129. package/lib/components/ListingContainer/ListingContainer.js +69 -92
  130. package/lib/components/ListingContainer/ListingContainer.js.map +1 -1
  131. package/lib/components/ListingContainer/index.js +2 -3
  132. package/lib/components/ListingContainer/index.js.map +1 -1
  133. package/lib/components/ListingContainer/mappers/exist-previous.js +3 -10
  134. package/lib/components/ListingContainer/mappers/exist-previous.js.map +1 -1
  135. package/lib/components/ListingContainer/mappers/index.js +2 -3
  136. package/lib/components/ListingContainer/mappers/index.js.map +1 -1
  137. package/lib/components/MediaListing.js +14 -26
  138. package/lib/components/MediaListing.js.map +1 -1
  139. package/lib/constants.js +15 -16
  140. package/lib/constants.js.map +1 -1
  141. package/lib/icons/MediaLibraryIcon.js +17 -20
  142. package/lib/icons/MediaLibraryIcon.js.map +1 -1
  143. package/lib/icons/index.js +2 -3
  144. package/lib/icons/index.js.map +1 -1
  145. package/lib/index.js +67 -92
  146. package/lib/index.js.map +1 -1
  147. package/lib/utils/available-filters/available-filters.js +1 -2
  148. package/lib/utils/available-filters/available-filters.js.map +1 -1
  149. package/lib/utils/bustUrl.js +13 -0
  150. package/lib/utils/bustUrl.js.map +1 -0
  151. package/lib/utils/media-context/index.js +4 -5
  152. package/lib/utils/media-context/index.js.map +1 -1
  153. package/lib/utils/media-context/media-context.js +3 -4
  154. package/lib/utils/media-context/media-context.js.map +1 -1
  155. package/lib/utils/media-context/useMediaContext.js +2 -4
  156. package/lib/utils/media-context/useMediaContext.js.map +1 -1
  157. package/lib-es/components/CardMedia/CardMedia.js +22 -8
  158. package/lib-es/components/CardMedia/CardMedia.js.map +1 -1
  159. package/lib-es/components/CardMedia/index.js.map +1 -1
  160. package/lib-es/components/EditMediaFile/EditMediaFile.js +106 -34
  161. package/lib-es/components/EditMediaFile/EditMediaFile.js.map +1 -1
  162. package/lib-es/components/EditMediaFile/EditMediaFilePage.js +37 -14
  163. package/lib-es/components/EditMediaFile/EditMediaFilePage.js.map +1 -1
  164. package/lib-es/components/EditMediaFile/index.js.map +1 -1
  165. package/lib-es/components/EditorAdapter/EditorAdapter.js +26 -6
  166. package/lib-es/components/EditorAdapter/EditorAdapter.js.map +1 -1
  167. package/lib-es/components/EditorAdapter/index.js.map +1 -1
  168. package/lib-es/components/FileList/FilesListContext/index.js.map +1 -1
  169. package/lib-es/components/FileList/FilesListProvider/index.js.map +1 -1
  170. package/lib-es/components/FileList/useFileList/index.js.map +1 -1
  171. package/lib-es/components/FileList/useGetFiles/getFiles.js.map +1 -1
  172. package/lib-es/components/FileList/useGetFiles/index.js.map +1 -1
  173. package/lib-es/components/FileList/useGetFiles/useGetFiles.js.map +1 -1
  174. package/lib-es/components/FileList/useGetFilesList/getCounters.js.map +1 -1
  175. package/lib-es/components/FileList/useGetFilesList/index.js.map +1 -1
  176. package/lib-es/components/FileList/useGetFilesList/useGetFilesList.js.map +1 -1
  177. package/lib-es/components/FilePreview/Actions/index.js +2 -2
  178. package/lib-es/components/FilePreview/Actions/index.js.map +1 -1
  179. package/lib-es/components/FilePreview/Image/Image.js +16 -3
  180. package/lib-es/components/FilePreview/Image/Image.js.map +1 -1
  181. package/lib-es/components/FilePreview/Image/RawImage.js.map +1 -1
  182. package/lib-es/components/FilePreview/Image/imageSchema.js +1 -1
  183. package/lib-es/components/FilePreview/Image/imageSchema.js.map +1 -1
  184. package/lib-es/components/FilePreview/Image/index.js.map +1 -1
  185. package/lib-es/components/FilePreview/ModalContext.js +3 -0
  186. package/lib-es/components/FilePreview/ModalContext.js.map +1 -0
  187. package/lib-es/components/FilePreview/PDF/PDF.js +19 -4
  188. package/lib-es/components/FilePreview/PDF/PDF.js.map +1 -1
  189. package/lib-es/components/FilePreview/PDF/RawPDF.js.map +1 -1
  190. package/lib-es/components/FilePreview/PDF/index.js.map +1 -1
  191. package/lib-es/components/FilePreview/PDF/schema.js.map +1 -1
  192. package/lib-es/components/FilePreview/get-preview.js.map +1 -1
  193. package/lib-es/components/FilePreview/index.js +26 -7
  194. package/lib-es/components/FilePreview/index.js.map +1 -1
  195. package/lib-es/components/FilePreview/previewDefault/PreviewDefault.js +18 -4
  196. package/lib-es/components/FilePreview/previewDefault/PreviewDefault.js.map +1 -1
  197. package/lib-es/components/FilePreview/previewDefault/RawPreviewDefault.js +12 -4
  198. package/lib-es/components/FilePreview/previewDefault/RawPreviewDefault.js.map +1 -1
  199. package/lib-es/components/FilePreview/previewDefault/icons/DefaultIcon.js.map +1 -1
  200. package/lib-es/components/FilePreview/previewDefault/icons/index.js.map +1 -1
  201. package/lib-es/components/FilePreview/previewDefault/index.js.map +1 -1
  202. package/lib-es/components/FilePreview/previewDefault/previewDefaultSchema.js.map +1 -1
  203. package/lib-es/components/FilePreviewReadOnly/FileList.js +2 -2
  204. package/lib-es/components/FilePreviewReadOnly/FileList.js.map +1 -1
  205. package/lib-es/components/FilePreviewReadOnly/FilePreviewList.js.map +1 -1
  206. package/lib-es/components/FilePreviewReadOnly/FilePreviewReadOnly.js +14 -12
  207. package/lib-es/components/FilePreviewReadOnly/FilePreviewReadOnly.js.map +1 -1
  208. package/lib-es/components/FilePreviewReadOnly/index.js.map +1 -1
  209. package/lib-es/components/FilePreviewReadOnly/mappers/format-initial-value.js.map +1 -1
  210. package/lib-es/components/FilePreviewReadOnly/mappers/index.js.map +1 -1
  211. package/lib-es/components/FileUploadAdapter/FileList.js.map +1 -1
  212. package/lib-es/components/FileUploadAdapter/FilePreviewList.js.map +1 -1
  213. package/lib-es/components/FileUploadAdapter/FileReorderList.js.map +1 -1
  214. package/lib-es/components/FileUploadAdapter/FileReorderListItem.js.map +1 -1
  215. package/lib-es/components/FileUploadAdapter/FileUploadAdapter.js +41 -21
  216. package/lib-es/components/FileUploadAdapter/FileUploadAdapter.js.map +1 -1
  217. package/lib-es/components/FileUploadAdapter/index.js.map +1 -1
  218. package/lib-es/components/FileUploadAdapter/mappers/format-initial-value.js.map +1 -1
  219. package/lib-es/components/FileUploadAdapter/mappers/get-button-text.js.map +1 -1
  220. package/lib-es/components/FileUploadAdapter/mappers/get-format.js.map +1 -1
  221. package/lib-es/components/FileUploadAdapter/mappers/get-number-files-pending-to-fetch.js +5 -4
  222. package/lib-es/components/FileUploadAdapter/mappers/get-number-files-pending-to-fetch.js.map +1 -1
  223. package/lib-es/components/FileUploadAdapter/mappers/index.js.map +1 -1
  224. package/lib-es/components/FileUploadAdapter/mappers/is-unselecting.js.map +1 -1
  225. package/lib-es/components/FileUploadAdapter/mappers/transform-to-array.js.map +1 -1
  226. package/lib-es/components/FileUploadAdapter/useLimit.js.map +1 -1
  227. package/lib-es/components/FileUploadModal/FileUploadModal.js +90 -25
  228. package/lib-es/components/FileUploadModal/FileUploadModal.js.map +1 -1
  229. package/lib-es/components/FileUploadModal/index.js.map +1 -1
  230. package/lib-es/components/FilterPanel/FilterPanel.js.map +1 -1
  231. package/lib-es/components/FilterPanel/index.js.map +1 -1
  232. package/lib-es/components/ListingContainer/Listing/Listing.js +17 -5
  233. package/lib-es/components/ListingContainer/Listing/Listing.js.map +1 -1
  234. package/lib-es/components/ListingContainer/Listing/MediaListing/MediaFileList/MediaFileList.js +14 -6
  235. package/lib-es/components/ListingContainer/Listing/MediaListing/MediaFileList/MediaFileList.js.map +1 -1
  236. package/lib-es/components/ListingContainer/Listing/MediaListing/MediaFileList/index.js.map +1 -1
  237. package/lib-es/components/ListingContainer/Listing/MediaListing/MediaListing.js +12 -3
  238. package/lib-es/components/ListingContainer/Listing/MediaListing/MediaListing.js.map +1 -1
  239. package/lib-es/components/ListingContainer/Listing/MediaListing/index.js.map +1 -1
  240. package/lib-es/components/ListingContainer/Listing/index.js.map +1 -1
  241. package/lib-es/components/ListingContainer/ListingContainer.js +14 -5
  242. package/lib-es/components/ListingContainer/ListingContainer.js.map +1 -1
  243. package/lib-es/components/ListingContainer/index.js.map +1 -1
  244. package/lib-es/components/ListingContainer/mappers/exist-previous.js.map +1 -1
  245. package/lib-es/components/ListingContainer/mappers/index.js.map +1 -1
  246. package/lib-es/components/MediaListing.js.map +1 -1
  247. package/lib-es/constants.js.map +1 -1
  248. package/lib-es/icons/MediaLibraryIcon.js.map +1 -1
  249. package/lib-es/icons/index.js.map +1 -1
  250. package/lib-es/index.js +20 -4
  251. package/lib-es/index.js.map +1 -1
  252. package/lib-es/utils/available-filters/available-filters.js.map +1 -1
  253. package/lib-es/utils/bustUrl.js +7 -0
  254. package/lib-es/utils/bustUrl.js.map +1 -0
  255. package/lib-es/utils/media-context/index.js.map +1 -1
  256. package/lib-es/utils/media-context/media-context.js.map +1 -1
  257. package/lib-es/utils/media-context/useMediaContext.js.map +1 -1
  258. package/package.json +26 -18
  259. package/src/components/CardMedia/CardMedia.js +28 -14
  260. package/src/components/EditMediaFile/EditMediaFile.js +117 -42
  261. package/src/components/EditMediaFile/EditMediaFilePage.js +35 -14
  262. package/src/components/EditorAdapter/EditorAdapter.js +31 -4
  263. package/src/components/FileList/useGetFilesList/useGetFilesList.js +15 -14
  264. package/src/components/FilePreview/Actions/index.js +25 -27
  265. package/src/components/FilePreview/Image/Image.js +15 -2
  266. package/src/components/FilePreview/Image/imageSchema.js +1 -1
  267. package/src/components/FilePreview/ModalContext.js +3 -0
  268. package/src/components/FilePreview/PDF/PDF.js +17 -4
  269. package/src/components/FilePreview/index.js +35 -6
  270. package/src/components/FilePreview/previewDefault/PreviewDefault.js +16 -3
  271. package/src/components/FilePreview/previewDefault/RawPreviewDefault.js +17 -7
  272. package/src/components/FilePreviewReadOnly/FileList.js +1 -3
  273. package/src/components/FilePreviewReadOnly/FilePreviewReadOnly.js +17 -29
  274. package/src/components/FileUploadAdapter/FileUploadAdapter.js +81 -69
  275. package/src/components/FileUploadAdapter/mappers/get-number-files-pending-to-fetch.js +6 -4
  276. package/src/components/FileUploadAdapter/useLimit.js +5 -8
  277. package/src/components/FileUploadModal/FileUploadModal.js +88 -42
  278. package/src/components/FilterPanel/FilterPanel.js +18 -23
  279. package/src/components/ListingContainer/Listing/Listing.js +15 -5
  280. package/src/components/ListingContainer/Listing/MediaListing/MediaFileList/MediaFileList.js +30 -38
  281. package/src/components/ListingContainer/Listing/MediaListing/MediaListing.js +10 -2
  282. package/src/components/ListingContainer/ListingContainer.js +13 -4
  283. package/src/index.js +17 -10
  284. package/src/utils/bustUrl.js +6 -0
  285. package/CHANGELOG.md +0 -1235
  286. package/babel.config.js +0 -3
  287. package/jest.config.js +0 -5
package/CHANGELOG.md DELETED
@@ -1,1235 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- # [0.146.0-translations.6](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.5...v0.146.0-translations.6) (2025-03-27)
7
-
8
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
9
-
10
-
11
-
12
-
13
-
14
- # [0.146.0-translations.0](https://github.com/thebyte9/blaze/compare/v0.145.0...v0.146.0-translations.0) (2025-02-10)
15
-
16
-
17
- ### Bug Fixes
18
-
19
- * add simple layout toast message ([#4567](https://github.com/thebyte9/blaze/issues/4567)) ([473b722](https://github.com/thebyte9/blaze/commit/473b7226bbc74337462973150910a58e5289b2fb))
20
- * fix issue media listing add button not working after simple layout updates ([#4546](https://github.com/thebyte9/blaze/issues/4546)) ([848bab7](https://github.com/thebyte9/blaze/commit/848bab7b10cf12fd4a926c56f41f98d7b61ded7d))
21
- * save files on simple layout and handle PDF readonly preview ([#4530](https://github.com/thebyte9/blaze/issues/4530)) ([26331de](https://github.com/thebyte9/blaze/commit/26331de61d0f0d0f5a0b7eba965d126897d3c487))
22
-
23
-
24
- ### Features
25
-
26
- * add read only file viewer component ([#4527](https://github.com/thebyte9/blaze/issues/4527)) ([0bc416f](https://github.com/thebyte9/blaze/commit/0bc416f4cbdccaaa24e2e780b17636e84e4f8ffe))
27
- * simplify modal layout ([#4504](https://github.com/thebyte9/blaze/issues/4504)) ([fb513ff](https://github.com/thebyte9/blaze/commit/fb513ffd898d7b2b039469c0f76b7b21f54bf833))
28
-
29
-
30
-
31
-
32
-
33
- # [0.144.0](https://github.com/thebyte9/blaze/compare/v0.144.0-alpha.2...v0.144.0) (2024-07-11)
34
-
35
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
36
-
37
-
38
-
39
-
40
-
41
- # [0.144.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.143.1...v0.144.0-alpha.0) (2024-07-05)
42
-
43
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
44
-
45
-
46
-
47
-
48
-
49
- # [0.143.0](https://github.com/thebyte9/blaze/compare/v0.143.0-alpha.1...v0.143.0) (2024-06-20)
50
-
51
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
52
-
53
-
54
-
55
-
56
-
57
- # [0.143.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.142.0...v0.143.0-alpha.0) (2024-06-13)
58
-
59
-
60
- ### Bug Fixes
61
-
62
- * updated page builder c+p allow after to check parent for allowed changes and paste into ([#4385](https://github.com/thebyte9/blaze/issues/4385)) ([f9f6c36](https://github.com/thebyte9/blaze/commit/f9f6c36023ba324b29143a250e2937e9ae94eed8))
63
-
64
-
65
-
66
-
67
-
68
- # [0.141.0](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.2...v0.141.0) (2024-05-14)
69
-
70
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
71
-
72
-
73
-
74
-
75
-
76
- # [0.141.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.0...v0.141.0-alpha.1) (2024-05-08)
77
-
78
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
79
-
80
-
81
-
82
-
83
-
84
- # [0.141.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.3...v0.141.0-alpha.0) (2024-04-24)
85
-
86
-
87
- ### Bug Fixes
88
-
89
- * fix import and wrap file upload in toast provider ([#4080](https://github.com/thebyte9/blaze/issues/4080)) ([19288f8](https://github.com/thebyte9/blaze/commit/19288f82c1eb646a60121c6e1bbb7e3d52b2f8d0))
90
-
91
-
92
-
93
-
94
-
95
- ## [0.140.3](https://github.com/thebyte9/blaze/compare/v0.140.2...v0.140.3) (2024-04-04)
96
-
97
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
98
-
99
-
100
-
101
-
102
-
103
- ## [0.140.1](https://github.com/thebyte9/blaze/compare/v0.140.1-alpha.0...v0.140.1) (2024-03-04)
104
-
105
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
106
-
107
-
108
-
109
-
110
-
111
- ## [0.140.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.0...v0.140.1-alpha.0) (2024-03-04)
112
-
113
-
114
- ### Bug Fixes
115
-
116
- * media search by filename ([#4280](https://github.com/thebyte9/blaze/issues/4280)) ([3a52a49](https://github.com/thebyte9/blaze/commit/3a52a49e390db06ac13ec20a895d9684ece83a78))
117
-
118
-
119
-
120
-
121
-
122
- # [0.140.0](https://github.com/thebyte9/blaze/compare/v0.140.0-alpha.0...v0.140.0) (2024-03-01)
123
-
124
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
125
-
126
-
127
-
128
-
129
-
130
- # [0.140.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.3...v0.140.0-alpha.0) (2024-02-28)
131
-
132
-
133
- ### Features
134
-
135
- * update media search to search all stores ([#4275](https://github.com/thebyte9/blaze/issues/4275)) ([7bcef8d](https://github.com/thebyte9/blaze/commit/7bcef8d02aaadc2886d725afe29fafdaf3e030d2))
136
-
137
-
138
-
139
-
140
-
141
- ## [0.139.3](https://github.com/thebyte9/blaze/compare/v0.139.2...v0.139.3) (2024-02-22)
142
-
143
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
144
-
145
-
146
-
147
-
148
-
149
- ## [0.139.2](https://github.com/thebyte9/blaze/compare/v0.139.2-alpha.0...v0.139.2) (2024-02-14)
150
-
151
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
152
-
153
-
154
-
155
-
156
-
157
- ## [0.139.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.1...v0.139.2-alpha.0) (2024-02-14)
158
-
159
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
160
-
161
-
162
-
163
-
164
-
165
- ## [0.139.1](https://github.com/thebyte9/blaze/compare/v0.139.1-alpha.1...v0.139.1) (2024-02-13)
166
-
167
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
168
-
169
-
170
-
171
-
172
-
173
- ## [0.139.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-alpha.0) (2024-02-12)
174
-
175
-
176
- ### Bug Fixes
177
-
178
- * add content cta display error ([#4242](https://github.com/thebyte9/blaze/issues/4242)) ([414fdb1](https://github.com/thebyte9/blaze/commit/414fdb1d9f61b3b9700945f1d0dd463cb76b9880))
179
-
180
-
181
-
182
-
183
-
184
- # [0.139.0](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.7...v0.139.0) (2024-01-31)
185
-
186
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
187
-
188
-
189
-
190
-
191
-
192
- # [0.139.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.6...v0.139.0-alpha.7) (2024-01-30)
193
-
194
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
195
-
196
-
197
-
198
-
199
-
200
- # [0.139.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.5...v0.139.0-alpha.6) (2024-01-30)
201
-
202
-
203
- ### Bug Fixes
204
-
205
- * add tempalte icons ([069e240](https://github.com/thebyte9/blaze/commit/069e240f40bf46fb1ab468916c652ba0a538500d))
206
- * adding improvements ([86d4357](https://github.com/thebyte9/blaze/commit/86d4357516beced00d93c90b78de7f965eb75059))
207
- * change user label ([7e94ec5](https://github.com/thebyte9/blaze/commit/7e94ec5e35f439ac70240efc300f8fadd6779ed8))
208
- * fixing typo in user icon ([28bc348](https://github.com/thebyte9/blaze/commit/28bc348119c42e4830573c27bdb2873dfe56afe9))
209
- * order menu ([cc1a14d](https://github.com/thebyte9/blaze/commit/cc1a14dd03f6dfe7920dfb0c247ba5e0b4cf8509))
210
- * removing inline styles ans replacing with values from constant ([77462f6](https://github.com/thebyte9/blaze/commit/77462f62619db515852e17b71c96081841a54bb6))
211
- * wip order menu items ([7ec0a05](https://github.com/thebyte9/blaze/commit/7ec0a05ad0d7e82f99d3fb8e5077a91fcd982e71))
212
-
213
-
214
- ### Features
215
-
216
- * add menu icons ([b0dcc75](https://github.com/thebyte9/blaze/commit/b0dcc75558cf0834757585650cb7c933251a5d2b))
217
- * implementing core system menu groups ([e64ae15](https://github.com/thebyte9/blaze/commit/e64ae158ed5e50f2b0116d2b5dbd245a5729e2e4))
218
-
219
-
220
-
221
- # [0.129.0-project-admin-customisations.1](https://github.com/thebyte9/blaze/compare/v0.129.0-project-admin-customisations.0...v0.129.0-project-admin-customisations.1) (2023-05-05)
222
-
223
-
224
-
225
- # [0.129.0-project-admin-customisations.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-project-admin-customisations.0) (2023-05-03)
226
-
227
-
228
- ### Features
229
-
230
- * support accordion rendering for form categories in FormBuilder ([#3784](https://github.com/thebyte9/blaze/issues/3784)) ([76d8421](https://github.com/thebyte9/blaze/commit/76d842153fa68bebb70ecf7c62fea1efaf839a88))
231
-
232
-
233
-
234
-
235
-
236
- # [0.139.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.3...v0.139.0-alpha.4) (2024-01-19)
237
-
238
-
239
- ### Features
240
-
241
- * updated mongodb package v4 to v5 ([#4217](https://github.com/thebyte9/blaze/issues/4217)) ([c4eefc0](https://github.com/thebyte9/blaze/commit/c4eefc032a05fd62a689cd620f0b5e95a7894fb3))
242
-
243
-
244
-
245
-
246
-
247
- # [0.139.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.2...v0.139.0-alpha.3) (2024-01-09)
248
-
249
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
250
-
251
-
252
-
253
-
254
-
255
- # [0.136.0](https://github.com/thebyte9/blaze/compare/v0.136.0-alpha.1...v0.136.0) (2023-11-22)
256
-
257
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
258
-
259
-
260
-
261
-
262
-
263
- # [0.136.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.135.0...v0.136.0-alpha.0) (2023-11-22)
264
-
265
-
266
- ### Bug Fixes
267
-
268
- * admin updates feedback ([0e69cbb](https://github.com/thebyte9/blaze/commit/0e69cbb0337df371c3e1cfc2f43c0d4ce666f33b))
269
- * list full media library ([#3746](https://github.com/thebyte9/blaze/issues/3746)) ([623172f](https://github.com/thebyte9/blaze/commit/623172f16ce5fe354e702447f95c64324e5bb2ab))
270
- * remove unused variables ([c6687c0](https://github.com/thebyte9/blaze/commit/c6687c0c8b84ec9775eb15ed8711979dfd322187))
271
- * update file upload modal test and snapshots ([47958f4](https://github.com/thebyte9/blaze/commit/47958f4336b04ae45ffdc2d9c2313b886dd7fcc3))
272
- * update snapshots ([c88c8be](https://github.com/thebyte9/blaze/commit/c88c8bec58af59a5707d15f5e212e6b515706676))
273
- * update tests ([8fd2675](https://github.com/thebyte9/blaze/commit/8fd2675624126e5a23ecc0af3202d08c46667441))
274
-
275
-
276
- ### Features
277
-
278
- * add updated snapshots ([a0444bd](https://github.com/thebyte9/blaze/commit/a0444bd0d4e2f78753ac069067d39f3f6e741832))
279
- * delete duplicated code ([6fc900c](https://github.com/thebyte9/blaze/commit/6fc900c4e3a57664c0972c6ed739345e5d93af0b))
280
-
281
-
282
-
283
-
284
-
285
- # [0.134.0](https://github.com/thebyte9/blaze/compare/v0.134.0-alpha.0...v0.134.0) (2023-10-31)
286
-
287
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
288
-
289
-
290
-
291
-
292
-
293
- # [0.134.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.133.0...v0.134.0-alpha.0) (2023-10-23)
294
-
295
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
296
-
297
-
298
-
299
-
300
-
301
- # [0.133.0](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.6...v0.133.0) (2023-10-04)
302
-
303
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
304
-
305
-
306
-
307
-
308
-
309
- # [0.133.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.3...v0.133.0-alpha.4) (2023-10-02)
310
-
311
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
312
-
313
-
314
-
315
-
316
-
317
- # [0.133.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.2...v0.133.0-alpha.3) (2023-09-18)
318
-
319
-
320
- ### Bug Fixes
321
-
322
- * fixed typo ([4d2cbe2](https://github.com/thebyte9/blaze/commit/4d2cbe24a261400359150430de917752e3a82e0a))
323
-
324
-
325
-
326
-
327
-
328
- # [0.132.0](https://github.com/thebyte9/blaze/compare/v0.132.0-alpha.0...v0.132.0) (2023-08-21)
329
-
330
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
331
-
332
-
333
-
334
-
335
-
336
- # [0.132.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.131.2...v0.132.0-alpha.0) (2023-08-17)
337
-
338
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
339
-
340
-
341
-
342
-
343
-
344
- # [0.131.0](https://github.com/thebyte9/blaze/compare/v0.130.1...v0.131.0) (2023-07-18)
345
-
346
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
347
-
348
-
349
-
350
-
351
-
352
- ## [0.130.1](https://github.com/thebyte9/blaze/compare/v0.130.0...v0.130.1) (2023-07-06)
353
-
354
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
355
-
356
-
357
-
358
-
359
-
360
- # [0.130.0](https://github.com/thebyte9/blaze/compare/v0.130.0-alpha.0...v0.130.0) (2023-07-04)
361
-
362
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
363
-
364
-
365
-
366
-
367
-
368
- # [0.130.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-alpha.0) (2023-07-04)
369
-
370
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
371
-
372
-
373
-
374
-
375
-
376
- # [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
377
-
378
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
379
-
380
-
381
-
382
-
383
-
384
- # [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
385
-
386
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
387
-
388
-
389
-
390
-
391
-
392
- # [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-alpha.0) (2023-05-10)
393
-
394
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
395
-
396
-
397
-
398
-
399
-
400
- ## [0.128.1](https://github.com/thebyte9/blaze/compare/v0.128.1-alpha.0...v0.128.1) (2023-04-14)
401
-
402
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
403
-
404
-
405
-
406
-
407
-
408
- ## [0.128.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.1-alpha.0) (2023-04-14)
409
-
410
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
411
-
412
-
413
-
414
-
415
-
416
- # [0.128.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.0) (2023-04-13)
417
-
418
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
419
-
420
-
421
-
422
-
423
-
424
- # [0.128.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-alpha.0) (2023-03-28)
425
-
426
-
427
- ### Bug Fixes
428
-
429
- * load media edit when preview is not available ([#3805](https://github.com/thebyte9/blaze/issues/3805)) ([8358690](https://github.com/thebyte9/blaze/commit/8358690b9d53140040dc703a967ccb491f1ff8f9))
430
-
431
-
432
-
433
-
434
-
435
- # [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
436
-
437
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
438
-
439
-
440
-
441
-
442
-
443
- # [0.125.0](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.18...v0.125.0) (2022-11-30)
444
-
445
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
446
-
447
-
448
-
449
-
450
-
451
- # [0.125.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.17...v0.125.0-alpha.18) (2022-11-28)
452
-
453
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
454
-
455
-
456
-
457
-
458
-
459
- # [0.125.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.14...v0.125.0-alpha.15) (2022-11-16)
460
-
461
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
462
-
463
-
464
-
465
-
466
-
467
- # [0.125.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.6...v0.125.0-alpha.7) (2022-10-07)
468
-
469
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
470
-
471
-
472
-
473
-
474
-
475
- # [0.125.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.0...v0.125.0-alpha.1) (2022-09-15)
476
-
477
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
478
-
479
-
480
-
481
-
482
-
483
- # [0.124.0](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.43...v0.124.0) (2022-08-08)
484
-
485
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
486
-
487
-
488
-
489
-
490
-
491
- # [0.124.0-alpha.42](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.41...v0.124.0-alpha.42) (2022-08-04)
492
-
493
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
494
-
495
-
496
-
497
-
498
-
499
- # [0.124.0-alpha.21](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.20...v0.124.0-alpha.21) (2022-05-24)
500
-
501
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
502
-
503
-
504
-
505
-
506
-
507
- # [0.124.0-alpha.19](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.18...v0.124.0-alpha.19) (2022-05-18)
508
-
509
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
510
-
511
-
512
-
513
-
514
-
515
- # [0.124.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.1...v0.124.0-alpha.2) (2022-04-29)
516
-
517
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
518
-
519
-
520
-
521
-
522
-
523
- # [0.124.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.124.0-alpha.1) (2022-04-27)
524
-
525
-
526
-
527
- # [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
528
-
529
-
530
-
531
- # [0.123.0-alpha.28](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.27...v0.123.0-alpha.28) (2022-04-07)
532
-
533
-
534
-
535
- # [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
536
-
537
-
538
-
539
- # [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
540
-
541
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
542
-
543
-
544
-
545
-
546
-
547
- # [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
548
-
549
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
550
-
551
-
552
-
553
-
554
-
555
- # [0.123.0-alpha.28](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.27...v0.123.0-alpha.28) (2022-04-07)
556
-
557
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
558
-
559
-
560
-
561
-
562
-
563
- # [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
564
-
565
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
566
-
567
-
568
-
569
-
570
-
571
- # [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
572
-
573
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
574
-
575
-
576
-
577
-
578
-
579
- # [0.122.0](https://github.com/thebyte9/blaze/compare/v0.122.0-alpha.2...v0.122.0) (2022-03-15)
580
-
581
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
582
-
583
-
584
-
585
-
586
-
587
- # [0.122.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.121.0...v0.122.0-alpha.0) (2022-03-10)
588
-
589
-
590
- ### Bug Fixes
591
-
592
- * media search to use storeKey. Change media listing to use elasticsearch ([#3369](https://github.com/thebyte9/blaze/issues/3369)) ([73c6180](https://github.com/thebyte9/blaze/commit/73c618073a8b69889690597ba8fc4f7397ad4555))
593
-
594
-
595
-
596
-
597
-
598
- # [0.121.0](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.1...v0.121.0) (2022-03-09)
599
-
600
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
601
-
602
-
603
-
604
-
605
-
606
- # [0.121.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.0...v0.121.0-alpha.1) (2022-03-02)
607
-
608
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
609
-
610
-
611
-
612
-
613
-
614
- # [0.121.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.120.1...v0.121.0-alpha.0) (2022-02-24)
615
-
616
-
617
- ### Features
618
-
619
- * adding store for user group ([#3340](https://github.com/thebyte9/blaze/issues/3340)) ([1ec04b6](https://github.com/thebyte9/blaze/commit/1ec04b6d6f01ffe9ae2b5fd01d742e001f8764d3))
620
-
621
-
622
-
623
-
624
-
625
- # [0.119.0](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.2...v0.119.0) (2022-01-28)
626
-
627
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
628
-
629
-
630
-
631
-
632
-
633
- # [0.119.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.0...v0.119.0-alpha.1) (2022-01-27)
634
-
635
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
636
-
637
-
638
-
639
-
640
-
641
- # [0.119.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.118.1-alpha.0...v0.119.0-alpha.0) (2022-01-26)
642
-
643
-
644
- ### Features
645
-
646
- * update apollo client to v3.5 add cache redirects and optimise queries ([#3308](https://github.com/thebyte9/blaze/issues/3308)) ([5281b17](https://github.com/thebyte9/blaze/commit/5281b17fd972f8c727d099f0c814e747896af431))
647
- * upgrade next to latest version ([#3290](https://github.com/thebyte9/blaze/issues/3290)) ([d2c37bd](https://github.com/thebyte9/blaze/commit/d2c37bd1bf7847dbbbaf7ab8634008c2042f91f9))
648
-
649
-
650
-
651
-
652
-
653
- # [0.118.0](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.3...v0.118.0) (2022-01-25)
654
-
655
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
656
-
657
-
658
-
659
-
660
-
661
- # [0.118.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.117.0...v0.118.0-alpha.0) (2022-01-13)
662
-
663
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
664
-
665
-
666
-
667
-
668
-
669
- # [0.116.0](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.2...v0.116.0) (2021-12-21)
670
-
671
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
672
-
673
-
674
-
675
-
676
-
677
- # [0.116.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.1...v0.116.0-alpha.2) (2021-12-21)
678
-
679
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
680
-
681
-
682
-
683
-
684
-
685
- ## [0.114.1](https://github.com/thebyte9/blaze/compare/v0.114.1-alpha.1...v0.114.1) (2021-12-13)
686
-
687
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
688
-
689
-
690
-
691
-
692
-
693
- ## [0.114.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.114.0...v0.114.1-alpha.0) (2021-12-09)
694
-
695
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
696
-
697
-
698
-
699
-
700
-
701
- # [0.113.0](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.9...v0.113.0) (2021-11-19)
702
-
703
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
704
-
705
-
706
-
707
-
708
-
709
- # [0.113.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.0...v0.113.0-alpha.1) (2021-11-05)
710
-
711
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
712
-
713
-
714
-
715
-
716
-
717
- # [0.112.0](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.2...v0.112.0) (2021-11-01)
718
-
719
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
720
-
721
-
722
-
723
-
724
-
725
- ## [0.111.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.111.0...v0.111.1-alpha.0) (2021-10-28)
726
-
727
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
728
-
729
-
730
-
731
-
732
-
733
- # [0.110.0](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.3...v0.110.0) (2021-10-18)
734
-
735
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
736
-
737
-
738
-
739
-
740
-
741
- # [0.110.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.0...v0.110.0-alpha.1) (2021-10-13)
742
-
743
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
744
-
745
-
746
-
747
-
748
-
749
- # [0.106.0](https://github.com/thebyte9/blaze/compare/v0.106.0-alpha.0...v0.106.0) (2021-09-20)
750
-
751
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
752
-
753
-
754
-
755
-
756
-
757
- # [0.106.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.105.1...v0.106.0-alpha.0) (2021-09-17)
758
-
759
-
760
- ### Features
761
-
762
- * Cards and CardLists now have the option to select an image for the items to display ([#3095](https://github.com/thebyte9/blaze/issues/3095)) ([2f66ec7](https://github.com/thebyte9/blaze/commit/2f66ec7b5f59a72ec9194019777313886ade7ce3))
763
-
764
-
765
-
766
-
767
-
768
- # [0.105.0](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.7...v0.105.0) (2021-09-15)
769
-
770
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
771
-
772
-
773
-
774
-
775
-
776
- # [0.105.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.3...v0.105.0-alpha.4) (2021-09-14)
777
-
778
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
779
-
780
-
781
-
782
-
783
-
784
- # [0.104.0](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.5...v0.104.0) (2021-09-07)
785
-
786
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
787
-
788
-
789
-
790
-
791
-
792
- # [0.104.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.103.0...v0.104.0-alpha.0) (2021-09-02)
793
-
794
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
795
-
796
-
797
-
798
-
799
-
800
- # [0.103.0](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.6...v0.103.0) (2021-08-31)
801
-
802
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
803
-
804
-
805
-
806
-
807
-
808
- # [0.103.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.102.2...v0.103.0-alpha.3) (2021-08-17)
809
-
810
-
811
-
812
- # [0.103.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.0...v0.103.0-alpha.1) (2021-08-12)
813
-
814
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
815
-
816
-
817
-
818
-
819
-
820
- # [0.103.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.0...v0.103.0-alpha.1) (2021-08-12)
821
-
822
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
823
-
824
-
825
-
826
-
827
-
828
- ## [0.102.2](https://github.com/thebyte9/blaze/compare/v0.102.1...v0.102.2) (2021-08-16)
829
-
830
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
831
-
832
-
833
-
834
-
835
-
836
- # [0.102.0](https://github.com/thebyte9/blaze/compare/v0.102.0-alpha.5...v0.102.0) (2021-08-06)
837
-
838
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
839
-
840
-
841
-
842
-
843
-
844
- # [0.102.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.102.0-alpha.0) (2021-07-22)
845
-
846
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
847
-
848
-
849
-
850
-
851
-
852
- # [0.101.0](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.3...v0.101.0) (2021-07-21)
853
-
854
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
855
-
856
-
857
-
858
-
859
-
860
- # [0.101.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.2...v0.101.0-alpha.3) (2021-07-19)
861
-
862
-
863
- ### Bug Fixes
864
-
865
- * carousel - allow select multiple images ([80b3a53](https://github.com/thebyte9/blaze/commit/80b3a53bb1ac502476ca5e9cff90d9aaaf644fa2))
866
-
867
-
868
-
869
-
870
-
871
- # [0.101.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.0...v0.101.0-alpha.1) (2021-07-14)
872
-
873
-
874
- ### Bug Fixes
875
-
876
- * replace previously selected image ([ac43e15](https://github.com/thebyte9/blaze/commit/ac43e151491733a0e73d88b3d76b3e5cf4ab7c4c))
877
-
878
-
879
-
880
-
881
-
882
- # [0.101.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.100.0...v0.101.0-alpha.0) (2021-07-07)
883
-
884
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
885
-
886
-
887
-
888
-
889
-
890
- # [0.99.0](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.1...v0.99.0) (2021-06-30)
891
-
892
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
893
-
894
-
895
-
896
-
897
-
898
- # [0.99.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.0...v0.99.0-alpha.1) (2021-06-25)
899
-
900
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
901
-
902
-
903
-
904
-
905
-
906
- # [0.98.0](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.2...v0.98.0) (2021-06-21)
907
-
908
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
909
-
910
-
911
-
912
-
913
-
914
- # [0.98.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.3...v0.98.0-alpha.0) (2021-06-17)
915
-
916
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
917
-
918
-
919
-
920
-
921
-
922
- ## [0.97.3](https://github.com/thebyte9/blaze/compare/v0.97.3-alpha.1...v0.97.3) (2021-06-16)
923
-
924
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
925
-
926
-
927
-
928
-
929
-
930
- ## [0.97.3-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.2...v0.97.3-alpha.0) (2021-06-15)
931
-
932
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
933
-
934
-
935
-
936
-
937
-
938
- ## [0.97.2](https://github.com/thebyte9/blaze/compare/v0.97.1...v0.97.2) (2021-06-11)
939
-
940
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
941
-
942
-
943
-
944
-
945
-
946
- # [0.97.0](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.16...v0.97.0) (2021-06-09)
947
-
948
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
949
-
950
-
951
-
952
-
953
-
954
- # [0.97.0-alpha.11](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.10...v0.97.0-alpha.11) (2021-06-08)
955
-
956
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
957
-
958
-
959
-
960
-
961
-
962
- # [0.97.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.7...v0.97.0-alpha.8) (2021-06-04)
963
-
964
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
965
-
966
-
967
-
968
-
969
-
970
- # [0.97.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.6...v0.97.0-alpha.7) (2021-06-04)
971
-
972
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
973
-
974
-
975
-
976
-
977
-
978
- # [0.97.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.0...v0.97.0-alpha.1) (2021-05-26)
979
-
980
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
981
-
982
-
983
-
984
-
985
-
986
- # [0.97.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.96.0...v0.97.0-alpha.0) (2021-05-25)
987
-
988
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
989
-
990
-
991
-
992
-
993
-
994
- # [0.96.0](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.1...v0.96.0) (2021-05-25)
995
-
996
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
997
-
998
-
999
-
1000
-
1001
-
1002
- # [0.96.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.0...v0.96.0-alpha.1) (2021-05-18)
1003
-
1004
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1005
-
1006
-
1007
-
1008
-
1009
-
1010
- # [0.96.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.2...v0.96.0-alpha.0) (2021-05-11)
1011
-
1012
-
1013
- ### Bug Fixes
1014
-
1015
- * memory leaks in tests ([1839da2](https://github.com/thebyte9/blaze/commit/1839da23a9fdbed883b8622ca77380850ae144a8))
1016
-
1017
-
1018
-
1019
-
1020
-
1021
- ## [0.95.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.0...v0.95.1-alpha.1) (2021-04-30)
1022
-
1023
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1024
-
1025
-
1026
-
1027
-
1028
-
1029
- ## [0.95.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.95.0...v0.95.1-alpha.0) (2021-04-30)
1030
-
1031
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1032
-
1033
-
1034
-
1035
-
1036
-
1037
- # [0.95.0](https://github.com/thebyte9/blaze/compare/v0.95.0-alpha.0...v0.95.0) (2021-04-26)
1038
-
1039
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1040
-
1041
-
1042
-
1043
-
1044
-
1045
- ## [0.94.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.94.1-alpha.0...v0.94.1-alpha.1) (2021-04-26)
1046
-
1047
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1048
-
1049
-
1050
-
1051
-
1052
-
1053
- ## [0.94.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.94.0...v0.94.1-alpha.0) (2021-04-23)
1054
-
1055
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1056
-
1057
-
1058
-
1059
-
1060
-
1061
- # [0.94.0](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.5...v0.94.0) (2021-04-22)
1062
-
1063
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1064
-
1065
-
1066
-
1067
-
1068
-
1069
- # [0.94.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.4...v0.94.0-alpha.5) (2021-04-20)
1070
-
1071
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1072
-
1073
-
1074
-
1075
-
1076
-
1077
- # [0.94.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.2...v0.94.0-alpha.3) (2021-04-12)
1078
-
1079
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1080
-
1081
-
1082
-
1083
-
1084
-
1085
- # [0.94.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.93.0...v0.94.0-alpha.0) (2021-03-29)
1086
-
1087
-
1088
- ### Bug Fixes
1089
-
1090
- * textblock hyperlink issue ([#2342](https://github.com/thebyte9/blaze/issues/2342)) ([#2674](https://github.com/thebyte9/blaze/issues/2674)) ([c7f8286](https://github.com/thebyte9/blaze/commit/c7f8286008697059c2c8ae1e4c05c6185bfc111e))
1091
-
1092
-
1093
-
1094
-
1095
-
1096
- ## [0.92.2](https://github.com/thebyte9/blaze/compare/v0.92.2-alpha.0...v0.92.2) (2021-03-16)
1097
-
1098
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1099
-
1100
-
1101
-
1102
-
1103
-
1104
- ## [0.92.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.1...v0.92.2-alpha.0) (2021-03-15)
1105
-
1106
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1107
-
1108
-
1109
-
1110
-
1111
-
1112
- ## [0.92.1](https://github.com/thebyte9/blaze/compare/v0.92.1-alpha.0...v0.92.1) (2021-03-12)
1113
-
1114
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1115
-
1116
-
1117
-
1118
-
1119
-
1120
- ## [0.92.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.0...v0.92.1-alpha.0) (2021-03-11)
1121
-
1122
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1123
-
1124
-
1125
-
1126
-
1127
-
1128
- # [0.92.0](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.2...v0.92.0) (2021-03-05)
1129
-
1130
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1131
-
1132
-
1133
-
1134
-
1135
-
1136
- # [0.92.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.0...v0.92.0-alpha.1) (2021-03-04)
1137
-
1138
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1139
-
1140
-
1141
-
1142
-
1143
-
1144
- # [0.92.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.91.0...v0.92.0-alpha.0) (2021-03-03)
1145
-
1146
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1147
-
1148
-
1149
-
1150
-
1151
-
1152
- # [0.91.0](https://github.com/thebyte9/blaze/compare/v0.91.0-alpha.1...v0.91.0) (2021-02-26)
1153
-
1154
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1155
-
1156
-
1157
-
1158
-
1159
-
1160
- # [0.91.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.91.0-alpha.0...v0.91.0-alpha.1) (2021-02-25)
1161
-
1162
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1163
-
1164
-
1165
-
1166
-
1167
-
1168
- # [0.91.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.90.0...v0.91.0-alpha.0) (2021-02-25)
1169
-
1170
-
1171
- ### Features
1172
-
1173
- * changed npm to yarn ([#2591](https://github.com/thebyte9/blaze/issues/2591)) ([b785e32](https://github.com/thebyte9/blaze/commit/b785e32455f86fd7353ede7928de192a91e6b2c7))
1174
-
1175
-
1176
-
1177
-
1178
-
1179
- # [0.90.0](https://github.com/thebyte9/blaze/compare/v0.90.0-alpha.0...v0.90.0) (2021-02-24)
1180
-
1181
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1182
-
1183
-
1184
-
1185
-
1186
-
1187
- # [0.90.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.89.0...v0.90.0-alpha.0) (2021-02-23)
1188
-
1189
-
1190
- ### Bug Fixes
1191
-
1192
- * design tab set content width ([#2592](https://github.com/thebyte9/blaze/issues/2592)) ([d41068b](https://github.com/thebyte9/blaze/commit/d41068bbb5015ed9318a830dd2b1d86685d95de7))
1193
-
1194
-
1195
-
1196
-
1197
-
1198
- # [0.89.0](https://github.com/thebyte9/blaze/compare/v0.89.0-alpha.0...v0.89.0) (2021-02-17)
1199
-
1200
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1201
-
1202
-
1203
-
1204
-
1205
-
1206
- # [0.89.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.88.4...v0.89.0-alpha.0) (2021-02-15)
1207
-
1208
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1209
-
1210
-
1211
-
1212
-
1213
-
1214
- # [0.88.0](https://github.com/thebyte9/blaze/compare/v0.88.0-alpha.0...v0.88.0) (2021-02-01)
1215
-
1216
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1217
-
1218
-
1219
-
1220
-
1221
-
1222
- # [0.87.0](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.1...v0.87.0) (2021-01-29)
1223
-
1224
- **Note:** Version bump only for package @blaze-cms/plugin-media-ui
1225
-
1226
-
1227
-
1228
-
1229
-
1230
- # [0.87.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.0...v0.87.0-alpha.1) (2021-01-29)
1231
-
1232
-
1233
- ### Features
1234
-
1235
- * Changed event listeners to once (reduce nb of events) BZ2-2209 ([#2516](https://github.com/thebyte9/blaze/issues/2516)) ([434e2c6](https://github.com/thebyte9/blaze/commit/434e2c64f5e940bb8ff0d08af9ddf7b87afa6baa))