@paperless/react 0.1.0-alpha.8 → 0.1.0-alpha.82
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/CHANGELOG.md +745 -0
- package/README.md +1 -1
- package/dist/components/stencil/index.d.ts +33 -0
- package/dist/components/stencil/index.js +33 -0
- package/dist/components/stencil/index.js.map +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,751 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# 0.1.0-alpha.82 (2022-09-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **Atoms/Tooltip:** Fix tooltip issue on safari ([57a8eba](https://github.com/ionic-team/ionic/commit/57a8eba7e465e0c2fbf153510d0aecd67e060362))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# 0.1.0-alpha.81 (2022-09-05)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* **Molecules/Input Group:** Remove flex 1 on prefix & suffix ([c8d2e41](https://github.com/ionic-team/ionic/commit/c8d2e410fa7e5ca6a5606eeed856ac38922191d2))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# 0.1.0-alpha.80 (2022-09-02)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
* **Organisms/Modal:** Responsive modal ([3631233](https://github.com/ionic-team/ionic/commit/3631233611b95e4f18b5a0be8a82d3d4fafd5e4c))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
# 0.1.0-alpha.79 (2022-09-02)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Features
|
|
43
|
+
|
|
44
|
+
* **Atoms/Layout:** Add safe area ([59bc8db](https://github.com/ionic-team/ionic/commit/59bc8dbe7c37f0e6e2cdadf86749cb99ada8d65c))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
# 0.1.0-alpha.78 (2022-09-01)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
### Bug Fixes
|
|
54
|
+
|
|
55
|
+
* **Atoms/Divider:** Fix content not being centered correctly ([7256d93](https://github.com/ionic-team/ionic/commit/7256d93d907b0d104451c6ef94d3ffbb7d845eff))
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
# 0.1.0-alpha.77 (2022-08-31)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### Bug Fixes
|
|
65
|
+
|
|
66
|
+
* **Atoms/Layout:** login variant inner content padding-top fix ([5d56fa4](https://github.com/ionic-team/ionic/commit/5d56fa438311d6e930922ff4897961a621171410))
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
# 0.1.0-alpha.76 (2022-08-31)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Features
|
|
76
|
+
|
|
77
|
+
* **Atoms/Layout:** login variant inner content padding-top fix ([1debb4b](https://github.com/ionic-team/ionic/commit/1debb4bd694a9b580bd31325044798aea6a8b817))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
# 0.1.0-alpha.75 (2022-08-31)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
* **Atoms/Illustrations:** Add e-mail illustration ([0a6e1fc](https://github.com/ionic-team/ionic/commit/0a6e1fc765b9f69fb2d7271351cbc78a4c860968))
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
# 0.1.0-alpha.74 (2022-08-31)
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
### Features
|
|
98
|
+
|
|
99
|
+
* **Atoms/Button:** Make host full width if `width="full"` ([58a9a61](https://github.com/ionic-team/ionic/commit/58a9a61c95a871b359228faac531ca763bacc102))
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
# 0.1.0-alpha.73 (2022-08-31)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### Features
|
|
109
|
+
|
|
110
|
+
* **Atoms/Layout:** Make tablet content for login variant better ([3094b5f](https://github.com/ionic-team/ionic/commit/3094b5f05513ab03b3958e0d2b6a144e2eb316c5))
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
# 0.1.0-alpha.72 (2022-08-31)
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
### Features
|
|
120
|
+
|
|
121
|
+
* **deps:** update all non-major dependencies ([#47](https://github.com/ionic-team/ionic/issues/47)) ([88bcc66](https://github.com/ionic-team/ionic/commit/88bcc663ff2d713eb834b2589a4576cd92de7ab8))
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
# 0.1.0-alpha.71 (2022-08-30)
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
### Features
|
|
131
|
+
|
|
132
|
+
* **Atoms/Divider:** Add content for dividers ([32ce5de](https://github.com/ionic-team/ionic/commit/32ce5de91c64d4c5cff50ad3723e214903644af8))
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
# 0.1.0-alpha.70 (2022-08-30)
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
### Bug Fixes
|
|
142
|
+
|
|
143
|
+
* **Atoms/Button:** `.size-full` -> `.width-full` ([a8a4af1](https://github.com/ionic-team/ionic/commit/a8a4af16bd1686474e0ad6dd00e7c2c318e850ed))
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
# 0.1.0-alpha.69 (2022-08-30)
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
### Features
|
|
153
|
+
|
|
154
|
+
* **Atoms/Button:** Add widths prop ([83eb353](https://github.com/ionic-team/ionic/commit/83eb3532e80c6918df847aa2156428c89d7ffe8d))
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
# 0.1.0-alpha.68 (2022-08-30)
|
|
161
|
+
|
|
162
|
+
**Note:** Version bump only for package @paperless/react
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
# 0.1.0-alpha.67 (2022-08-30)
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
### Bug Fixes
|
|
172
|
+
|
|
173
|
+
* **Molecules/Input Group:** Rename `focus` to `focused` ([04912f4](https://github.com/ionic-team/ionic/commit/04912f4bc2267af05037fba735dabae3ade302a5))
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
# 0.1.0-alpha.66 (2022-08-30)
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
### Features
|
|
183
|
+
|
|
184
|
+
* **Atoms/Layout:** Improvements to width/padding ([1e4fc8b](https://github.com/ionic-team/ionic/commit/1e4fc8b3139925c6eca8e798df5fda3165689bf8))
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
# 0.1.0-alpha.65 (2022-08-30)
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
### Features
|
|
194
|
+
|
|
195
|
+
* **Atoms:** Layout atom ([7b07da3](https://github.com/ionic-team/ionic/commit/7b07da366e2c6485815fe4d0edc6cfee8e0a043c))
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
# 0.1.0-alpha.64 (2022-08-30)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### Features
|
|
205
|
+
|
|
206
|
+
* **Molecules:** Add input group component ([1702d6c](https://github.com/ionic-team/ionic/commit/1702d6c6d1ea3e7eba5da6dfae8e1eb09516f846))
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
# 0.1.0-alpha.63 (2022-08-30)
|
|
213
|
+
|
|
214
|
+
**Note:** Version bump only for package @paperless/react
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
# 0.1.0-alpha.62 (2022-08-30)
|
|
221
|
+
|
|
222
|
+
**Note:** Version bump only for package @paperless/react
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
# 0.1.0-alpha.61 (2022-08-30)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
### Features
|
|
232
|
+
|
|
233
|
+
* Update grid to be of 12 columns ([2c2603b](https://github.com/ionic-team/ionic/commit/2c2603bb2d2c10abd4b9dd67cb83ae1d9b0c1a6f))
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
# 0.1.0-alpha.60 (2022-08-18)
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
### Bug Fixes
|
|
243
|
+
|
|
244
|
+
* **deps:** update all non-major dependencies to v14.1.3 ([#40](https://github.com/ionic-team/ionic/issues/40)) ([6ba3ab7](https://github.com/ionic-team/ionic/commit/6ba3ab74fa2f8a2dd346cf67aa4749aba6997f3f))
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
# 0.1.0-alpha.59 (2022-08-10)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
### Bug Fixes
|
|
254
|
+
|
|
255
|
+
* **Molecules/Stepper:** Typing of items ([141f98c](https://github.com/ionic-team/ionic/commit/141f98ca64137ebe2356a0fe5b8472424fc94421))
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
# 0.1.0-alpha.58 (2022-08-10)
|
|
262
|
+
|
|
263
|
+
**Note:** Version bump only for package @paperless/react
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
# 0.1.0-alpha.57 (2022-08-10)
|
|
270
|
+
|
|
271
|
+
**Note:** Version bump only for package @paperless/react
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
# 0.1.0-alpha.56 (2022-08-10)
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
### Bug Fixes
|
|
281
|
+
|
|
282
|
+
* **Atoms/Icon:** Add `sm` size which missed ([bb696e8](https://github.com/ionic-team/ionic/commit/bb696e8f17854d5bfe2df1d8f4ee96db52c78493))
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
# 0.1.0-alpha.55 (2022-08-10)
|
|
289
|
+
|
|
290
|
+
**Note:** Version bump only for package @paperless/react
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
# 0.1.0-alpha.54 (2022-08-10)
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
### Features
|
|
300
|
+
|
|
301
|
+
* **Atoms:** Add tag component ([b45499d](https://github.com/ionic-team/ionic/commit/b45499defb03ea5ae44ecfcdb026bbe2154de6ea))
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
# 0.1.0-alpha.53 (2022-08-10)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
### Features
|
|
311
|
+
|
|
312
|
+
* **Molecules:** Add accordion component ([27730d3](https://github.com/ionic-team/ionic/commit/27730d3b4eced24cb7542473eadbc8e9cc6c7d88))
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
|
|
318
|
+
# 0.1.0-alpha.52 (2022-08-10)
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
### Features
|
|
322
|
+
|
|
323
|
+
* **Atoms:** Add tab group component ([e2a3feb](https://github.com/ionic-team/ionic/commit/e2a3feb532d62adc9a879143f58cffc61c588e95))
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
# 0.1.0-alpha.51 (2022-08-10)
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
### Features
|
|
333
|
+
|
|
334
|
+
* **Atoms:** Add profile component ([6940b79](https://github.com/ionic-team/ionic/commit/6940b79aa89a65e1da802c7a2bddcc79b4b5be7e))
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
# 0.1.0-alpha.50 (2022-08-09)
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
### Features
|
|
344
|
+
|
|
345
|
+
* **Atoms:** Add avatar group component ([a5db706](https://github.com/ionic-team/ionic/commit/a5db7063e414c37748efd63918a2590571d90a87))
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
# 0.1.0-alpha.49 (2022-08-08)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
### Features
|
|
355
|
+
|
|
356
|
+
* **Molecules:** Add stepper component ([ed27680](https://github.com/ionic-team/ionic/commit/ed27680bd9a33045bb4aee187d3a28964aec4280))
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
# 0.1.0-alpha.48 (2022-08-08)
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
### Features
|
|
366
|
+
|
|
367
|
+
* **Molecules/Modal:** title -> header because title is reserved ([0b1852f](https://github.com/ionic-team/ionic/commit/0b1852f0be34039d79e5ada865341d25dbced4cb))
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
# 0.1.0-alpha.47 (2022-08-02)
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
### Bug Fixes
|
|
377
|
+
|
|
378
|
+
* **deps:** update angular monorepo to v14 ([#28](https://github.com/ionic-team/ionic/issues/28)) ([d97a257](https://github.com/ionic-team/ionic/commit/d97a257c98df220084f657a27301d2fa5a652fa4))
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
# 0.1.0-alpha.46 (2022-08-02)
|
|
385
|
+
|
|
386
|
+
**Note:** Version bump only for package @paperless/react
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
# 0.1.0-alpha.45 (2022-08-02)
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
### Features
|
|
396
|
+
|
|
397
|
+
* Add renovate.json ([008bd9a](https://github.com/ionic-team/ionic/commit/008bd9a723724fb278f4872e32a67ba344ba5b1a))
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
# 0.1.0-alpha.44 (2022-08-02)
|
|
404
|
+
|
|
405
|
+
**Note:** Version bump only for package @paperless/react
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
# 0.1.0-alpha.43 (2022-08-02)
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
### Features
|
|
415
|
+
|
|
416
|
+
* **Molecules:** Add modal component ([8ba26b6](https://github.com/ionic-team/ionic/commit/8ba26b6e6329baae899af86445f16b3fa6e406e5))
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
# 0.1.0-alpha.42 (2022-08-02)
|
|
423
|
+
|
|
424
|
+
**Note:** Version bump only for package @paperless/react
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
# 0.1.0-alpha.41 (2022-08-02)
|
|
431
|
+
|
|
432
|
+
**Note:** Version bump only for package @paperless/react
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
# 0.1.0-alpha.40 (2022-08-01)
|
|
439
|
+
|
|
440
|
+
**Note:** Version bump only for package @paperless/react
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
# 0.1.0-alpha.39 (2022-07-28)
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
### Features
|
|
450
|
+
|
|
451
|
+
* **Atoms:** Add card header component ([64548ce](https://github.com/ionic-team/ionic/commit/64548ce60bd354e2054e3fc595a2a99820df9a0f))
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
# 0.1.0-alpha.38 (2022-07-27)
|
|
458
|
+
|
|
459
|
+
**Note:** Version bump only for package @paperless/react
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
# 0.1.0-alpha.37 (2022-07-26)
|
|
466
|
+
|
|
467
|
+
**Note:** Version bump only for package @paperless/react
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
# 0.1.0-alpha.36 (2022-07-26)
|
|
474
|
+
|
|
475
|
+
**Note:** Version bump only for package @paperless/react
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
# 0.1.0-alpha.35 (2022-07-25)
|
|
482
|
+
|
|
483
|
+
**Note:** Version bump only for package @paperless/react
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
# 0.1.0-alpha.34 (2022-07-25)
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
### Features
|
|
493
|
+
|
|
494
|
+
* **Typography:** Implement default typography ([b26b7d6](https://github.com/ionic-team/ionic/commit/b26b7d6c3e68cefdec1b0c85333bd2d18b40b2d3))
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
# 0.1.0-alpha.33 (2022-07-18)
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
### Features
|
|
504
|
+
|
|
505
|
+
* **Molecules/Dropdown:** Auto apply chevron to p-button instances ([e08a3c0](https://github.com/ionic-team/ionic/commit/e08a3c0b467e1d2af71934772035d17232f292eb))
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
# 0.1.0-alpha.32 (2022-07-18)
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### Features
|
|
515
|
+
|
|
516
|
+
* **Atoms/Button:** Add chevron prop ([342e0e7](https://github.com/ionic-team/ionic/commit/342e0e7a78f92f6a7c84b4009c9d2004585630c7))
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
# 0.1.0-alpha.31 (2022-07-18)
|
|
523
|
+
|
|
524
|
+
**Note:** Version bump only for package @paperless/react
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
# 0.1.0-alpha.30 (2022-07-15)
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
### Features
|
|
534
|
+
|
|
535
|
+
* **Atoms/Icons:** Add 5 new icons ([15e8900](https://github.com/ionic-team/ionic/commit/15e89009e426107204f85dc7decefb3fd9724fc6))
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
# 0.1.0-alpha.29 (2022-07-15)
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
### Features
|
|
545
|
+
|
|
546
|
+
* **Atoms:** Add status component ([5e42f15](https://github.com/ionic-team/ionic/commit/5e42f157044240bc47ef573973d1399596ba877e))
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
# 0.1.0-alpha.28 (2022-07-14)
|
|
553
|
+
|
|
554
|
+
|
|
555
|
+
### Features
|
|
556
|
+
|
|
557
|
+
* **Molecules:** Add dropdown component ([3e608f5](https://github.com/ionic-team/ionic/commit/3e608f52b3486f24193dcee221efe345d2952041))
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
# 0.1.0-alpha.27 (2022-07-12)
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
### Reverts
|
|
567
|
+
|
|
568
|
+
* Revert "chore: add some debugging" ([c5487af](https://github.com/ionic-team/ionic/commit/c5487afc0d09090d65cf5e452d487b59872196bb))
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
# 0.1.0-alpha.26 (2022-07-12)
|
|
575
|
+
|
|
576
|
+
**Note:** Version bump only for package @paperless/react
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
# 0.1.0-alpha.25 (2022-07-12)
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
### Features
|
|
586
|
+
|
|
587
|
+
* **Molecules/Pagination:** Set page to max if value is not available ([838210c](https://github.com/ionic-team/ionic/commit/838210c82ccab9070cc3e6fe1d23d82cdc089ab2))
|
|
588
|
+
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
|
|
593
|
+
# 0.1.0-alpha.24 (2022-07-12)
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
### Bug Fixes
|
|
597
|
+
|
|
598
|
+
* **Atoms/Loader:** Remove d-block attribute... ([8fc1222](https://github.com/ionic-team/ionic/commit/8fc1222fbb2b3e212183f628bc3697a45b5f0178))
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
# 0.1.0-alpha.23 (2022-07-12)
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
### Bug Fixes
|
|
608
|
+
|
|
609
|
+
* **Atoms/Loader:** fix loader z-index & full width version ([2d2a48a](https://github.com/ionic-team/ionic/commit/2d2a48abb614e94a1c0f599b94dfcdc73aef67af))
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
|
|
615
|
+
# 0.1.0-alpha.22 (2022-07-12)
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
### Reverts
|
|
619
|
+
|
|
620
|
+
* Revert "fix(Molecules/Pagination): Watch `page` => `value`" ([e598bb9](https://github.com/ionic-team/ionic/commit/e598bb902605997389736a292da34de6bfa6400d))
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
# 0.1.0-alpha.21 (2022-07-12)
|
|
627
|
+
|
|
628
|
+
**Note:** Version bump only for package @paperless/react
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
# 0.1.0-alpha.20 (2022-07-12)
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
### Bug Fixes
|
|
638
|
+
|
|
639
|
+
* **Molecules/Pagination:** Watch `page` => `value` ([92a2a8f](https://github.com/ionic-team/ionic/commit/92a2a8f723f49999f9bc59f87f87210ed9b93996))
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
# 0.1.0-alpha.19 (2022-07-12)
|
|
646
|
+
|
|
647
|
+
**Note:** Version bump only for package @paperless/react
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
# 0.1.0-alpha.18 (2022-07-12)
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
### Features
|
|
657
|
+
|
|
658
|
+
* We need a release ([ff8f487](https://github.com/ionic-team/ionic/commit/ff8f487a07067522b817c14a969118c14e1fab7e))
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
# 0.1.0-alpha.17 (2022-07-12)
|
|
665
|
+
|
|
666
|
+
**Note:** Version bump only for package @paperless/react
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
# 0.1.0-alpha.16 (2022-07-12)
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
### Bug Fixes
|
|
676
|
+
|
|
677
|
+
* **Angular/Pagination:** Make sure we write the correct property ([c1b9fdc](https://github.com/ionic-team/ionic/commit/c1b9fdc22a9621a7f1ff0d354a9395d94902e4bc))
|
|
678
|
+
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
# 0.1.0-alpha.15 (2022-07-12)
|
|
684
|
+
|
|
685
|
+
|
|
686
|
+
### Bug Fixes
|
|
687
|
+
|
|
688
|
+
* **Molecules/Pagination:** Reflect the value ([755a031](https://github.com/ionic-team/ionic/commit/755a031d3f7fc2650fa1a6f0ca7bbc29f8cad49b))
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
# 0.1.0-alpha.14 (2022-07-12)
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
### Bug Fixes
|
|
698
|
+
|
|
699
|
+
* **Angular:** Export custom directives from top level ([1058f9b](https://github.com/ionic-team/ionic/commit/1058f9b7855e9bcc82c4ce492ecb9e3d465f0719))
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
# 0.1.0-alpha.13 (2022-07-12)
|
|
706
|
+
|
|
707
|
+
**Note:** Version bump only for package @paperless/react
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
# 0.1.0-alpha.12 (2022-07-12)
|
|
714
|
+
|
|
715
|
+
**Note:** Version bump only for package @paperless/react
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
# 0.1.0-alpha.11 (2022-07-12)
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
### Features
|
|
725
|
+
|
|
726
|
+
* **Molecules:** Add pagination component ([fde8866](https://github.com/ionic-team/ionic/commit/fde886609ae4a81b8ca2d258f6c3292aff7c4bfb))
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
# 0.1.0-alpha.10 (2022-07-12)
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
### Features
|
|
736
|
+
|
|
737
|
+
* **Atoms:** Add info panel component ([bc3636d](https://github.com/ionic-team/ionic/commit/bc3636d4006b164fbee5ded3ad7c2b1dfd07d86c))
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
# 0.1.0-alpha.9 (2022-07-12)
|
|
744
|
+
|
|
745
|
+
**Note:** Version bump only for package @paperless/react
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
|
|
6
751
|
# 0.1.0-alpha.8 (2022-07-11)
|
|
7
752
|
|
|
8
753
|
|