@dereekb/firebase 12.6.21 → 13.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (84) hide show
  1. package/LICENSE +1 -1
  2. package/index.cjs.js +53 -2239
  3. package/index.esm.js +34 -2216
  4. package/package.json +21 -15
  5. package/src/lib/client/storage/driver.accessor.d.ts +1 -1
  6. package/src/lib/common/firestore/query/iterator.d.ts +0 -4
  7. package/src/lib/common/firestore/snapshot/snapshot.field.d.ts +0 -6
  8. package/src/lib/common/model/model.service.d.ts +1 -1
  9. package/src/lib/common/storage/driver/accessor.d.ts +1 -1
  10. package/src/lib/common/storage/types.d.ts +3 -3
  11. package/src/lib/model/notification/notification.api.d.ts +1 -1
  12. package/src/lib/model/notification/notification.config.d.ts +5 -5
  13. package/src/lib/model/notification/notification.d.ts +15 -15
  14. package/src/lib/model/notification/notification.details.d.ts +0 -4
  15. package/src/lib/model/notification/notification.item.d.ts +1 -1
  16. package/src/lib/model/storagefile/storagefile.api.d.ts +4 -4
  17. package/src/lib/model/storagefile/storagefile.d.ts +7 -7
  18. package/src/lib/model/storagefile/storagefile.task.d.ts +1 -13
  19. package/src/lib/model/system/system.d.ts +2 -2
  20. package/test/index.cjs.js +4043 -0
  21. package/test/index.esm.js +3957 -0
  22. package/test/package.json +27 -9
  23. package/test/src/lib/client/firebase.authorized.d.ts +2 -2
  24. package/test/src/lib/client/firebase.d.ts +4 -3
  25. package/test/src/lib/client/firestore.mock.item.fixture.authorized.d.ts +2 -2
  26. package/test/src/lib/common/firebase.instance.d.ts +7 -3
  27. package/test/src/lib/common/firestore/firestore.instance.d.ts +7 -3
  28. package/test/src/lib/common/mock/mock.item.collection.fixture.d.ts +5 -2
  29. package/test/src/lib/common/mock/mock.item.storage.fixture.d.ts +4 -4
  30. package/test/src/lib/common/storage/storage.instance.d.ts +7 -3
  31. package/test/CHANGELOG.md +0 -2114
  32. package/test/README.md +0 -11
  33. package/test/src/index.js +0 -5
  34. package/test/src/index.js.map +0 -1
  35. package/test/src/lib/client/firebase.authorized.js +0 -35
  36. package/test/src/lib/client/firebase.authorized.js.map +0 -1
  37. package/test/src/lib/client/firebase.js +0 -125
  38. package/test/src/lib/client/firebase.js.map +0 -1
  39. package/test/src/lib/client/firestore.mock.item.fixture.authorized.js +0 -19
  40. package/test/src/lib/client/firestore.mock.item.fixture.authorized.js.map +0 -1
  41. package/test/src/lib/client/index.js +0 -7
  42. package/test/src/lib/client/index.js.map +0 -1
  43. package/test/src/lib/common/firebase.instance.js +0 -35
  44. package/test/src/lib/common/firebase.instance.js.map +0 -1
  45. package/test/src/lib/common/firestore/firestore.instance.js +0 -24
  46. package/test/src/lib/common/firestore/firestore.instance.js.map +0 -1
  47. package/test/src/lib/common/firestore/firestore.js +0 -67
  48. package/test/src/lib/common/firestore/firestore.js.map +0 -1
  49. package/test/src/lib/common/firestore/index.js +0 -9
  50. package/test/src/lib/common/firestore/index.js.map +0 -1
  51. package/test/src/lib/common/firestore/test.driver.accessor.js +0 -767
  52. package/test/src/lib/common/firestore/test.driver.accessor.js.map +0 -1
  53. package/test/src/lib/common/firestore/test.driver.query.js +0 -1361
  54. package/test/src/lib/common/firestore/test.driver.query.js.map +0 -1
  55. package/test/src/lib/common/firestore/test.iterator.js +0 -221
  56. package/test/src/lib/common/firestore/test.iterator.js.map +0 -1
  57. package/test/src/lib/common/index.js +0 -8
  58. package/test/src/lib/common/index.js.map +0 -1
  59. package/test/src/lib/common/mock/index.js +0 -10
  60. package/test/src/lib/common/mock/index.js.map +0 -1
  61. package/test/src/lib/common/mock/mock.item.collection.fixture.js +0 -64
  62. package/test/src/lib/common/mock/mock.item.collection.fixture.js.map +0 -1
  63. package/test/src/lib/common/mock/mock.item.id.js +0 -3
  64. package/test/src/lib/common/mock/mock.item.id.js.map +0 -1
  65. package/test/src/lib/common/mock/mock.item.js +0 -339
  66. package/test/src/lib/common/mock/mock.item.js.map +0 -1
  67. package/test/src/lib/common/mock/mock.item.query.js +0 -33
  68. package/test/src/lib/common/mock/mock.item.query.js.map +0 -1
  69. package/test/src/lib/common/mock/mock.item.service.js +0 -77
  70. package/test/src/lib/common/mock/mock.item.service.js.map +0 -1
  71. package/test/src/lib/common/mock/mock.item.storage.fixture.js +0 -40
  72. package/test/src/lib/common/mock/mock.item.storage.fixture.js.map +0 -1
  73. package/test/src/lib/common/storage/index.js +0 -7
  74. package/test/src/lib/common/storage/index.js.map +0 -1
  75. package/test/src/lib/common/storage/storage.instance.js +0 -24
  76. package/test/src/lib/common/storage/storage.instance.js.map +0 -1
  77. package/test/src/lib/common/storage/storage.js +0 -37
  78. package/test/src/lib/common/storage/storage.js.map +0 -1
  79. package/test/src/lib/common/storage/test.driver.accessor.js +0 -669
  80. package/test/src/lib/common/storage/test.driver.accessor.js.map +0 -1
  81. package/test/src/lib/index.js +0 -6
  82. package/test/src/lib/index.js.map +0 -1
  83. /package/{index.cjs.d.ts → index.d.ts} +0 -0
  84. /package/{index.esm.d.ts → test/index.d.ts} +0 -0
