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