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