package/test/CHANGELOG.md DELETED
@@ -1,2114 +0,0 @@
1
- # Changelog
2
-
3
- This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
-
5
- ## [12.6.21](https://github.com/dereekb/dbx-components/compare/v12.6.20-dev...v12.6.21) (2026-02-18)
6
-
7
-
8
-
9
- ## [12.6.20](https://github.com/dereekb/dbx-components/compare/v12.6.19-dev...v12.6.20) (2026-02-15)
10
-
11
-
12
-
13
- ## [12.6.19](https://github.com/dereekb/dbx-components/compare/v12.6.18-dev...v12.6.19) (2026-02-13)
14
-
15
-
16
-
17
- ## [12.6.18](https://github.com/dereekb/dbx-components/compare/v12.6.17-dev...v12.6.18) (2026-02-10)
18
-
19
-
20
-
21
- ## [12.6.17](https://github.com/dereekb/dbx-components/compare/v12.6.16-dev...v12.6.17) (2026-02-09)
22
-
23
-
24
-
25
- ## [12.6.16](https://github.com/dereekb/dbx-components/compare/v12.6.15-dev...v12.6.16) (2026-02-08)
26
-
27
-
28
-
29
- ## [12.6.15](https://github.com/dereekb/dbx-components/compare/v12.6.14-dev...v12.6.15) (2026-02-07)
30
-
31
-
32
-
33
- ## [12.6.14](https://github.com/dereekb/dbx-components/compare/v12.6.13-dev...v12.6.14) (2026-02-06)
34
-
35
-
36
-
37
- ## [12.6.13](https://github.com/dereekb/dbx-components/compare/v12.6.12-dev...v12.6.13) (2026-02-06)
38
-
39
-
40
-
41
- ## [12.6.12](https://github.com/dereekb/dbx-components/compare/v12.6.10-dev-dev...v12.6.12) (2026-02-04)
42
-
43
-
44
-
45
- ## [12.6.11](https://github.com/dereekb/dbx-components/compare/v12.6.10-dev...v12.6.11) (2026-02-03)
46
-
47
-
48
-
49
- ## [12.6.10](https://github.com/dereekb/dbx-components/compare/v12.6.9-dev...v12.6.10) (2026-01-30)
50
-
51
-
52
-
53
- ## [12.6.9](https://github.com/dereekb/dbx-components/compare/v12.6.8-dev...v12.6.9) (2026-01-26)
54
-
55
-
56
-
57
- ## [12.6.8](https://github.com/dereekb/dbx-components/compare/v12.6.7-dev...v12.6.8) (2026-01-19)
58
-
59
-
60
-
61
- ## [12.6.7](https://github.com/dereekb/dbx-components/compare/v12.6.6-dev...v12.6.7) (2026-01-06)
62
-
63
-
64
-
65
- ## [12.6.6](https://github.com/dereekb/dbx-components/compare/v12.6.5-dev...v12.6.6) (2025-12-31)
66
-
67
-
68
-
69
- ## [12.6.5](https://github.com/dereekb/dbx-components/compare/v12.6.4-dev...v12.6.5) (2025-12-30)
70
-
71
-
72
-
73
- ## [12.6.4](https://github.com/dereekb/dbx-components/compare/v12.6.3-dev...v12.6.4) (2025-12-16)
74
-
75
-
76
-
77
- ## [12.6.3](https://github.com/dereekb/dbx-components/compare/v12.6.2-dev...v12.6.3) (2025-12-16)
78
-
79
-
80
-
81
- ## [12.6.2](https://github.com/dereekb/dbx-components/compare/v12.6.1-dev...v12.6.2) (2025-12-08)
82
-
83
-
84
-
85
- ## [12.6.1](https://github.com/dereekb/dbx-components/compare/v12.6.0-dev...v12.6.1) (2025-12-07)
86
-
87
-
88
-
89
- # [12.6.0](https://github.com/dereekb/dbx-components/compare/v12.5.10-dev...v12.6.0) (2025-12-02)
90
-
91
-
92
-
93
- ## [12.5.10](https://github.com/dereekb/dbx-components/compare/v12.5.9-dev...v12.5.10) (2025-11-21)
94
-
95
-
96
-
97
- ## [12.5.9](https://github.com/dereekb/dbx-components/compare/v12.5.8-dev...v12.5.9) (2025-11-16)
98
-
99
-
100
-
101
- ## [12.5.8](https://github.com/dereekb/dbx-components/compare/v12.5.7-dev...v12.5.8) (2025-11-06)
102
-
103
-
104
-
105
- ## [12.5.7](https://github.com/dereekb/dbx-components/compare/v12.5.6-dev...v12.5.7) (2025-11-05)
106
-
107
-
108
-
109
- ## [12.5.6](https://github.com/dereekb/dbx-components/compare/v12.5.5-dev...v12.5.6) (2025-11-02)
110
-
111
-
112
-
113
- ## [12.5.5](https://github.com/dereekb/dbx-components/compare/v12.5.4-dev...v12.5.5) (2025-10-18)
114
-
115
-
116
-
117
- ## [12.5.4](https://github.com/dereekb/dbx-components/compare/v12.5.3-dev...v12.5.4) (2025-10-17)
118
-
119
-
120
-
121
- ## [12.5.3](https://github.com/dereekb/dbx-components/compare/v12.5.2-dev...v12.5.3) (2025-10-16)
122
-
123
-
124
-
125
- ## [12.5.2](https://github.com/dereekb/dbx-components/compare/v12.5.1-dev...v12.5.2) (2025-10-15)
126
-
127
-
128
-
129
- ## [12.5.1](https://github.com/dereekb/dbx-components/compare/v12.5.0-dev...v12.5.1) (2025-10-14)
130
-
131
-
132
-
133
- # [12.5.0](https://github.com/dereekb/dbx-components/compare/v12.4.5-dev...v12.5.0) (2025-10-13)
134
-
135
-
136
- ### Features
137
-
138
- * added StorageFile ([#30](https://github.com/dereekb/dbx-components/issues/30)) ([1c00f02](https://github.com/dereekb/dbx-components/commit/1c00f0242fa40548ced24799c277acfe5c9ee3bb))
139
-
140
-
141
-
142
- ## [12.4.5](https://github.com/dereekb/dbx-components/compare/v12.4.4-dev...v12.4.5) (2025-09-14)
143
-
144
-
145
-
146
- ## [12.4.4](https://github.com/dereekb/dbx-components/compare/v12.4.3-dev...v12.4.4) (2025-09-11)
147
-
148
-
149
-
150
- ## [12.4.3](https://github.com/dereekb/dbx-components/compare/v12.4.2-dev...v12.4.3) (2025-09-11)
151
-
152
-
153
-
154
- ## [12.4.2](https://github.com/dereekb/dbx-components/compare/v12.4.1-dev...v12.4.2) (2025-09-10)
155
-
156
-
157
-
158
- ## [12.4.1](https://github.com/dereekb/dbx-components/compare/v12.4.0-dev...v12.4.1) (2025-09-09)
159
-
160
-
161
-
162
- # [12.4.0](https://github.com/dereekb/dbx-components/compare/v12.3.12-dev-dev...v12.4.0) (2025-08-30)
163
-
164
-
165
-
166
- ## [12.3.13](https://github.com/dereekb/dbx-components/compare/v12.3.12-dev...v12.3.13) (2025-08-22)
167
-
168
-
169
-
170
- ## [12.3.12](https://github.com/dereekb/dbx-components/compare/v12.3.11-dev...v12.3.12) (2025-08-20)
171
-
172
-
173
-
174
- ## [12.3.11](https://github.com/dereekb/dbx-components/compare/v12.3.10-dev...v12.3.11) (2025-08-19)
175
-
176
-
177
-
178
- ## [12.3.10](https://github.com/dereekb/dbx-components/compare/v12.3.9-dev...v12.3.10) (2025-08-15)
179
-
180
-
181
-
182
- ## [12.3.9](https://github.com/dereekb/dbx-components/compare/v12.3.8-dev...v12.3.9) (2025-08-15)
183
-
184
-
185
-
186
- ## [12.3.8](https://github.com/dereekb/dbx-components/compare/v12.3.7-dev...v12.3.8) (2025-08-14)
187
-
188
-
189
-
190
- ## [12.3.7](https://github.com/dereekb/dbx-components/compare/v12.3.6-dev...v12.3.7) (2025-08-14)
191
-
192
-
193
-
194
- ## [12.3.6](https://github.com/dereekb/dbx-components/compare/v12.3.5-dev...v12.3.6) (2025-08-13)
195
-
196
-
197
-
198
- ## [12.3.5](https://github.com/dereekb/dbx-components/compare/v12.3.4-dev...v12.3.5) (2025-08-12)
199
-
200
-
201
-
202
- ## [12.3.4](https://github.com/dereekb/dbx-components/compare/v12.3.3-dev...v12.3.4) (2025-08-06)
203
-
204
-
205
-
206
- ## [12.3.3](https://github.com/dereekb/dbx-components/compare/v12.3.2-dev...v12.3.3) (2025-08-06)
207
-
208
-
209
-
210
- ## [12.3.2](https://github.com/dereekb/dbx-components/compare/v12.3.1-dev...v12.3.2) (2025-08-04)
211
-
212
-
213
-
214
- ## [12.3.1](https://github.com/dereekb/dbx-components/compare/v12.3.0-dev...v12.3.1) (2025-07-11)
215
-
216
-
217
-
218
- # [12.3.0](https://github.com/dereekb/dbx-components/compare/v12.2.1-dev...v12.3.0) (2025-07-04)
219
-
220
-
221
-
222
- ## [12.2.1](https://github.com/dereekb/dbx-components/compare/v12.2.0-dev...v12.2.1) (2025-07-02)
223
-
224
-
225
-
226
- # [12.2.0](https://github.com/dereekb/dbx-components/compare/v12.1.14-dev...v12.2.0) (2025-06-29)
227
-
228
-
229
-
230
- ## [12.1.14](https://github.com/dereekb/dbx-components/compare/v12.1.13-dev...v12.1.14) (2025-06-27)
231
-
232
-
233
-
234
- ## [12.1.13](https://github.com/dereekb/dbx-components/compare/v12.1.12-dev...v12.1.13) (2025-06-23)
235
-
236
-
237
-
238
- ## [12.1.12](https://github.com/dereekb/dbx-components/compare/v12.1.11...v12.1.12) (2025-06-19)
239
-
240
-
241
-
242
- ## [12.1.11](https://github.com/dereekb/dbx-components/compare/v12.1.10...v12.1.11) (2025-06-17)
243
-
244
-
245
-
246
- ## [12.1.10](https://github.com/dereekb/dbx-components/compare/v12.1.9...v12.1.10) (2025-06-13)
247
-
248
-
249
-
250
- ## [12.1.9](https://github.com/dereekb/dbx-components/compare/v12.1.8...v12.1.9) (2025-06-09)
251
-
252
-
253
-
254
- ## [12.1.8](https://github.com/dereekb/dbx-components/compare/v12.1.7...v12.1.8) (2025-06-08)
255
-
256
-
257
-
258
- ## [12.1.7](https://github.com/dereekb/dbx-components/compare/v12.1.6...v12.1.7) (2025-06-04)
259
-
260
-
261
-
262
- ## [12.1.6](https://github.com/dereekb/dbx-components/compare/v12.1.5-dev...v12.1.6) (2025-06-04)
263
-
264
-
265
-
266
- ## [12.1.5](https://github.com/dereekb/dbx-components/compare/v12.1.4-dev...v12.1.5) (2025-05-30)
267
-
268
-
269
-
270
- ## [12.1.4](https://github.com/dereekb/dbx-components/compare/v12.1.3-dev...v12.1.4) (2025-05-22)
271
-
272
-
273
-
274
- ## [12.1.3](https://github.com/dereekb/dbx-components/compare/v12.1.2-dev...v12.1.3) (2025-05-20)
275
-
276
-
277
-
278
- ## [12.1.2](https://github.com/dereekb/dbx-components/compare/v12.1.1-dev...v12.1.2) (2025-05-13)
279
-
280
-
281
-
282
- ## [12.1.1](https://github.com/dereekb/dbx-components/compare/v12.1.0-dev...v12.1.1) (2025-05-12)
283
-
284
-
285
-
286
- # [12.1.0](https://github.com/dereekb/dbx-components/compare/v12.0.6-dev...v12.1.0) (2025-05-10)
287
-
288
-
289
-
290
- ## [12.0.6](https://github.com/dereekb/dbx-components/compare/v12.0.5-dev...v12.0.6) (2025-05-07)
291
-
292
-
293
-
294
- ## [12.0.5](https://github.com/dereekb/dbx-components/compare/v12.0.4-dev...v12.0.5) (2025-05-02)
295
-
296
-
297
-
298
- ## [12.0.4](https://github.com/dereekb/dbx-components/compare/v12.0.3-dev...v12.0.4) (2025-04-29)
299
-
300
-
301
-
302
- ## [12.0.3](https://github.com/dereekb/dbx-components/compare/v12.0.2-dev...v12.0.3) (2025-04-29)
303
-
304
-
305
-
306
- ## [12.0.2](https://github.com/dereekb/dbx-components/compare/v12.0.1-dev...v12.0.2) (2025-04-26)
307
-
308
-
309
-
310
- ## [12.0.1](https://github.com/dereekb/dbx-components/compare/v12.0.0-dev...v12.0.1) (2025-04-25)
311
-
312
-
313
-
314
- # [12.0.0](https://github.com/dereekb/dbx-components/compare/v11.1.8-dev...v12.0.0) (2025-04-23)
315
-
316
-
317
- ### Features
318
-
319
- * angular 18 ([#28](https://github.com/dereekb/dbx-components/issues/28)) ([c8f5472](https://github.com/dereekb/dbx-components/commit/c8f5472026b47c8877f404a9c87bf7a3fa68b45b))
320
-
321
-
322
-
323
- ## [11.1.8](https://github.com/dereekb/dbx-components/compare/v11.1.7-dev...v11.1.8) (2025-04-04)
324
-
325
-
326
-
327
- ## [11.1.7](https://github.com/dereekb/dbx-components/compare/v11.1.6-dev...v11.1.7) (2025-03-26)
328
-
329
-
330
-
331
- ## [11.1.6](https://github.com/dereekb/dbx-components/compare/v11.1.5-dev...v11.1.6) (2025-03-20)
332
-
333
-
334
-
335
- ## [11.1.5](https://github.com/dereekb/dbx-components/compare/v11.1.4-dev...v11.1.5) (2025-03-20)
336
-
337
-
338
-
339
- ## [11.1.4](https://github.com/dereekb/dbx-components/compare/v11.1.3-dev...v11.1.4) (2025-03-17)
340
-
341
-
342
-
343
- ## [11.1.3](https://github.com/dereekb/dbx-components/compare/v11.1.2-dev...v11.1.3) (2025-03-07)
344
-
345
-
346
-
347
- ## [11.1.2](https://github.com/dereekb/dbx-components/compare/v11.1.1-dev...v11.1.2) (2025-03-04)
348
-
349
-
350
-
351
- ## [11.1.1](https://github.com/dereekb/dbx-components/compare/v11.1.0-dev...v11.1.1) (2025-03-03)
352
-
353
-
354
-
355
- # [11.1.0](https://github.com/dereekb/dbx-components/compare/v11.0.21-dev...v11.1.0) (2025-02-28)
356
-
357
-
358
-
359
- ## [11.0.21](https://github.com/dereekb/dbx-components/compare/v11.0.20-dev...v11.0.21) (2025-01-28)
360
-
361
-
362
-
363
- ## [11.0.20](https://github.com/dereekb/dbx-components/compare/v11.0.19-dev...v11.0.20) (2025-01-20)
364
-
365
-
366
-
367
- ## [11.0.19](https://github.com/dereekb/dbx-components/compare/v11.0.18-dev...v11.0.19) (2025-01-09)
368
-
369
-
370
-
371
- ## [11.0.18](https://github.com/dereekb/dbx-components/compare/v11.0.17-dev...v11.0.18) (2024-12-13)
372
-
373
-
374
-
375
- ## [11.0.17](https://github.com/dereekb/dbx-components/compare/v11.0.16-dev...v11.0.17) (2024-12-05)
376
-
377
-
378
-
379
- ## [11.0.16](https://github.com/dereekb/dbx-components/compare/v11.0.15-dev...v11.0.16) (2024-12-05)
380
-
381
-
382
-
383
- ## [11.0.15](https://github.com/dereekb/dbx-components/compare/v11.0.14-dev...v11.0.15) (2024-11-29)
384
-
385
-
386
-
387
- ## [11.0.14](https://github.com/dereekb/dbx-components/compare/v11.0.13-dev...v11.0.14) (2024-11-27)
388
-
389
-
390
-
391
- ## [11.0.13](https://github.com/dereekb/dbx-components/compare/v11.0.12-dev...v11.0.13) (2024-11-27)
392
-
393
-
394
-
395
- ## [11.0.12](https://github.com/dereekb/dbx-components/compare/v11.0.11-dev...v11.0.12) (2024-11-24)
396
-
397
-
398
-
399
- ## [11.0.10](https://github.com/dereekb/dbx-components/compare/v11.0.9-dev...v11.0.10) (2024-11-24)
400
-
401
-
402
-
403
- ## [11.0.9](https://github.com/dereekb/dbx-components/compare/v11.0.8-dev...v11.0.9) (2024-11-23)
404
-
405
-
406
-
407
- ## [11.0.8](https://github.com/dereekb/dbx-components/compare/v11.0.7-dev...v11.0.8) (2024-11-23)
408
-
409
-
410
-
411
- ## [11.0.7](https://github.com/dereekb/dbx-components/compare/v11.0.6-dev...v11.0.7) (2024-11-22)
412
-
413
-
414
-
415
- ## [11.0.6](https://github.com/dereekb/dbx-components/compare/v11.0.5-dev...v11.0.6) (2024-11-20)
416
-
417
-
418
-
419
- ## [11.0.5](https://github.com/dereekb/dbx-components/compare/v11.0.4-dev...v11.0.5) (2024-11-19)
420
-
421
-
422
-
423
- ## [11.0.4](https://github.com/dereekb/dbx-components/compare/v11.0.3-dev...v11.0.4) (2024-11-19)
424
-
425
-
426
-
427
- ## [11.0.3](https://github.com/dereekb/dbx-components/compare/v11.0.2-dev...v11.0.3) (2024-11-15)
428
-
429
-
430
-
431
- ## [11.0.2](https://github.com/dereekb/dbx-components/compare/v11.0.1-dev...v11.0.2) (2024-11-14)
432
-
433
-
434
-
435
- ## [11.0.1](https://github.com/dereekb/dbx-components/compare/v11.0.0-dev...v11.0.1) (2024-11-12)
436
-
437
-
438
-
439
- # [11.0.0](https://github.com/dereekb/dbx-components/compare/v10.2.0-dev...v11.0.0) (2024-11-12)
440
-
441
-
442
- ### Code Refactoring
443
-
444
- * revisited some todos ([4902b4b](https://github.com/dereekb/dbx-components/commit/4902b4bcffde7174c37b72d84fd4473e3b975769))
445
-
446
-
447
- ### BREAKING CHANGES
448
-
449
- * all breaking changes are documented in VERSION_MIGRATION.md
450
-
451
-
452
-
453
- # [10.2.0](https://github.com/dereekb/dbx-components/compare/v10.1.30-dev...v10.2.0) (2024-11-07)
454
-
455
-
456
- ### Features
457
-
458
- * zoho recruit ([#26](https://github.com/dereekb/dbx-components/issues/26)) ([8e028fd](https://github.com/dereekb/dbx-components/commit/8e028fd6fc57fb276ce04d37ce010fb5a42d4157))
459
-
460
-
461
-
462
- ## [10.1.30](https://github.com/dereekb/dbx-components/compare/v10.1.29-dev...v10.1.30) (2024-10-23)
463
-
464
-
465
-
466
- ## [10.1.29](https://github.com/dereekb/dbx-components/compare/v10.1.28-dev...v10.1.29) (2024-10-20)
467
-
468
-
469
-
470
- ## [10.1.28](https://github.com/dereekb/dbx-components/compare/v10.1.27-dev...v10.1.28) (2024-10-12)
471
-
472
-
473
-
474
- ## [10.1.27](https://github.com/dereekb/dbx-components/compare/v10.1.26-dev...v10.1.27) (2024-09-26)
475
-
476
-
477
-
478
- ## [10.1.26](https://github.com/dereekb/dbx-components/compare/v10.1.25-dev...v10.1.26) (2024-09-12)
479
-
480
-
481
-
482
- ## [10.1.25](https://github.com/dereekb/dbx-components/compare/v10.1.24-dev...v10.1.25) (2024-09-09)
483
-
484
-
485
-
486
- ## [10.1.24](https://github.com/dereekb/dbx-components/compare/v10.1.23-dev...v10.1.24) (2024-08-13)
487
-
488
-
489
-
490
- ## [10.1.23](https://github.com/dereekb/dbx-components/compare/v10.1.22-dev...v10.1.23) (2024-08-01)
491
-
492
-
493
-
494
- ## [10.1.22](https://github.com/dereekb/dbx-components/compare/v10.1.21-dev...v10.1.22) (2024-07-15)
495
-
496
-
497
-
498
- ## [10.1.21](https://github.com/dereekb/dbx-components/compare/v10.1.20-dev...v10.1.21) (2024-07-09)
499
-
500
-
501
-
502
- ## [10.1.20](https://github.com/dereekb/dbx-components/compare/v10.1.19-dev...v10.1.20) (2024-06-12)
503
-
504
-
505
-
506
- ## [10.1.19](https://github.com/dereekb/dbx-components/compare/v10.1.18-dev...v10.1.19) (2024-05-24)
507
-
508
-
509
-
510
- ## [10.1.18](https://github.com/dereekb/dbx-components/compare/v10.1.17-dev...v10.1.18) (2024-05-21)
511
-
512
-
513
-
514
- ## [10.1.17](https://github.com/dereekb/dbx-components/compare/v10.1.16-dev...v10.1.17) (2024-05-21)
515
-
516
-
517
-
518
- ## [10.1.16](https://github.com/dereekb/dbx-components/compare/v10.1.15-dev...v10.1.16) (2024-05-15)
519
-
520
-
521
-
522
- ## [10.1.15](https://github.com/dereekb/dbx-components/compare/v10.1.14-dev...v10.1.15) (2024-05-14)
523
-
524
-
525
-
526
- ## [10.1.14](https://github.com/dereekb/dbx-components/compare/v10.1.13-dev...v10.1.14) (2024-05-14)
527
-
528
-
529
-
530
- ## [10.1.13](https://github.com/dereekb/dbx-components/compare/v10.1.12-dev...v10.1.13) (2024-05-13)
531
-
532
-
533
-
534
- ## [10.1.12](https://github.com/dereekb/dbx-components/compare/v10.1.11-dev...v10.1.12) (2024-04-30)
535
-
536
-
537
-
538
- ## [10.1.11](https://github.com/dereekb/dbx-components/compare/v10.1.10-dev...v10.1.11) (2024-04-27)
539
-
540
-
541
-
542
- ## [10.1.10](https://github.com/dereekb/dbx-components/compare/v10.1.9-dev...v10.1.10) (2024-04-12)
543
-
544
-
545
-
546
- ## [10.1.9](https://github.com/dereekb/dbx-components/compare/v10.1.8-dev...v10.1.9) (2024-04-10)
547
-
548
-
549
-
550
- ## [10.1.8](https://github.com/dereekb/dbx-components/compare/v10.1.7-dev...v10.1.8) (2024-04-02)
551
-
552
-
553
-
554
- ## [10.1.7](https://github.com/dereekb/dbx-components/compare/v10.1.6-dev...v10.1.7) (2024-03-28)
555
-
556
-
557
-
558
- ## [10.1.6](https://github.com/dereekb/dbx-components/compare/v10.1.5-dev...v10.1.6) (2024-03-26)
559
-
560
-
561
-
562
- ## [10.1.5](https://github.com/dereekb/dbx-components/compare/v10.1.4-dev...v10.1.5) (2024-03-22)
563
-
564
-
565
-
566
- ## [10.1.4](https://github.com/dereekb/dbx-components/compare/v10.1.3-dev...v10.1.4) (2024-03-14)
567
-
568
-
569
-
570
- ## [10.1.3](https://github.com/dereekb/dbx-components/compare/v10.1.2-dev...v10.1.3) (2024-03-11)
571
-
572
-
573
-
574
- ## [10.1.2](https://github.com/dereekb/dbx-components/compare/v10.1.1-dev...v10.1.2) (2024-03-06)
575
-
576
-
577
-
578
- ## [10.1.1](https://github.com/dereekb/dbx-components/compare/v10.1.0-dev...v10.1.1) (2024-03-05)
579
-
580
-
581
-
582
- # [10.1.0](https://github.com/dereekb/dbx-components/compare/v10.0.24-dev...v10.1.0) (2024-03-01)
583
-
584
-
585
-
586
- ## [10.0.24](https://github.com/dereekb/dbx-components/compare/v10.0.23-dev...v10.0.24) (2024-02-28)
587
-
588
-
589
-
590
- ## [10.0.23](https://github.com/dereekb/dbx-components/compare/v10.0.22-dev...v10.0.23) (2024-02-27)
591
-
592
-
593
-
594
- ## [10.0.22](https://github.com/dereekb/dbx-components/compare/v10.0.21-dev...v10.0.22) (2024-02-19)
595
-
596
-
597
-
598
- ## [10.0.21](https://github.com/dereekb/dbx-components/compare/v10.0.20-dev...v10.0.21) (2024-02-17)
599
-
600
-
601
-
602
- ## [10.0.20](https://github.com/dereekb/dbx-components/compare/v10.0.19-dev...v10.0.20) (2024-02-15)
603
-
604
-
605
-
606
- ## [10.0.19](https://github.com/dereekb/dbx-components/compare/v10.0.18-dev...v10.0.19) (2024-02-13)
607
-
608
-
609
-
610
- ## [10.0.18](https://github.com/dereekb/dbx-components/compare/v10.0.17-dev...v10.0.18) (2024-02-13)
611
-
612
-
613
-
614
- ## [10.0.17](https://github.com/dereekb/dbx-components/compare/v10.0.16-dev...v10.0.17) (2024-02-06)
615
-
616
-
617
-
618
- ## [10.0.16](https://github.com/dereekb/dbx-components/compare/v10.0.15-dev...v10.0.16) (2024-02-05)
619
-
620
-
621
-
622
- ## [10.0.15](https://github.com/dereekb/dbx-components/compare/v10.0.14-dev...v10.0.15) (2024-02-03)
623
-
624
-
625
-
626
- ## [10.0.14](https://github.com/dereekb/dbx-components/compare/v10.0.13-dev...v10.0.14) (2024-01-31)
627
-
628
-
629
-
630
- ## [10.0.13](https://github.com/dereekb/dbx-components/compare/v10.0.12-dev...v10.0.13) (2024-01-29)
631
-
632
-
633
-
634
- ## [10.0.12](https://github.com/dereekb/dbx-components/compare/v10.0.11-dev...v10.0.12) (2024-01-27)
635
-
636
-
637
-
638
- ## [10.0.11](https://github.com/dereekb/dbx-components/compare/v10.0.10-dev...v10.0.11) (2024-01-25)
639
-
640
-
641
-
642
- ## [10.0.10](https://github.com/dereekb/dbx-components/compare/v10.0.9-dev...v10.0.10) (2024-01-21)
643
-
644
-
645
-
646
- ## [10.0.9](https://github.com/dereekb/dbx-components/compare/v10.0.8-dev...v10.0.9) (2024-01-15)
647
-
648
-
649
-
650
- ## [10.0.8](https://github.com/dereekb/dbx-components/compare/v10.0.7-dev...v10.0.8) (2024-01-14)
651
-
652
-
653
-
654
- ## [10.0.7](https://github.com/dereekb/dbx-components/compare/v10.0.6-dev...v10.0.7) (2024-01-13)
655
-
656
-
657
-
658
- ## [10.0.6](https://github.com/dereekb/dbx-components/compare/v10.0.5-dev...v10.0.6) (2024-01-13)
659
-
660
-
661
-
662
- ## [10.0.5](https://github.com/dereekb/dbx-components/compare/v10.0.4-dev...v10.0.5) (2024-01-12)
663
-
664
-
665
-
666
- ## [10.0.4](https://github.com/dereekb/dbx-components/compare/v10.0.3-dev...v10.0.4) (2024-01-12)
667
-
668
-
669
-
670
- ## [10.0.3](https://github.com/dereekb/dbx-components/compare/v10.0.2-dev...v10.0.3) (2024-01-12)
671
-
672
-
673
-
674
- ## [10.0.2](https://github.com/dereekb/dbx-components/compare/v10.0.1-dev...v10.0.2) (2024-01-11)
675
-
676
-
677
-
678
- ## [10.0.1](https://github.com/dereekb/dbx-components/compare/v10.0.0-dev...v10.0.1) (2024-01-11)
679
-
680
-
681
-
682
- # [10.0.0](https://github.com/dereekb/dbx-components/compare/v9.25.17...v10.0.0) (2024-01-10)
683
-
684
-
685
-
686
- ## [9.25.17](https://github.com/dereekb/dbx-components/compare/v10.0.0-pre...v9.25.17) (2024-01-10)
687
-
688
-
689
-
690
- ## [9.25.16](https://github.com/dereekb/dbx-components/compare/v9.25.15-dev...v9.25.16) (2023-12-01)
691
-
692
-
693
-
694
- ## [9.25.15](https://github.com/dereekb/dbx-components/compare/v9.25.14-dev...v9.25.15) (2023-11-27)
695
-
696
-
697
-
698
- ## [9.25.14](https://github.com/dereekb/dbx-components/compare/v9.25.13-dev...v9.25.14) (2023-11-23)
699
-
700
-
701
-
702
- ## [9.25.13](https://github.com/dereekb/dbx-components/compare/v9.25.12-dev...v9.25.13) (2023-11-15)
703
-
704
-
705
-
706
- ## [9.25.12](https://github.com/dereekb/dbx-components/compare/v9.25.11-dev...v9.25.12) (2023-11-14)
707
-
708
-
709
-
710
- ## [9.25.11](https://github.com/dereekb/dbx-components/compare/v9.25.10-dev...v9.25.11) (2023-11-11)
711
-
712
-
713
-
714
- ## [9.25.10](https://github.com/dereekb/dbx-components/compare/v9.25.9-dev...v9.25.10) (2023-11-01)
715
-
716
-
717
-
718
- ## [9.25.9](https://github.com/dereekb/dbx-components/compare/v9.25.8-dev...v9.25.9) (2023-10-31)
719
-
720
-
721
-
722
- ## [9.25.8](https://github.com/dereekb/dbx-components/compare/v9.25.7-dev...v9.25.8) (2023-10-31)
723
-
724
-
725
-
726
- ## [9.25.7](https://github.com/dereekb/dbx-components/compare/v9.25.6-dev...v9.25.7) (2023-10-26)
727
-
728
-
729
-
730
- ## [9.25.6](https://github.com/dereekb/dbx-components/compare/v9.25.5-dev...v9.25.6) (2023-10-17)
731
-
732
-
733
-
734
- ## [9.25.5](https://github.com/dereekb/dbx-components/compare/v9.25.4-dev...v9.25.5) (2023-10-16)
735
-
736
-
737
-
738
- ## [9.25.4](https://github.com/dereekb/dbx-components/compare/v9.25.3-dev...v9.25.4) (2023-10-16)
739
-
740
-
741
-
742
- ## [9.25.3](https://github.com/dereekb/dbx-components/compare/v9.25.2-dev...v9.25.3) (2023-10-15)
743
-
744
-
745
-
746
- ## [9.25.2](https://github.com/dereekb/dbx-components/compare/v9.25.1-dev...v9.25.2) (2023-10-14)
747
-
748
-
749
-
750
- ## [9.25.1](https://github.com/dereekb/dbx-components/compare/v9.25.0-dev...v9.25.1) (2023-10-13)
751
-
752
-
753
-
754
- # [9.25.0](https://github.com/dereekb/dbx-components/compare/v9.24.47-dev...v9.25.0) (2023-10-10)
755
-
756
-
757
-
758
- ## [9.24.47](https://github.com/dereekb/dbx-components/compare/v9.24.46-dev...v9.24.47) (2023-10-08)
759
-
760
-
761
-
762
- ## [9.24.46](https://github.com/dereekb/dbx-components/compare/v9.24.45-dev...v9.24.46) (2023-09-21)
763
-
764
-
765
-
766
- ## [9.24.45](https://github.com/dereekb/dbx-components/compare/v9.24.44-dev...v9.24.45) (2023-09-20)
767
-
768
-
769
-
770
- ## [9.24.44](https://github.com/dereekb/dbx-components/compare/v9.24.43-dev...v9.24.44) (2023-09-14)
771
-
772
-
773
-
774
- ## [9.24.43](https://github.com/dereekb/dbx-components/compare/v9.24.42-dev...v9.24.43) (2023-09-06)
775
-
776
-
777
-
778
- ## [9.24.42](https://github.com/dereekb/dbx-components/compare/v9.24.41-dev...v9.24.42) (2023-08-31)
779
-
780
-
781
-
782
- ## [9.24.41](https://github.com/dereekb/dbx-components/compare/v9.24.40-dev...v9.24.41) (2023-08-30)
783
-
784
-
785
-
786
- ## [9.24.40](https://github.com/dereekb/dbx-components/compare/v9.24.39-dev...v9.24.40) (2023-08-30)
787
-
788
-
789
-
790
- ## [9.24.39](https://github.com/dereekb/dbx-components/compare/v9.24.38-dev...v9.24.39) (2023-08-30)
791
-
792
-
793
-
794
- ## [9.24.38](https://github.com/dereekb/dbx-components/compare/v9.24.37-dev...v9.24.38) (2023-08-26)
795
-
796
-
797
-
798
- ## [9.24.37](https://github.com/dereekb/dbx-components/compare/v9.24.36-dev...v9.24.37) (2023-08-26)
799
-
800
-
801
-
802
- ## [9.24.36](https://github.com/dereekb/dbx-components/compare/v9.24.35-dev...v9.24.36) (2023-08-25)
803
-
804
-
805
-
806
- ## [9.24.35](https://github.com/dereekb/dbx-components/compare/v9.24.34-dev...v9.24.35) (2023-08-24)
807
-
808
-
809
-
810
- ## [9.24.34](https://github.com/dereekb/dbx-components/compare/v9.24.33-dev...v9.24.34) (2023-08-23)
811
-
812
-
813
-
814
- ## [9.24.33](https://github.com/dereekb/dbx-components/compare/v9.24.32-dev...v9.24.33) (2023-08-23)
815
-
816
-
817
-
818
- ## [9.24.32](https://github.com/dereekb/dbx-components/compare/v9.24.31-dev...v9.24.32) (2023-08-18)
819
-
820
-
821
-
822
- ## [9.24.31](https://github.com/dereekb/dbx-components/compare/v9.24.30-dev...v9.24.31) (2023-08-17)
823
-
824
-
825
-
826
- ## [9.24.30](https://github.com/dereekb/dbx-components/compare/v9.24.29-dev...v9.24.30) (2023-08-16)
827
-
828
-
829
-
830
- ## [9.24.29](https://github.com/dereekb/dbx-components/compare/v9.24.28-dev...v9.24.29) (2023-08-15)
831
-
832
-
833
-
834
- ## [9.24.28](https://github.com/dereekb/dbx-components/compare/v9.24.27-dev...v9.24.28) (2023-08-15)
835
-
836
-
837
-
838
- ## [9.24.27](https://github.com/dereekb/dbx-components/compare/v9.24.26-dev...v9.24.27) (2023-08-15)
839
-
840
-
841
-
842
- ## [9.24.26](https://github.com/dereekb/dbx-components/compare/v9.24.25-dev...v9.24.26) (2023-08-10)
843
-
844
-
845
-
846
- ## [9.24.25](https://github.com/dereekb/dbx-components/compare/v9.24.24-dev...v9.24.25) (2023-08-07)
847
-
848
-
849
-
850
- ## [9.24.24](https://github.com/dereekb/dbx-components/compare/v9.24.23-dev...v9.24.24) (2023-08-05)
851
-
852
-
853
-
854
- ## [9.24.23](https://github.com/dereekb/dbx-components/compare/v9.24.22-dev...v9.24.23) (2023-08-05)
855
-
856
-
857
-
858
- ## [9.24.22](https://github.com/dereekb/dbx-components/compare/v9.24.21-dev...v9.24.22) (2023-08-04)
859
-
860
-
861
-
862
- ## [9.24.21](https://github.com/dereekb/dbx-components/compare/v9.24.20-dev...v9.24.21) (2023-08-03)
863
-
864
-
865
-
866
- ## [9.24.20](https://github.com/dereekb/dbx-components/compare/v9.24.19-dev...v9.24.20) (2023-08-01)
867
-
868
-
869
-
870
- ## [9.24.19](https://github.com/dereekb/dbx-components/compare/v9.24.18-dev...v9.24.19) (2023-07-30)
871
-
872
-
873
-
874
- ## [9.24.18](https://github.com/dereekb/dbx-components/compare/v9.24.17-dev...v9.24.18) (2023-07-30)
875
-
876
-
877
-
878
- ## [9.24.17](https://github.com/dereekb/dbx-components/compare/v9.24.16-dev...v9.24.17) (2023-07-24)
879
-
880
-
881
-
882
- ## [9.24.16](https://github.com/dereekb/dbx-components/compare/v9.24.15-dev...v9.24.16) (2023-07-14)
883
-
884
-
885
-
886
- ## [9.24.15](https://github.com/dereekb/dbx-components/compare/v9.24.14-dev...v9.24.15) (2023-07-13)
887
-
888
-
889
-
890
- ## [9.24.14](https://github.com/dereekb/dbx-components/compare/v9.24.13-dev...v9.24.14) (2023-07-10)
891
-
892
-
893
-
894
- ## [9.24.13](https://github.com/dereekb/dbx-components/compare/v9.24.12-dev...v9.24.13) (2023-07-08)
895
-
896
-
897
-
898
- ## [9.24.12](https://github.com/dereekb/dbx-components/compare/v9.24.11-dev...v9.24.12) (2023-07-04)
899
-
900
-
901
-
902
- ## [9.24.11](https://github.com/dereekb/dbx-components/compare/v9.24.10-dev...v9.24.11) (2023-07-03)
903
-
904
-
905
-
906
- ## [9.24.10](https://github.com/dereekb/dbx-components/compare/v9.24.9-dev...v9.24.10) (2023-07-02)
907
-
908
-
909
-
910
- ## [9.24.9](https://github.com/dereekb/dbx-components/compare/v9.24.8-dev...v9.24.9) (2023-06-30)
911
-
912
-
913
-
914
- ## [9.24.8](https://github.com/dereekb/dbx-components/compare/v9.24.7-dev...v9.24.8) (2023-06-30)
915
-
916
-
917
-
918
- ## [9.24.7](https://github.com/dereekb/dbx-components/compare/v9.24.6-dev...v9.24.7) (2023-06-29)
919
-
920
-
921
-
922
- ## [9.24.6](https://github.com/dereekb/dbx-components/compare/v9.24.5-dev...v9.24.6) (2023-06-27)
923
-
924
-
925
-
926
- ## [9.24.5](https://github.com/dereekb/dbx-components/compare/v9.24.4-dev...v9.24.5) (2023-06-27)
927
-
928
-
929
-
930
- ## [9.24.4](https://github.com/dereekb/dbx-components/compare/v9.24.3-dev...v9.24.4) (2023-06-26)
931
-
932
-
933
-
934
- ## [9.24.3](https://github.com/dereekb/dbx-components/compare/v9.24.2-dev...v9.24.3) (2023-06-20)
935
-
936
-
937
-
938
- ## [9.24.2](https://github.com/dereekb/dbx-components/compare/v9.24.1-dev...v9.24.2) (2023-06-19)
939
-
940
-
941
-
942
- ## [9.24.1](https://github.com/dereekb/dbx-components/compare/v9.24.0-dev...v9.24.1) (2023-06-16)
943
-
944
-
945
-
946
- # [9.24.0](https://github.com/dereekb/dbx-components/compare/v9.23.28-dev...v9.24.0) (2023-06-15)
947
-
948
-
949
-
950
- ## [9.23.28](https://github.com/dereekb/dbx-components/compare/v9.23.27-dev...v9.23.28) (2023-06-08)
951
-
952
-
953
-
954
- ## [9.23.27](https://github.com/dereekb/dbx-components/compare/v9.23.26-dev...v9.23.27) (2023-06-06)
955
-
956
-
957
-
958
- ## [9.23.26](https://github.com/dereekb/dbx-components/compare/v9.23.25-dev...v9.23.26) (2023-06-05)
959
-
960
-
961
-
962
- ## [9.23.25](https://github.com/dereekb/dbx-components/compare/v9.23.24-dev...v9.23.25) (2023-05-31)
963
-
964
-
965
-
966
- ## [9.23.24](https://github.com/dereekb/dbx-components/compare/v9.23.23-dev...v9.23.24) (2023-05-30)
967
-
968
-
969
-
970
- ## [9.23.23](https://github.com/dereekb/dbx-components/compare/v9.23.22-dev...v9.23.23) (2023-05-30)
971
-
972
-
973
-
974
- ## [9.23.22](https://github.com/dereekb/dbx-components/compare/v9.23.21-dev...v9.23.22) (2023-05-29)
975
-
976
-
977
-
978
- ## [9.23.21](https://github.com/dereekb/dbx-components/compare/v9.23.20-dev...v9.23.21) (2023-05-27)
979
-
980
-
981
-
982
- ## [9.23.20](https://github.com/dereekb/dbx-components/compare/v9.23.19-dev...v9.23.20) (2023-05-19)
983
-
984
-
985
-
986
- ## [9.23.19](https://github.com/dereekb/dbx-components/compare/v9.23.18-dev...v9.23.19) (2023-05-11)
987
-
988
-
989
-
990
- ## [9.23.18](https://github.com/dereekb/dbx-components/compare/v9.23.17-dev...v9.23.18) (2023-05-10)
991
-
992
-
993
-
994
- ## [9.23.17](https://github.com/dereekb/dbx-components/compare/v9.23.16-dev...v9.23.17) (2023-05-04)
995
-
996
-
997
-
998
- ## [9.23.16](https://github.com/dereekb/dbx-components/compare/v9.23.15-dev...v9.23.16) (2023-05-02)
999
-
1000
-
1001
-
1002
- ## [9.23.15](https://github.com/dereekb/dbx-components/compare/v9.23.14-dev...v9.23.15) (2023-05-01)
1003
-
1004
-
1005
-
1006
- ## [9.23.14](https://github.com/dereekb/dbx-components/compare/v9.23.13-dev...v9.23.14) (2023-04-30)
1007
-
1008
-
1009
-
1010
- ## [9.23.13](https://github.com/dereekb/dbx-components/compare/v9.23.12-dev...v9.23.13) (2023-04-25)
1011
-
1012
-
1013
-
1014
- ## [9.23.12](https://github.com/dereekb/dbx-components/compare/v9.23.11-dev...v9.23.12) (2023-04-23)
1015
-
1016
-
1017
-
1018
- ## [9.23.11](https://github.com/dereekb/dbx-components/compare/v9.23.10-dev...v9.23.11) (2023-04-21)
1019
-
1020
-
1021
-
1022
- ## [9.23.10](https://github.com/dereekb/dbx-components/compare/v9.23.9-dev...v9.23.10) (2023-04-20)
1023
-
1024
-
1025
-
1026
- ## [9.23.9](https://github.com/dereekb/dbx-components/compare/v9.23.8-dev...v9.23.9) (2023-04-13)
1027
-
1028
-
1029
-
1030
- ## [9.23.8](https://github.com/dereekb/dbx-components/compare/v9.23.7-dev...v9.23.8) (2023-04-12)
1031
-
1032
-
1033
-
1034
- ## [9.23.7](https://github.com/dereekb/dbx-components/compare/v9.23.6-dev...v9.23.7) (2023-04-10)
1035
-
1036
-
1037
-
1038
- ## [9.23.6](https://github.com/dereekb/dbx-components/compare/v9.23.5-dev...v9.23.6) (2023-04-09)
1039
-
1040
-
1041
-
1042
- ## [9.23.5](https://github.com/dereekb/dbx-components/compare/v9.23.4-dev...v9.23.5) (2023-04-04)
1043
-
1044
-
1045
-
1046
- ## [9.23.4](https://github.com/dereekb/dbx-components/compare/v9.23.3-dev...v9.23.4) (2023-04-01)
1047
-
1048
-
1049
-
1050
- ## [9.23.3](https://github.com/dereekb/dbx-components/compare/v9.23.2-dev...v9.23.3) (2023-03-30)
1051
-
1052
-
1053
-
1054
- ## [9.23.2](https://github.com/dereekb/dbx-components/compare/v9.23.1-dev...v9.23.2) (2023-03-30)
1055
-
1056
-
1057
-
1058
- ## [9.23.1](https://github.com/dereekb/dbx-components/compare/v9.23.0-dev...v9.23.1) (2023-03-30)
1059
-
1060
-
1061
-
1062
- # [9.23.0](https://github.com/dereekb/dbx-components/compare/v9.22.11-dev...v9.23.0) (2023-03-28)
1063
-
1064
-
1065
-
1066
- ## [9.22.11](https://github.com/dereekb/dbx-components/compare/v9.22.10-dev...v9.22.11) (2023-03-26)
1067
-
1068
-
1069
-
1070
- ## [9.22.10](https://github.com/dereekb/dbx-components/compare/v9.22.9-dev...v9.22.10) (2023-03-22)
1071
-
1072
-
1073
-
1074
- ## [9.22.9](https://github.com/dereekb/dbx-components/compare/v9.22.8-dev...v9.22.9) (2023-03-21)
1075
-
1076
-
1077
-
1078
- ## [9.22.8](https://github.com/dereekb/dbx-components/compare/v9.22.7-dev...v9.22.8) (2023-03-06)
1079
-
1080
-
1081
-
1082
- ## [9.22.7](https://github.com/dereekb/dbx-components/compare/v9.22.6-dev...v9.22.7) (2023-03-03)
1083
-
1084
-
1085
-
1086
- ## [9.22.6](https://github.com/dereekb/dbx-components/compare/v9.22.5-dev...v9.22.6) (2023-03-02)
1087
-
1088
-
1089
-
1090
- ## [9.22.5](https://github.com/dereekb/dbx-components/compare/v9.22.4-dev...v9.22.5) (2023-02-28)
1091
-
1092
-
1093
-
1094
- ## [9.22.4](https://github.com/dereekb/dbx-components/compare/v9.22.3-dev...v9.22.4) (2023-02-27)
1095
-
1096
-
1097
-
1098
- ## [9.22.3](https://github.com/dereekb/dbx-components/compare/v9.22.2-dev...v9.22.3) (2023-02-27)
1099
-
1100
-
1101
-
1102
- ## [9.22.2](https://github.com/dereekb/dbx-components/compare/v9.22.1-dev...v9.22.2) (2023-02-25)
1103
-
1104
-
1105
-
1106
- ## [9.22.1](https://github.com/dereekb/dbx-components/compare/v9.22.0-dev...v9.22.1) (2023-02-24)
1107
-
1108
-
1109
-
1110
- # [9.22.0](https://github.com/dereekb/dbx-components/compare/v9.21.0-dev...v9.22.0) (2023-02-20)
1111
-
1112
-
1113
-
1114
- # [9.21.0](https://github.com/dereekb/dbx-components/compare/v9.20.20-dev...v9.21.0) (2023-01-31)
1115
-
1116
-
1117
-
1118
- ## [9.20.20](https://github.com/dereekb/dbx-components/compare/v9.20.19-dev...v9.20.20) (2023-01-23)
1119
-
1120
-
1121
-
1122
- ## [9.20.19](https://github.com/dereekb/dbx-components/compare/v9.20.18-dev...v9.20.19) (2023-01-17)
1123
-
1124
-
1125
-
1126
- ## [9.20.18](https://github.com/dereekb/dbx-components/compare/v9.20.17-dev...v9.20.18) (2023-01-08)
1127
-
1128
-
1129
-
1130
- ## [9.20.17](https://github.com/dereekb/dbx-components/compare/v9.20.16-dev...v9.20.17) (2023-01-05)
1131
-
1132
-
1133
-
1134
- ## [9.20.16](https://github.com/dereekb/dbx-components/compare/v9.20.15-dev...v9.20.16) (2023-01-05)
1135
-
1136
-
1137
-
1138
- ## [9.20.15](https://github.com/dereekb/dbx-components/compare/v9.20.14-dev...v9.20.15) (2023-01-05)
1139
-
1140
-
1141
-
1142
- ## [9.20.14](https://github.com/dereekb/dbx-components/compare/v9.20.13-dev...v9.20.14) (2023-01-04)
1143
-
1144
-
1145
-
1146
- ## [9.20.13](https://github.com/dereekb/dbx-components/compare/v9.20.12-dev...v9.20.13) (2023-01-04)
1147
-
1148
-
1149
-
1150
- ## [9.20.12](https://github.com/dereekb/dbx-components/compare/v9.20.11-dev...v9.20.12) (2023-01-04)
1151
-
1152
-
1153
-
1154
- ## [9.20.11](https://github.com/dereekb/dbx-components/compare/v9.20.10-dev...v9.20.11) (2023-01-03)
1155
-
1156
-
1157
-
1158
- ## [9.20.10](https://github.com/dereekb/dbx-components/compare/v9.20.9-dev...v9.20.10) (2023-01-03)
1159
-
1160
-
1161
-
1162
- ## [9.20.9](https://github.com/dereekb/dbx-components/compare/v9.20.8-dev...v9.20.9) (2023-01-01)
1163
-
1164
-
1165
-
1166
- ## [9.20.8](https://github.com/dereekb/dbx-components/compare/v9.20.7-dev...v9.20.8) (2022-12-31)
1167
-
1168
-
1169
- ### Bug Fixes
1170
-
1171
- * fixed converter issue ([de8874d](https://github.com/dereekb/dbx-components/commit/de8874d4318ba4a0f2debadcfd0eb5acc29bc451))
1172
-
1173
-
1174
-
1175
- ## [9.20.7](https://github.com/dereekb/dbx-components/compare/v9.20.6-dev...v9.20.7) (2022-12-31)
1176
-
1177
-
1178
-
1179
- ## [9.20.6](https://github.com/dereekb/dbx-components/compare/v9.20.5-dev...v9.20.6) (2022-12-26)
1180
-
1181
-
1182
-
1183
- ## [9.20.5](https://github.com/dereekb/dbx-components/compare/v9.20.4-dev...v9.20.5) (2022-12-26)
1184
-
1185
-
1186
-
1187
- ## [9.20.4](https://github.com/dereekb/dbx-components/compare/v9.20.3-dev...v9.20.4) (2022-12-24)
1188
-
1189
-
1190
-
1191
- ## [9.20.3](https://github.com/dereekb/dbx-components/compare/v9.20.2-dev...v9.20.3) (2022-12-22)
1192
-
1193
-
1194
-
1195
- ## [9.20.2](https://github.com/dereekb/dbx-components/compare/v9.20.1-dev...v9.20.2) (2022-12-21)
1196
-
1197
-
1198
-
1199
- ## [9.20.1](https://github.com/dereekb/dbx-components/compare/v9.20.0-dev...v9.20.1) (2022-12-19)
1200
-
1201
-
1202
-
1203
- # [9.20.0](https://github.com/dereekb/dbx-components/compare/v9.19.5-dev...v9.20.0) (2022-12-19)
1204
-
1205
-
1206
-
1207
- ## [9.19.5](https://github.com/dereekb/dbx-components/compare/v9.19.4-dev...v9.19.5) (2022-12-17)
1208
-
1209
-
1210
-
1211
- ## [9.19.4](https://github.com/dereekb/dbx-components/compare/v9.19.3-dev...v9.19.4) (2022-12-17)
1212
-
1213
-
1214
-
1215
- ## [9.19.3](https://github.com/dereekb/dbx-components/compare/v9.19.2-dev...v9.19.3) (2022-12-13)
1216
-
1217
-
1218
-
1219
- ## [9.19.2](https://github.com/dereekb/dbx-components/compare/v9.19.1-dev...v9.19.2) (2022-12-13)
1220
-
1221
-
1222
-
1223
- ## [9.19.1](https://github.com/dereekb/dbx-components/compare/v9.19.0-dev...v9.19.1) (2022-12-12)
1224
-
1225
-
1226
-
1227
- # [9.19.0](https://github.com/dereekb/dbx-components/compare/v9.18.6-dev...v9.19.0) (2022-12-11)
1228
-
1229
-
1230
-
1231
- ## [9.18.6](https://github.com/dereekb/dbx-components/compare/v9.18.5-dev...v9.18.6) (2022-12-10)
1232
-
1233
-
1234
-
1235
- ## [9.18.5](https://github.com/dereekb/dbx-components/compare/v9.18.4-dev...v9.18.5) (2022-12-10)
1236
-
1237
-
1238
-
1239
- ## [9.18.4](https://github.com/dereekb/dbx-components/compare/v9.18.3-dev...v9.18.4) (2022-12-09)
1240
-
1241
-
1242
-
1243
- ## [9.18.3](https://github.com/dereekb/dbx-components/compare/v9.18.2-dev...v9.18.3) (2022-12-09)
1244
-
1245
-
1246
-
1247
- ## [9.18.2](https://github.com/dereekb/dbx-components/compare/v9.18.1-dev...v9.18.2) (2022-12-08)
1248
-
1249
-
1250
-
1251
- ## [9.18.1](https://github.com/dereekb/dbx-components/compare/v9.18.0-dev...v9.18.1) (2022-12-07)
1252
-
1253
-
1254
-
1255
- # [9.18.0](https://github.com/dereekb/dbx-components/compare/v9.17.3-dev...v9.18.0) (2022-12-07)
1256
-
1257
-
1258
-
1259
- ## [9.17.3](https://github.com/dereekb/dbx-components/compare/v9.17.2-dev...v9.17.3) (2022-12-01)
1260
-
1261
-
1262
-
1263
- ## [9.17.2](https://github.com/dereekb/dbx-components/compare/v9.17.1-dev...v9.17.2) (2022-11-28)
1264
-
1265
-
1266
-
1267
- ## [9.17.1](https://github.com/dereekb/dbx-components/compare/v9.17.0-dev...v9.17.1) (2022-11-27)
1268
-
1269
-
1270
-
1271
- # [9.17.0](https://github.com/dereekb/dbx-components/compare/v9.16.4-dev...v9.17.0) (2022-11-25)
1272
-
1273
-
1274
-
1275
- ## [9.16.4](https://github.com/dereekb/dbx-components/compare/v9.16.3-dev...v9.16.4) (2022-11-23)
1276
-
1277
-
1278
-
1279
- ## [9.16.3](https://github.com/dereekb/dbx-components/compare/v9.16.2-dev...v9.16.3) (2022-11-23)
1280
-
1281
-
1282
-
1283
- ## [9.16.2](https://github.com/dereekb/dbx-components/compare/v9.16.1-dev...v9.16.2) (2022-11-22)
1284
-
1285
-
1286
-
1287
- ## [9.16.1](https://github.com/dereekb/dbx-components/compare/v9.16.0-dev...v9.16.1) (2022-11-20)
1288
-
1289
-
1290
-
1291
- # [9.16.0](https://github.com/dereekb/dbx-components/compare/v9.15.8-dev...v9.16.0) (2022-11-20)
1292
-
1293
-
1294
-
1295
- ## [9.15.8](https://github.com/dereekb/dbx-components/compare/v9.15.7-dev...v9.15.8) (2022-11-19)
1296
-
1297
-
1298
-
1299
- ## [9.15.7](https://github.com/dereekb/dbx-components/compare/v9.15.6-dev...v9.15.7) (2022-11-17)
1300
-
1301
-
1302
-
1303
- ## [9.15.6](https://github.com/dereekb/dbx-components/compare/v9.15.5-dev...v9.15.6) (2022-11-17)
1304
-
1305
-
1306
-
1307
- ## [9.15.5](https://github.com/dereekb/dbx-components/compare/v9.15.4-dev...v9.15.5) (2022-11-14)
1308
-
1309
-
1310
-
1311
- ## [9.15.4](https://github.com/dereekb/dbx-components/compare/v9.15.3-dev...v9.15.4) (2022-11-13)
1312
-
1313
-
1314
-
1315
- ## [9.15.3](https://github.com/dereekb/dbx-components/compare/v9.15.2-dev...v9.15.3) (2022-11-13)
1316
-
1317
-
1318
-
1319
- ## [9.15.2](https://github.com/dereekb/dbx-components/compare/v9.15.1-dev...v9.15.2) (2022-11-12)
1320
-
1321
-
1322
-
1323
- ## [9.15.1](https://github.com/dereekb/dbx-components/compare/v9.15.0-dev...v9.15.1) (2022-11-11)
1324
-
1325
-
1326
-
1327
- # [9.15.0](https://github.com/dereekb/dbx-components/compare/v9.14.2-dev...v9.15.0) (2022-11-10)
1328
-
1329
-
1330
-
1331
- ## [9.14.2](https://github.com/dereekb/dbx-components/compare/v9.14.1-dev...v9.14.2) (2022-11-09)
1332
-
1333
-
1334
-
1335
- ## [9.14.1](https://github.com/dereekb/dbx-components/compare/v9.14.0-dev...v9.14.1) (2022-11-09)
1336
-
1337
-
1338
-
1339
- # [9.14.0](https://github.com/dereekb/dbx-components/compare/v9.13.0-dev...v9.14.0) (2022-11-09)
1340
-
1341
-
1342
-
1343
- # [9.13.0](https://github.com/dereekb/dbx-components/compare/v9.12.4-dev...v9.13.0) (2022-11-08)
1344
-
1345
-
1346
-
1347
- ## [9.12.4](https://github.com/dereekb/dbx-components/compare/v9.12.3-dev...v9.12.4) (2022-11-08)
1348
-
1349
-
1350
-
1351
- ## [9.12.3](https://github.com/dereekb/dbx-components/compare/v9.12.2-dev...v9.12.3) (2022-11-07)
1352
-
1353
-
1354
-
1355
- ## [9.12.2](https://github.com/dereekb/dbx-components/compare/v9.12.1-dev...v9.12.2) (2022-11-07)
1356
-
1357
-
1358
-
1359
- ## [9.12.1](https://github.com/dereekb/dbx-components/compare/v9.12.0-dev...v9.12.1) (2022-11-07)
1360
-
1361
-
1362
-
1363
- # [9.12.0](https://github.com/dereekb/dbx-components/compare/v9.11.13-dev...v9.12.0) (2022-11-07)
1364
-
1365
-
1366
-
1367
- ## [9.11.13](https://github.com/dereekb/dbx-components/compare/v9.11.12-dev...v9.11.13) (2022-11-05)
1368
-
1369
-
1370
-
1371
- ## [9.11.12](https://github.com/dereekb/dbx-components/compare/v9.11.11-dev...v9.11.12) (2022-11-04)
1372
-
1373
-
1374
-
1375
- ## [9.11.11](https://github.com/dereekb/dbx-components/compare/v9.11.10-dev...v9.11.11) (2022-11-01)
1376
-
1377
-
1378
-
1379
- ## [9.11.10](https://github.com/dereekb/dbx-components/compare/v9.11.9-dev...v9.11.10) (2022-10-28)
1380
-
1381
-
1382
-
1383
- ## [9.11.9](https://github.com/dereekb/dbx-components/compare/v9.11.8-dev...v9.11.9) (2022-10-28)
1384
-
1385
-
1386
-
1387
- ## [9.11.8](https://github.com/dereekb/dbx-components/compare/v9.11.7-dev...v9.11.8) (2022-10-26)
1388
-
1389
-
1390
-
1391
- ## [9.11.7](https://github.com/dereekb/dbx-components/compare/v9.11.6-dev...v9.11.7) (2022-10-20)
1392
-
1393
-
1394
-
1395
- ## [9.11.6](https://github.com/dereekb/dbx-components/compare/v9.11.5-dev...v9.11.6) (2022-10-13)
1396
-
1397
-
1398
-
1399
- ## [9.11.5](https://github.com/dereekb/dbx-components/compare/v9.11.4-dev...v9.11.5) (2022-10-13)
1400
-
1401
-
1402
-
1403
- ## [9.11.4](https://github.com/dereekb/dbx-components/compare/v9.11.3-dev...v9.11.4) (2022-10-10)
1404
-
1405
-
1406
-
1407
- ## [9.11.3](https://github.com/dereekb/dbx-components/compare/v9.11.2-dev...v9.11.3) (2022-10-10)
1408
-
1409
-
1410
-
1411
- ## [9.11.2](https://github.com/dereekb/dbx-components/compare/v9.11.1-dev...v9.11.2) (2022-10-09)
1412
-
1413
-
1414
-
1415
- ## [9.11.1](https://github.com/dereekb/dbx-components/compare/v9.11.0-dev...v9.11.1) (2022-10-09)
1416
-
1417
-
1418
-
1419
- # [9.11.0](https://github.com/dereekb/dbx-components/compare/v9.10.4-dev...v9.11.0) (2022-10-09)
1420
-
1421
-
1422
-
1423
- ## [9.10.4](https://github.com/dereekb/dbx-components/compare/v9.10.3-dev...v9.10.4) (2022-10-07)
1424
-
1425
-
1426
-
1427
- ## [9.10.3](https://github.com/dereekb/dbx-components/compare/v9.10.2-dev...v9.10.3) (2022-10-07)
1428
-
1429
-
1430
-
1431
- ## [9.10.2](https://github.com/dereekb/dbx-components/compare/v9.10.1-dev...v9.10.2) (2022-10-06)
1432
-
1433
-
1434
-
1435
- ## [9.10.1](https://github.com/dereekb/dbx-components/compare/v9.10.0-dev...v9.10.1) (2022-10-06)
1436
-
1437
-
1438
-
1439
- # [9.10.0](https://github.com/dereekb/dbx-components/compare/v9.9.5-dev...v9.10.0) (2022-10-05)
1440
-
1441
-
1442
-
1443
- ## [9.9.5](https://github.com/dereekb/dbx-components/compare/v9.9.4-dev...v9.9.5) (2022-09-19)
1444
-
1445
-
1446
-
1447
- ## [9.9.4](https://github.com/dereekb/dbx-components/compare/v9.9.3-dev...v9.9.4) (2022-09-19)
1448
-
1449
-
1450
-
1451
- ## [9.9.3](https://github.com/dereekb/dbx-components/compare/v9.9.2-dev...v9.9.3) (2022-09-19)
1452
-
1453
-
1454
-
1455
- ## [9.9.2](https://github.com/dereekb/dbx-components/compare/v9.9.1-dev...v9.9.2) (2022-09-19)
1456
-
1457
-
1458
-
1459
- ## [9.9.1](https://github.com/dereekb/dbx-components/compare/v9.9.0-dev...v9.9.1) (2022-09-18)
1460
-
1461
-
1462
-
1463
- # [9.9.0](https://github.com/dereekb/dbx-components/compare/v9.8.0-dev...v9.9.0) (2022-09-17)
1464
-
1465
-
1466
-
1467
- # [9.8.0](https://github.com/dereekb/dbx-components/compare/v9.7.7-dev...v9.8.0) (2022-09-15)
1468
-
1469
-
1470
-
1471
- ## [9.7.7](https://github.com/dereekb/dbx-components/compare/v9.7.6-dev...v9.7.7) (2022-09-12)
1472
-
1473
-
1474
-
1475
- ## [9.7.6](https://github.com/dereekb/dbx-components/compare/v9.7.5-dev...v9.7.6) (2022-09-12)
1476
-
1477
-
1478
-
1479
- ## [9.7.5](https://github.com/dereekb/dbx-components/compare/v9.7.4-dev...v9.7.5) (2022-09-10)
1480
-
1481
-
1482
-
1483
- ## [9.7.4](https://github.com/dereekb/dbx-components/compare/v9.7.3-dev...v9.7.4) (2022-09-08)
1484
-
1485
-
1486
-
1487
- ## [9.7.3](https://github.com/dereekb/dbx-components/compare/v9.7.2-dev...v9.7.3) (2022-09-06)
1488
-
1489
-
1490
-
1491
- ## [9.7.2](https://github.com/dereekb/dbx-components/compare/v9.7.1-dev...v9.7.2) (2022-09-06)
1492
-
1493
-
1494
-
1495
- ## [9.7.1](https://github.com/dereekb/dbx-components/compare/v9.7.0-dev...v9.7.1) (2022-09-06)
1496
-
1497
-
1498
-
1499
- # [9.7.0](https://github.com/dereekb/dbx-components/compare/v9.6.5-dev...v9.7.0) (2022-09-05)
1500
-
1501
-
1502
-
1503
- ## [9.6.5](https://github.com/dereekb/dbx-components/compare/v9.6.4-dev...v9.6.5) (2022-09-04)
1504
-
1505
-
1506
-
1507
- ## [9.6.4](https://github.com/dereekb/dbx-components/compare/v9.6.3-dev...v9.6.4) (2022-09-03)
1508
-
1509
-
1510
-
1511
- ## [9.6.3](https://github.com/dereekb/dbx-components/compare/v9.6.2-dev...v9.6.3) (2022-09-02)
1512
-
1513
-
1514
-
1515
- ## [9.6.2](https://github.com/dereekb/dbx-components/compare/v9.6.1-dev...v9.6.2) (2022-09-02)
1516
-
1517
-
1518
-
1519
- ## [9.6.1](https://github.com/dereekb/dbx-components/compare/v9.6.0-dev...v9.6.1) (2022-08-31)
1520
-
1521
-
1522
-
1523
- # [9.6.0](https://github.com/dereekb/dbx-components/compare/v9.5.5-dev...v9.6.0) (2022-08-31)
1524
-
1525
-
1526
-
1527
- ## [9.5.5](https://github.com/dereekb/dbx-components/compare/v9.5.4-dev...v9.5.5) (2022-08-30)
1528
-
1529
-
1530
-
1531
- ## [9.5.4](https://github.com/dereekb/dbx-components/compare/v9.5.3-dev...v9.5.4) (2022-08-30)
1532
-
1533
-
1534
-
1535
- ## [9.5.3](https://github.com/dereekb/dbx-components/compare/v9.5.2-dev...v9.5.3) (2022-08-29)
1536
-
1537
-
1538
-
1539
- ## [9.5.2](https://github.com/dereekb/dbx-components/compare/v9.5.1-dev...v9.5.2) (2022-08-29)
1540
-
1541
-
1542
-
1543
- ## [9.5.1](https://github.com/dereekb/dbx-components/compare/v9.5.0-dev...v9.5.1) (2022-08-26)
1544
-
1545
-
1546
-
1547
- # [9.5.0](https://github.com/dereekb/dbx-components/compare/v9.4.0-dev...v9.5.0) (2022-08-24)
1548
-
1549
-
1550
-
1551
- # [9.4.0](https://github.com/dereekb/dbx-components/compare/v9.3.3-dev...v9.4.0) (2022-08-24)
1552
-
1553
-
1554
-
1555
- ## [9.3.3](https://github.com/dereekb/dbx-components/compare/v9.3.2-dev...v9.3.3) (2022-08-23)
1556
-
1557
-
1558
-
1559
- ## [9.3.2](https://github.com/dereekb/dbx-components/compare/v9.3.1-dev...v9.3.2) (2022-08-22)
1560
-
1561
-
1562
-
1563
- ## [9.3.1](https://github.com/dereekb/dbx-components/compare/v9.3.0-dev...v9.3.1) (2022-08-21)
1564
-
1565
-
1566
-
1567
- # [9.3.0](https://github.com/dereekb/dbx-components/compare/v9.2.0-dev...v9.3.0) (2022-08-20)
1568
-
1569
-
1570
-
1571
- # [9.2.0](https://github.com/dereekb/dbx-components/compare/v9.1.2-dev...v9.2.0) (2022-08-18)
1572
-
1573
-
1574
-
1575
- ## [9.1.2](https://github.com/dereekb/dbx-components/compare/v9.1.1-dev...v9.1.2) (2022-08-16)
1576
-
1577
-
1578
-
1579
- ## [9.1.1](https://github.com/dereekb/dbx-components/compare/v9.1.0-dev...v9.1.1) (2022-08-16)
1580
-
1581
-
1582
- ### Bug Fixes
1583
-
1584
- * fixed makeSingleItemFirestoreCollection ([4b8980d](https://github.com/dereekb/dbx-components/commit/4b8980ded100e67645b2deb3a2c12b08403fca62))
1585
-
1586
-
1587
-
1588
- # [9.1.0](https://github.com/dereekb/dbx-components/compare/v9.0.0-dev...v9.1.0) (2022-08-15)
1589
-
1590
-
1591
-
1592
- # [9.0.0](https://github.com/dereekb/dbx-components/compare/v8.15.2-dev...v9.0.0) (2022-08-13)
1593
-
1594
-
1595
- ### Code Refactoring
1596
-
1597
- * lint-fix ([50b09dc](https://github.com/dereekb/dbx-components/commit/50b09dc8907de951335249fcad654901f44348be))
1598
-
1599
-
1600
- ### Features
1601
-
1602
- * updated to angular 14 ([#15](https://github.com/dereekb/dbx-components/issues/15)) ([739726e](https://github.com/dereekb/dbx-components/commit/739726eabdf49007b096dbb892054887268c7732))
1603
-
1604
-
1605
- ### BREAKING CHANGES
1606
-
1607
- * prepare major version
1608
-
1609
-
1610
-
1611
- ## [8.15.2](https://github.com/dereekb/dbx-components/compare/v8.15.1-dev...v8.15.2) (2022-08-11)
1612
-
1613
-
1614
-
1615
- ## [8.15.1](https://github.com/dereekb/dbx-components/compare/v8.15.0-dev...v8.15.1) (2022-08-11)
1616
-
1617
-
1618
-
1619
- # [8.15.0](https://github.com/dereekb/dbx-components/compare/v8.14.0-dev...v8.15.0) (2022-08-09)
1620
-
1621
-
1622
- ### Features
1623
-
1624
- * added Firestore Increment support ([d4dc97b](https://github.com/dereekb/dbx-components/commit/d4dc97b92d4c592713019b1089a6ba8bacfc93be))
1625
-
1626
-
1627
-
1628
- # [8.14.0](https://github.com/dereekb/dbx-components/compare/v8.13.9-dev...v8.14.0) (2022-08-08)
1629
-
1630
-
1631
-
1632
- ## [8.13.9](https://github.com/dereekb/dbx-components/compare/v8.13.8-dev...v8.13.9) (2022-08-05)
1633
-
1634
-
1635
- ### Bug Fixes
1636
-
1637
- * fixed issue with AbstractFirestoreDocument stream$ ([3752d11](https://github.com/dereekb/dbx-components/commit/3752d11f74d73b56759e513a57e5a7e979c223c1))
1638
-
1639
-
1640
-
1641
- ## [8.13.8](https://github.com/dereekb/dbx-components/compare/v8.13.7-dev...v8.13.8) (2022-08-03)
1642
-
1643
-
1644
-
1645
- ## [8.13.7](https://github.com/dereekb/dbx-components/compare/v8.13.6-dev...v8.13.7) (2022-08-03)
1646
-
1647
-
1648
-
1649
- ## [8.13.6](https://github.com/dereekb/dbx-components/compare/v8.13.5-dev...v8.13.6) (2022-08-01)
1650
-
1651
-
1652
-
1653
- ## [8.13.5](https://github.com/dereekb/dbx-components/compare/v8.13.4-dev...v8.13.5) (2022-07-29)
1654
-
1655
-
1656
-
1657
- ## [8.13.4](https://github.com/dereekb/dbx-components/compare/v8.13.3-dev...v8.13.4) (2022-07-23)
1658
-
1659
-
1660
- ### Bug Fixes
1661
-
1662
- * fixed ModifyBeforeSetFirestoreDocumentDataAccessorWrapper ([68b5fff](https://github.com/dereekb/dbx-components/commit/68b5fff454b8e30b838702c6747ed217937cf2ff))
1663
-
1664
-
1665
-
1666
- ## [8.13.3](https://github.com/dereekb/dbx-components/compare/v8.13.2-dev...v8.13.3) (2022-07-21)
1667
-
1668
-
1669
-
1670
- ## [8.13.2](https://github.com/dereekb/dbx-components/compare/v8.13.1-dev...v8.13.2) (2022-07-20)
1671
-
1672
-
1673
- ### Bug Fixes
1674
-
1675
- * firebase-server update fix ([38a52ca](https://github.com/dereekb/dbx-components/commit/38a52ca5894cded928127848b7a3b2e7283dbf18))
1676
-
1677
-
1678
-
1679
- ## [8.13.1](https://github.com/dereekb/dbx-components/compare/v8.13.0-dev...v8.13.1) (2022-07-19)
1680
-
1681
-
1682
-
1683
- # [8.13.0](https://github.com/dereekb/dbx-components/compare/v8.12.13-dev...v8.13.0) (2022-07-16)
1684
-
1685
-
1686
-
1687
- ## [8.12.13](https://github.com/dereekb/dbx-components/compare/v8.12.12-dev...v8.12.13) (2022-07-16)
1688
-
1689
-
1690
-
1691
- ## [8.12.12](https://github.com/dereekb/dbx-components/compare/v8.12.11-dev...v8.12.12) (2022-07-15)
1692
-
1693
-
1694
-
1695
- ## [8.12.11](https://github.com/dereekb/dbx-components/compare/v8.12.10-dev...v8.12.11) (2022-07-14)
1696
-
1697
-
1698
-
1699
- ## [8.12.10](https://github.com/dereekb/dbx-components/compare/v8.12.9-dev...v8.12.10) (2022-07-13)
1700
-
1701
-
1702
-
1703
- ## [8.12.9](https://github.com/dereekb/dbx-components/compare/v8.12.8-dev...v8.12.9) (2022-07-12)
1704
-
1705
-
1706
-
1707
- ## [8.12.8](https://github.com/dereekb/dbx-components/compare/v8.12.7-dev...v8.12.8) (2022-07-12)
1708
-
1709
-
1710
-
1711
- ## [8.12.7](https://github.com/dereekb/dbx-components/compare/v8.12.6-dev...v8.12.7) (2022-07-11)
1712
-
1713
-
1714
-
1715
- ## [8.12.6](https://github.com/dereekb/dbx-components/compare/v8.12.5-dev...v8.12.6) (2022-07-11)
1716
-
1717
-
1718
-
1719
- ## [8.12.5](https://github.com/dereekb/dbx-components/compare/v8.12.4-dev...v8.12.5) (2022-07-10)
1720
-
1721
-
1722
-
1723
- ## [8.12.4](https://github.com/dereekb/dbx-components/compare/v8.12.3-dev...v8.12.4) (2022-07-10)
1724
-
1725
-
1726
-
1727
- ## [8.12.3](https://github.com/dereekb/dbx-components/compare/v8.12.2-dev...v8.12.3) (2022-07-09)
1728
-
1729
-
1730
-
1731
- ## [8.12.2](https://github.com/dereekb/dbx-components/compare/v8.12.1-dev...v8.12.2) (2022-07-08)
1732
-
1733
-
1734
-
1735
- ## [8.12.1](https://github.com/dereekb/dbx-components/compare/v8.12.0-dev...v8.12.1) (2022-07-08)
1736
-
1737
-
1738
-
1739
- # [8.12.0](https://github.com/dereekb/dbx-components/compare/v8.11.2-dev...v8.12.0) (2022-07-07)
1740
-
1741
-
1742
-
1743
- ## [8.11.2](https://github.com/dereekb/dbx-components/compare/v8.11.1-dev...v8.11.2) (2022-07-05)
1744
-
1745
-
1746
-
1747
- ## [8.11.1](https://github.com/dereekb/dbx-components/compare/v8.11.0-dev...v8.11.1) (2022-07-05)
1748
-
1749
-
1750
- ### Bug Fixes
1751
-
1752
- * firebase storage test fix ([ff5c53a](https://github.com/dereekb/dbx-components/commit/ff5c53ab8a76a8b3ede356f2ba7d00006db3237f))
1753
-
1754
-
1755
-
1756
- # [8.11.0](https://github.com/dereekb/dbx-components/compare/v8.10.0-dev...v8.11.0) (2022-07-05)
1757
-
1758
-
1759
-
1760
- # [8.10.0](https://github.com/dereekb/dbx-components/compare/v8.9.1-dev...v8.10.0) (2022-07-04)
1761
-
1762
-
1763
- ### Features
1764
-
1765
- * added exists(), uploadStream(), getBytes(), getStream() ([e3fe97e](https://github.com/dereekb/dbx-components/commit/e3fe97e5e985125a5ca653c40fd79c7980845863))
1766
- * added firebase storage testing/mock components ([a2524b7](https://github.com/dereekb/dbx-components/commit/a2524b79b50551ed97186c6cb2692bb072d7af48))
1767
- * added FirebaseServerStorageService ([38bf98a](https://github.com/dereekb/dbx-components/commit/38bf98aa76aaddcd0ae2a9487b9a661f7f9f4e6e))
1768
- * added FirebaseStorageContext ([5a30d46](https://github.com/dereekb/dbx-components/commit/5a30d465181d91ce92e7405636fb5414787ac8aa))
1769
- * added firebaseStorageContextFactory ([e940579](https://github.com/dereekb/dbx-components/commit/e9405795092fe4bc403967a93e0bff3a55fdd278))
1770
- * added list() and list exists() ([388c593](https://github.com/dereekb/dbx-components/commit/388c59350897fcc42d61eb723896e23c42211507))
1771
- * added upload byte types, delete() ([655088b](https://github.com/dereekb/dbx-components/commit/655088b238ef80097a2f09c539a1282a608f246b))
1772
-
1773
-
1774
-
1775
- ## [8.9.1](https://github.com/dereekb/dbx-components/compare/v8.9.0-dev...v8.9.1) (2022-06-30)
1776
-
1777
-
1778
-
1779
- # [8.9.0](https://github.com/dereekb/dbx-components/compare/v8.8.1-dev...v8.9.0) (2022-06-30)
1780
-
1781
-
1782
-
1783
- ## [8.8.1](https://github.com/dereekb/dbx-components/compare/v8.8.0-dev...v8.8.1) (2022-06-29)
1784
-
1785
-
1786
-
1787
- # [8.8.0](https://github.com/dereekb/dbx-components/compare/v8.7.6-dev...v8.8.0) (2022-06-29)
1788
-
1789
-
1790
-
1791
- ## [8.7.6](https://github.com/dereekb/dbx-components/compare/v8.7.5-dev...v8.7.6) (2022-06-29)
1792
-
1793
-
1794
-
1795
- ## [8.7.5](https://github.com/dereekb/dbx-components/compare/v8.7.4-dev...v8.7.5) (2022-06-28)
1796
-
1797
-
1798
-
1799
- ## [8.7.4](https://github.com/dereekb/dbx-components/compare/v8.7.3-dev...v8.7.4) (2022-06-26)
1800
-
1801
-
1802
-
1803
- ## [8.7.3](https://github.com/dereekb/dbx-components/compare/v8.7.2-dev...v8.7.3) (2022-06-25)
1804
-
1805
-
1806
-
1807
- ## [8.7.2](https://github.com/dereekb/dbx-components/compare/v8.7.1-dev...v8.7.2) (2022-06-24)
1808
-
1809
-
1810
-
1811
- ## [8.7.1](https://github.com/dereekb/dbx-components/compare/v8.7.0-dev...v8.7.1) (2022-06-24)
1812
-
1813
-
1814
-
1815
- # [8.7.0](https://github.com/dereekb/dbx-components/compare/v8.6.1-dev...v8.7.0) (2022-06-23)
1816
-
1817
-
1818
-
1819
- ## [8.6.1](https://github.com/dereekb/dbx-components/compare/v8.6.0-dev...v8.6.1) (2022-06-23)
1820
-
1821
-
1822
-
1823
- # [8.6.0](https://github.com/dereekb/dbx-components/compare/v8.5.3-dev...v8.6.0) (2022-06-22)
1824
-
1825
-
1826
-
1827
- ## [8.5.3](https://github.com/dereekb/dbx-components/compare/v8.5.2-dev...v8.5.3) (2022-06-22)
1828
-
1829
-
1830
-
1831
- ## [8.5.2](https://github.com/dereekb/dbx-components/compare/v8.5.1-dev...v8.5.2) (2022-06-22)
1832
-
1833
-
1834
-
1835
- ## [8.5.1](https://github.com/dereekb/dbx-components/compare/v8.5.0-dev...v8.5.1) (2022-06-22)
1836
-
1837
-
1838
-
1839
- # [8.5.0](https://github.com/dereekb/dbx-components/compare/v8.4.0-dev...v8.5.0) (2022-06-22)
1840
-
1841
-
1842
-
1843
- # [8.4.0](https://github.com/dereekb/dbx-components/compare/v8.3.0-dev...v8.4.0) (2022-06-21)
1844
-
1845
-
1846
-
1847
- # [8.3.0](https://github.com/dereekb/dbx-components/compare/v8.2.0-dev...v8.3.0) (2022-06-20)
1848
-
1849
-
1850
-
1851
- # [8.2.0](https://github.com/dereekb/dbx-components/compare/v8.1.2-dev...v8.2.0) (2022-06-20)
1852
-
1853
-
1854
- ### Features
1855
-
1856
- * added DbxRouteParamReader ([a855283](https://github.com/dereekb/dbx-components/commit/a8552835aabbfa85814984a8fdafd7bd1fb2963e))
1857
-
1858
-
1859
-
1860
- ## [8.1.2](https://github.com/dereekb/dbx-components/compare/v8.1.1-dev...v8.1.2) (2022-06-19)
1861
-
1862
-
1863
-
1864
- ## [8.1.1](https://github.com/dereekb/dbx-components/compare/v8.1.0-dev...v8.1.1) (2022-06-18)
1865
-
1866
-
1867
-
1868
- # [8.1.0](https://github.com/dereekb/dbx-components/compare/v8.0.1-dev...v8.1.0) (2022-06-18)
1869
-
1870
-
1871
- ### Features
1872
-
1873
- * added jest fail test utilities ([#13](https://github.com/dereekb/dbx-components/issues/13)) ([5891777](https://github.com/dereekb/dbx-components/commit/5891777470a339892c8e7045c24b5dea174b1736))
1874
-
1875
-
1876
-
1877
- ## [8.0.1](https://github.com/dereekb/dbx-components/compare/v8.0.0-dev...v8.0.1) (2022-06-17)
1878
-
1879
-
1880
-
1881
- # [8.0.0](https://github.com/dereekb/dbx-components/compare/v7.16.0-dev...v8.0.0) (2022-06-17)
1882
-
1883
-
1884
- ### Code Refactoring
1885
-
1886
- * removed converter from DocumentReference ([33e9f6a](https://github.com/dereekb/dbx-components/commit/33e9f6aa33b83b93f2e08331855c26791557316a))
1887
-
1888
-
1889
- ### BREAKING CHANGES
1890
-
1891
- * - removed converter from DocumentReference
1892
- - additionally, the following previous breaking changes were not properly tagged:
1893
- - converter is now required for firestoreContext collection config
1894
- - modelIdentity is now required in FirestoreContext firestore collection functions
1895
- - removed other deprecated functions
1896
-
1897
-
1898
-
1899
- # [7.16.0](https://github.com/dereekb/dbx-components/compare/v7.15.2-dev...v7.16.0) (2022-06-17)
1900
-
1901
-
1902
- ### Bug Fixes
1903
-
1904
- * fixed documentRef not having converter configured ([308f3fa](https://github.com/dereekb/dbx-components/commit/308f3fa18502c36915d65a7b9d7404a2c3bacbce))
1905
-
1906
-
1907
- ### Features
1908
-
1909
- * added getWithConverter() ([aef4b27](https://github.com/dereekb/dbx-components/commit/aef4b27dabfa926af098d5c1afac4fb77302b4ef))
1910
-
1911
-
1912
-
1913
- ## [7.15.2](https://github.com/dereekb/dbx-components/compare/v7.15.1-dev...v7.15.2) (2022-06-17)
1914
-
1915
-
1916
- ### Bug Fixes
1917
-
1918
- * fixed model conversions ([18ac25f](https://github.com/dereekb/dbx-components/commit/18ac25f8389d77fc724ea12eb9a3352eb72a9501))
1919
-
1920
-
1921
-
1922
- ## [7.15.1](https://github.com/dereekb/dbx-components/compare/v7.15.0-dev...v7.15.1) (2022-06-16)
1923
-
1924
-
1925
-
1926
- # [7.15.0](https://github.com/dereekb/dbx-components/compare/v7.14.0-dev...v7.15.0) (2022-06-16)
1927
-
1928
-
1929
- ### Features
1930
-
1931
- * added create to FirestoreDocumentDataAccessor ([9211975](https://github.com/dereekb/dbx-components/commit/921197542b80e6fd98245349c9cee98126d6c75b))
1932
-
1933
-
1934
-
1935
- # [7.14.0](https://github.com/dereekb/dbx-components/compare/v7.13.1-dev...v7.14.0) (2022-06-15)
1936
-
1937
-
1938
- ### Features
1939
-
1940
- * added firestoreDocumentAccessor path validation ([b82fad1](https://github.com/dereekb/dbx-components/commit/b82fad123728cc9feb9ca450e9418467b6805f23))
1941
-
1942
-
1943
-
1944
- ## [7.13.1](https://github.com/dereekb/dbx-components/compare/v7.13.0-dev...v7.13.1) (2022-06-15)
1945
-
1946
-
1947
-
1948
- # [7.13.0](https://github.com/dereekb/dbx-components/compare/v7.12.0-dev...v7.13.0) (2022-06-14)
1949
-
1950
-
1951
-
1952
- # [7.12.0](https://github.com/dereekb/dbx-components/compare/v7.11.2-dev...v7.12.0) (2022-06-14)
1953
-
1954
-
1955
- ### Features
1956
-
1957
- * updated firestoreModelKey() ([1459a15](https://github.com/dereekb/dbx-components/commit/1459a150b00cd657cc5a835652c17945ae85ca15))
1958
-
1959
-
1960
-
1961
- ## [7.11.2](https://github.com/dereekb/dbx-components/compare/v7.11.1-dev...v7.11.2) (2022-06-13)
1962
-
1963
-
1964
-
1965
- ## [7.11.1](https://github.com/dereekb/dbx-components/compare/v7.11.0-dev...v7.11.1) (2022-06-13)
1966
-
1967
-
1968
- ### Bug Fixes
1969
-
1970
- * firebase dependency fix ([0ebd9b9](https://github.com/dereekb/dbx-components/commit/0ebd9b946f5d1accfb25f2e73296c7051331cc8f))
1971
-
1972
-
1973
-
1974
- # [7.11.0](https://github.com/dereekb/dbx-components/compare/v7.10.0-dev...v7.11.0) (2022-06-13)
1975
-
1976
-
1977
-
1978
- # [7.10.0](https://github.com/dereekb/dbx-components/compare/v7.9.0-dev...v7.10.0) (2022-06-11)
1979
-
1980
-
1981
- ### Features
1982
-
1983
- * added firestoreIdBatchVerifierFactory() ([182f086](https://github.com/dereekb/dbx-components/commit/182f086f80671fa38ed1268a6c98854f114ba629))
1984
-
1985
-
1986
-
1987
- # [7.9.0](https://github.com/dereekb/dbx-components/compare/v7.8.1-dev...v7.9.0) (2022-06-11)
1988
-
1989
-
1990
-
1991
- ## [7.8.1](https://github.com/dereekb/dbx-components/compare/v7.8.0-dev...v7.8.1) (2022-06-10)
1992
-
1993
-
1994
-
1995
- # [7.8.0](https://github.com/dereekb/dbx-components/compare/v7.7.0-dev...v7.8.0) (2022-06-09)
1996
-
1997
-
1998
-
1999
- # [7.7.0](https://github.com/dereekb/dbx-components/compare/v7.6.0-dev...v7.7.0) (2022-06-09)
2000
-
2001
-
2002
-
2003
- # [7.6.0](https://github.com/dereekb/dbx-components/compare/v7.5.0-dev...v7.6.0) (2022-06-09)
2004
-
2005
-
2006
-
2007
- # [7.5.0](https://github.com/dereekb/dbx-components/compare/v7.4.0-dev...v7.5.0) (2022-06-08)
2008
-
2009
-
2010
-
2011
- # [7.4.0](https://github.com/dereekb/dbx-components/compare/v7.3.0-dev...v7.4.0) (2022-06-08)
2012
-
2013
-
2014
-
2015
- # [7.3.0](https://github.com/dereekb/dbx-components/compare/v7.2.0-dev...v7.3.0) (2022-06-08)
2016
-
2017
-
2018
-
2019
- # [7.2.0](https://github.com/dereekb/dbx-components/compare/v7.1.0-dev...v7.2.0) (2022-06-06)
2020
-
2021
-
2022
- ### Features
2023
-
2024
- * firestoreModeIdentity can now accept a collection name ([1e0646e](https://github.com/dereekb/dbx-components/commit/1e0646e598a0834d8b4c3d264bb5ee42626e9fc7))
2025
-
2026
-
2027
-
2028
- # [7.1.0](https://github.com/dereekb/dbx-components/compare/v7.0.1-dev...v7.1.0) (2022-06-06)
2029
-
2030
-
2031
- ### Features
2032
-
2033
- * added interceptAccessorFactory() ([9833539](https://github.com/dereekb/dbx-components/commit/98335398eaa6a3ee363bdf64a440d5438bbefb24))
2034
- * added loadDocumentForId() to FirestoreDocumentAccessor ([3728145](https://github.com/dereekb/dbx-components/commit/372814540064ff4b40be032d57ddda12a8698d53))
2035
- * added whereDocumentId() ([7f5f5b8](https://github.com/dereekb/dbx-components/commit/7f5f5b8a56b2e0ad2e43308cfd87b4f8b8503c59))
2036
-
2037
-
2038
-
2039
- ## [7.0.1](https://github.com/dereekb/dbx-components/compare/v7.0.0-dev...v7.0.1) (2022-06-05)
2040
-
2041
-
2042
-
2043
- # [7.0.0](https://github.com/dereekb/dbx-components/compare/v6.0.0-dev...v7.0.0) (2022-06-05)
2044
-
2045
-
2046
-
2047
- # [6.0.0](https://github.com/dereekb/dbx-components/compare/v5.3.0-dev...v6.0.0) (2022-06-03)
2048
-
2049
-
2050
- ### Features
2051
-
2052
- * added ContextGrantedModelRolesReader ([6fba1cc](https://github.com/dereekb/dbx-components/commit/6fba1cc637beeff55523df599eb88391352f9f58))
2053
- * added firebaseModelsService ([7432e55](https://github.com/dereekb/dbx-components/commit/7432e55111cec66a239856ecb2db6adfc9e9780d))
2054
- * added loadDocumentForKey to LimitedFirestoreDocumentAccessor ([96958b8](https://github.com/dereekb/dbx-components/commit/96958b89df62dc38136ac2dfcd2ce7c139b6099e))
2055
- * added modelType to FirestoreDocument ([deecb5d](https://github.com/dereekb/dbx-components/commit/deecb5df415ed9d99412c336ba65f4da572bbe44))
2056
- * added OnCallDeleteModel ([358189d](https://github.com/dereekb/dbx-components/commit/358189d6db6ef7d8db93d6dd881d29cc724dd083))
2057
- * added orderByDocumentId, startAtValue, endAtValue constraints ([c846fee](https://github.com/dereekb/dbx-components/commit/c846feef6c26a3818bb006a807b6e931b7b14eaf))
2058
-
2059
-
2060
- ### BREAKING CHANGES
2061
-
2062
- * model type is now required on FirestoreDocument models
2063
-
2064
-
2065
-
2066
- # [5.3.0](https://github.com/dereekb/dbx-components/compare/v5.2.1-dev...v5.3.0) (2022-05-30)
2067
-
2068
-
2069
-
2070
- ## [5.2.1](https://github.com/dereekb/dbx-components/compare/v5.2.0-dev...v5.2.1) (2022-05-29)
2071
-
2072
-
2073
-
2074
- # [5.2.0](https://github.com/dereekb/dbx-components/compare/v5.1.0-dev...v5.2.0) (2022-05-29)
2075
-
2076
-
2077
- ### Features
2078
-
2079
- * added collection group support to dbx-firebase components ([9f746c1](https://github.com/dereekb/dbx-components/commit/9f746c12a0e219970dcde12d920f1ef540514ce9))
2080
- * added firestore collection group support ([3b4c4cf](https://github.com/dereekb/dbx-components/commit/3b4c4cfa1dd860604c347ade69acdc2fea1063f8))
2081
-
2082
-
2083
-
2084
- # [5.1.0](https://github.com/dereekb/dbx-components/compare/v5.0.1-dev...v5.1.0) (2022-05-27)
2085
-
2086
-
2087
-
2088
- ## [5.0.1](https://github.com/dereekb/dbx-components/compare/v5.0.0-dev...v5.0.1) (2022-05-26)
2089
-
2090
-
2091
-
2092
- # [5.0.0](https://github.com/dereekb/dbx-components/compare/v4.1.0-dev...v5.0.0) (2022-05-25)
2093
-
2094
-
2095
- ### Code Refactoring
2096
-
2097
- * refactored @dereekb/firebase snapshot field ([c88d278](https://github.com/dereekb/dbx-components/commit/c88d2780d66f965a41ae299e013109f6860e9496))
2098
-
2099
-
2100
- ### BREAKING CHANGES
2101
-
2102
- * refactored @dereekb/firebase SnapshotConverterFunction and related components and @dereekb/util model conversion components to have better type safety and inference
2103
-
2104
-
2105
-
2106
- # [4.1.0](https://github.com/dereekb/dbx-components/compare/v4.0.1-dev...v4.1.0) (2022-05-17)
2107
-
2108
-
2109
-
2110
- ## [4.0.1](https://github.com/dereekb/dbx-components/compare/v4.0.0-dev...v4.0.1) (2022-05-14)
2111
-
2112
-
2113
-
2114
- # [4.0.0](https://github.com/dereekb/dbx-components/compare/v3.0.0...v4.0.0) (2022-05-14)