@blaze-cms/plugin-data-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 (273) hide show
  1. package/README.md +57 -0
  2. package/lib/components/EntityDataListing/EntityDataListing.js +21 -19
  3. package/lib/components/EntityDataListing/EntityDataListing.js.map +1 -1
  4. package/lib/components/EntityDataListing/index.js +2 -3
  5. package/lib/components/EntityDataListing/index.js.map +1 -1
  6. package/lib/components/EntityManager/Entity/EntitiyNavLinks/EntityNavLinks.js +18 -19
  7. package/lib/components/EntityManager/Entity/EntitiyNavLinks/EntityNavLinks.js.map +1 -1
  8. package/lib/components/EntityManager/Entity/EntitiyNavLinks/index.js +2 -3
  9. package/lib/components/EntityManager/Entity/EntitiyNavLinks/index.js.map +1 -1
  10. package/lib/components/EntityManager/Entity/Entity.js +289 -452
  11. package/lib/components/EntityManager/Entity/Entity.js.map +1 -1
  12. package/lib/components/EntityManager/Entity/EntityHeader/EntityHeader.js +62 -66
  13. package/lib/components/EntityManager/Entity/EntityHeader/EntityHeader.js.map +1 -1
  14. package/lib/components/EntityManager/Entity/EntityHeader/HeaderPreviewButton/HeaderPreviewButton.js +34 -50
  15. package/lib/components/EntityManager/Entity/EntityHeader/HeaderPreviewButton/HeaderPreviewButton.js.map +1 -1
  16. package/lib/components/EntityManager/Entity/EntityHeader/HeaderPreviewButton/index.js +2 -3
  17. package/lib/components/EntityManager/Entity/EntityHeader/HeaderPreviewButton/index.js.map +1 -1
  18. package/lib/components/EntityManager/Entity/EntityHeader/index.js +2 -3
  19. package/lib/components/EntityManager/Entity/EntityHeader/index.js.map +1 -1
  20. package/lib/components/EntityManager/Entity/SideBarRelations/container/CustomSidebarInfoContainer.js +20 -26
  21. package/lib/components/EntityManager/Entity/SideBarRelations/container/CustomSidebarInfoContainer.js.map +1 -1
  22. package/lib/components/EntityManager/Entity/SideBarRelations/helpers/build-dynamic-query.js +20 -17
  23. package/lib/components/EntityManager/Entity/SideBarRelations/helpers/build-dynamic-query.js.map +1 -1
  24. package/lib/components/EntityManager/Entity/SideBarRelations/hooks/useCustomSidebarData.js +34 -32
  25. package/lib/components/EntityManager/Entity/SideBarRelations/hooks/useCustomSidebarData.js.map +1 -1
  26. package/lib/components/EntityManager/Entity/SideBarRelations/index.js +104 -150
  27. package/lib/components/EntityManager/Entity/SideBarRelations/index.js.map +1 -1
  28. package/lib/components/EntityManager/Entity/SideBarRelations/presentational/CustomSidebarInfo.js +24 -24
  29. package/lib/components/EntityManager/Entity/SideBarRelations/presentational/CustomSidebarInfo.js.map +1 -1
  30. package/lib/components/EntityManager/Entity/actions-handlers/create/index.js +2 -3
  31. package/lib/components/EntityManager/Entity/actions-handlers/create/index.js.map +1 -1
  32. package/lib/components/EntityManager/Entity/actions-handlers/create/submit.js +42 -56
  33. package/lib/components/EntityManager/Entity/actions-handlers/create/submit.js.map +1 -1
  34. package/lib/components/EntityManager/Entity/actions-handlers/delete/delete.js +29 -45
  35. package/lib/components/EntityManager/Entity/actions-handlers/delete/delete.js.map +1 -1
  36. package/lib/components/EntityManager/Entity/actions-handlers/delete/index.js +2 -3
  37. package/lib/components/EntityManager/Entity/actions-handlers/delete/index.js.map +1 -1
  38. package/lib/components/EntityManager/Entity/actions-handlers/index.js +7 -8
  39. package/lib/components/EntityManager/Entity/actions-handlers/index.js.map +1 -1
  40. package/lib/components/EntityManager/Entity/actions-handlers/shared/index.js +2 -3
  41. package/lib/components/EntityManager/Entity/actions-handlers/shared/index.js.map +1 -1
  42. package/lib/components/EntityManager/Entity/actions-handlers/shared/publish.js +36 -57
  43. package/lib/components/EntityManager/Entity/actions-handlers/shared/publish.js.map +1 -1
  44. package/lib/components/EntityManager/Entity/actions-handlers/update/index.js +2 -3
  45. package/lib/components/EntityManager/Entity/actions-handlers/update/index.js.map +1 -1
  46. package/lib/components/EntityManager/Entity/actions-handlers/update/submit.js +47 -66
  47. package/lib/components/EntityManager/Entity/actions-handlers/update/submit.js.map +1 -1
  48. package/lib/components/EntityManager/Entity/index.js +2 -3
  49. package/lib/components/EntityManager/Entity/index.js.map +1 -1
  50. package/lib/components/EntityManager/EntityManager.js +91 -166
  51. package/lib/components/EntityManager/EntityManager.js.map +1 -1
  52. package/lib/components/EntityManager/index.js +2 -3
  53. package/lib/components/EntityManager/index.js.map +1 -1
  54. package/lib/components/EntityManager/utils/RecordEditContext/index.js +3 -4
  55. package/lib/components/EntityManager/utils/RecordEditContext/index.js.map +1 -1
  56. package/lib/components/EntityManager/utils/data-mappers.js +34 -46
  57. package/lib/components/EntityManager/utils/data-mappers.js.map +1 -1
  58. package/lib/components/EntityManager/utils/entity.js +35 -73
  59. package/lib/components/EntityManager/utils/entity.js.map +1 -1
  60. package/lib/components/EntityManager/utils/entityAvailableActions.js +51 -110
  61. package/lib/components/EntityManager/utils/entityAvailableActions.js.map +1 -1
  62. package/lib/components/EntityManager/utils/is-form-empty.js +6 -10
  63. package/lib/components/EntityManager/utils/is-form-empty.js.map +1 -1
  64. package/lib/components/EntityManager/utils/query.js +17 -10
  65. package/lib/components/EntityManager/utils/query.js.map +1 -1
  66. package/lib/components/InfoBoxes/InfoBoxTooltip.js +43 -0
  67. package/lib/components/InfoBoxes/InfoBoxTooltip.js.map +1 -0
  68. package/lib/components/InfoBoxes/InfoBoxes.js +19 -19
  69. package/lib/components/InfoBoxes/InfoBoxes.js.map +1 -1
  70. package/lib/components/InfoBoxes/container/InfoBoxContainer.js +26 -38
  71. package/lib/components/InfoBoxes/container/InfoBoxContainer.js.map +1 -1
  72. package/lib/components/InfoBoxes/helpers/build-dynamic-query.js +21 -16
  73. package/lib/components/InfoBoxes/helpers/build-dynamic-query.js.map +1 -1
  74. package/lib/components/InfoBoxes/hooks/useData.js +33 -30
  75. package/lib/components/InfoBoxes/hooks/useData.js.map +1 -1
  76. package/lib/components/InfoBoxes/hooks/useInfoBox.js +10 -10
  77. package/lib/components/InfoBoxes/hooks/useInfoBox.js.map +1 -1
  78. package/lib/components/InfoBoxes/index.js +2 -3
  79. package/lib/components/InfoBoxes/index.js.map +1 -1
  80. package/lib/components/InfoBoxes/presentational/InfoBox.js +28 -32
  81. package/lib/components/InfoBoxes/presentational/InfoBox.js.map +1 -1
  82. package/lib/components/InfoBoxes/presentational/InfoBoxLabel.js +11 -12
  83. package/lib/components/InfoBoxes/presentational/InfoBoxLabel.js.map +1 -1
  84. package/lib/components/InfoBoxes/presentational/InfoBoxValue.js +12 -12
  85. package/lib/components/InfoBoxes/presentational/InfoBoxValue.js.map +1 -1
  86. package/lib/components/ListingTable/ListingTable.js +163 -303
  87. package/lib/components/ListingTable/ListingTable.js.map +1 -1
  88. package/lib/components/ListingTable/ListingTableContent/ListingTableContent.js +61 -40
  89. package/lib/components/ListingTable/ListingTableContent/ListingTableContent.js.map +1 -1
  90. package/lib/components/ListingTable/ListingTableContent/index.js +2 -3
  91. package/lib/components/ListingTable/ListingTableContent/index.js.map +1 -1
  92. package/lib/components/ListingTable/SearchFilter/SearchContainer.js +215 -0
  93. package/lib/components/ListingTable/SearchFilter/SearchContainer.js.map +1 -0
  94. package/lib/components/ListingTable/SearchFilter/SearchFilter.js +48 -0
  95. package/lib/components/ListingTable/SearchFilter/SearchFilter.js.map +1 -0
  96. package/lib/components/ListingTable/SearchFilter/helpers.js +105 -0
  97. package/lib/components/ListingTable/SearchFilter/helpers.js.map +1 -0
  98. package/lib/components/ListingTable/SearchFilter/querys.js +13 -0
  99. package/lib/components/ListingTable/SearchFilter/querys.js.map +1 -0
  100. package/lib/components/ListingTable/TableActions/TableActions.js +27 -31
  101. package/lib/components/ListingTable/TableActions/TableActions.js.map +1 -1
  102. package/lib/components/ListingTable/TableActions/index.js +2 -3
  103. package/lib/components/ListingTable/TableActions/index.js.map +1 -1
  104. package/lib/components/ListingTable/index.js +2 -3
  105. package/lib/components/ListingTable/index.js.map +1 -1
  106. package/lib/components/ListingTable/mappers/populate-rows.js +104 -120
  107. package/lib/components/ListingTable/mappers/populate-rows.js.map +1 -1
  108. package/lib/components/ListingTable/service/index.js +66 -83
  109. package/lib/components/ListingTable/service/index.js.map +1 -1
  110. package/lib/components/Tabs/index.js +26 -42
  111. package/lib/components/Tabs/index.js.map +1 -1
  112. package/lib/components/hooks/useCallbackDebounce.js +5 -9
  113. package/lib/components/hooks/useCallbackDebounce.js.map +1 -1
  114. package/lib/constants.js +31 -29
  115. package/lib/constants.js.map +1 -1
  116. package/lib/icons/ContentIcon.js +17 -20
  117. package/lib/icons/ContentIcon.js.map +1 -1
  118. package/lib/icons/SettingsIcon.js +12 -15
  119. package/lib/icons/SettingsIcon.js.map +1 -1
  120. package/lib/icons/TaxonomyIcon.js +15 -18
  121. package/lib/icons/TaxonomyIcon.js.map +1 -1
  122. package/lib/icons/UsersIcon.js +11 -14
  123. package/lib/icons/UsersIcon.js.map +1 -1
  124. package/lib/icons/index.js +8 -9
  125. package/lib/icons/index.js.map +1 -1
  126. package/lib/index.js +81 -121
  127. package/lib/index.js.map +1 -1
  128. package/lib/utils/add-content-menu-items.js +67 -93
  129. package/lib/utils/add-content-menu-items.js.map +1 -1
  130. package/lib/utils/build-create-entity-mutation.js +12 -9
  131. package/lib/utils/build-create-entity-mutation.js.map +1 -1
  132. package/lib/utils/build-delete-entity-mutation.js +11 -8
  133. package/lib/utils/build-delete-entity-mutation.js.map +1 -1
  134. package/lib/utils/build-listing-query.js +20 -17
  135. package/lib/utils/build-listing-query.js.map +1 -1
  136. package/lib/utils/build-update-data-query.js +15 -9
  137. package/lib/utils/build-update-data-query.js.map +1 -1
  138. package/lib/utils/build-update-publish-unpublish-mutation.js +15 -8
  139. package/lib/utils/build-update-publish-unpublish-mutation.js.map +1 -1
  140. package/lib/utils/get-default-query-params.js +7 -6
  141. package/lib/utils/get-default-query-params.js.map +1 -1
  142. package/lib/utils/hoc/withContext.js +4 -6
  143. package/lib/utils/hoc/withContext.js.map +1 -1
  144. package/lib/utils/hooks/useToggle.js +4 -12
  145. package/lib/utils/hooks/useToggle.js.map +1 -1
  146. package/lib/utils/index.js +2 -3
  147. package/lib/utils/index.js.map +1 -1
  148. package/lib-es/components/EntityDataListing/EntityDataListing.js.map +1 -1
  149. package/lib-es/components/EntityDataListing/index.js.map +1 -1
  150. package/lib-es/components/EntityManager/Entity/EntitiyNavLinks/EntityNavLinks.js.map +1 -1
  151. package/lib-es/components/EntityManager/Entity/EntitiyNavLinks/index.js.map +1 -1
  152. package/lib-es/components/EntityManager/Entity/Entity.js +21 -28
  153. package/lib-es/components/EntityManager/Entity/Entity.js.map +1 -1
  154. package/lib-es/components/EntityManager/Entity/EntityHeader/EntityHeader.js.map +1 -1
  155. package/lib-es/components/EntityManager/Entity/EntityHeader/HeaderPreviewButton/HeaderPreviewButton.js +6 -1
  156. package/lib-es/components/EntityManager/Entity/EntityHeader/HeaderPreviewButton/HeaderPreviewButton.js.map +1 -1
  157. package/lib-es/components/EntityManager/Entity/EntityHeader/HeaderPreviewButton/index.js.map +1 -1
  158. package/lib-es/components/EntityManager/Entity/EntityHeader/index.js.map +1 -1
  159. package/lib-es/components/EntityManager/Entity/SideBarRelations/container/CustomSidebarInfoContainer.js.map +1 -1
  160. package/lib-es/components/EntityManager/Entity/SideBarRelations/helpers/build-dynamic-query.js +2 -0
  161. package/lib-es/components/EntityManager/Entity/SideBarRelations/helpers/build-dynamic-query.js.map +1 -1
  162. package/lib-es/components/EntityManager/Entity/SideBarRelations/hooks/useCustomSidebarData.js.map +1 -1
  163. package/lib-es/components/EntityManager/Entity/SideBarRelations/index.js +26 -7
  164. package/lib-es/components/EntityManager/Entity/SideBarRelations/index.js.map +1 -1
  165. package/lib-es/components/EntityManager/Entity/SideBarRelations/presentational/CustomSidebarInfo.js +8 -2
  166. package/lib-es/components/EntityManager/Entity/SideBarRelations/presentational/CustomSidebarInfo.js.map +1 -1
  167. package/lib-es/components/EntityManager/Entity/actions-handlers/create/index.js.map +1 -1
  168. package/lib-es/components/EntityManager/Entity/actions-handlers/create/submit.js.map +1 -1
  169. package/lib-es/components/EntityManager/Entity/actions-handlers/delete/delete.js.map +1 -1
  170. package/lib-es/components/EntityManager/Entity/actions-handlers/delete/index.js.map +1 -1
  171. package/lib-es/components/EntityManager/Entity/actions-handlers/index.js.map +1 -1
  172. package/lib-es/components/EntityManager/Entity/actions-handlers/shared/index.js.map +1 -1
  173. package/lib-es/components/EntityManager/Entity/actions-handlers/shared/publish.js.map +1 -1
  174. package/lib-es/components/EntityManager/Entity/actions-handlers/update/index.js.map +1 -1
  175. package/lib-es/components/EntityManager/Entity/actions-handlers/update/submit.js.map +1 -1
  176. package/lib-es/components/EntityManager/Entity/index.js.map +1 -1
  177. package/lib-es/components/EntityManager/EntityManager.js.map +1 -1
  178. package/lib-es/components/EntityManager/index.js.map +1 -1
  179. package/lib-es/components/EntityManager/utils/RecordEditContext/index.js.map +1 -1
  180. package/lib-es/components/EntityManager/utils/data-mappers.js.map +1 -1
  181. package/lib-es/components/EntityManager/utils/entity.js +6 -2
  182. package/lib-es/components/EntityManager/utils/entity.js.map +1 -1
  183. package/lib-es/components/EntityManager/utils/entityAvailableActions.js.map +1 -1
  184. package/lib-es/components/EntityManager/utils/is-form-empty.js.map +1 -1
  185. package/lib-es/components/EntityManager/utils/query.js.map +1 -1
  186. package/lib-es/components/InfoBoxes/InfoBoxTooltip.js +36 -0
  187. package/lib-es/components/InfoBoxes/InfoBoxTooltip.js.map +1 -0
  188. package/lib-es/components/InfoBoxes/InfoBoxes.js.map +1 -1
  189. package/lib-es/components/InfoBoxes/container/InfoBoxContainer.js.map +1 -1
  190. package/lib-es/components/InfoBoxes/helpers/build-dynamic-query.js +2 -0
  191. package/lib-es/components/InfoBoxes/helpers/build-dynamic-query.js.map +1 -1
  192. package/lib-es/components/InfoBoxes/hooks/useData.js.map +1 -1
  193. package/lib-es/components/InfoBoxes/hooks/useInfoBox.js.map +1 -1
  194. package/lib-es/components/InfoBoxes/index.js.map +1 -1
  195. package/lib-es/components/InfoBoxes/presentational/InfoBox.js +4 -1
  196. package/lib-es/components/InfoBoxes/presentational/InfoBox.js.map +1 -1
  197. package/lib-es/components/InfoBoxes/presentational/InfoBoxLabel.js.map +1 -1
  198. package/lib-es/components/InfoBoxes/presentational/InfoBoxValue.js.map +1 -1
  199. package/lib-es/components/ListingTable/ListingTable.js +12 -11
  200. package/lib-es/components/ListingTable/ListingTable.js.map +1 -1
  201. package/lib-es/components/ListingTable/ListingTableContent/ListingTableContent.js +34 -16
  202. package/lib-es/components/ListingTable/ListingTableContent/ListingTableContent.js.map +1 -1
  203. package/lib-es/components/ListingTable/ListingTableContent/index.js.map +1 -1
  204. package/lib-es/components/ListingTable/SearchFilter/SearchContainer.js +207 -0
  205. package/lib-es/components/ListingTable/SearchFilter/SearchContainer.js.map +1 -0
  206. package/lib-es/components/ListingTable/SearchFilter/SearchFilter.js +40 -0
  207. package/lib-es/components/ListingTable/SearchFilter/SearchFilter.js.map +1 -0
  208. package/lib-es/components/ListingTable/SearchFilter/helpers.js +96 -0
  209. package/lib-es/components/ListingTable/SearchFilter/helpers.js.map +1 -0
  210. package/lib-es/components/ListingTable/SearchFilter/querys.js +8 -0
  211. package/lib-es/components/ListingTable/SearchFilter/querys.js.map +1 -0
  212. package/lib-es/components/ListingTable/TableActions/TableActions.js.map +1 -1
  213. package/lib-es/components/ListingTable/TableActions/index.js.map +1 -1
  214. package/lib-es/components/ListingTable/index.js.map +1 -1
  215. package/lib-es/components/ListingTable/mappers/populate-rows.js +3 -0
  216. package/lib-es/components/ListingTable/mappers/populate-rows.js.map +1 -1
  217. package/lib-es/components/ListingTable/service/index.js +3 -2
  218. package/lib-es/components/ListingTable/service/index.js.map +1 -1
  219. package/lib-es/components/Tabs/index.js +6 -7
  220. package/lib-es/components/Tabs/index.js.map +1 -1
  221. package/lib-es/components/hooks/useCallbackDebounce.js.map +1 -1
  222. package/lib-es/constants.js +4 -1
  223. package/lib-es/constants.js.map +1 -1
  224. package/lib-es/icons/ContentIcon.js.map +1 -1
  225. package/lib-es/icons/SettingsIcon.js.map +1 -1
  226. package/lib-es/icons/TaxonomyIcon.js.map +1 -1
  227. package/lib-es/icons/UsersIcon.js.map +1 -1
  228. package/lib-es/icons/index.js.map +1 -1
  229. package/lib-es/index.js +11 -3
  230. package/lib-es/index.js.map +1 -1
  231. package/lib-es/utils/add-content-menu-items.js.map +1 -1
  232. package/lib-es/utils/build-create-entity-mutation.js.map +1 -1
  233. package/lib-es/utils/build-delete-entity-mutation.js.map +1 -1
  234. package/lib-es/utils/build-listing-query.js +4 -4
  235. package/lib-es/utils/build-listing-query.js.map +1 -1
  236. package/lib-es/utils/build-update-data-query.js.map +1 -1
  237. package/lib-es/utils/build-update-publish-unpublish-mutation.js.map +1 -1
  238. package/lib-es/utils/get-default-query-params.js.map +1 -1
  239. package/lib-es/utils/hoc/withContext.js +1 -1
  240. package/lib-es/utils/hoc/withContext.js.map +1 -1
  241. package/lib-es/utils/hooks/useToggle.js.map +1 -1
  242. package/lib-es/utils/index.js.map +1 -1
  243. package/package.json +28 -22
  244. package/src/components/EntityManager/Entity/Entity.js +72 -80
  245. package/src/components/EntityManager/Entity/EntityHeader/EntityHeader.js +1 -2
  246. package/src/components/EntityManager/Entity/EntityHeader/HeaderPreviewButton/HeaderPreviewButton.js +8 -1
  247. package/src/components/EntityManager/Entity/SideBarRelations/helpers/build-dynamic-query.js +2 -0
  248. package/src/components/EntityManager/Entity/SideBarRelations/hooks/useCustomSidebarData.js +9 -7
  249. package/src/components/EntityManager/Entity/SideBarRelations/index.js +82 -59
  250. package/src/components/EntityManager/Entity/SideBarRelations/presentational/CustomSidebarInfo.js +5 -3
  251. package/src/components/EntityManager/EntityManager.js +52 -45
  252. package/src/components/EntityManager/utils/entity.js +13 -2
  253. package/src/components/InfoBoxes/InfoBoxTooltip.js +32 -0
  254. package/src/components/InfoBoxes/container/InfoBoxContainer.js +3 -6
  255. package/src/components/InfoBoxes/helpers/build-dynamic-query.js +2 -0
  256. package/src/components/InfoBoxes/hooks/useData.js +6 -1
  257. package/src/components/InfoBoxes/presentational/InfoBox.js +4 -2
  258. package/src/components/ListingTable/ListingTable.js +23 -31
  259. package/src/components/ListingTable/ListingTableContent/ListingTableContent.js +43 -27
  260. package/src/components/ListingTable/SearchFilter/SearchContainer.js +228 -0
  261. package/src/components/ListingTable/SearchFilter/SearchFilter.js +38 -0
  262. package/src/components/ListingTable/SearchFilter/helpers.js +99 -0
  263. package/src/components/ListingTable/SearchFilter/querys.js +9 -0
  264. package/src/components/ListingTable/mappers/populate-rows.js +3 -0
  265. package/src/components/ListingTable/service/index.js +3 -4
  266. package/src/components/Tabs/index.js +17 -21
  267. package/src/constants.js +9 -1
  268. package/src/index.js +9 -7
  269. package/src/utils/build-listing-query.js +4 -4
  270. package/src/utils/hoc/withContext.js +5 -4
  271. package/CHANGELOG.md +0 -1939
  272. package/babel.config.js +0 -3
  273. package/jest.config.js +0 -5
