@paperless/conventions 0.1.0-alpha.15 → 0.1.0-alpha.150

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 (3) hide show
  1. package/CHANGELOG.md +1419 -0
  2. package/README.md +1 -1
  3. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -3,6 +3,1425 @@
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.150 (2022-10-20)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **Angular:** Add onChanged function ([a78b62d](https://github.com/Employes/Paperless/commit/a78b62d69fa0b690d41ec01bde12ac66eec29142))
12
+
13
+
14
+
15
+
16
+
17
+ # 0.1.0-alpha.149 (2022-10-20)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **deps:** update all non-major dependencies ([#63](https://github.com/Employes/Paperless/issues/63)) ([6b3b105](https://github.com/Employes/Paperless/commit/6b3b105ad3ec3a0d3697d8a6981d75d65866eff1))
23
+
24
+
25
+
26
+
27
+
28
+ # 0.1.0-alpha.148 (2022-10-20)
29
+
30
+
31
+ ### Bug Fixes
32
+
33
+ * **Atoms/Button:** Disable active state on disabled ([fa348ec](https://github.com/Employes/Paperless/commit/fa348ec1b7c6f52f6cc07b4e1fa06304eaac99d7))
34
+
35
+
36
+
37
+
38
+
39
+ # 0.1.0-alpha.147 (2022-10-20)
40
+
41
+
42
+ ### Features
43
+
44
+ * **Atoms/Loader:** Add will-change for performance ([3789118](https://github.com/Employes/Paperless/commit/378911895d2af3b2a0ea244cd7db3819d2c135d2))
45
+
46
+
47
+
48
+
49
+
50
+ # 0.1.0-alpha.146 (2022-10-20)
51
+
52
+
53
+ ### Bug Fixes
54
+
55
+ * **Atoms/Button:** Disable hover shadow & chevron on disabled state ([2cd8370](https://github.com/Employes/Paperless/commit/2cd8370e47335a18bec8571ada5be82dd994f261))
56
+
57
+
58
+
59
+
60
+
61
+ # 0.1.0-alpha.145 (2022-10-20)
62
+
63
+
64
+ ### Features
65
+
66
+ * **Organisms/Table:** Add property for amount of loading rows ([b2e5b30](https://github.com/Employes/Paperless/commit/b2e5b303b32853850195eadbdc2c73f292cfe716))
67
+
68
+
69
+
70
+
71
+
72
+ # 0.1.0-alpha.144 (2022-10-20)
73
+
74
+
75
+ ### Bug Fixes
76
+
77
+ * **Organisms/Table:** Don't select checkbox when row click is enabled ([e697bda](https://github.com/Employes/Paperless/commit/e697bda71c5b2bf49046dd1d49457996087d245e))
78
+
79
+
80
+
81
+
82
+
83
+ # 0.1.0-alpha.143 (2022-10-20)
84
+
85
+
86
+ ### Bug Fixes
87
+
88
+ * **Organisms/Table:** Fix row click event not emitting ([e732d43](https://github.com/Employes/Paperless/commit/e732d434dde80f37475c7042cbfb55c9ec4e4826))
89
+
90
+
91
+
92
+
93
+
94
+ # 0.1.0-alpha.142 (2022-10-19)
95
+
96
+
97
+ ### Features
98
+
99
+ * **Molecules/Table Header:** Add ability to have quickfilter text func ([867497a](https://github.com/Employes/Paperless/commit/867497ac2d8687de768da22faa8cc22a9b4151c0))
100
+
101
+
102
+
103
+
104
+
105
+ # 0.1.0-alpha.141 (2022-10-19)
106
+
107
+
108
+ ### Features
109
+
110
+ * **Helpers/Table Definition:** Add some debuggin ([40c078c](https://github.com/Employes/Paperless/commit/40c078cc3e567ea8724bb65391cd406d46551944))
111
+
112
+
113
+
114
+
115
+
116
+ # 0.1.0-alpha.140 (2022-10-19)
117
+
118
+
119
+ ### Features
120
+
121
+ * **Helpers/Table Definition:** Make properties mutable ([00a0d93](https://github.com/Employes/Paperless/commit/00a0d932ed5103689c5d7ef8b57ba97bdc077f19))
122
+
123
+
124
+
125
+
126
+
127
+ # 0.1.0-alpha.139 (2022-10-19)
128
+
129
+
130
+ ### Features
131
+
132
+ * **Organisms/Table:** Don't generate too many loadings ([b20931a](https://github.com/Employes/Paperless/commit/b20931a6e83d55a136b373aa17baea842a3d36f9))
133
+
134
+
135
+
136
+
137
+
138
+ # 0.1.0-alpha.138 (2022-10-19)
139
+
140
+
141
+ ### Features
142
+
143
+ * Do some testing ([3ebfbdc](https://github.com/Employes/Paperless/commit/3ebfbdc1e3f2275f5dcfbb827013cf31d21b51e0))
144
+
145
+
146
+
147
+
148
+
149
+ # 0.1.0-alpha.137 (2022-10-19)
150
+
151
+
152
+ ### Features
153
+
154
+ * **Organisms/Table:** Add more loggin ([9839d44](https://github.com/Employes/Paperless/commit/9839d44a66a326058594e2a2f2d4c663368996dd))
155
+
156
+
157
+
158
+
159
+
160
+ # 0.1.0-alpha.136 (2022-10-19)
161
+
162
+
163
+ ### Bug Fixes
164
+
165
+ * **Core:** Re add p-table-definition back ([ea7cf50](https://github.com/Employes/Paperless/commit/ea7cf50dd8db6d24d0ead13f1a5baa9ad5af2f62))
166
+
167
+
168
+
169
+
170
+
171
+ # 0.1.0-alpha.135 (2022-10-19)
172
+
173
+
174
+ ### Bug Fixes
175
+
176
+ * **Organisms/Table:** Add some loggin ([a0ae7f2](https://github.com/Employes/Paperless/commit/a0ae7f20177833a605c906d5e4bbb58d0097475b))
177
+
178
+
179
+
180
+
181
+
182
+ # 0.1.0-alpha.134 (2022-10-19)
183
+
184
+
185
+ ### Features
186
+
187
+ * **Organisms/Table:** Add loading state ([72acbd5](https://github.com/Employes/Paperless/commit/72acbd5afe7985c3b16c1193f8fdafd456c711b5))
188
+
189
+
190
+
191
+
192
+
193
+ # 0.1.0-alpha.133 (2022-10-19)
194
+
195
+
196
+ ### Features
197
+
198
+ * **Core:** Remove p-table-definition from stencil config ([0ff1853](https://github.com/Employes/Paperless/commit/0ff1853944b57da1188bbcdb18555193854fef29))
199
+
200
+
201
+
202
+
203
+
204
+ # 0.1.0-alpha.132 (2022-10-18)
205
+
206
+
207
+ ### Bug Fixes
208
+
209
+ * **Angular:** Export table directive ([e04331f](https://github.com/Employes/Paperless/commit/e04331f86bb96b5b671184ea557bb5f8e5d3c414))
210
+
211
+
212
+
213
+
214
+
215
+ # 0.1.0-alpha.131 (2022-10-18)
216
+
217
+
218
+ ### Bug Fixes
219
+
220
+ * Add `@ngneat/until-destroy` to `allowedNonPeerDependencies` ([074f2e5](https://github.com/Employes/Paperless/commit/074f2e51734d98c44779c23221c8f0f62c20b38d))
221
+
222
+
223
+
224
+
225
+
226
+ # 0.1.0-alpha.130 (2022-10-18)
227
+
228
+
229
+ ### Features
230
+
231
+ * **Angular:** Add table directives ([b496ccb](https://github.com/Employes/Paperless/commit/b496ccb967663a31eaa7c299e5932f47075a4889))
232
+
233
+
234
+
235
+
236
+
237
+ # 0.1.0-alpha.129 (2022-10-18)
238
+
239
+
240
+ ### Features
241
+
242
+ * **Organisms:** Add table component ([99f9200](https://github.com/Employes/Paperless/commit/99f92001afb5ee93a537eb132ff6bca2ffa17687))
243
+
244
+
245
+
246
+
247
+
248
+ # 0.1.0-alpha.128 (2022-10-17)
249
+
250
+
251
+ ### Features
252
+
253
+ * **Atoms/Icon:** Add camera icon ([7f5894f](https://github.com/Employes/Paperless/commit/7f5894f7986f951799af4585afca4923ac46ee20))
254
+
255
+
256
+
257
+
258
+
259
+ # 0.1.0-alpha.127 (2022-09-22)
260
+
261
+
262
+ ### Features
263
+
264
+ * **Molecules/Content Slider:** Better fitment for tablet view ([1698897](https://github.com/Employes/Paperless/commit/1698897aff2f39530e70460d739bf1dd8dff09f3))
265
+
266
+
267
+
268
+
269
+
270
+ # 0.1.0-alpha.126 (2022-09-22)
271
+
272
+
273
+ ### Bug Fixes
274
+
275
+ * **Molecules/Content Slider:** Margin bottom on indicators ([6bf7bb7](https://github.com/Employes/Paperless/commit/6bf7bb76c311b0094415a8ba1b2cf156c2e6e485))
276
+
277
+
278
+
279
+
280
+
281
+ # 0.1.0-alpha.125 (2022-09-09)
282
+
283
+
284
+ ### Bug Fixes
285
+
286
+ * **Atoms/Layout:** Remove safe-area padding top from main content ([857b6c3](https://github.com/Employes/Paperless/commit/857b6c34e88a9c81dc90c5f9ad4bb8999eeca27a))
287
+
288
+
289
+
290
+
291
+
292
+ # 0.1.0-alpha.124 (2022-09-09)
293
+
294
+
295
+ ### Bug Fixes
296
+
297
+ * **Atoms/Profile:** Add `flex-shrink-0` to avatar ([c81be22](https://github.com/Employes/Paperless/commit/c81be221f143699fdc1cd520d095946ea2a37048))
298
+
299
+
300
+
301
+
302
+
303
+ # 0.1.0-alpha.123 (2022-09-09)
304
+
305
+
306
+ ### Features
307
+
308
+ * **Molecules/Profile:** Update avatar correctly instead of regenerate ([1ee3de2](https://github.com/Employes/Paperless/commit/1ee3de265628bb76cd09b9d83c4a89a01801cefc))
309
+
310
+
311
+
312
+
313
+
314
+ # 0.1.0-alpha.122 (2022-09-09)
315
+
316
+
317
+ ### Bug Fixes
318
+
319
+ * **Atoms/Avatar:** Add temporary console.logs ([254669c](https://github.com/Employes/Paperless/commit/254669ceb675533c839a5ba70a36319baddbc00d))
320
+
321
+
322
+
323
+
324
+
325
+ # 0.1.0-alpha.121 (2022-09-09)
326
+
327
+
328
+ ### Bug Fixes
329
+
330
+ * **Atoms/Avatar:** Add temporary console.logs ([ffd7f39](https://github.com/Employes/Paperless/commit/ffd7f39ce77d9c0c66992b3d9d978eb508d7bcef))
331
+
332
+
333
+
334
+
335
+
336
+ # 0.1.0-alpha.120 (2022-09-09)
337
+
338
+
339
+ ### Features
340
+
341
+ * Huge performance improvements ([966634b](https://github.com/Employes/Paperless/commit/966634b1a8647c5399e2827dce961ce517c5235a))
342
+
343
+
344
+
345
+
346
+
347
+ # 0.1.0-alpha.119 (2022-09-09)
348
+
349
+
350
+ ### Features
351
+
352
+ * **Atoms/Avatar:** Use different method of applying src ([a614325](https://github.com/Employes/Paperless/commit/a61432505d6fe1522f6d90ee0a5119e878812790))
353
+
354
+
355
+
356
+
357
+
358
+ # 0.1.0-alpha.118 (2022-09-09)
359
+
360
+
361
+ ### Bug Fixes
362
+
363
+ * make sure we use all variants of fill-available ([551eecd](https://github.com/Employes/Paperless/commit/551eecdee9935cd51ad94578862905231fa0be40))
364
+
365
+
366
+
367
+
368
+
369
+ # 0.1.0-alpha.117 (2022-09-09)
370
+
371
+
372
+ ### Bug Fixes
373
+
374
+ * **tests:** Remove console.log ([57e650c](https://github.com/Employes/Paperless/commit/57e650c02e3465ed643b9f214018448a5ebb48a9))
375
+
376
+
377
+
378
+
379
+
380
+ # 0.1.0-alpha.116 (2022-09-09)
381
+
382
+
383
+ ### Features
384
+
385
+ * **Molecules/Content Slider:** Improve indicator click & rewrite location logic ([a2c03bc](https://github.com/Employes/Paperless/commit/a2c03bc772e8e8126c2df38fa6fe43f38de1c290))
386
+
387
+
388
+
389
+
390
+
391
+ # 0.1.0-alpha.115 (2022-09-09)
392
+
393
+
394
+ ### Features
395
+
396
+ * **deps:** update all non-major dependencies ([#50](https://github.com/Employes/Paperless/issues/50)) ([dbabf7f](https://github.com/Employes/Paperless/commit/dbabf7fde40a4e481a4907ac1cf5daadf0751242))
397
+
398
+
399
+
400
+
401
+
402
+ # 0.1.0-alpha.114 (2022-09-08)
403
+
404
+
405
+ ### Features
406
+
407
+ * **Molecules/Content Slider:** Add auto center capability ([4d67fb0](https://github.com/Employes/Paperless/commit/4d67fb07f4ea0a71fdfff32878d4eaf6aac3e820))
408
+
409
+
410
+
411
+
412
+
413
+ # 0.1.0-alpha.113 (2022-09-08)
414
+
415
+
416
+ ### Bug Fixes
417
+
418
+ * **Molecules/Content Slider:** Second attempt on pointer-event issue ([e8f831f](https://github.com/Employes/Paperless/commit/e8f831f920247d1df78dc9c49851fea875f76a0f))
419
+
420
+
421
+
422
+
423
+
424
+ # 0.1.0-alpha.112 (2022-09-08)
425
+
426
+
427
+ ### Bug Fixes
428
+
429
+ * **Molecules/Content Slider:** Fix pointer event issue with buttons ([fec92dd](https://github.com/Employes/Paperless/commit/fec92ddc0344eb2aa2dd03a2edf363f07296e6f9))
430
+
431
+
432
+
433
+
434
+
435
+ # 0.1.0-alpha.111 (2022-09-08)
436
+
437
+
438
+ ### Features
439
+
440
+ * **Molecules/Content Slider:** Mobile support ([c7e20c8](https://github.com/Employes/Paperless/commit/c7e20c82133a9d217e628a73979adaafa7c54080))
441
+
442
+
443
+
444
+
445
+
446
+ # 0.1.0-alpha.110 (2022-09-08)
447
+
448
+
449
+ ### Bug Fixes
450
+
451
+ * **Atoms/Avatar:** Update avatar on changes ([a9473de](https://github.com/Employes/Paperless/commit/a9473de04546aa77570191608d5bafaf2eadd207))
452
+
453
+
454
+
455
+
456
+
457
+ # 0.1.0-alpha.109 (2022-09-08)
458
+
459
+
460
+ ### Bug Fixes
461
+
462
+ * **Molecules/Content Slider:** Actually fix content slider behavior ([fe926f4](https://github.com/Employes/Paperless/commit/fe926f41c0e3128808945fdc028a9a8f32cd2bba))
463
+
464
+
465
+
466
+
467
+
468
+ # 0.1.0-alpha.108 (2022-09-08)
469
+
470
+
471
+ ### Features
472
+
473
+ * **Atoms/Tag:** Increase height to `1.625rem` ([9278417](https://github.com/Employes/Paperless/commit/92784176dc5a43721beba6e194cc8e95768cf08b))
474
+
475
+
476
+
477
+
478
+
479
+ # 0.1.0-alpha.107 (2022-09-08)
480
+
481
+
482
+ ### Bug Fixes
483
+
484
+ * **Molecules/Content Slider:** Turn it the other way around ([b5b2ba6](https://github.com/Employes/Paperless/commit/b5b2ba627908224c22700873a149c7ce3fb7c1db))
485
+
486
+
487
+
488
+
489
+
490
+ # 0.1.0-alpha.106 (2022-09-08)
491
+
492
+
493
+ ### Features
494
+
495
+ * **Atoms/Card Body:** Update padding ([9e232e7](https://github.com/Employes/Paperless/commit/9e232e7b9140b809cc07db7dd02c8525acc0cdd6))
496
+
497
+
498
+
499
+
500
+
501
+ # 0.1.0-alpha.105 (2022-09-08)
502
+
503
+
504
+ ### Bug Fixes
505
+
506
+ * **Atoms/Layout:** Correct padding on `desktop-xs` ([86762b1](https://github.com/Employes/Paperless/commit/86762b1b13d2a3824d8561a6c5a070ac601d4044))
507
+
508
+
509
+
510
+
511
+
512
+ # 0.1.0-alpha.104 (2022-09-08)
513
+
514
+ **Note:** Version bump only for package @paperless/conventions
515
+
516
+
517
+
518
+
519
+
520
+ # 0.1.0-alpha.103 (2022-09-08)
521
+
522
+
523
+ ### Bug Fixes
524
+
525
+ * **Molecules/Profile:** Height adjustments ([a8f213c](https://github.com/Employes/Paperless/commit/a8f213cca197a44eff9da22bf0eb1c1cf8243517))
526
+
527
+
528
+
529
+
530
+
531
+ # 0.1.0-alpha.102 (2022-09-08)
532
+
533
+ **Note:** Version bump only for package @paperless/conventions
534
+
535
+
536
+
537
+
538
+
539
+ # 0.1.0-alpha.101 (2022-09-08)
540
+
541
+
542
+ ### Bug Fixes
543
+
544
+ * **Atoms/Layout:** Apply content-box to correct content ([78cc733](https://github.com/Employes/Paperless/commit/78cc733017b373f345bbd6f71048409ce54e5e14))
545
+
546
+
547
+
548
+
549
+
550
+ # 0.1.0-alpha.100 (2022-09-08)
551
+
552
+
553
+ ### Features
554
+
555
+ * **Atoms/Layout:** Content box sizing content ([c320390](https://github.com/Employes/Paperless/commit/c3203905eb821e37bb20c979173ea4c948426efc))
556
+
557
+
558
+
559
+
560
+
561
+ # 0.1.0-alpha.99 (2022-09-08)
562
+
563
+
564
+ ### Features
565
+
566
+ * **Molecules/Content Slider:** Improve height calc on resize ([5fc5ef2](https://github.com/Employes/Paperless/commit/5fc5ef26db002908381e37c85dd99ba1ea929aab))
567
+
568
+
569
+
570
+
571
+
572
+ # 0.1.0-alpha.98 (2022-09-08)
573
+
574
+
575
+ ### Features
576
+
577
+ * **Atoms/Layout:** Hide horizontal overflow ([50cf4af](https://github.com/Employes/Paperless/commit/50cf4afd682c683e4ac14d361102d86567921f91))
578
+
579
+
580
+
581
+
582
+
583
+ # 0.1.0-alpha.97 (2022-09-08)
584
+
585
+
586
+ ### Bug Fixes
587
+
588
+ * **Molecules/Content Slider:** Add a bit more padding/-margin ([430755a](https://github.com/Employes/Paperless/commit/430755af096c7ce39816ae89cfd94861ff76edc0))
589
+
590
+
591
+
592
+
593
+
594
+ # 0.1.0-alpha.96 (2022-09-08)
595
+
596
+
597
+ ### Bug Fixes
598
+
599
+ * **Molecules/Content Slider:** Remove pointer-events-none ([7b9d35f](https://github.com/Employes/Paperless/commit/7b9d35f22047be459c1bba6c00b7b99771dd4443))
600
+
601
+
602
+
603
+
604
+
605
+ # 0.1.0-alpha.95 (2022-09-08)
606
+
607
+
608
+ ### Features
609
+
610
+ * **deps:** update all non-major dependencies to v14.2.2 ([#49](https://github.com/Employes/Paperless/issues/49)) ([b46a67c](https://github.com/Employes/Paperless/commit/b46a67c5665d8f884344838c7dc7980aa53a99f2))
611
+
612
+
613
+
614
+
615
+
616
+ # 0.1.0-alpha.94 (2022-09-08)
617
+
618
+
619
+ ### Bug Fixes
620
+
621
+ * **deps:** update all non-major dependencies ([#48](https://github.com/Employes/Paperless/issues/48)) ([6f47be8](https://github.com/Employes/Paperless/commit/6f47be8510c05537686c9906a940227c59f776b0))
622
+
623
+
624
+
625
+
626
+
627
+ # 0.1.0-alpha.93 (2022-09-07)
628
+
629
+
630
+ ### Features
631
+
632
+ * **Molecules/Content Slider:** Disable indicator click & Dragging feat ([14b5261](https://github.com/Employes/Paperless/commit/14b52618935a839c2e004601529f622a53a7dc13))
633
+
634
+
635
+
636
+
637
+
638
+ # 0.1.0-alpha.92 (2022-09-07)
639
+
640
+
641
+ ### Features
642
+
643
+ * **Molecules:** Add content slider component ([cece57e](https://github.com/Employes/Paperless/commit/cece57ed228e5f6d93e6c0aed7068b2c59722af8))
644
+
645
+
646
+
647
+
648
+
649
+ # 0.1.0-alpha.91 (2022-09-06)
650
+
651
+
652
+ ### Features
653
+
654
+ * **Atoms/Modal Body:** Update table variant padding ([23afe3f](https://github.com/Employes/Paperless/commit/23afe3f450b0b173e19249f47768b3e67d66e09b))
655
+
656
+
657
+
658
+
659
+
660
+ # 0.1.0-alpha.90 (2022-09-06)
661
+
662
+
663
+ ### Features
664
+
665
+ * **Molecules/Profile:** Overflow protection ([126176a](https://github.com/Employes/Paperless/commit/126176ad7beba79db3c0dc02a1748f58a3efadea))
666
+
667
+
668
+
669
+
670
+
671
+ # 0.1.0-alpha.89 (2022-09-06)
672
+
673
+
674
+ ### Features
675
+
676
+ * **Organisms/Modal:** Implement mobile modal ([f98dc4f](https://github.com/Employes/Paperless/commit/f98dc4f46152a0f753c141e1f7efcd92e89126c2))
677
+
678
+
679
+
680
+
681
+
682
+ # 0.1.0-alpha.88 (2022-09-06)
683
+
684
+
685
+ ### Features
686
+
687
+ * **Organisms/Navbar:** Make navbar backdrop close the navbar ([d8dc4fa](https://github.com/Employes/Paperless/commit/d8dc4fa49481c3779e24fd36382026e2c3977439))
688
+
689
+
690
+
691
+
692
+
693
+ # 0.1.0-alpha.87 (2022-09-06)
694
+
695
+
696
+ ### Features
697
+
698
+ * **Organisms/Navbar:** Safe inset height too ([ebbc47b](https://github.com/Employes/Paperless/commit/ebbc47b60b6145cb0867368c3dd96839eec6378e))
699
+
700
+
701
+
702
+
703
+
704
+ # 0.1.0-alpha.86 (2022-09-06)
705
+
706
+
707
+ ### Features
708
+
709
+ * **Atoms/Layout:** Remove padding-top safe area and apply to content ([bdc6c3f](https://github.com/Employes/Paperless/commit/bdc6c3f9b0d0780f8fc55351b8d0b29111754a7e))
710
+
711
+
712
+
713
+
714
+
715
+ # 0.1.0-alpha.85 (2022-09-06)
716
+
717
+
718
+ ### Features
719
+
720
+ * **Molecules/Input Group:** Show error on focus in ([c8a977d](https://github.com/Employes/Paperless/commit/c8a977dfd6b9458c21847d854049aaa28f19e344))
721
+
722
+
723
+
724
+
725
+
726
+ # 0.1.0-alpha.84 (2022-09-06)
727
+
728
+
729
+ ### Features
730
+
731
+ * **Templates:** Add overview template ([4eba2f5](https://github.com/Employes/Paperless/commit/4eba2f5889f3c5b3be1bcffa4441d6a773c1a5e3))
732
+
733
+
734
+
735
+
736
+
737
+ # 0.1.0-alpha.83 (2022-09-06)
738
+
739
+
740
+ ### Features
741
+
742
+ * **Organisms:** Add navbar component ([b4f504f](https://github.com/Employes/Paperless/commit/b4f504fcbeb23499fd0bed22bab61de70db2f5bc))
743
+
744
+
745
+
746
+
747
+
748
+ # 0.1.0-alpha.82 (2022-09-05)
749
+
750
+
751
+ ### Bug Fixes
752
+
753
+ * **Atoms/Tooltip:** Fix tooltip issue on safari ([57a8eba](https://github.com/Employes/Paperless/commit/57a8eba7e465e0c2fbf153510d0aecd67e060362))
754
+
755
+
756
+
757
+
758
+
759
+ # 0.1.0-alpha.81 (2022-09-05)
760
+
761
+
762
+ ### Bug Fixes
763
+
764
+ * **Molecules/Input Group:** Remove flex 1 on prefix & suffix ([c8d2e41](https://github.com/Employes/Paperless/commit/c8d2e410fa7e5ca6a5606eeed856ac38922191d2))
765
+
766
+
767
+
768
+
769
+
770
+ # 0.1.0-alpha.80 (2022-09-02)
771
+
772
+
773
+ ### Features
774
+
775
+ * **Organisms/Modal:** Responsive modal ([3631233](https://github.com/Employes/Paperless/commit/3631233611b95e4f18b5a0be8a82d3d4fafd5e4c))
776
+
777
+
778
+
779
+
780
+
781
+ # 0.1.0-alpha.79 (2022-09-02)
782
+
783
+
784
+ ### Features
785
+
786
+ * **Atoms/Layout:** Add safe area ([59bc8db](https://github.com/Employes/Paperless/commit/59bc8dbe7c37f0e6e2cdadf86749cb99ada8d65c))
787
+
788
+
789
+
790
+
791
+
792
+ # 0.1.0-alpha.78 (2022-09-01)
793
+
794
+
795
+ ### Bug Fixes
796
+
797
+ * **Atoms/Divider:** Fix content not being centered correctly ([7256d93](https://github.com/Employes/Paperless/commit/7256d93d907b0d104451c6ef94d3ffbb7d845eff))
798
+
799
+
800
+
801
+
802
+
803
+ # 0.1.0-alpha.77 (2022-08-31)
804
+
805
+
806
+ ### Bug Fixes
807
+
808
+ * **Atoms/Layout:** login variant inner content padding-top fix ([5d56fa4](https://github.com/Employes/Paperless/commit/5d56fa438311d6e930922ff4897961a621171410))
809
+
810
+
811
+
812
+
813
+
814
+ # 0.1.0-alpha.76 (2022-08-31)
815
+
816
+
817
+ ### Features
818
+
819
+ * **Atoms/Layout:** login variant inner content padding-top fix ([1debb4b](https://github.com/Employes/Paperless/commit/1debb4bd694a9b580bd31325044798aea6a8b817))
820
+
821
+
822
+
823
+
824
+
825
+ # 0.1.0-alpha.75 (2022-08-31)
826
+
827
+
828
+ ### Features
829
+
830
+ * **Atoms/Illustrations:** Add e-mail illustration ([0a6e1fc](https://github.com/Employes/Paperless/commit/0a6e1fc765b9f69fb2d7271351cbc78a4c860968))
831
+
832
+
833
+
834
+
835
+
836
+ # 0.1.0-alpha.74 (2022-08-31)
837
+
838
+
839
+ ### Features
840
+
841
+ * **Atoms/Button:** Make host full width if `width="full"` ([58a9a61](https://github.com/Employes/Paperless/commit/58a9a61c95a871b359228faac531ca763bacc102))
842
+
843
+
844
+
845
+
846
+
847
+ # 0.1.0-alpha.73 (2022-08-31)
848
+
849
+
850
+ ### Features
851
+
852
+ * **Atoms/Layout:** Make tablet content for login variant better ([3094b5f](https://github.com/Employes/Paperless/commit/3094b5f05513ab03b3958e0d2b6a144e2eb316c5))
853
+
854
+
855
+
856
+
857
+
858
+ # 0.1.0-alpha.72 (2022-08-31)
859
+
860
+
861
+ ### Features
862
+
863
+ * **deps:** update all non-major dependencies ([#47](https://github.com/Employes/Paperless/issues/47)) ([88bcc66](https://github.com/Employes/Paperless/commit/88bcc663ff2d713eb834b2589a4576cd92de7ab8))
864
+
865
+
866
+
867
+
868
+
869
+ # 0.1.0-alpha.71 (2022-08-30)
870
+
871
+
872
+ ### Features
873
+
874
+ * **Atoms/Divider:** Add content for dividers ([32ce5de](https://github.com/Employes/Paperless/commit/32ce5de91c64d4c5cff50ad3723e214903644af8))
875
+
876
+
877
+
878
+
879
+
880
+ # 0.1.0-alpha.70 (2022-08-30)
881
+
882
+
883
+ ### Bug Fixes
884
+
885
+ * **Atoms/Button:** `.size-full` -> `.width-full` ([a8a4af1](https://github.com/Employes/Paperless/commit/a8a4af16bd1686474e0ad6dd00e7c2c318e850ed))
886
+
887
+
888
+
889
+
890
+
891
+ # 0.1.0-alpha.69 (2022-08-30)
892
+
893
+
894
+ ### Features
895
+
896
+ * **Atoms/Button:** Add widths prop ([83eb353](https://github.com/Employes/Paperless/commit/83eb3532e80c6918df847aa2156428c89d7ffe8d))
897
+
898
+
899
+
900
+
901
+
902
+ # 0.1.0-alpha.68 (2022-08-30)
903
+
904
+ **Note:** Version bump only for package @paperless/conventions
905
+
906
+
907
+
908
+
909
+
910
+ # 0.1.0-alpha.67 (2022-08-30)
911
+
912
+
913
+ ### Bug Fixes
914
+
915
+ * **Molecules/Input Group:** Rename `focus` to `focused` ([04912f4](https://github.com/Employes/Paperless/commit/04912f4bc2267af05037fba735dabae3ade302a5))
916
+
917
+
918
+
919
+
920
+
921
+ # 0.1.0-alpha.66 (2022-08-30)
922
+
923
+
924
+ ### Features
925
+
926
+ * **Atoms/Layout:** Improvements to width/padding ([1e4fc8b](https://github.com/Employes/Paperless/commit/1e4fc8b3139925c6eca8e798df5fda3165689bf8))
927
+
928
+
929
+
930
+
931
+
932
+ # 0.1.0-alpha.65 (2022-08-30)
933
+
934
+
935
+ ### Features
936
+
937
+ * **Atoms:** Layout atom ([7b07da3](https://github.com/Employes/Paperless/commit/7b07da366e2c6485815fe4d0edc6cfee8e0a043c))
938
+
939
+
940
+
941
+
942
+
943
+ # 0.1.0-alpha.64 (2022-08-30)
944
+
945
+
946
+ ### Features
947
+
948
+ * **Molecules:** Add input group component ([1702d6c](https://github.com/Employes/Paperless/commit/1702d6c6d1ea3e7eba5da6dfae8e1eb09516f846))
949
+
950
+
951
+
952
+
953
+
954
+ # 0.1.0-alpha.63 (2022-08-30)
955
+
956
+ **Note:** Version bump only for package @paperless/conventions
957
+
958
+
959
+
960
+
961
+
962
+ # 0.1.0-alpha.62 (2022-08-30)
963
+
964
+ **Note:** Version bump only for package @paperless/conventions
965
+
966
+
967
+
968
+
969
+
970
+ # 0.1.0-alpha.61 (2022-08-30)
971
+
972
+
973
+ ### Features
974
+
975
+ * Update grid to be of 12 columns ([2c2603b](https://github.com/Employes/Paperless/commit/2c2603bb2d2c10abd4b9dd67cb83ae1d9b0c1a6f))
976
+
977
+
978
+
979
+
980
+
981
+ # 0.1.0-alpha.60 (2022-08-18)
982
+
983
+
984
+ ### Bug Fixes
985
+
986
+ * **deps:** update all non-major dependencies to v14.1.3 ([#40](https://github.com/Employes/Paperless/issues/40)) ([6ba3ab7](https://github.com/Employes/Paperless/commit/6ba3ab74fa2f8a2dd346cf67aa4749aba6997f3f))
987
+
988
+
989
+
990
+
991
+
992
+ # 0.1.0-alpha.59 (2022-08-10)
993
+
994
+
995
+ ### Bug Fixes
996
+
997
+ * **Molecules/Stepper:** Typing of items ([141f98c](https://github.com/Employes/Paperless/commit/141f98ca64137ebe2356a0fe5b8472424fc94421))
998
+
999
+
1000
+
1001
+
1002
+
1003
+ # 0.1.0-alpha.58 (2022-08-10)
1004
+
1005
+ **Note:** Version bump only for package @paperless/conventions
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+ # 0.1.0-alpha.57 (2022-08-10)
1012
+
1013
+ **Note:** Version bump only for package @paperless/conventions
1014
+
1015
+
1016
+
1017
+
1018
+
1019
+ # 0.1.0-alpha.56 (2022-08-10)
1020
+
1021
+
1022
+ ### Bug Fixes
1023
+
1024
+ * **Atoms/Icon:** Add `sm` size which missed ([bb696e8](https://github.com/Employes/Paperless/commit/bb696e8f17854d5bfe2df1d8f4ee96db52c78493))
1025
+
1026
+
1027
+
1028
+
1029
+
1030
+ # 0.1.0-alpha.55 (2022-08-10)
1031
+
1032
+ **Note:** Version bump only for package @paperless/conventions
1033
+
1034
+
1035
+
1036
+
1037
+
1038
+ # 0.1.0-alpha.54 (2022-08-10)
1039
+
1040
+
1041
+ ### Features
1042
+
1043
+ * **Atoms:** Add tag component ([b45499d](https://github.com/Employes/Paperless/commit/b45499defb03ea5ae44ecfcdb026bbe2154de6ea))
1044
+
1045
+
1046
+
1047
+
1048
+
1049
+ # 0.1.0-alpha.53 (2022-08-10)
1050
+
1051
+
1052
+ ### Features
1053
+
1054
+ * **Molecules:** Add accordion component ([27730d3](https://github.com/Employes/Paperless/commit/27730d3b4eced24cb7542473eadbc8e9cc6c7d88))
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+ # 0.1.0-alpha.52 (2022-08-10)
1061
+
1062
+
1063
+ ### Features
1064
+
1065
+ * **Atoms:** Add tab group component ([e2a3feb](https://github.com/Employes/Paperless/commit/e2a3feb532d62adc9a879143f58cffc61c588e95))
1066
+
1067
+
1068
+
1069
+
1070
+
1071
+ # 0.1.0-alpha.51 (2022-08-10)
1072
+
1073
+
1074
+ ### Features
1075
+
1076
+ * **Atoms:** Add profile component ([6940b79](https://github.com/Employes/Paperless/commit/6940b79aa89a65e1da802c7a2bddcc79b4b5be7e))
1077
+
1078
+
1079
+
1080
+
1081
+
1082
+ # 0.1.0-alpha.50 (2022-08-09)
1083
+
1084
+
1085
+ ### Features
1086
+
1087
+ * **Atoms:** Add avatar group component ([a5db706](https://github.com/Employes/Paperless/commit/a5db7063e414c37748efd63918a2590571d90a87))
1088
+
1089
+
1090
+
1091
+
1092
+
1093
+ # 0.1.0-alpha.49 (2022-08-08)
1094
+
1095
+
1096
+ ### Features
1097
+
1098
+ * **Molecules:** Add stepper component ([ed27680](https://github.com/Employes/Paperless/commit/ed27680bd9a33045bb4aee187d3a28964aec4280))
1099
+
1100
+
1101
+
1102
+
1103
+
1104
+ # 0.1.0-alpha.48 (2022-08-08)
1105
+
1106
+
1107
+ ### Features
1108
+
1109
+ * **Molecules/Modal:** title -> header because title is reserved ([0b1852f](https://github.com/Employes/Paperless/commit/0b1852f0be34039d79e5ada865341d25dbced4cb))
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+ # 0.1.0-alpha.47 (2022-08-02)
1116
+
1117
+
1118
+ ### Bug Fixes
1119
+
1120
+ * **deps:** update angular monorepo to v14 ([#28](https://github.com/Employes/Paperless/issues/28)) ([d97a257](https://github.com/Employes/Paperless/commit/d97a257c98df220084f657a27301d2fa5a652fa4))
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+ # 0.1.0-alpha.46 (2022-08-02)
1127
+
1128
+ **Note:** Version bump only for package @paperless/conventions
1129
+
1130
+
1131
+
1132
+
1133
+
1134
+ # 0.1.0-alpha.45 (2022-08-02)
1135
+
1136
+
1137
+ ### Features
1138
+
1139
+ * Add renovate.json ([008bd9a](https://github.com/Employes/Paperless/commit/008bd9a723724fb278f4872e32a67ba344ba5b1a))
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+ # 0.1.0-alpha.44 (2022-08-02)
1146
+
1147
+ **Note:** Version bump only for package @paperless/conventions
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+ # 0.1.0-alpha.43 (2022-08-02)
1154
+
1155
+
1156
+ ### Features
1157
+
1158
+ * **Molecules:** Add modal component ([8ba26b6](https://github.com/Employes/Paperless/commit/8ba26b6e6329baae899af86445f16b3fa6e406e5))
1159
+
1160
+
1161
+
1162
+
1163
+
1164
+ # 0.1.0-alpha.42 (2022-08-02)
1165
+
1166
+ **Note:** Version bump only for package @paperless/conventions
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+ # 0.1.0-alpha.41 (2022-08-02)
1173
+
1174
+ **Note:** Version bump only for package @paperless/conventions
1175
+
1176
+
1177
+
1178
+
1179
+
1180
+ # 0.1.0-alpha.40 (2022-08-01)
1181
+
1182
+ **Note:** Version bump only for package @paperless/conventions
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+ # 0.1.0-alpha.39 (2022-07-28)
1189
+
1190
+
1191
+ ### Features
1192
+
1193
+ * **Atoms:** Add card header component ([64548ce](https://github.com/Employes/Paperless/commit/64548ce60bd354e2054e3fc595a2a99820df9a0f))
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+ # 0.1.0-alpha.38 (2022-07-27)
1200
+
1201
+ **Note:** Version bump only for package @paperless/conventions
1202
+
1203
+
1204
+
1205
+
1206
+
1207
+ # 0.1.0-alpha.37 (2022-07-26)
1208
+
1209
+ **Note:** Version bump only for package @paperless/conventions
1210
+
1211
+
1212
+
1213
+
1214
+
1215
+ # 0.1.0-alpha.36 (2022-07-26)
1216
+
1217
+ **Note:** Version bump only for package @paperless/conventions
1218
+
1219
+
1220
+
1221
+
1222
+
1223
+ # 0.1.0-alpha.35 (2022-07-25)
1224
+
1225
+ **Note:** Version bump only for package @paperless/conventions
1226
+
1227
+
1228
+
1229
+
1230
+
1231
+ # 0.1.0-alpha.34 (2022-07-25)
1232
+
1233
+
1234
+ ### Features
1235
+
1236
+ * **Typography:** Implement default typography ([b26b7d6](https://github.com/Employes/Paperless/commit/b26b7d6c3e68cefdec1b0c85333bd2d18b40b2d3))
1237
+
1238
+
1239
+
1240
+
1241
+
1242
+ # 0.1.0-alpha.33 (2022-07-18)
1243
+
1244
+
1245
+ ### Features
1246
+
1247
+ * **Molecules/Dropdown:** Auto apply chevron to p-button instances ([e08a3c0](https://github.com/Employes/Paperless/commit/e08a3c0b467e1d2af71934772035d17232f292eb))
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+ # 0.1.0-alpha.32 (2022-07-18)
1254
+
1255
+
1256
+ ### Features
1257
+
1258
+ * **Atoms/Button:** Add chevron prop ([342e0e7](https://github.com/Employes/Paperless/commit/342e0e7a78f92f6a7c84b4009c9d2004585630c7))
1259
+
1260
+
1261
+
1262
+
1263
+
1264
+ # 0.1.0-alpha.31 (2022-07-18)
1265
+
1266
+ **Note:** Version bump only for package @paperless/conventions
1267
+
1268
+
1269
+
1270
+
1271
+
1272
+ # 0.1.0-alpha.30 (2022-07-15)
1273
+
1274
+
1275
+ ### Features
1276
+
1277
+ * **Atoms/Icons:** Add 5 new icons ([15e8900](https://github.com/Employes/Paperless/commit/15e89009e426107204f85dc7decefb3fd9724fc6))
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+ # 0.1.0-alpha.29 (2022-07-15)
1284
+
1285
+
1286
+ ### Features
1287
+
1288
+ * **Atoms:** Add status component ([5e42f15](https://github.com/Employes/Paperless/commit/5e42f157044240bc47ef573973d1399596ba877e))
1289
+
1290
+
1291
+
1292
+
1293
+
1294
+ # 0.1.0-alpha.28 (2022-07-14)
1295
+
1296
+
1297
+ ### Features
1298
+
1299
+ * **Molecules:** Add dropdown component ([3e608f5](https://github.com/Employes/Paperless/commit/3e608f52b3486f24193dcee221efe345d2952041))
1300
+
1301
+
1302
+
1303
+
1304
+
1305
+ # 0.1.0-alpha.27 (2022-07-12)
1306
+
1307
+
1308
+ ### Reverts
1309
+
1310
+ * Revert "chore: add some debugging" ([c5487af](https://github.com/Employes/Paperless/commit/c5487afc0d09090d65cf5e452d487b59872196bb))
1311
+
1312
+
1313
+
1314
+
1315
+
1316
+ # 0.1.0-alpha.26 (2022-07-12)
1317
+
1318
+ **Note:** Version bump only for package @paperless/conventions
1319
+
1320
+
1321
+
1322
+
1323
+
1324
+ # 0.1.0-alpha.25 (2022-07-12)
1325
+
1326
+
1327
+ ### Features
1328
+
1329
+ * **Molecules/Pagination:** Set page to max if value is not available ([838210c](https://github.com/Employes/Paperless/commit/838210c82ccab9070cc3e6fe1d23d82cdc089ab2))
1330
+
1331
+
1332
+
1333
+
1334
+
1335
+ # 0.1.0-alpha.24 (2022-07-12)
1336
+
1337
+
1338
+ ### Bug Fixes
1339
+
1340
+ * **Atoms/Loader:** Remove d-block attribute... ([8fc1222](https://github.com/Employes/Paperless/commit/8fc1222fbb2b3e212183f628bc3697a45b5f0178))
1341
+
1342
+
1343
+
1344
+
1345
+
1346
+ # 0.1.0-alpha.23 (2022-07-12)
1347
+
1348
+
1349
+ ### Bug Fixes
1350
+
1351
+ * **Atoms/Loader:** fix loader z-index & full width version ([2d2a48a](https://github.com/Employes/Paperless/commit/2d2a48abb614e94a1c0f599b94dfcdc73aef67af))
1352
+
1353
+
1354
+
1355
+
1356
+
1357
+ # 0.1.0-alpha.22 (2022-07-12)
1358
+
1359
+
1360
+ ### Reverts
1361
+
1362
+ * Revert "fix(Molecules/Pagination): Watch `page` => `value`" ([e598bb9](https://github.com/Employes/Paperless/commit/e598bb902605997389736a292da34de6bfa6400d))
1363
+
1364
+
1365
+
1366
+
1367
+
1368
+ # 0.1.0-alpha.21 (2022-07-12)
1369
+
1370
+ **Note:** Version bump only for package @paperless/conventions
1371
+
1372
+
1373
+
1374
+
1375
+
1376
+ # 0.1.0-alpha.20 (2022-07-12)
1377
+
1378
+
1379
+ ### Bug Fixes
1380
+
1381
+ * **Molecules/Pagination:** Watch `page` => `value` ([92a2a8f](https://github.com/Employes/Paperless/commit/92a2a8f723f49999f9bc59f87f87210ed9b93996))
1382
+
1383
+
1384
+
1385
+
1386
+
1387
+ # 0.1.0-alpha.19 (2022-07-12)
1388
+
1389
+ **Note:** Version bump only for package @paperless/conventions
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+ # 0.1.0-alpha.18 (2022-07-12)
1396
+
1397
+
1398
+ ### Features
1399
+
1400
+ * We need a release ([ff8f487](https://github.com/Employes/Paperless/commit/ff8f487a07067522b817c14a969118c14e1fab7e))
1401
+
1402
+
1403
+
1404
+
1405
+
1406
+ # 0.1.0-alpha.17 (2022-07-12)
1407
+
1408
+ **Note:** Version bump only for package @paperless/conventions
1409
+
1410
+
1411
+
1412
+
1413
+
1414
+ # 0.1.0-alpha.16 (2022-07-12)
1415
+
1416
+
1417
+ ### Bug Fixes
1418
+
1419
+ * **Angular/Pagination:** Make sure we write the correct property ([c1b9fdc](https://github.com/Employes/Paperless/commit/c1b9fdc22a9621a7f1ff0d354a9395d94902e4bc))
1420
+
1421
+
1422
+
1423
+
1424
+
6
1425
  # 0.1.0-alpha.15 (2022-07-12)
7
1426
 
8
1427