package/CHANGELOG.md DELETED
@@ -1,1939 +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-data-ui
9
-
10
-
11
-
12
-
13
-
14
- # [0.146.0-translations.5](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.4...v0.146.0-translations.5) (2025-02-25)
15
-
16
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
17
-
18
-
19
-
20
-
21
-
22
- # [0.146.0-translations.3](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.2...v0.146.0-translations.3) (2025-02-12)
23
-
24
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
25
-
26
-
27
-
28
-
29
-
30
- # [0.146.0-translations.2](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.1...v0.146.0-translations.2) (2025-02-12)
31
-
32
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
33
-
34
-
35
-
36
-
37
-
38
- # [0.146.0-translations.1](https://github.com/thebyte9/blaze/compare/v0.146.0-translations.0...v0.146.0-translations.1) (2025-02-11)
39
-
40
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
41
-
42
-
43
-
44
-
45
-
46
- # [0.146.0-translations.0](https://github.com/thebyte9/blaze/compare/v0.145.0...v0.146.0-translations.0) (2025-02-10)
47
-
48
-
49
- ### Bug Fixes
50
-
51
- * group data table row fields correctly ([#4465](https://github.com/thebyte9/blaze/issues/4465)) ([a07a06f](https://github.com/thebyte9/blaze/commit/a07a06f4db5d0f1980afad70d28352641effea1e))
52
- * handle missing record error ([#4454](https://github.com/thebyte9/blaze/issues/4454)) ([f2ecf41](https://github.com/thebyte9/blaze/commit/f2ecf41962fd78b5808e6d7cd3714620697c4aaa))
53
- * render page from the ur on initial load ([#4463](https://github.com/thebyte9/blaze/issues/4463)) ([8de5fbe](https://github.com/thebyte9/blaze/commit/8de5fbe969e9c2954f6484e044fdfec49d7050ae))
54
-
55
-
56
- ### Features
57
-
58
- * allow custom components in table columns ([#4482](https://github.com/thebyte9/blaze/issues/4482)) ([87098c9](https://github.com/thebyte9/blaze/commit/87098c93d9fd85adc2a2aa19f2e9a3db4402ae41))
59
-
60
-
61
-
62
-
63
-
64
- # [0.145.0](https://github.com/thebyte9/blaze/compare/v0.145.0-alpha.0...v0.145.0) (2024-07-31)
65
-
66
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
67
-
68
-
69
-
70
-
71
-
72
- # [0.145.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.144.0...v0.145.0-alpha.0) (2024-07-26)
73
-
74
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
75
-
76
-
77
-
78
-
79
-
80
- # [0.144.0](https://github.com/thebyte9/blaze/compare/v0.144.0-alpha.2...v0.144.0) (2024-07-11)
81
-
82
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
83
-
84
-
85
-
86
-
87
-
88
- # [0.144.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.144.0-alpha.1...v0.144.0-alpha.2) (2024-07-09)
89
-
90
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
91
-
92
-
93
-
94
-
95
-
96
- # [0.144.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.144.0-alpha.0...v0.144.0-alpha.1) (2024-07-05)
97
-
98
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
99
-
100
-
101
-
102
-
103
-
104
- # [0.144.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.143.1...v0.144.0-alpha.0) (2024-07-05)
105
-
106
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
107
-
108
-
109
-
110
-
111
-
112
- ## [0.143.1](https://github.com/thebyte9/blaze/compare/v0.143.0...v0.143.1) (2024-07-01)
113
-
114
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
115
-
116
-
117
-
118
-
119
-
120
- # [0.143.0](https://github.com/thebyte9/blaze/compare/v0.143.0-alpha.1...v0.143.0) (2024-06-20)
121
-
122
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
123
-
124
-
125
-
126
-
127
-
128
- # [0.143.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.143.0-alpha.0...v0.143.0-alpha.1) (2024-06-13)
129
-
130
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
131
-
132
-
133
-
134
-
135
-
136
- # [0.143.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.142.0...v0.143.0-alpha.0) (2024-06-13)
137
-
138
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
139
-
140
-
141
-
142
-
143
-
144
- # [0.142.0](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.2...v0.142.0) (2024-06-03)
145
-
146
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
147
-
148
-
149
-
150
-
151
-
152
- # [0.142.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.1...v0.142.0-alpha.2) (2024-05-26)
153
-
154
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
155
-
156
-
157
-
158
-
159
-
160
- # [0.142.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.142.0-alpha.0...v0.142.0-alpha.1) (2024-05-24)
161
-
162
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
163
-
164
-
165
-
166
-
167
-
168
- # [0.142.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.141.3...v0.142.0-alpha.0) (2024-05-24)
169
-
170
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
171
-
172
-
173
-
174
-
175
-
176
- ## [0.141.1](https://github.com/thebyte9/blaze/compare/v0.141.1-alpha.0...v0.141.1) (2024-05-16)
177
-
178
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
179
-
180
-
181
-
182
-
183
-
184
- ## [0.141.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.141.0...v0.141.1-alpha.0) (2024-05-16)
185
-
186
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
187
-
188
-
189
-
190
-
191
-
192
- # [0.141.0](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.2...v0.141.0) (2024-05-14)
193
-
194
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
195
-
196
-
197
-
198
-
199
-
200
- # [0.141.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.140.4...v0.141.0-alpha.2) (2024-05-10)
201
-
202
-
203
-
204
- # [0.141.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.0...v0.141.0-alpha.1) (2024-05-08)
205
-
206
-
207
-
208
- # [0.141.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.3...v0.141.0-alpha.0) (2024-04-24)
209
-
210
-
211
- ### Bug Fixes
212
-
213
- * handle elastic search based admin listings ([#4299](https://github.com/thebyte9/blaze/issues/4299)) ([689066b](https://github.com/thebyte9/blaze/commit/689066b0fada4ed32594e1d0b1fbf7a53fc02286))
214
- * ListingTable to hide add button when filters are set ([#4308](https://github.com/thebyte9/blaze/issues/4308)) ([be936cd](https://github.com/thebyte9/blaze/commit/be936cdda52bdb335d8d3b70408cfd12f73f3d82))
215
-
216
-
217
- ### Features
218
-
219
- * auto save changes when edit entity ([#4005](https://github.com/thebyte9/blaze/issues/4005)) ([cf1df8f](https://github.com/thebyte9/blaze/commit/cf1df8f40c3a2fec8ab49319874153f2fe4471f2))
220
- * handle visibility of actions ([#3994](https://github.com/thebyte9/blaze/issues/3994)) ([995e36d](https://github.com/thebyte9/blaze/commit/995e36ded2c7702d382e0c6b0853bd98f4c4c613))
221
- * use classic pagination in the listing ([#4148](https://github.com/thebyte9/blaze/issues/4148)) ([4b96d20](https://github.com/thebyte9/blaze/commit/4b96d20b288bc75a16a93c950ae951e84e5f2055))
222
-
223
-
224
-
225
-
226
-
227
- # [0.141.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.141.0-alpha.0...v0.141.0-alpha.1) (2024-05-08)
228
-
229
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
230
-
231
-
232
-
233
-
234
-
235
- # [0.141.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.3...v0.141.0-alpha.0) (2024-04-24)
236
-
237
-
238
- ### Bug Fixes
239
-
240
- * handle elastic search based admin listings ([#4299](https://github.com/thebyte9/blaze/issues/4299)) ([689066b](https://github.com/thebyte9/blaze/commit/689066b0fada4ed32594e1d0b1fbf7a53fc02286))
241
- * ListingTable to hide add button when filters are set ([#4308](https://github.com/thebyte9/blaze/issues/4308)) ([be936cd](https://github.com/thebyte9/blaze/commit/be936cdda52bdb335d8d3b70408cfd12f73f3d82))
242
-
243
-
244
- ### Features
245
-
246
- * auto save changes when edit entity ([#4005](https://github.com/thebyte9/blaze/issues/4005)) ([cf1df8f](https://github.com/thebyte9/blaze/commit/cf1df8f40c3a2fec8ab49319874153f2fe4471f2))
247
- * handle visibility of actions ([#3994](https://github.com/thebyte9/blaze/issues/3994)) ([995e36d](https://github.com/thebyte9/blaze/commit/995e36ded2c7702d382e0c6b0853bd98f4c4c613))
248
- * use classic pagination in the listing ([#4148](https://github.com/thebyte9/blaze/issues/4148)) ([4b96d20](https://github.com/thebyte9/blaze/commit/4b96d20b288bc75a16a93c950ae951e84e5f2055))
249
-
250
-
251
-
252
-
253
-
254
- ## [0.140.3](https://github.com/thebyte9/blaze/compare/v0.140.2...v0.140.3) (2024-04-04)
255
-
256
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
257
-
258
-
259
-
260
-
261
-
262
- ## [0.140.1](https://github.com/thebyte9/blaze/compare/v0.140.1-alpha.0...v0.140.1) (2024-03-04)
263
-
264
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
265
-
266
-
267
-
268
-
269
-
270
- ## [0.140.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.140.0...v0.140.1-alpha.0) (2024-03-04)
271
-
272
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
273
-
274
-
275
-
276
-
277
-
278
- # [0.140.0](https://github.com/thebyte9/blaze/compare/v0.140.0-alpha.0...v0.140.0) (2024-03-01)
279
-
280
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
281
-
282
-
283
-
284
-
285
-
286
- # [0.140.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.3...v0.140.0-alpha.0) (2024-02-28)
287
-
288
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
289
-
290
-
291
-
292
-
293
-
294
- ## [0.139.3](https://github.com/thebyte9/blaze/compare/v0.139.2...v0.139.3) (2024-02-22)
295
-
296
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
297
-
298
-
299
-
300
-
301
-
302
- ## [0.139.2](https://github.com/thebyte9/blaze/compare/v0.139.2-alpha.0...v0.139.2) (2024-02-14)
303
-
304
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
305
-
306
-
307
-
308
-
309
-
310
- ## [0.139.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.1...v0.139.2-alpha.0) (2024-02-14)
311
-
312
-
313
- ### Bug Fixes
314
-
315
- * Bz2 3717/inconsistent saving revert ([#4259](https://github.com/thebyte9/blaze/issues/4259)) ([381f7cb](https://github.com/thebyte9/blaze/commit/381f7cb2c072930c8d7481f9d84e0e63d3f2fbaf))
316
-
317
-
318
-
319
-
320
-
321
- ## [0.139.1](https://github.com/thebyte9/blaze/compare/v0.139.1-alpha.1...v0.139.1) (2024-02-13)
322
-
323
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
324
-
325
-
326
-
327
-
328
-
329
- ## [0.139.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.139.0...v0.139.1-alpha.0) (2024-02-12)
330
-
331
-
332
- ### Bug Fixes
333
-
334
- * add content cta display error ([#4242](https://github.com/thebyte9/blaze/issues/4242)) ([414fdb1](https://github.com/thebyte9/blaze/commit/414fdb1d9f61b3b9700945f1d0dd463cb76b9880))
335
- * form builder inconsistent saving ([#4206](https://github.com/thebyte9/blaze/issues/4206)) ([da8c5e0](https://github.com/thebyte9/blaze/commit/da8c5e04d8d2331ff8cadb5f03c07c0c4ea8706f))
336
-
337
-
338
-
339
-
340
-
341
- # [0.139.0](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.7...v0.139.0) (2024-01-31)
342
-
343
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
344
-
345
-
346
-
347
-
348
-
349
- # [0.139.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.6...v0.139.0-alpha.7) (2024-01-30)
350
-
351
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
352
-
353
-
354
-
355
-
356
-
357
- # [0.139.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.5...v0.139.0-alpha.6) (2024-01-30)
358
-
359
-
360
- ### Bug Fixes
361
-
362
- * adding improvements ([5187e12](https://github.com/thebyte9/blaze/commit/5187e12a192759ce7f1fc28600b6f0108901d509))
363
- * adding improvements ([86d4357](https://github.com/thebyte9/blaze/commit/86d4357516beced00d93c90b78de7f965eb75059))
364
- * menu styles fixes ([#4205](https://github.com/thebyte9/blaze/issues/4205)) ([dc149c2](https://github.com/thebyte9/blaze/commit/dc149c2342ef881614e08581aab026dc3c765e80))
365
- * minor admin issues ([#4188](https://github.com/thebyte9/blaze/issues/4188)) ([7cbf832](https://github.com/thebyte9/blaze/commit/7cbf8321235a0b4a9783674c6bbfe7353ee72e16))
366
- * moving menu icons to data ui plugin package ([6221434](https://github.com/thebyte9/blaze/commit/6221434d57897d7a351061a65a88c6918c8c8069))
367
- * removing unused imports ([0db2d34](https://github.com/thebyte9/blaze/commit/0db2d34ddbc2ed823385ed8021e11ec540cf1a62))
368
- * updating data ui plugin test ([a69b2bd](https://github.com/thebyte9/blaze/commit/a69b2bd552605be24b73a30c0c0c4c116efd15d2))
369
-
370
-
371
- ### Features
372
-
373
- * add admin listing renderHook ([#3986](https://github.com/thebyte9/blaze/issues/3986)) ([b6e9026](https://github.com/thebyte9/blaze/commit/b6e9026d256d1be12395e6c5db3fdc66fe45cbf9))
374
- * enquiry search index for admin listings ([#3992](https://github.com/thebyte9/blaze/issues/3992)) ([43370e5](https://github.com/thebyte9/blaze/commit/43370e5abc4ea933d522ee0c1ed67e3fa2451601))
375
- * implementing core system menu groups ([e64ae15](https://github.com/thebyte9/blaze/commit/e64ae158ed5e50f2b0116d2b5dbd245a5729e2e4))
376
- * listings now handle array values ([#3960](https://github.com/thebyte9/blaze/issues/3960)) ([ffd9fa5](https://github.com/thebyte9/blaze/commit/ffd9fa5c3462f275ea1312b4f931e8d29c8d6c07)), closes [#3956](https://github.com/thebyte9/blaze/issues/3956)
377
- * render hook for under the edit form ([#3951](https://github.com/thebyte9/blaze/issues/3951)) ([3b1269b](https://github.com/thebyte9/blaze/commit/3b1269bf40ef8bbef3cf4630a5872f5744fb579e))
378
- * update getFormattedLabels to support related record. Update relationEdit to get labels ([#3987](https://github.com/thebyte9/blaze/issues/3987)) ([31e8c5d](https://github.com/thebyte9/blaze/commit/31e8c5d265ba3244c840ec900c73b1ae93895913))
379
-
380
-
381
-
382
- # [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)
383
-
384
-
385
- ### Features
386
-
387
- * add ability to define custom info in the admin sidebar ([#3920](https://github.com/thebyte9/blaze/issues/3920)) ([4946eaf](https://github.com/thebyte9/blaze/commit/4946eafb81647980971ac00480489b756b0efcc7))
388
- * add admin entity edit section navigation in sidebar ([#3908](https://github.com/thebyte9/blaze/issues/3908)) ([0c36686](https://github.com/thebyte9/blaze/commit/0c3668674aa1dc94b797298efae6d7cbfc56b796))
389
-
390
-
391
-
392
- # [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)
393
-
394
-
395
- ### Features
396
-
397
- * add initial admin renderhook plugin with first hook ([#3785](https://github.com/thebyte9/blaze/issues/3785)) ([c535036](https://github.com/thebyte9/blaze/commit/c5350369d28e870afe8a10de1a284fd63592be33))
398
- * admin-ui info box component ([#3770](https://github.com/thebyte9/blaze/issues/3770)) ([01dff01](https://github.com/thebyte9/blaze/commit/01dff01c8bd2a9e522abf1c98ff32e4a1ca15fd1))
399
- * support accordion rendering for form categories in FormBuilder ([#3784](https://github.com/thebyte9/blaze/issues/3784)) ([76d8421](https://github.com/thebyte9/blaze/commit/76d842153fa68bebb70ecf7c62fea1efaf839a88))
400
-
401
-
402
-
403
-
404
-
405
- # [0.139.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.3...v0.139.0-alpha.4) (2024-01-19)
406
-
407
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
408
-
409
-
410
-
411
-
412
-
413
- # [0.139.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.2...v0.139.0-alpha.3) (2024-01-09)
414
-
415
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
416
-
417
-
418
-
419
-
420
-
421
- # [0.139.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.139.0-alpha.0...v0.139.0-alpha.1) (2023-12-20)
422
-
423
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
424
-
425
-
426
-
427
-
428
-
429
- # [0.139.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.138.0...v0.139.0-alpha.0) (2023-12-19)
430
-
431
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
432
-
433
-
434
-
435
-
436
-
437
- # [0.138.0](https://github.com/thebyte9/blaze/compare/v0.138.0-alpha.0...v0.138.0) (2023-12-19)
438
-
439
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
440
-
441
-
442
-
443
-
444
-
445
- # [0.138.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.137.1...v0.138.0-alpha.0) (2023-12-18)
446
-
447
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
448
-
449
-
450
-
451
-
452
-
453
- ## [0.137.1](https://github.com/thebyte9/blaze/compare/v0.137.0...v0.137.1) (2023-12-12)
454
-
455
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
456
-
457
-
458
-
459
-
460
-
461
- # [0.137.0](https://github.com/thebyte9/blaze/compare/v0.137.0-alpha.1...v0.137.0) (2023-12-11)
462
-
463
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
464
-
465
-
466
-
467
-
468
-
469
- # [0.137.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.137.0-alpha.0...v0.137.0-alpha.1) (2023-12-07)
470
-
471
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
472
-
473
-
474
-
475
-
476
-
477
- ## [0.136.1](https://github.com/thebyte9/blaze/compare/v0.136.0...v0.136.1) (2023-11-22)
478
-
479
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
480
-
481
-
482
-
483
-
484
-
485
- # [0.136.0](https://github.com/thebyte9/blaze/compare/v0.136.0-alpha.1...v0.136.0) (2023-11-22)
486
-
487
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
488
-
489
-
490
-
491
-
492
-
493
- # [0.136.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.135.0...v0.136.0-alpha.0) (2023-11-22)
494
-
495
-
496
- ### Bug Fixes
497
-
498
- * admin updates feedback ([0e69cbb](https://github.com/thebyte9/blaze/commit/0e69cbb0337df371c3e1cfc2f43c0d4ce666f33b))
499
- * update logic for updating page builder components on records using templates ([#4092](https://github.com/thebyte9/blaze/issues/4092)) ([abad368](https://github.com/thebyte9/blaze/commit/abad3689f14acf03b8c5b4cb9605faaad963ae63))
500
- * update snapshots ([c88c8be](https://github.com/thebyte9/blaze/commit/c88c8bec58af59a5707d15f5e212e6b515706676))
501
- * update snapshots ([d490e17](https://github.com/thebyte9/blaze/commit/d490e1746d63ed5842799d15d6696c287f9b0d10))
502
-
503
-
504
- ### Features
505
-
506
- * add admin style feedback ([3f8b9a1](https://github.com/thebyte9/blaze/commit/3f8b9a1416a8a7977631583cff62fddb43cd2e9d))
507
- * style sidebar and add updated snapshots. Bz2 2870 ([#3539](https://github.com/thebyte9/blaze/issues/3539)) ([60640e5](https://github.com/thebyte9/blaze/commit/60640e5b65b4ed426ceefabc00c3beddb2113676))
508
-
509
-
510
-
511
-
512
-
513
- # [0.135.0](https://github.com/thebyte9/blaze/compare/v0.135.0-alpha.0...v0.135.0) (2023-11-21)
514
-
515
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
516
-
517
-
518
-
519
-
520
-
521
- # [0.135.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.134.0...v0.135.0-alpha.0) (2023-11-21)
522
-
523
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
524
-
525
-
526
-
527
-
528
-
529
- # [0.134.0](https://github.com/thebyte9/blaze/compare/v0.134.0-alpha.0...v0.134.0) (2023-10-31)
530
-
531
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
532
-
533
-
534
-
535
-
536
-
537
- # [0.134.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.133.0...v0.134.0-alpha.0) (2023-10-23)
538
-
539
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
540
-
541
-
542
-
543
-
544
-
545
- # [0.133.0](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.6...v0.133.0) (2023-10-04)
546
-
547
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
548
-
549
-
550
-
551
-
552
-
553
- # [0.133.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.5...v0.133.0-alpha.6) (2023-10-03)
554
-
555
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
556
-
557
-
558
-
559
-
560
-
561
- # [0.133.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.4...v0.133.0-alpha.5) (2023-10-03)
562
-
563
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
564
-
565
-
566
-
567
-
568
-
569
- # [0.133.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.3...v0.133.0-alpha.4) (2023-10-02)
570
-
571
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
572
-
573
-
574
-
575
-
576
-
577
- # [0.133.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.2...v0.133.0-alpha.3) (2023-09-18)
578
-
579
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
580
-
581
-
582
-
583
-
584
-
585
- # [0.133.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.1...v0.133.0-alpha.2) (2023-09-06)
586
-
587
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
588
-
589
-
590
-
591
-
592
-
593
- # [0.133.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.133.0-alpha.0...v0.133.0-alpha.1) (2023-09-05)
594
-
595
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
596
-
597
-
598
-
599
-
600
-
601
- # [0.133.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.132.0...v0.133.0-alpha.0) (2023-08-25)
602
-
603
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
604
-
605
-
606
-
607
-
608
-
609
- # [0.132.0](https://github.com/thebyte9/blaze/compare/v0.132.0-alpha.0...v0.132.0) (2023-08-21)
610
-
611
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
612
-
613
-
614
-
615
-
616
-
617
- # [0.132.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.131.2...v0.132.0-alpha.0) (2023-08-17)
618
-
619
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
620
-
621
-
622
-
623
-
624
-
625
- ## [0.131.2](https://github.com/thebyte9/blaze/compare/v0.131.1...v0.131.2) (2023-08-04)
626
-
627
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
628
-
629
-
630
-
631
-
632
-
633
- ## [0.131.1](https://github.com/thebyte9/blaze/compare/v0.131.0...v0.131.1) (2023-07-28)
634
-
635
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
636
-
637
-
638
-
639
-
640
-
641
- # [0.131.0](https://github.com/thebyte9/blaze/compare/v0.130.1...v0.131.0) (2023-07-18)
642
-
643
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
644
-
645
-
646
-
647
-
648
-
649
- ## [0.130.1](https://github.com/thebyte9/blaze/compare/v0.130.0...v0.130.1) (2023-07-06)
650
-
651
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
652
-
653
-
654
-
655
-
656
-
657
- # [0.130.0](https://github.com/thebyte9/blaze/compare/v0.130.0-alpha.0...v0.130.0) (2023-07-04)
658
-
659
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
660
-
661
-
662
-
663
-
664
-
665
- # [0.130.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.129.0...v0.130.0-alpha.0) (2023-07-04)
666
-
667
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
668
-
669
-
670
-
671
-
672
-
673
- # [0.129.0](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.1...v0.129.0) (2023-05-23)
674
-
675
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
676
-
677
-
678
-
679
-
680
-
681
- # [0.129.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.129.0-alpha.0...v0.129.0-alpha.1) (2023-05-17)
682
-
683
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
684
-
685
-
686
-
687
-
688
-
689
- # [0.129.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.2...v0.129.0-alpha.0) (2023-05-10)
690
-
691
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
692
-
693
-
694
-
695
-
696
-
697
- ## [0.128.1](https://github.com/thebyte9/blaze/compare/v0.128.1-alpha.0...v0.128.1) (2023-04-14)
698
-
699
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
700
-
701
-
702
-
703
-
704
-
705
- ## [0.128.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.1-alpha.0) (2023-04-14)
706
-
707
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
708
-
709
-
710
-
711
-
712
-
713
- # [0.128.0](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.4...v0.128.0) (2023-04-13)
714
-
715
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
716
-
717
-
718
-
719
-
720
-
721
- # [0.128.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.3...v0.128.0-alpha.4) (2023-04-13)
722
-
723
-
724
-
725
- ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.127.3) (2023-03-31)
726
-
727
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
728
-
729
-
730
-
731
-
732
-
733
- # [0.128.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.2...v0.128.0-alpha.3) (2023-04-12)
734
-
735
- ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
736
-
737
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
738
-
739
- # [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
740
-
741
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
742
-
743
- # [0.128.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.1...v0.128.0-alpha.2) (2023-03-31)
744
-
745
- ## [0.127.3](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.127.3) (2023-03-31)
746
-
747
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
748
-
749
- # [0.128.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.128.0-alpha.0...v0.128.0-alpha.1) (2023-03-29)
750
-
751
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
752
-
753
- # [0.128.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.127.2...v0.128.0-alpha.0) (2023-03-28)
754
-
755
- ### Bug Fixes
756
-
757
- * persist menu accordion state ([#3792](https://github.com/thebyte9/blaze/issues/3792)) ([9c60c0a](https://github.com/thebyte9/blaze/commit/9c60c0ae56c541535a73c43c52fcdd8ca7075e84))
758
-
759
- >>>>>>>
760
- # [0.127.0](https://github.com/thebyte9/blaze/compare/v0.126.1...v0.127.0) (2023-02-10)
761
-
762
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
763
-
764
- # [0.126.0](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.6...v0.126.0) (2023-01-17)
765
-
766
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
767
-
768
- # [0.126.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.126.0-alpha.4...v0.126.0-alpha.5) (2023-01-12)
769
-
770
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
771
-
772
- # [0.126.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.125.0...v0.126.0-alpha.0) (2022-12-02)
773
-
774
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
775
-
776
- # [0.125.0](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.18...v0.125.0) (2022-11-30)
777
-
778
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
779
-
780
- # [0.125.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.17...v0.125.0-alpha.18) (2022-11-28)
781
-
782
- ### Features
783
-
784
- * add admin listing filter to allow filtering in admin listings ([ac862bf](https://github.com/thebyte9/blaze/commit/ac862bf64dc021b2618aa648545b873b7db2638e))
785
-
786
- # [0.125.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.14...v0.125.0-alpha.15) (2022-11-16)
787
-
788
- ### Features
789
-
790
- * GroupContent components ([#3678](https://github.com/thebyte9/blaze/issues/3678)) ([b6f5c7e](https://github.com/thebyte9/blaze/commit/b6f5c7e6e5a03f2322f3d3c1568c9d42b33ede45))
791
-
792
- # [0.125.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.13...v0.125.0-alpha.14) (2022-10-25)
793
-
794
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
795
-
796
- # [0.125.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.12...v0.125.0-alpha.13) (2022-10-24)
797
-
798
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
799
-
800
- # [0.125.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.6...v0.125.0-alpha.7) (2022-10-07)
801
-
802
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
803
-
804
- # [0.125.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.2...v0.125.0-alpha.3) (2022-09-27)
805
-
806
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
807
-
808
- # [0.125.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.125.0-alpha.0...v0.125.0-alpha.1) (2022-09-15)
809
-
810
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
811
-
812
- ## [0.124.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.124.1...v0.124.2-alpha.0) (2022-09-06)
813
-
814
- ### Bug Fixes
815
-
816
- * copy data from functionality ([#3567](https://github.com/thebyte9/blaze/issues/3567)) ([e3e1faf](https://github.com/thebyte9/blaze/commit/e3e1faf758661ac9e1555f1b3963f472c93edd36))
817
-
818
- ## [0.124.1](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.5...v0.124.1) (2022-09-06)
819
-
820
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
821
-
822
- ## [0.124.1-alpha.5](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.4...v0.124.1-alpha.5) (2022-09-05)
823
-
824
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
825
-
826
- ## [0.124.1-alpha.3](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.2...v0.124.1-alpha.3) (2022-08-25)
827
-
828
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
829
-
830
- ## [0.124.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.1...v0.124.1-alpha.2) (2022-08-23)
831
-
832
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
833
-
834
- ## [0.124.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.124.1-alpha.0...v0.124.1-alpha.1) (2022-08-19)
835
-
836
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
837
-
838
- # [0.124.0](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.43...v0.124.0) (2022-08-08)
839
-
840
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
841
-
842
- # [0.124.0-alpha.43](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.42...v0.124.0-alpha.43) (2022-08-05)
843
-
844
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
845
-
846
- # [0.124.0-alpha.42](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.41...v0.124.0-alpha.42) (2022-08-04)
847
-
848
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
849
-
850
- # [0.124.0-alpha.40](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.39...v0.124.0-alpha.40) (2022-07-13)
851
-
852
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
853
-
854
- # [0.124.0-alpha.39](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.38...v0.124.0-alpha.39) (2022-07-13)
855
-
856
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
857
-
858
- # [0.124.0-alpha.37](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.36...v0.124.0-alpha.37) (2022-06-29)
859
-
860
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
861
-
862
- # [0.124.0-alpha.36](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.35...v0.124.0-alpha.36) (2022-06-28)
863
-
864
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
865
-
866
- # [0.124.0-alpha.35](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.34...v0.124.0-alpha.35) (2022-06-27)
867
-
868
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
869
-
870
- # [0.124.0-alpha.34](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.33...v0.124.0-alpha.34) (2022-06-24)
871
-
872
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
873
-
874
- # [0.124.0-alpha.33](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.32...v0.124.0-alpha.33) (2022-06-21)
875
-
876
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
877
-
878
- # [0.124.0-alpha.32](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.31...v0.124.0-alpha.32) (2022-06-17)
879
-
880
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
881
-
882
- # [0.124.0-alpha.31](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.30...v0.124.0-alpha.31) (2022-06-13)
883
-
884
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
885
-
886
- # [0.124.0-alpha.30](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.29...v0.124.0-alpha.30) (2022-06-09)
887
-
888
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
889
-
890
- # [0.124.0-alpha.29](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.28...v0.124.0-alpha.29) (2022-06-06)
891
-
892
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
893
-
894
- # [0.124.0-alpha.28](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.27...v0.124.0-alpha.28) (2022-05-27)
895
-
896
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
897
-
898
- # [0.124.0-alpha.26](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.25...v0.124.0-alpha.26) (2022-05-24)
899
-
900
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
901
-
902
- # [0.124.0-alpha.25](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.24...v0.124.0-alpha.25) (2022-05-24)
903
-
904
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
905
-
906
- # [0.124.0-alpha.24](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.23...v0.124.0-alpha.24) (2022-05-24)
907
-
908
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
909
-
910
- # [0.124.0-alpha.23](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.22...v0.124.0-alpha.23) (2022-05-24)
911
-
912
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
913
-
914
- # [0.124.0-alpha.22](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.21...v0.124.0-alpha.22) (2022-05-24)
915
-
916
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
917
-
918
- # [0.124.0-alpha.21](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.20...v0.124.0-alpha.21) (2022-05-24)
919
-
920
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
921
-
922
- # [0.124.0-alpha.20](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.19...v0.124.0-alpha.20) (2022-05-24)
923
-
924
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
925
-
926
- # [0.124.0-alpha.19](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.18...v0.124.0-alpha.19) (2022-05-18)
927
-
928
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
929
-
930
- # [0.124.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.17...v0.124.0-alpha.18) (2022-05-17)
931
-
932
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
933
-
934
- # [0.124.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.14...v0.124.0-alpha.15) (2022-05-11)
935
-
936
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
937
-
938
- # [0.124.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.13...v0.124.0-alpha.14) (2022-05-11)
939
-
940
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
941
-
942
- # [0.124.0-alpha.13](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.12...v0.124.0-alpha.13) (2022-05-11)
943
-
944
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
945
-
946
- # [0.124.0-alpha.12](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.11...v0.124.0-alpha.12) (2022-05-11)
947
-
948
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
949
-
950
- # [0.124.0-alpha.11](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.10...v0.124.0-alpha.11) (2022-05-11)
951
-
952
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
953
-
954
- # [0.124.0-alpha.10](https://byte9/thebyte9/blaze/compare/v0.124.0-alpha.9...v0.124.0-alpha.10) (2022-05-11)
955
-
956
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
957
-
958
- # [0.124.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.8...v0.124.0-alpha.9) (2022-05-10)
959
-
960
- ### Bug Fixes
961
-
962
- * fix apollo client version to 3.5.x while investigating ssr issue ([#3466](https://github.com/thebyte9/blaze/issues/3466)) ([8f14f8e](https://github.com/thebyte9/blaze/commit/8f14f8e9946f0e1e2ed3d9eb747a6d01c34e9937))
963
-
964
- # [0.124.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.7...v0.124.0-alpha.8) (2022-05-06)
965
-
966
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
967
-
968
- ## [0.122.5](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.122.5) (2022-05-06)
969
-
970
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
971
-
972
- # [0.124.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.6...v0.124.0-alpha.7) (2022-05-06)
973
-
974
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
975
-
976
- # [0.124.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.5...v0.124.0-alpha.6) (2022-05-06)
977
-
978
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
979
-
980
- # [0.124.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.3...v0.124.0-alpha.4) (2022-05-03)
981
-
982
- ### Bug Fixes
983
-
984
- * versioning follow up ([#3412](https://github.com/thebyte9/blaze/issues/3412)) ([f02485a](https://github.com/thebyte9/blaze/commit/f02485ade493cfbffe3536c15a652f18bf82741b))
985
-
986
- # [0.124.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.2...v0.124.0-alpha.3) (2022-04-29)
987
-
988
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
989
-
990
- # [0.124.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.124.0-alpha.1...v0.124.0-alpha.2) (2022-04-29)
991
-
992
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
993
-
994
- # [0.124.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.4...v0.124.0-alpha.1) (2022-04-27)
995
-
996
- ### Features
997
-
998
- * version admin ui package ([#3352](https://github.com/thebyte9/blaze/issues/3352)) ([56c8a70](https://github.com/thebyte9/blaze/commit/56c8a703c06d185368bdf10f19e1f7b817480801))
999
-
1000
- # [0.124.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.2...v0.124.0-alpha.0) (2022-04-25)
1001
-
1002
- ## [0.123.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.1...v0.123.1-alpha.2) (2022-04-21)
1003
-
1004
- ## [0.123.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.0...v0.123.1-alpha.1) (2022-04-21)
1005
-
1006
- ## [0.123.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.0...v0.123.1-alpha.0) (2022-04-21)
1007
-
1008
- # [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
1009
-
1010
- # [0.123.0-alpha.28](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.27...v0.123.0-alpha.28) (2022-04-07)
1011
-
1012
- # [0.123.0-alpha.27](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.26...v0.123.0-alpha.27) (2022-04-07)
1013
-
1014
- # [0.123.0-alpha.25](https://github.com/thebyte9/blaze/compare/v0.122.3...v0.123.0-alpha.25) (2022-04-07)
1015
-
1016
- # [0.123.0-alpha.24](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.23...v0.123.0-alpha.24) (2022-04-05)
1017
-
1018
- # [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.123.0-alpha.23) (2022-04-04)
1019
-
1020
- ### Features
1021
-
1022
- * version admin ui package ([#3352](https://github.com/thebyte9/blaze/issues/3352)) ([5c4a485](https://github.com/thebyte9/blaze/commit/5c4a48546840b925ea2d983f27a53126a3d804b0))
1023
-
1024
- # [0.123.0-alpha.22](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.21...v0.123.0-alpha.22) (2022-04-04)
1025
-
1026
- # [0.123.0-alpha.21](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.20...v0.123.0-alpha.21) (2022-04-01)
1027
-
1028
- # [0.123.0-alpha.20](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.19...v0.123.0-alpha.20) (2022-04-01)
1029
-
1030
- # [0.123.0-alpha.19](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.18...v0.123.0-alpha.19) (2022-03-31)
1031
-
1032
- # [0.123.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.17...v0.123.0-alpha.18) (2022-03-31)
1033
-
1034
- # [0.123.0-alpha.17](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.16...v0.123.0-alpha.17) (2022-03-31)
1035
-
1036
- # [0.123.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.15...v0.123.0-alpha.16) (2022-03-30)
1037
-
1038
- # [0.123.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.14...v0.123.0-alpha.15) (2022-03-30)
1039
-
1040
- # [0.123.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.13...v0.123.0-alpha.14) (2022-03-30)
1041
-
1042
- # [0.123.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.12...v0.123.0-alpha.13) (2022-03-30)
1043
-
1044
- # [0.123.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.12) (2022-03-30)
1045
-
1046
- # [0.123.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.8...v0.123.0-alpha.9) (2022-03-26)
1047
-
1048
- # [0.123.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.7...v0.123.0-alpha.8) (2022-03-26)
1049
-
1050
- # [0.123.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.6...v0.123.0-alpha.7) (2022-03-26)
1051
-
1052
- # [0.123.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.5...v0.123.0-alpha.6) (2022-03-26)
1053
-
1054
- # [0.123.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.4...v0.123.0-alpha.5) (2022-03-26)
1055
-
1056
- # [0.123.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.3...v0.123.0-alpha.4) (2022-03-25)
1057
-
1058
- # [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
1059
-
1060
- # [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
1061
-
1062
- # [0.123.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.0...v0.123.0-alpha.1) (2022-03-22)
1063
-
1064
- # [0.123.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.123.0-alpha.0) (2022-03-21)
1065
-
1066
- ### Features
1067
-
1068
- * version admin ui package ([#3352](https://github.com/thebyte9/blaze/issues/3352)) ([cf3cf2b](https://github.com/thebyte9/blaze/commit/cf3cf2b53aebfceb358c92c27e7f379e67e0077e))
1069
-
1070
- # [0.124.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.2...v0.124.0-alpha.0) (2022-04-25)
1071
-
1072
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1073
-
1074
- ## [0.122.3](https://github.com/thebyte9/blaze/compare/v0.122.2...v0.122.3) (2022-04-06)
1075
-
1076
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1077
-
1078
- ## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.122.2) (2022-04-04)
1079
-
1080
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1081
-
1082
- ## [0.123.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.1...v0.123.1-alpha.2) (2022-04-21)
1083
-
1084
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1085
-
1086
- ## [0.123.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.1-alpha.0...v0.123.1-alpha.1) (2022-04-21)
1087
-
1088
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1089
-
1090
- ## [0.123.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.123.0...v0.123.1-alpha.0) (2022-04-21)
1091
-
1092
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1093
-
1094
- # [0.123.0](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.29...v0.123.0) (2022-04-11)
1095
-
1096
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1097
-
1098
- # [0.123.0-alpha.28](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.27...v0.123.0-alpha.28) (2022-04-07)
1099
-
1100
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1101
-
1102
- # [0.123.0-alpha.27](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.26...v0.123.0-alpha.27) (2022-04-07)
1103
-
1104
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1105
-
1106
- # [0.123.0-alpha.25](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.24...v0.123.0-alpha.25) (2022-04-07)
1107
-
1108
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1109
-
1110
- # [0.123.0-alpha.24](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.23...v0.123.0-alpha.24) (2022-04-05)
1111
-
1112
- ### Features
1113
-
1114
- * version admin ui package ([#3352](https://github.com/thebyte9/blaze/issues/3352)) ([5c4a485](https://github.com/thebyte9/blaze/commit/5c4a48546840b925ea2d983f27a53126a3d804b0))
1115
-
1116
- ## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.122.2) (2022-04-04)
1117
-
1118
- # [0.123.0-alpha.23](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.22...v0.123.0-alpha.23) (2022-04-04)
1119
-
1120
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1121
-
1122
- # [0.123.0-alpha.22](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.21...v0.123.0-alpha.22) (2022-04-04)
1123
-
1124
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1125
-
1126
- # [0.123.0-alpha.21](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.20...v0.123.0-alpha.21) (2022-04-01)
1127
-
1128
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1129
-
1130
- # [0.123.0-alpha.20](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.19...v0.123.0-alpha.20) (2022-04-01)
1131
-
1132
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1133
-
1134
- # [0.123.0-alpha.19](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.18...v0.123.0-alpha.19) (2022-03-31)
1135
-
1136
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1137
-
1138
- # [0.123.0-alpha.18](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.17...v0.123.0-alpha.18) (2022-03-31)
1139
-
1140
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1141
-
1142
- # [0.123.0-alpha.17](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.16...v0.123.0-alpha.17) (2022-03-31)
1143
-
1144
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1145
-
1146
- # [0.123.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.15...v0.123.0-alpha.16) (2022-03-30)
1147
-
1148
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1149
-
1150
- # [0.123.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.14...v0.123.0-alpha.15) (2022-03-30)
1151
-
1152
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1153
-
1154
- # [0.123.0-alpha.14](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.13...v0.123.0-alpha.14) (2022-03-30)
1155
-
1156
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1157
-
1158
- # [0.123.0-alpha.13](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.12...v0.123.0-alpha.13) (2022-03-30)
1159
-
1160
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1161
-
1162
- # [0.123.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.12) (2022-03-30)
1163
-
1164
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1165
-
1166
- # [0.123.0-alpha.11](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.11) (2022-03-30)
1167
-
1168
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1169
-
1170
- # [0.123.0-alpha.10](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.9...v0.123.0-alpha.10) (2022-03-30)
1171
-
1172
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1173
-
1174
- # [0.123.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.8...v0.123.0-alpha.9) (2022-03-26)
1175
-
1176
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1177
-
1178
- # [0.123.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.7...v0.123.0-alpha.8) (2022-03-26)
1179
-
1180
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1181
-
1182
- # [0.123.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.6...v0.123.0-alpha.7) (2022-03-26)
1183
-
1184
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1185
-
1186
- # [0.123.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.5...v0.123.0-alpha.6) (2022-03-26)
1187
-
1188
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1189
-
1190
- # [0.123.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.4...v0.123.0-alpha.5) (2022-03-26)
1191
-
1192
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1193
-
1194
- # [0.123.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.3...v0.123.0-alpha.4) (2022-03-25)
1195
-
1196
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1197
-
1198
- # [0.123.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.2...v0.123.0-alpha.3) (2022-03-25)
1199
-
1200
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1201
-
1202
- # [0.123.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.1...v0.123.0-alpha.2) (2022-03-22)
1203
-
1204
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1205
-
1206
- # [0.123.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.123.0-alpha.0...v0.123.0-alpha.1) (2022-03-22)
1207
-
1208
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1209
-
1210
- # [0.123.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.123.0-alpha.0) (2022-03-21)
1211
-
1212
- ### Features
1213
-
1214
- * version admin ui package ([#3352](https://github.com/thebyte9/blaze/issues/3352)) ([cf3cf2b](https://github.com/thebyte9/blaze/commit/cf3cf2b53aebfceb358c92c27e7f379e67e0077e))
1215
-
1216
- ## [0.122.2](https://github.com/thebyte9/blaze/compare/v0.122.1...v0.122.2) (2022-04-04)
1217
-
1218
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1219
-
1220
- ## [0.122.1](https://github.com/thebyte9/blaze/compare/v0.122.1-alpha.0...v0.122.1) (2022-03-21)
1221
-
1222
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1223
-
1224
- ## [0.122.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.122.0...v0.122.1-alpha.0) (2022-03-16)
1225
-
1226
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1227
-
1228
- # [0.122.0](https://github.com/thebyte9/blaze/compare/v0.122.0-alpha.2...v0.122.0) (2022-03-15)
1229
-
1230
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1231
-
1232
- # [0.122.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.122.0-alpha.1...v0.122.0-alpha.2) (2022-03-14)
1233
-
1234
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1235
-
1236
- # [0.122.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.122.0-alpha.0...v0.122.0-alpha.1) (2022-03-10)
1237
-
1238
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1239
-
1240
- # [0.122.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.121.0...v0.122.0-alpha.0) (2022-03-10)
1241
-
1242
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1243
-
1244
- # [0.121.0](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.1...v0.121.0) (2022-03-09)
1245
-
1246
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1247
-
1248
- # [0.121.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.121.0-alpha.0...v0.121.0-alpha.1) (2022-03-02)
1249
-
1250
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1251
-
1252
- # [0.121.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.120.1...v0.121.0-alpha.0) (2022-02-24)
1253
-
1254
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1255
-
1256
- ## [0.120.1](https://github.com/thebyte9/blaze/compare/v0.120.0...v0.120.1) (2022-02-23)
1257
-
1258
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1259
-
1260
- # [0.120.0](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.5...v0.120.0) (2022-02-22)
1261
-
1262
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1263
-
1264
- # [0.120.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.4...v0.120.0-alpha.5) (2022-02-22)
1265
-
1266
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1267
-
1268
- # [0.120.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.3...v0.120.0-alpha.4) (2022-02-21)
1269
-
1270
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1271
-
1272
- # [0.120.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.2...v0.120.0-alpha.3) (2022-02-16)
1273
-
1274
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1275
-
1276
- # [0.120.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.1...v0.120.0-alpha.2) (2022-02-15)
1277
-
1278
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1279
-
1280
- # [0.120.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.120.0-alpha.0...v0.120.0-alpha.1) (2022-02-10)
1281
-
1282
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1283
-
1284
- # [0.120.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.119.1...v0.120.0-alpha.0) (2022-02-09)
1285
-
1286
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1287
-
1288
- ## [0.119.1](https://github.com/thebyte9/blaze/compare/v0.119.0...v0.119.1) (2022-01-31)
1289
-
1290
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1291
-
1292
- # [0.119.0](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.2...v0.119.0) (2022-01-28)
1293
-
1294
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1295
-
1296
- # [0.119.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.1...v0.119.0-alpha.2) (2022-01-28)
1297
-
1298
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1299
-
1300
- # [0.119.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.119.0-alpha.0...v0.119.0-alpha.1) (2022-01-27)
1301
-
1302
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1303
-
1304
- # [0.119.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.118.1-alpha.0...v0.119.0-alpha.0) (2022-01-26)
1305
-
1306
- ### Features
1307
-
1308
- * 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))
1309
- * upgrade next to latest version ([#3290](https://github.com/thebyte9/blaze/issues/3290)) ([d2c37bd](https://github.com/thebyte9/blaze/commit/d2c37bd1bf7847dbbbaf7ab8634008c2042f91f9))
1310
-
1311
- # [0.118.0](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.3...v0.118.0) (2022-01-25)
1312
-
1313
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1314
-
1315
- # [0.118.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.2...v0.118.0-alpha.3) (2022-01-24)
1316
-
1317
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1318
-
1319
- # [0.118.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.1...v0.118.0-alpha.2) (2022-01-14)
1320
-
1321
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1322
-
1323
- # [0.118.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.118.0-alpha.0...v0.118.0-alpha.1) (2022-01-14)
1324
-
1325
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1326
-
1327
- # [0.118.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.117.0...v0.118.0-alpha.0) (2022-01-13)
1328
-
1329
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1330
-
1331
- # [0.116.0](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.2...v0.116.0) (2021-12-21)
1332
-
1333
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1334
-
1335
- # [0.116.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.1...v0.116.0-alpha.2) (2021-12-21)
1336
-
1337
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1338
-
1339
- # [0.116.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.116.0-alpha.0...v0.116.0-alpha.1) (2021-12-20)
1340
-
1341
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1342
-
1343
- # [0.115.0](https://github.com/thebyte9/blaze/compare/v0.115.0-alpha.1...v0.115.0) (2021-12-16)
1344
-
1345
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1346
-
1347
- # [0.115.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.115.0-alpha.0...v0.115.0-alpha.1) (2021-12-16)
1348
-
1349
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1350
-
1351
- ## [0.114.1](https://github.com/thebyte9/blaze/compare/v0.114.1-alpha.1...v0.114.1) (2021-12-13)
1352
-
1353
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1354
-
1355
- ## [0.114.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.114.0...v0.114.1-alpha.0) (2021-12-09)
1356
-
1357
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1358
-
1359
- # [0.114.0](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.6...v0.114.0) (2021-11-30)
1360
-
1361
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1362
-
1363
- # [0.114.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.4...v0.114.0-alpha.5) (2021-11-30)
1364
-
1365
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1366
-
1367
- # [0.114.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.3...v0.114.0-alpha.4) (2021-11-29)
1368
-
1369
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1370
-
1371
- # [0.114.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.2...v0.114.0-alpha.3) (2021-11-25)
1372
-
1373
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1374
-
1375
- # [0.114.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.113.1...v0.114.0-alpha.2) (2021-11-25)
1376
-
1377
- # [0.114.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.0...v0.114.0-alpha.1) (2021-11-24)
1378
-
1379
- # [0.114.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.113.0...v0.114.0-alpha.0) (2021-11-22)
1380
-
1381
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1382
-
1383
- # [0.114.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.114.0-alpha.0...v0.114.0-alpha.1) (2021-11-24)
1384
-
1385
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1386
-
1387
- # [0.114.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.113.0...v0.114.0-alpha.0) (2021-11-22)
1388
-
1389
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1390
-
1391
- ## [0.113.1](https://github.com/thebyte9/blaze/compare/v0.113.0...v0.113.1) (2021-11-24)
1392
-
1393
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1394
-
1395
- # [0.113.0](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.9...v0.113.0) (2021-11-19)
1396
-
1397
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1398
-
1399
- # [0.113.0-alpha.9](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.8...v0.113.0-alpha.9) (2021-11-19)
1400
-
1401
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1402
-
1403
- # [0.113.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.7...v0.113.0-alpha.8) (2021-11-18)
1404
-
1405
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1406
-
1407
- # [0.113.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.6...v0.113.0-alpha.7) (2021-11-17)
1408
-
1409
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1410
-
1411
- # [0.113.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.5...v0.113.0-alpha.6) (2021-11-17)
1412
-
1413
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1414
-
1415
- # [0.113.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.3...v0.113.0-alpha.4) (2021-11-09)
1416
-
1417
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1418
-
1419
- # [0.113.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.2...v0.113.0-alpha.3) (2021-11-08)
1420
-
1421
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1422
-
1423
- # [0.113.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.1...v0.113.0-alpha.2) (2021-11-08)
1424
-
1425
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1426
-
1427
- # [0.113.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.113.0-alpha.0...v0.113.0-alpha.1) (2021-11-05)
1428
-
1429
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1430
-
1431
- # [0.113.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.112.0...v0.113.0-alpha.0) (2021-11-04)
1432
-
1433
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1434
-
1435
- # [0.112.0](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.2...v0.112.0) (2021-11-01)
1436
-
1437
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1438
-
1439
- # [0.112.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.1...v0.112.0-alpha.2) (2021-11-01)
1440
-
1441
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1442
-
1443
- # [0.112.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.112.0-alpha.0...v0.112.0-alpha.1) (2021-11-01)
1444
-
1445
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1446
-
1447
- # [0.112.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.111.1-alpha.0...v0.112.0-alpha.0) (2021-10-29)
1448
-
1449
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1450
-
1451
- ## [0.111.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.111.0...v0.111.1-alpha.0) (2021-10-28)
1452
-
1453
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1454
-
1455
- # [0.111.0](https://github.com/thebyte9/blaze/compare/v0.111.0-alpha.3...v0.111.0) (2021-10-25)
1456
-
1457
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1458
-
1459
- # [0.111.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.111.0-alpha.2...v0.111.0-alpha.3) (2021-10-22)
1460
-
1461
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1462
-
1463
- # [0.111.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.111.0-alpha.1...v0.111.0-alpha.2) (2021-10-21)
1464
-
1465
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1466
-
1467
- # [0.111.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.111.0-alpha.0...v0.111.0-alpha.1) (2021-10-20)
1468
-
1469
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1470
-
1471
- # [0.110.0](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.3...v0.110.0) (2021-10-18)
1472
-
1473
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1474
-
1475
- # [0.110.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.2...v0.110.0-alpha.3) (2021-10-14)
1476
-
1477
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1478
-
1479
- # [0.110.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.1...v0.110.0-alpha.2) (2021-10-13)
1480
-
1481
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1482
-
1483
- # [0.110.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.110.0-alpha.0...v0.110.0-alpha.1) (2021-10-13)
1484
-
1485
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1486
-
1487
- # [0.109.0](https://github.com/thebyte9/blaze/compare/v0.109.0-alpha.1...v0.109.0) (2021-10-05)
1488
-
1489
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1490
-
1491
- # [0.109.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.109.0-alpha.0...v0.109.0-alpha.1) (2021-10-04)
1492
-
1493
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1494
-
1495
- # [0.109.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.108.0...v0.109.0-alpha.0) (2021-10-04)
1496
-
1497
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1498
-
1499
- # [0.108.0](https://github.com/thebyte9/blaze/compare/v0.108.0-alpha.0...v0.108.0) (2021-09-30)
1500
-
1501
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1502
-
1503
- # [0.108.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.107.0...v0.108.0-alpha.0) (2021-09-29)
1504
-
1505
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1506
-
1507
- # [0.107.0](https://github.com/thebyte9/blaze/compare/v0.107.0-alpha.2...v0.107.0) (2021-09-29)
1508
-
1509
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1510
-
1511
- # [0.107.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.107.0-alpha.1...v0.107.0-alpha.2) (2021-09-28)
1512
-
1513
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1514
-
1515
- # [0.107.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.107.0-alpha.0...v0.107.0-alpha.1) (2021-09-27)
1516
-
1517
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1518
-
1519
- # [0.107.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.106.2...v0.107.0-alpha.0) (2021-09-22)
1520
-
1521
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1522
-
1523
- ## [0.106.2](https://github.com/thebyte9/blaze/compare/v0.106.1...v0.106.2) (2021-09-22)
1524
-
1525
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1526
-
1527
- ## [0.106.1](https://github.com/thebyte9/blaze/compare/v0.106.0...v0.106.1) (2021-09-21)
1528
-
1529
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1530
-
1531
- # [0.106.0](https://github.com/thebyte9/blaze/compare/v0.106.0-alpha.0...v0.106.0) (2021-09-20)
1532
-
1533
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1534
-
1535
- # [0.106.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.105.1...v0.106.0-alpha.0) (2021-09-17)
1536
-
1537
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1538
-
1539
- ## [0.105.1](https://github.com/thebyte9/blaze/compare/v0.105.0...v0.105.1) (2021-09-16)
1540
-
1541
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1542
-
1543
- # [0.105.0](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.7...v0.105.0) (2021-09-15)
1544
-
1545
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1546
-
1547
- # [0.105.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.6...v0.105.0-alpha.7) (2021-09-15)
1548
-
1549
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1550
-
1551
- # [0.105.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.5...v0.105.0-alpha.6) (2021-09-14)
1552
-
1553
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1554
-
1555
- # [0.105.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.105.0-alpha.3...v0.105.0-alpha.4) (2021-09-14)
1556
-
1557
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1558
-
1559
- # [0.105.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.104.2...v0.105.0-alpha.1) (2021-09-09)
1560
-
1561
- # [0.105.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.104.0...v0.105.0-alpha.0) (2021-09-09)
1562
-
1563
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1564
-
1565
- # [0.105.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.104.0...v0.105.0-alpha.0) (2021-09-09)
1566
-
1567
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1568
-
1569
- ## [0.104.2](https://github.com/thebyte9/blaze/compare/v0.104.1...v0.104.2) (2021-09-09)
1570
-
1571
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1572
-
1573
- ## [0.104.1](https://github.com/thebyte9/blaze/compare/v0.104.0...v0.104.1) (2021-09-09)
1574
-
1575
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1576
-
1577
- # [0.104.0](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.5...v0.104.0) (2021-09-07)
1578
-
1579
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1580
-
1581
- # [0.104.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.4...v0.104.0-alpha.5) (2021-09-07)
1582
-
1583
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1584
-
1585
- # [0.104.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.3...v0.104.0-alpha.4) (2021-09-03)
1586
-
1587
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1588
-
1589
- # [0.104.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.2...v0.104.0-alpha.3) (2021-09-03)
1590
-
1591
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1592
-
1593
- # [0.104.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.1...v0.104.0-alpha.2) (2021-09-03)
1594
-
1595
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1596
-
1597
- # [0.104.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.104.0-alpha.0...v0.104.0-alpha.1) (2021-09-02)
1598
-
1599
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1600
-
1601
- # [0.104.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.103.0...v0.104.0-alpha.0) (2021-09-02)
1602
-
1603
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1604
-
1605
- # [0.103.0](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.6...v0.103.0) (2021-08-31)
1606
-
1607
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1608
-
1609
- # [0.103.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.5...v0.103.0-alpha.6) (2021-08-18)
1610
-
1611
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1612
-
1613
- # [0.103.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.102.2...v0.103.0-alpha.3) (2021-08-17)
1614
-
1615
- # [0.103.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.1...v0.103.0-alpha.2) (2021-08-13)
1616
-
1617
- # [0.103.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.0...v0.103.0-alpha.1) (2021-08-12)
1618
-
1619
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1620
-
1621
- # [0.103.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.1...v0.103.0-alpha.2) (2021-08-13)
1622
-
1623
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1624
-
1625
- # [0.103.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.103.0-alpha.0...v0.103.0-alpha.1) (2021-08-12)
1626
-
1627
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1628
-
1629
- ## [0.102.2](https://github.com/thebyte9/blaze/compare/v0.102.1...v0.102.2) (2021-08-16)
1630
-
1631
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1632
-
1633
- # [0.102.0](https://github.com/thebyte9/blaze/compare/v0.102.0-alpha.5...v0.102.0) (2021-08-06)
1634
-
1635
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1636
-
1637
- # [0.102.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.101.2...v0.102.0-alpha.2) (2021-07-23)
1638
-
1639
- # [0.102.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.102.0-alpha.0) (2021-07-22)
1640
-
1641
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1642
-
1643
- # [0.102.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.102.0-alpha.0) (2021-07-22)
1644
-
1645
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1646
-
1647
- ## [0.101.2](https://github.com/thebyte9/blaze/compare/v0.101.1...v0.101.2) (2021-07-23)
1648
-
1649
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1650
-
1651
- # [0.101.0](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.3...v0.101.0) (2021-07-21)
1652
-
1653
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1654
-
1655
- # [0.101.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.2...v0.101.0-alpha.3) (2021-07-19)
1656
-
1657
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1658
-
1659
- # [0.101.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.101.0-alpha.0...v0.101.0-alpha.1) (2021-07-14)
1660
-
1661
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1662
-
1663
- # [0.101.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.100.0...v0.101.0-alpha.0) (2021-07-07)
1664
-
1665
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1666
-
1667
- # [0.100.0](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.4...v0.100.0) (2021-07-07)
1668
-
1669
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1670
-
1671
- # [0.100.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.3...v0.100.0-alpha.4) (2021-07-06)
1672
-
1673
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1674
-
1675
- # [0.100.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.1...v0.100.0-alpha.2) (2021-07-02)
1676
-
1677
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1678
-
1679
- # [0.100.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.100.0-alpha.0...v0.100.0-alpha.1) (2021-07-02)
1680
-
1681
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1682
-
1683
- # [0.100.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.99.0...v0.100.0-alpha.0) (2021-07-01)
1684
-
1685
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1686
-
1687
- # [0.99.0](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.1...v0.99.0) (2021-06-30)
1688
-
1689
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1690
-
1691
- # [0.99.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.99.0-alpha.0...v0.99.0-alpha.1) (2021-06-25)
1692
-
1693
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1694
-
1695
- # [0.99.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.98.0...v0.99.0-alpha.0) (2021-06-23)
1696
-
1697
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1698
-
1699
- # [0.98.0](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.2...v0.98.0) (2021-06-21)
1700
-
1701
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1702
-
1703
- # [0.98.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.98.0-alpha.0...v0.98.0-alpha.1) (2021-06-17)
1704
-
1705
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1706
-
1707
- # [0.98.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.3...v0.98.0-alpha.0) (2021-06-17)
1708
-
1709
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1710
-
1711
- ## [0.97.3](https://github.com/thebyte9/blaze/compare/v0.97.3-alpha.1...v0.97.3) (2021-06-16)
1712
-
1713
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1714
-
1715
- ## [0.97.3-alpha.1](https://github.com/thebyte9/blaze/compare/v0.97.3-alpha.0...v0.97.3-alpha.1) (2021-06-16)
1716
-
1717
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1718
-
1719
- ## [0.97.3-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.2...v0.97.3-alpha.0) (2021-06-15)
1720
-
1721
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1722
-
1723
- ## [0.97.2](https://github.com/thebyte9/blaze/compare/v0.97.1...v0.97.2) (2021-06-11)
1724
-
1725
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1726
-
1727
- ### Bug Fixes
1728
-
1729
- * set entityIdentifier on mergePageBuilderTemplateChanges BZ2-2516 ([#2905](https://github.com/thebyte9/blaze/issues/2905)) ([706f0d9](https://github.com/thebyte9/blaze/commit/706f0d95ab12442dec5eb2f0b1bdf452dd7aa129))
1730
-
1731
- ## [0.97.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.97.1...v0.97.2-alpha.0) (2021-06-10)
1732
-
1733
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1734
-
1735
- # [0.97.0](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.16...v0.97.0) (2021-06-09)
1736
-
1737
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1738
-
1739
- # [0.97.0-alpha.16](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.15...v0.97.0-alpha.16) (2021-06-09)
1740
-
1741
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1742
-
1743
- # [0.97.0-alpha.15](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.14...v0.97.0-alpha.15) (2021-06-08)
1744
-
1745
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1746
-
1747
- # [0.97.0-alpha.12](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.11...v0.97.0-alpha.12) (2021-06-08)
1748
-
1749
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1750
-
1751
- # [0.97.0-alpha.11](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.10...v0.97.0-alpha.11) (2021-06-08)
1752
-
1753
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1754
-
1755
- # [0.97.0-alpha.10](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.9...v0.97.0-alpha.10) (2021-06-07)
1756
-
1757
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1758
-
1759
- # [0.97.0-alpha.8](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.7...v0.97.0-alpha.8) (2021-06-04)
1760
-
1761
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1762
-
1763
- # [0.97.0-alpha.7](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.6...v0.97.0-alpha.7) (2021-06-04)
1764
-
1765
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1766
-
1767
- # [0.97.0-alpha.6](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.5...v0.97.0-alpha.6) (2021-06-03)
1768
-
1769
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1770
-
1771
- # [0.97.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.4...v0.97.0-alpha.5) (2021-06-02)
1772
-
1773
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1774
-
1775
- # [0.97.0-alpha.4](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.3...v0.97.0-alpha.4) (2021-05-28)
1776
-
1777
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1778
-
1779
- # [0.97.0-alpha.3](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.2...v0.97.0-alpha.3) (2021-05-28)
1780
-
1781
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1782
-
1783
- # [0.97.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.1...v0.97.0-alpha.2) (2021-05-27)
1784
-
1785
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1786
-
1787
- # [0.97.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.97.0-alpha.0...v0.97.0-alpha.1) (2021-05-26)
1788
-
1789
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1790
-
1791
- # [0.97.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.96.0...v0.97.0-alpha.0) (2021-05-25)
1792
-
1793
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1794
-
1795
- # [0.96.0](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.1...v0.96.0) (2021-05-25)
1796
-
1797
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1798
-
1799
- # [0.96.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.96.0-alpha.0...v0.96.0-alpha.1) (2021-05-18)
1800
-
1801
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1802
-
1803
- # [0.96.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.2...v0.96.0-alpha.0) (2021-05-11)
1804
-
1805
- ### Bug Fixes
1806
-
1807
- * entity test ([987a8a9](https://github.com/thebyte9/blaze/commit/987a8a951d53cb3a897f65e837ddddcbeb72658d))
1808
- * memory leaks in tests ([1839da2](https://github.com/thebyte9/blaze/commit/1839da23a9fdbed883b8622ca77380850ae144a8))
1809
- * use sentry to log console.log console.error ([250aa72](https://github.com/thebyte9/blaze/commit/250aa723a29dadd26cc3eace70926e0f2215c0ee))
1810
-
1811
- ## [0.95.1-alpha.2](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.1...v0.95.1-alpha.2) (2021-05-05)
1812
-
1813
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1814
-
1815
- ## [0.95.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.95.1-alpha.0...v0.95.1-alpha.1) (2021-04-30)
1816
-
1817
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1818
-
1819
- ## [0.95.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.95.0...v0.95.1-alpha.0) (2021-04-30)
1820
-
1821
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1822
-
1823
- # [0.95.0](https://github.com/thebyte9/blaze/compare/v0.95.0-alpha.0...v0.95.0) (2021-04-26)
1824
-
1825
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1826
-
1827
- # [0.95.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.94.1-alpha.1...v0.95.0-alpha.0) (2021-04-26)
1828
-
1829
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1830
-
1831
- ## [0.94.1-alpha.1](https://github.com/thebyte9/blaze/compare/v0.94.1-alpha.0...v0.94.1-alpha.1) (2021-04-26)
1832
-
1833
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1834
-
1835
- ## [0.94.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.94.0...v0.94.1-alpha.0) (2021-04-23)
1836
-
1837
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1838
-
1839
- # [0.94.0](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.5...v0.94.0) (2021-04-22)
1840
-
1841
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1842
-
1843
- # [0.94.0-alpha.5](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.4...v0.94.0-alpha.5) (2021-04-20)
1844
-
1845
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1846
-
1847
- # [0.94.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.94.0-alpha.0...v0.94.0-alpha.1) (2021-04-01)
1848
-
1849
- ### Features
1850
-
1851
- * add link to header when published to view in frontend ([#2657](https://github.com/thebyte9/blaze/issues/2657)) ([a68907c](https://github.com/thebyte9/blaze/commit/a68907cefd187c16ac051cfa0c4cc968474ad620))
1852
-
1853
- # [0.94.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.93.0...v0.94.0-alpha.0) (2021-03-29)
1854
-
1855
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1856
-
1857
- # [0.93.0](https://github.com/thebyte9/blaze/compare/v0.93.0-alpha.0...v0.93.0) (2021-03-19)
1858
-
1859
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1860
-
1861
- # [0.93.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.2...v0.93.0-alpha.0) (2021-03-19)
1862
-
1863
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1864
-
1865
- ## [0.92.2](https://github.com/thebyte9/blaze/compare/v0.92.2-alpha.0...v0.92.2) (2021-03-16)
1866
-
1867
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1868
-
1869
- ## [0.92.2-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.1...v0.92.2-alpha.0) (2021-03-15)
1870
-
1871
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1872
-
1873
- ## [0.92.1](https://github.com/thebyte9/blaze/compare/v0.92.1-alpha.0...v0.92.1) (2021-03-12)
1874
-
1875
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1876
-
1877
- ## [0.92.1-alpha.0](https://github.com/thebyte9/blaze/compare/v0.92.0...v0.92.1-alpha.0) (2021-03-11)
1878
-
1879
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1880
-
1881
- # [0.92.0](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.2...v0.92.0) (2021-03-05)
1882
-
1883
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1884
-
1885
- # [0.92.0-alpha.2](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.1...v0.92.0-alpha.2) (2021-03-04)
1886
-
1887
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1888
-
1889
- # [0.92.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.92.0-alpha.0...v0.92.0-alpha.1) (2021-03-04)
1890
-
1891
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1892
-
1893
- # [0.92.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.91.0...v0.92.0-alpha.0) (2021-03-03)
1894
-
1895
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1896
-
1897
- # [0.91.0](https://github.com/thebyte9/blaze/compare/v0.91.0-alpha.1...v0.91.0) (2021-02-26)
1898
-
1899
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1900
-
1901
- # [0.91.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.91.0-alpha.0...v0.91.0-alpha.1) (2021-02-25)
1902
-
1903
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1904
-
1905
- # [0.91.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.90.0...v0.91.0-alpha.0) (2021-02-25)
1906
-
1907
- ### Features
1908
-
1909
- * changed npm to yarn ([#2591](https://github.com/thebyte9/blaze/issues/2591)) ([b785e32](https://github.com/thebyte9/blaze/commit/b785e32455f86fd7353ede7928de192a91e6b2c7))
1910
-
1911
- # [0.90.0](https://github.com/thebyte9/blaze/compare/v0.90.0-alpha.0...v0.90.0) (2021-02-24)
1912
-
1913
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1914
-
1915
- # [0.90.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.89.0...v0.90.0-alpha.0) (2021-02-23)
1916
-
1917
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1918
-
1919
- # [0.89.0](https://github.com/thebyte9/blaze/compare/v0.89.0-alpha.0...v0.89.0) (2021-02-17)
1920
-
1921
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1922
-
1923
- # [0.89.0-alpha.0](https://github.com/thebyte9/blaze/compare/v0.88.4...v0.89.0-alpha.0) (2021-02-15)
1924
-
1925
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1926
-
1927
- # [0.88.0](https://github.com/thebyte9/blaze/compare/v0.88.0-alpha.0...v0.88.0) (2021-02-01)
1928
-
1929
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1930
-
1931
- # [0.87.0](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.1...v0.87.0) (2021-01-29)
1932
-
1933
- **Note:** Version bump only for package @blaze-cms/plugin-data-ui
1934
-
1935
- # [0.87.0-alpha.1](https://github.com/thebyte9/blaze/compare/v0.87.0-alpha.0...v0.87.0-alpha.1) (2021-01-29)
1936
-
1937
- ### Features
1938
-
1939
- * 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))