@bloom-housing/ui-components 5.0.1-alpha.8 → 5.1.1-alpha.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.
- package/CHANGELOG.md +1109 -0
- package/index.ts +5 -0
- package/package.json +6 -2
- package/src/actions/Button.scss +8 -0
- package/src/actions/Button.tsx +14 -12
- package/src/actions/ExpandableContent.tsx +1 -1
- package/src/actions/LinkButton.tsx +16 -1
- package/src/actions/Video.scss +11 -0
- package/src/actions/Video.tsx +32 -0
- package/src/blocks/InfoCard.scss +9 -0
- package/src/blocks/MediaCard.scss +49 -0
- package/src/blocks/MediaCard.tsx +34 -0
- package/src/blocks/StandardCard.scss +1 -1
- package/src/forms/Field.tsx +1 -1
- package/src/forms/MultiSelectField.docs.mdx +78 -0
- package/src/forms/MultiSelectField.scss +229 -0
- package/src/forms/MultiSelectField.tsx +92 -0
- package/src/forms/Textarea.tsx +2 -0
- package/src/global/blocks.scss +22 -0
- package/src/global/mixins.scss +3 -3
- package/src/global/tokens/borders.scss +2 -0
- package/src/global/tokens/fonts.scss +1 -0
- package/src/global/tokens/screens.scss +1 -0
- package/src/helpers/MultiLineAddress.tsx +15 -12
- package/src/lists/PreferencesList.scss +3 -3
- package/src/locales/es.json +9 -0
- package/src/locales/general.json +12 -0
- package/src/locales/vi.json +9 -0
- package/src/locales/zh.json +9 -0
- package/src/navigation/SideNav.docs.mdx +34 -0
- package/src/navigation/SideNav.scss +58 -24
- package/src/navigation/SideNav.tsx +44 -9
- package/src/notifications/ApplicationStatus.tsx +8 -1
- package/src/notifications/SiteAlert.tsx +25 -1
- package/src/overlays/Modal.docs.mdx +27 -0
- package/src/overlays/Modal.scss +56 -30
- package/src/overlays/Modal.tsx +18 -16
- package/src/overlays/Overlay.tsx +2 -0
- package/src/page_components/listing/AdditionalFees.tsx +14 -10
- package/src/page_components/listing/listing_sidebar/Contact.tsx +2 -2
- package/src/page_components/listing/listing_sidebar/ExpandableSection.tsx +16 -4
- package/src/page_components/listing/listing_sidebar/SidebarBlock.tsx +23 -0
- package/src/page_components/listing/listing_sidebar/events/EventSection.tsx +9 -1
- package/src/sections/GridSection.tsx +6 -1
- package/src/sections/ListSection.tsx +1 -1
- package/tailwind.config.js +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,1115 @@
|
|
|
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
|
+
## [5.1.1-alpha.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.29...@bloom-housing/ui-components@5.1.1-alpha.0) (2022-07-27)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
* 2022-07-26 sync master (#2917) ([6f0dd1d](https://github.com/bloom-housing/bloom/commit/6f0dd1df4d2df12e0e94cb339c9232531a37f2a2)), closes [#2917](https://github.com/bloom-housing/bloom/issues/2917) [#2753](https://github.com/bloom-housing/bloom/issues/2753) [#2441](https://github.com/bloom-housing/bloom/issues/2441) [#2460](https://github.com/bloom-housing/bloom/issues/2460) [#2459](https://github.com/bloom-housing/bloom/issues/2459) [#2464](https://github.com/bloom-housing/bloom/issues/2464) [#2465](https://github.com/bloom-housing/bloom/issues/2465) [#2466](https://github.com/bloom-housing/bloom/issues/2466) [#2436](https://github.com/bloom-housing/bloom/issues/2436) [#2451](https://github.com/bloom-housing/bloom/issues/2451) [#2415](https://github.com/bloom-housing/bloom/issues/2415) [#2354](https://github.com/bloom-housing/bloom/issues/2354) [#2455](https://github.com/bloom-housing/bloom/issues/2455) [#2484](https://github.com/bloom-housing/bloom/issues/2484) [#2482](https://github.com/bloom-housing/bloom/issues/2482) [#2483](https://github.com/bloom-housing/bloom/issues/2483) [#2476](https://github.com/bloom-housing/bloom/issues/2476) [#2485](https://github.com/bloom-housing/bloom/issues/2485) [#2470](https://github.com/bloom-housing/bloom/issues/2470) [#2488](https://github.com/bloom-housing/bloom/issues/2488) [#2487](https://github.com/bloom-housing/bloom/issues/2487) [#2496](https://github.com/bloom-housing/bloom/issues/2496) [#2498](https://github.com/bloom-housing/bloom/issues/2498) [#2499](https://github.com/bloom-housing/bloom/issues/2499) [#2291](https://github.com/bloom-housing/bloom/issues/2291) [#2461](https://github.com/bloom-housing/bloom/issues/2461) [#2485](https://github.com/bloom-housing/bloom/issues/2485) [#2494](https://github.com/bloom-housing/bloom/issues/2494) [#2503](https://github.com/bloom-housing/bloom/issues/2503) [#2495](https://github.com/bloom-housing/bloom/issues/2495) [#2477](https://github.com/bloom-housing/bloom/issues/2477) [#2505](https://github.com/bloom-housing/bloom/issues/2505) [#2372](https://github.com/bloom-housing/bloom/issues/2372) [#2489](https://github.com/bloom-housing/bloom/issues/2489) [#2497](https://github.com/bloom-housing/bloom/issues/2497) [#2506](https://github.com/bloom-housing/bloom/issues/2506) [#2486](https://github.com/bloom-housing/bloom/issues/2486)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### BREAKING CHANGES
|
|
13
|
+
|
|
14
|
+
* consolidated all event section components in one new component, uptake will require removing the deprecated components and uptaking EventSection
|
|
15
|
+
|
|
16
|
+
* chore(release): version
|
|
17
|
+
|
|
18
|
+
- @bloom-housing/backend-core@3.0.2-alpha.38
|
|
19
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.63
|
|
20
|
+
- @bloom-housing/partners@4.0.1-alpha.67
|
|
21
|
+
- @bloom-housing/public@4.0.1-alpha.66
|
|
22
|
+
- @bloom-housing/ui-components@4.0.1-alpha.62
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# [5.1.0](https://github.com/seanmalbert/bloom/compare/@bloom-housing/ui-components@5.0.0...@bloom-housing/ui-components@5.1.0) (2022-07-27)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* a11y issues on homepage components ([#2624](https://github.com/seanmalbert/bloom/issues/2624)) ([bf443d5](https://github.com/seanmalbert/bloom/commit/bf443d55d12d624b057666933bdd06feaf7d79be))
|
|
34
|
+
* account translations ([#2278](https://github.com/seanmalbert/bloom/issues/2278)) ([1420282](https://github.com/seanmalbert/bloom/commit/1420282ec0de17b8629f2a7dd6c1149f7a1f8894))
|
|
35
|
+
* add icons to unit accordions if enabled ([#2372](https://github.com/seanmalbert/bloom/issues/2372)) ([#2489](https://github.com/seanmalbert/bloom/issues/2489)) ([55e4dc9](https://github.com/seanmalbert/bloom/commit/55e4dc9a95b9fe9125153b43556fd64d06506f24))
|
|
36
|
+
* add mailThin icon to stories ([ba8400b](https://github.com/seanmalbert/bloom/commit/ba8400bed4e9d653f85ec38ef4bca3b74df371dd))
|
|
37
|
+
* add missing dependency preventing build ([#2808](https://github.com/seanmalbert/bloom/issues/2808)) ([ca95792](https://github.com/seanmalbert/bloom/commit/ca95792249186c62ba546b13ff6564186c4a12af))
|
|
38
|
+
* add optional prop for Language Nav aria label ([#2672](https://github.com/seanmalbert/bloom/issues/2672)) ([5f1b3f6](https://github.com/seanmalbert/bloom/commit/5f1b3f66f5269cfd9285b958f608cdb41e779c70))
|
|
39
|
+
* allow headers in responsive mobile tables to wrap text ([#2496](https://github.com/seanmalbert/bloom/issues/2496)) ([7d5a73e](https://github.com/seanmalbert/bloom/commit/7d5a73e5ee2213fb126fced86d94a55668941ed9))
|
|
40
|
+
* apply action block style to button class not component ([#2348](https://github.com/seanmalbert/bloom/issues/2348)) ([cd79ee5](https://github.com/seanmalbert/bloom/commit/cd79ee558554815f4b8421740e4850484a97ad21))
|
|
41
|
+
* bump version ([#2349](https://github.com/seanmalbert/bloom/issues/2349)) ([b9e3ba1](https://github.com/seanmalbert/bloom/commit/b9e3ba10aebd6534090f8be231a9ea77b3c929b6))
|
|
42
|
+
* bump version ([#2350](https://github.com/seanmalbert/bloom/issues/2350)) ([05863f5](https://github.com/seanmalbert/bloom/commit/05863f55f3939bea4387bd7cf4eb1f34df106124))
|
|
43
|
+
* changed aria-selected to aria-current issue [#698](https://github.com/seanmalbert/bloom/issues/698) ([bed1b23](https://github.com/seanmalbert/bloom/commit/bed1b23d63af134542f6760aa70d1ccac87940fa))
|
|
44
|
+
* dates showing as invalid in send by mail section ([#2362](https://github.com/seanmalbert/bloom/issues/2362)) ([3567388](https://github.com/seanmalbert/bloom/commit/35673882d87e2b524b2c94d1fb7b40c9d777f0a3))
|
|
45
|
+
* ensure dayjs parsing strings will work as expected ([eb44939](https://github.com/seanmalbert/bloom/commit/eb449395ebea3a3b4b58eb217df1e1313c722a0d))
|
|
46
|
+
* fix hero button width with secondary button ([#2306](https://github.com/seanmalbert/bloom/issues/2306)) ([929ac8e](https://github.com/seanmalbert/bloom/commit/929ac8e7fd30718a77a10277323abf1604a45a19))
|
|
47
|
+
* Fix infinite page width ([#2434](https://github.com/seanmalbert/bloom/issues/2434)) ([12ac594](https://github.com/seanmalbert/bloom/commit/12ac594a7aa5a04370b20b19d6fff3189c0cfeee)), closes [#2374](https://github.com/seanmalbert/bloom/issues/2374)
|
|
48
|
+
* Fix modal styles on mobile ([#2280](https://github.com/seanmalbert/bloom/issues/2280)) ([95f45e5](https://github.com/seanmalbert/bloom/commit/95f45e5a6d2c38c512f59d8cb35847cab59dc8bb)), closes [#2253](https://github.com/seanmalbert/bloom/issues/2253)
|
|
49
|
+
* footer alignment issue with overflowing links ([#2713](https://github.com/seanmalbert/bloom/issues/2713)) ([b87be1d](https://github.com/seanmalbert/bloom/commit/b87be1da10d59df2616f5df51629a8201baa6f86))
|
|
50
|
+
* footer nav widths ([42aef6f](https://github.com/seanmalbert/bloom/commit/42aef6f74a8a7e27c6bdb870cb6c69c7569f41c0))
|
|
51
|
+
* forgot password empty warning and two minor style changes ([#2680](https://github.com/seanmalbert/bloom/issues/2680)) ([01f1519](https://github.com/seanmalbert/bloom/commit/01f15194e2de8595a772c8c87f455d882e47f164))
|
|
52
|
+
* guard against 0 output ([0ea9012](https://github.com/seanmalbert/bloom/commit/0ea9012fdac02fb1cb4357abec2ec69633902654))
|
|
53
|
+
* image gradient obscures image on mobile, is harsh in safari ([#2487](https://github.com/seanmalbert/bloom/issues/2487)) ([78785ff](https://github.com/seanmalbert/bloom/commit/78785ff0646e94fa751584ee090eacaec1994e36))
|
|
54
|
+
* listings group expandable section css updates ([#2377](https://github.com/seanmalbert/bloom/issues/2377)) ([fba77ef](https://github.com/seanmalbert/bloom/commit/fba77efc25ccb213a0e18a8b58ddf8ada07fbb8c))
|
|
55
|
+
* make mailThin background transparent ([87b372b](https://github.com/seanmalbert/bloom/commit/87b372b28e1b44c5a450544a2d15f09a84de2ebb))
|
|
56
|
+
* make numbered list breakpoint match config ([326df54](https://github.com/seanmalbert/bloom/commit/326df5404d2a967f1a36f8ba7635d4cb92d37742))
|
|
57
|
+
* make primary buttons primary background ([1b44435](https://github.com/seanmalbert/bloom/commit/1b44435aef22d814a0b511d7d63129d73a7b78ac))
|
|
58
|
+
* mobile notice text wrap issue ([#2308](https://github.com/seanmalbert/bloom/issues/2308)) ([47fdd7e](https://github.com/seanmalbert/bloom/commit/47fdd7ea0e15ec50888cb00f1caa11df269c9e84))
|
|
59
|
+
* more style tweaks for AlertBox ([#2526](https://github.com/seanmalbert/bloom/issues/2526)) ([bce3920](https://github.com/seanmalbert/bloom/commit/bce3920b7638be3def05d852d0192ab0cbb2e749))
|
|
60
|
+
* move type declarations out of shared-helpers ([#2356](https://github.com/seanmalbert/bloom/issues/2356)) ([2fd4a87](https://github.com/seanmalbert/bloom/commit/2fd4a8743414df113ec0f653c143fd16e8c57c55))
|
|
61
|
+
* patches translations for preferences ([#2410](https://github.com/seanmalbert/bloom/issues/2410)) ([7906e6b](https://github.com/seanmalbert/bloom/commit/7906e6bc035fab4deea79ea51833a0ef29926d45))
|
|
62
|
+
* propagate custom icon type to ImageCard prop ([afb045d](https://github.com/seanmalbert/bloom/commit/afb045dfea0937c89bdc90886d161f0e4e27d880))
|
|
63
|
+
* remove backend dependency from ui-components ([#2804](https://github.com/seanmalbert/bloom/issues/2804)) ([aa41b56](https://github.com/seanmalbert/bloom/commit/aa41b5629bcc2c24ecc67de5efc0101970522bc0))
|
|
64
|
+
* remove bold style from current waitlist size ([2e2f414](https://github.com/seanmalbert/bloom/commit/2e2f4141e62c8544c0828b29de0b99bb97abb201))
|
|
65
|
+
* remove next dependency from ui-components ([#2352](https://github.com/seanmalbert/bloom/issues/2352)) ([136e8a1](https://github.com/seanmalbert/bloom/commit/136e8a1af2b4f285644caa9a18d60121f4d82566))
|
|
66
|
+
* remove shared-helpers dependency from FormForgotPassword ([#2498](https://github.com/seanmalbert/bloom/issues/2498)) ([779707d](https://github.com/seanmalbert/bloom/commit/779707d9087b3330a1b4cd65d5bde31521fa7d6a))
|
|
67
|
+
* remove shared-helpers dependency from FormSignIn ([#2499](https://github.com/seanmalbert/bloom/issues/2499)) ([de4e696](https://github.com/seanmalbert/bloom/commit/de4e696957935de7f7834ef5bbe5c6edd3262a8b))
|
|
68
|
+
* remove shared-helpers dependency from ui-components ([#2620](https://github.com/seanmalbert/bloom/issues/2620)) ([cd6ea54](https://github.com/seanmalbert/bloom/commit/cd6ea5450402a9b5d2a8681c403cbfcff6b6b1c9))
|
|
69
|
+
* remove space between minutes and AM/PM for ApplicationStatus ([#2566](https://github.com/seanmalbert/bloom/issues/2566)) ([5440b38](https://github.com/seanmalbert/bloom/commit/5440b38f3048d17e6e76b41f0aa81f5176368af2))
|
|
70
|
+
* removed unused partner footer links ([#2590](https://github.com/seanmalbert/bloom/issues/2590)) ([318d42e](https://github.com/seanmalbert/bloom/commit/318d42e01f5374c7cd2d3e7b35a4bb44e3659c94))
|
|
71
|
+
* removes more closed listing application paths ([#2319](https://github.com/seanmalbert/bloom/issues/2319)) ([ff50205](https://github.com/seanmalbert/bloom/commit/ff50205f371ebd63d07168b290733d0f1e2d493c))
|
|
72
|
+
* show waitlist values even if they're zero ([6a35e67](https://github.com/seanmalbert/bloom/commit/6a35e679f142105e40719e89bda3d957e3200e1d))
|
|
73
|
+
* simpler conditionals ([f3e588d](https://github.com/seanmalbert/bloom/commit/f3e588d5e6dd0a39d1aed99ef6eba0054540ed14))
|
|
74
|
+
* site footer overflowing ([#2719](https://github.com/seanmalbert/bloom/issues/2719)) ([b36b9f3](https://github.com/seanmalbert/bloom/commit/b36b9f3b1acad7a3f030662ac396a2375f0b7db3))
|
|
75
|
+
* support text wrapping in ApplicationStatus ([#2504](https://github.com/seanmalbert/bloom/issues/2504)) ([d730fa9](https://github.com/seanmalbert/bloom/commit/d730fa9fc6df7d9e99bb5b7fad65b1ab743776b4))
|
|
76
|
+
* unit accordion radio button not showing default value ([#2451](https://github.com/seanmalbert/bloom/issues/2451)) ([4ed8103](https://github.com/seanmalbert/bloom/commit/4ed81039b9130d0433b11df2bdabc495ce2b9f24))
|
|
77
|
+
* Update hardcoded translations ([c58bf25](https://github.com/seanmalbert/bloom/commit/c58bf25bb7243ea357e208aef88e74af4a968e97)), closes [#1927](https://github.com/seanmalbert/bloom/issues/1927)
|
|
78
|
+
* Update translation ([f8d2604](https://github.com/seanmalbert/bloom/commit/f8d2604b5244ca9c5bc92665d056f5e58d32f978))
|
|
79
|
+
* use appropriate copy for FCFS vs Lottery in Application Confirmation screen ([#2702](https://github.com/seanmalbert/bloom/issues/2702)) ([5289504](https://github.com/seanmalbert/bloom/commit/52895044cba64eeb7789c68f0a5eb957785055b5))
|
|
80
|
+
* use drag n drop ([a354904](https://github.com/seanmalbert/bloom/commit/a3549045d4f0da64692318f84f0336f1287ad48a))
|
|
81
|
+
* use the correct AlertBox component for preview listing notice ([#2497](https://github.com/seanmalbert/bloom/issues/2497)) ([f985c44](https://github.com/seanmalbert/bloom/commit/f985c444aaed31504a1e1ce7173c6e15194e2af6))
|
|
82
|
+
* ux updates for new listing card design ([#2687](https://github.com/seanmalbert/bloom/issues/2687)) ([c8814ae](https://github.com/seanmalbert/bloom/commit/c8814ae57b62fa6f932017bb70d47663b09fca1a))
|
|
83
|
+
* versioning issues ([#2311](https://github.com/seanmalbert/bloom/issues/2311)) ([0b1d143](https://github.com/seanmalbert/bloom/commit/0b1d143ab8b17add9d52533560f28d7a1f6dfd3d))
|
|
84
|
+
* visual design bugs ([#2737](https://github.com/seanmalbert/bloom/issues/2737)) ([dbac685](https://github.com/seanmalbert/bloom/commit/dbac685cd1e4d276b57a1d961eb5707decbc248b))
|
|
85
|
+
* waitlist: handle both null and undefined ([90fd369](https://github.com/seanmalbert/bloom/commit/90fd369b471c7f9baa0a1d58f452159449fe6fcf))
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
### Code Refactoring
|
|
89
|
+
|
|
90
|
+
* remove backend dependencies from events components, consolidate ([#2495](https://github.com/seanmalbert/bloom/issues/2495)) ([d884689](https://github.com/seanmalbert/bloom/commit/d88468965bc67c74b8b3eaced20c77472e90331f))
|
|
91
|
+
* remove backend dependencies from sidebar application components ([#2675](https://github.com/seanmalbert/bloom/issues/2675)) ([d2ebf87](https://github.com/seanmalbert/bloom/commit/d2ebf87c34af3f5b6168fa4e08663fea0a4a872c))
|
|
92
|
+
* remove business logic, strings from waitlist component ([#2689](https://github.com/seanmalbert/bloom/issues/2689)) ([a5721db](https://github.com/seanmalbert/bloom/commit/a5721db518453ddbd777e50ca92fdeac19997aa9))
|
|
93
|
+
* removing helpers from ui-components that are backend dependent ([#2108](https://github.com/seanmalbert/bloom/issues/2108)) ([1d0c1f3](https://github.com/seanmalbert/bloom/commit/1d0c1f340781a3ba76c89462d8bee954dd40b889))
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
* 2022-07-26 release (#2916) ([af8d3df](https://github.com/seanmalbert/bloom/commit/af8d3dfc1974878cc21500272405ef5046dcfb50)), closes [#2916](https://github.com/seanmalbert/bloom/issues/2916) [#2821](https://github.com/seanmalbert/bloom/issues/2821) [#2764](https://github.com/seanmalbert/bloom/issues/2764) [#2767](https://github.com/seanmalbert/bloom/issues/2767) [#2787](https://github.com/seanmalbert/bloom/issues/2787) [#2769](https://github.com/seanmalbert/bloom/issues/2769) [#2781](https://github.com/seanmalbert/bloom/issues/2781) [#2827](https://github.com/seanmalbert/bloom/issues/2827) [Issue#2827](https://github.com/Issue/issues/2827) [#2788](https://github.com/seanmalbert/bloom/issues/2788) [#2842](https://github.com/seanmalbert/bloom/issues/2842) [#2822](https://github.com/seanmalbert/bloom/issues/2822) [#2847](https://github.com/seanmalbert/bloom/issues/2847) [#2830](https://github.com/seanmalbert/bloom/issues/2830) [#2788](https://github.com/seanmalbert/bloom/issues/2788) [#2842](https://github.com/seanmalbert/bloom/issues/2842) [#2827](https://github.com/seanmalbert/bloom/issues/2827) [Issue#2827](https://github.com/Issue/issues/2827) [#2822](https://github.com/seanmalbert/bloom/issues/2822) [#2846](https://github.com/seanmalbert/bloom/issues/2846) [#2851](https://github.com/seanmalbert/bloom/issues/2851) [#2594](https://github.com/seanmalbert/bloom/issues/2594) [#2812](https://github.com/seanmalbert/bloom/issues/2812) [#2799](https://github.com/seanmalbert/bloom/issues/2799) [#2828](https://github.com/seanmalbert/bloom/issues/2828) [#2843](https://github.com/seanmalbert/bloom/issues/2843) [#2827](https://github.com/seanmalbert/bloom/issues/2827) [#2875](https://github.com/seanmalbert/bloom/issues/2875) [#2859](https://github.com/seanmalbert/bloom/issues/2859) [#2848](https://github.com/seanmalbert/bloom/issues/2848) [#2785](https://github.com/seanmalbert/bloom/issues/2785)
|
|
97
|
+
* 2022-06 -16 sync master (#2825) ([17dabfe](https://github.com/seanmalbert/bloom/commit/17dabfeaf77afb55d629f97fe8e90001df94dc04)), closes [#2825](https://github.com/seanmalbert/bloom/issues/2825) [#2753](https://github.com/seanmalbert/bloom/issues/2753) [#2441](https://github.com/seanmalbert/bloom/issues/2441) [#2460](https://github.com/seanmalbert/bloom/issues/2460) [#2459](https://github.com/seanmalbert/bloom/issues/2459) [#2464](https://github.com/seanmalbert/bloom/issues/2464) [#2465](https://github.com/seanmalbert/bloom/issues/2465) [#2466](https://github.com/seanmalbert/bloom/issues/2466) [#2436](https://github.com/seanmalbert/bloom/issues/2436) [#2451](https://github.com/seanmalbert/bloom/issues/2451) [#2415](https://github.com/seanmalbert/bloom/issues/2415) [#2354](https://github.com/seanmalbert/bloom/issues/2354) [#2455](https://github.com/seanmalbert/bloom/issues/2455) [#2484](https://github.com/seanmalbert/bloom/issues/2484) [#2482](https://github.com/seanmalbert/bloom/issues/2482) [#2483](https://github.com/seanmalbert/bloom/issues/2483) [#2476](https://github.com/seanmalbert/bloom/issues/2476) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2470](https://github.com/seanmalbert/bloom/issues/2470) [#2488](https://github.com/seanmalbert/bloom/issues/2488) [#2487](https://github.com/seanmalbert/bloom/issues/2487) [#2496](https://github.com/seanmalbert/bloom/issues/2496) [#2498](https://github.com/seanmalbert/bloom/issues/2498) [#2499](https://github.com/seanmalbert/bloom/issues/2499) [#2291](https://github.com/seanmalbert/bloom/issues/2291) [#2461](https://github.com/seanmalbert/bloom/issues/2461) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2494](https://github.com/seanmalbert/bloom/issues/2494) [#2503](https://github.com/seanmalbert/bloom/issues/2503) [#2495](https://github.com/seanmalbert/bloom/issues/2495) [#2477](https://github.com/seanmalbert/bloom/issues/2477) [#2505](https://github.com/seanmalbert/bloom/issues/2505) [#2372](https://github.com/seanmalbert/bloom/issues/2372) [#2489](https://github.com/seanmalbert/bloom/issues/2489) [#2497](https://github.com/seanmalbert/bloom/issues/2497) [#2506](https://github.com/seanmalbert/bloom/issues/2506) [#2486](https://github.com/seanmalbert/bloom/issues/2486)
|
|
98
|
+
* 2022 05 24 sync master (#2754) ([f52781f](https://github.com/seanmalbert/bloom/commit/f52781fe18fbdad071d6e9a8a2b29877596c5492)), closes [#2754](https://github.com/seanmalbert/bloom/issues/2754) [#2753](https://github.com/seanmalbert/bloom/issues/2753) [#2441](https://github.com/seanmalbert/bloom/issues/2441) [#2460](https://github.com/seanmalbert/bloom/issues/2460) [#2459](https://github.com/seanmalbert/bloom/issues/2459) [#2464](https://github.com/seanmalbert/bloom/issues/2464) [#2465](https://github.com/seanmalbert/bloom/issues/2465) [#2466](https://github.com/seanmalbert/bloom/issues/2466) [#2436](https://github.com/seanmalbert/bloom/issues/2436) [#2451](https://github.com/seanmalbert/bloom/issues/2451) [#2415](https://github.com/seanmalbert/bloom/issues/2415) [#2354](https://github.com/seanmalbert/bloom/issues/2354) [#2455](https://github.com/seanmalbert/bloom/issues/2455) [#2484](https://github.com/seanmalbert/bloom/issues/2484) [#2482](https://github.com/seanmalbert/bloom/issues/2482) [#2483](https://github.com/seanmalbert/bloom/issues/2483) [#2476](https://github.com/seanmalbert/bloom/issues/2476) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2470](https://github.com/seanmalbert/bloom/issues/2470) [#2488](https://github.com/seanmalbert/bloom/issues/2488) [#2487](https://github.com/seanmalbert/bloom/issues/2487) [#2496](https://github.com/seanmalbert/bloom/issues/2496) [#2498](https://github.com/seanmalbert/bloom/issues/2498) [#2499](https://github.com/seanmalbert/bloom/issues/2499) [#2291](https://github.com/seanmalbert/bloom/issues/2291) [#2461](https://github.com/seanmalbert/bloom/issues/2461) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2494](https://github.com/seanmalbert/bloom/issues/2494) [#2503](https://github.com/seanmalbert/bloom/issues/2503) [#2495](https://github.com/seanmalbert/bloom/issues/2495) [#2477](https://github.com/seanmalbert/bloom/issues/2477) [#2505](https://github.com/seanmalbert/bloom/issues/2505) [#2372](https://github.com/seanmalbert/bloom/issues/2372) [#2489](https://github.com/seanmalbert/bloom/issues/2489) [#2497](https://github.com/seanmalbert/bloom/issues/2497) [#2506](https://github.com/seanmalbert/bloom/issues/2506) [#2486](https://github.com/seanmalbert/bloom/issues/2486)
|
|
99
|
+
* 2022-04-11 sync master (#2649) ([9d30acf](https://github.com/seanmalbert/bloom/commit/9d30acf7b53fca50a87fc8bd2658c11d3ed37427)), closes [#2649](https://github.com/seanmalbert/bloom/issues/2649) [#2037](https://github.com/seanmalbert/bloom/issues/2037) [#2095](https://github.com/seanmalbert/bloom/issues/2095) [#2162](https://github.com/seanmalbert/bloom/issues/2162) [#2293](https://github.com/seanmalbert/bloom/issues/2293) [#2295](https://github.com/seanmalbert/bloom/issues/2295) [#2296](https://github.com/seanmalbert/bloom/issues/2296) [#2294](https://github.com/seanmalbert/bloom/issues/2294) [#2277](https://github.com/seanmalbert/bloom/issues/2277) [#2299](https://github.com/seanmalbert/bloom/issues/2299) [#2292](https://github.com/seanmalbert/bloom/issues/2292) [#2308](https://github.com/seanmalbert/bloom/issues/2308) [#2239](https://github.com/seanmalbert/bloom/issues/2239) [#2311](https://github.com/seanmalbert/bloom/issues/2311) [#2230](https://github.com/seanmalbert/bloom/issues/2230) [#2302](https://github.com/seanmalbert/bloom/issues/2302) [#2288](https://github.com/seanmalbert/bloom/issues/2288) [#2317](https://github.com/seanmalbert/bloom/issues/2317) [#2386](https://github.com/seanmalbert/bloom/issues/2386) [#2215](https://github.com/seanmalbert/bloom/issues/2215) [#2303](https://github.com/seanmalbert/bloom/issues/2303) [#2410](https://github.com/seanmalbert/bloom/issues/2410) [#2430](https://github.com/seanmalbert/bloom/issues/2430) [#2439](https://github.com/seanmalbert/bloom/issues/2439) [#2196](https://github.com/seanmalbert/bloom/issues/2196) [#2238](https://github.com/seanmalbert/bloom/issues/2238) [#2226](https://github.com/seanmalbert/bloom/issues/2226) [#2230](https://github.com/seanmalbert/bloom/issues/2230) [#2243](https://github.com/seanmalbert/bloom/issues/2243) [#2195](https://github.com/seanmalbert/bloom/issues/2195) [#2215](https://github.com/seanmalbert/bloom/issues/2215) [#2266](https://github.com/seanmalbert/bloom/issues/2266) [#2188](https://github.com/seanmalbert/bloom/issues/2188) [#2270](https://github.com/seanmalbert/bloom/issues/2270) [#2188](https://github.com/seanmalbert/bloom/issues/2188) [#2213](https://github.com/seanmalbert/bloom/issues/2213) [#2234](https://github.com/seanmalbert/bloom/issues/2234) [#1901](https://github.com/seanmalbert/bloom/issues/1901) [#2260](https://github.com/seanmalbert/bloom/issues/2260) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#2280](https://github.com/seanmalbert/bloom/issues/2280) [#2253](https://github.com/seanmalbert/bloom/issues/2253) [#2276](https://github.com/seanmalbert/bloom/issues/2276) [#2282](https://github.com/seanmalbert/bloom/issues/2282) [#2262](https://github.com/seanmalbert/bloom/issues/2262) [#2278](https://github.com/seanmalbert/bloom/issues/2278) [#2293](https://github.com/seanmalbert/bloom/issues/2293) [#2295](https://github.com/seanmalbert/bloom/issues/2295) [#2296](https://github.com/seanmalbert/bloom/issues/2296) [#2294](https://github.com/seanmalbert/bloom/issues/2294) [#2277](https://github.com/seanmalbert/bloom/issues/2277) [#2290](https://github.com/seanmalbert/bloom/issues/2290) [#2299](https://github.com/seanmalbert/bloom/issues/2299) [#2292](https://github.com/seanmalbert/bloom/issues/2292) [#2303](https://github.com/seanmalbert/bloom/issues/2303) [#2305](https://github.com/seanmalbert/bloom/issues/2305) [#2306](https://github.com/seanmalbert/bloom/issues/2306) [#2308](https://github.com/seanmalbert/bloom/issues/2308) [#2190](https://github.com/seanmalbert/bloom/issues/2190) [#2239](https://github.com/seanmalbert/bloom/issues/2239) [#2311](https://github.com/seanmalbert/bloom/issues/2311) [#2302](https://github.com/seanmalbert/bloom/issues/2302) [#2301](https://github.com/seanmalbert/bloom/issues/2301) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#2313](https://github.com/seanmalbert/bloom/issues/2313) [#2289](https://github.com/seanmalbert/bloom/issues/2289) [#2279](https://github.com/seanmalbert/bloom/issues/2279) [#2288](https://github.com/seanmalbert/bloom/issues/2288) [#2317](https://github.com/seanmalbert/bloom/issues/2317) [#2319](https://github.com/seanmalbert/bloom/issues/2319) [#2108](https://github.com/seanmalbert/bloom/issues/2108) [#2326](https://github.com/seanmalbert/bloom/issues/2326) [#2349](https://github.com/seanmalbert/bloom/issues/2349) [#2350](https://github.com/seanmalbert/bloom/issues/2350) [#2351](https://github.com/seanmalbert/bloom/issues/2351) [#2348](https://github.com/seanmalbert/bloom/issues/2348) [#2352](https://github.com/seanmalbert/bloom/issues/2352) [#2316](https://github.com/seanmalbert/bloom/issues/2316) [#2356](https://github.com/seanmalbert/bloom/issues/2356) [#2353](https://github.com/seanmalbert/bloom/issues/2353) [#2338](https://github.com/seanmalbert/bloom/issues/2338) [#2377](https://github.com/seanmalbert/bloom/issues/2377) [#2320](https://github.com/seanmalbert/bloom/issues/2320) [#2386](https://github.com/seanmalbert/bloom/issues/2386) [#2362](https://github.com/seanmalbert/bloom/issues/2362) [#2395](https://github.com/seanmalbert/bloom/issues/2395) [#2410](https://github.com/seanmalbert/bloom/issues/2410) [#2407](https://github.com/seanmalbert/bloom/issues/2407) [#2430](https://github.com/seanmalbert/bloom/issues/2430) [#2418](https://github.com/seanmalbert/bloom/issues/2418) [#2434](https://github.com/seanmalbert/bloom/issues/2434) [#2374](https://github.com/seanmalbert/bloom/issues/2374) [#2435](https://github.com/seanmalbert/bloom/issues/2435) [#2420](https://github.com/seanmalbert/bloom/issues/2420) [#2412](https://github.com/seanmalbert/bloom/issues/2412) [#2434](https://github.com/seanmalbert/bloom/issues/2434) [#2458](https://github.com/seanmalbert/bloom/issues/2458) [#2460](https://github.com/seanmalbert/bloom/issues/2460) [#2465](https://github.com/seanmalbert/bloom/issues/2465) [#2436](https://github.com/seanmalbert/bloom/issues/2436) [#2484](https://github.com/seanmalbert/bloom/issues/2484) [#2482](https://github.com/seanmalbert/bloom/issues/2482) [#2483](https://github.com/seanmalbert/bloom/issues/2483) [#2488](https://github.com/seanmalbert/bloom/issues/2488) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2519](https://github.com/seanmalbert/bloom/issues/2519) [#2506](https://github.com/seanmalbert/bloom/issues/2506) [#2534](https://github.com/seanmalbert/bloom/issues/2534) [#2544](https://github.com/seanmalbert/bloom/issues/2544) [#2550](https://github.com/seanmalbert/bloom/issues/2550) [#2288](https://github.com/seanmalbert/bloom/issues/2288) [#2317](https://github.com/seanmalbert/bloom/issues/2317) [#2319](https://github.com/seanmalbert/bloom/issues/2319) [#2108](https://github.com/seanmalbert/bloom/issues/2108) [#2326](https://github.com/seanmalbert/bloom/issues/2326) [#2349](https://github.com/seanmalbert/bloom/issues/2349) [#2350](https://github.com/seanmalbert/bloom/issues/2350) [#2351](https://github.com/seanmalbert/bloom/issues/2351) [#2348](https://github.com/seanmalbert/bloom/issues/2348) [#2352](https://github.com/seanmalbert/bloom/issues/2352) [#2316](https://github.com/seanmalbert/bloom/issues/2316) [#2356](https://github.com/seanmalbert/bloom/issues/2356) [#2353](https://github.com/seanmalbert/bloom/issues/2353) [#2338](https://github.com/seanmalbert/bloom/issues/2338) [#2377](https://github.com/seanmalbert/bloom/issues/2377) [#2320](https://github.com/seanmalbert/bloom/issues/2320) [#2386](https://github.com/seanmalbert/bloom/issues/2386) [#2362](https://github.com/seanmalbert/bloom/issues/2362) [#2395](https://github.com/seanmalbert/bloom/issues/2395) [#2410](https://github.com/seanmalbert/bloom/issues/2410) [#2407](https://github.com/seanmalbert/bloom/issues/2407) [#2430](https://github.com/seanmalbert/bloom/issues/2430) [#2418](https://github.com/seanmalbert/bloom/issues/2418) [#2434](https://github.com/seanmalbert/bloom/issues/2434) [#2374](https://github.com/seanmalbert/bloom/issues/2374) [#2435](https://github.com/seanmalbert/bloom/issues/2435) [#2420](https://github.com/seanmalbert/bloom/issues/2420) [#2412](https://github.com/seanmalbert/bloom/issues/2412) [#2438](https://github.com/seanmalbert/bloom/issues/2438) [#2429](https://github.com/seanmalbert/bloom/issues/2429) [#2452](https://github.com/seanmalbert/bloom/issues/2452) [#2458](https://github.com/seanmalbert/bloom/issues/2458) [#2423](https://github.com/seanmalbert/bloom/issues/2423) [#2432](https://github.com/seanmalbert/bloom/issues/2432) [#2437](https://github.com/seanmalbert/bloom/issues/2437) [#2440](https://github.com/seanmalbert/bloom/issues/2440) [#2441](https://github.com/seanmalbert/bloom/issues/2441) [#2460](https://github.com/seanmalbert/bloom/issues/2460) [#2459](https://github.com/seanmalbert/bloom/issues/2459) [#2464](https://github.com/seanmalbert/bloom/issues/2464) [#2465](https://github.com/seanmalbert/bloom/issues/2465) [#2466](https://github.com/seanmalbert/bloom/issues/2466) [#2436](https://github.com/seanmalbert/bloom/issues/2436) [#2451](https://github.com/seanmalbert/bloom/issues/2451) [#2415](https://github.com/seanmalbert/bloom/issues/2415) [#2354](https://github.com/seanmalbert/bloom/issues/2354) [#2455](https://github.com/seanmalbert/bloom/issues/2455) [#2484](https://github.com/seanmalbert/bloom/issues/2484) [#2482](https://github.com/seanmalbert/bloom/issues/2482) [#2483](https://github.com/seanmalbert/bloom/issues/2483) [#2476](https://github.com/seanmalbert/bloom/issues/2476) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2470](https://github.com/seanmalbert/bloom/issues/2470) [#2488](https://github.com/seanmalbert/bloom/issues/2488) [#2487](https://github.com/seanmalbert/bloom/issues/2487) [#2496](https://github.com/seanmalbert/bloom/issues/2496) [#2498](https://github.com/seanmalbert/bloom/issues/2498) [#2499](https://github.com/seanmalbert/bloom/issues/2499) [#2291](https://github.com/seanmalbert/bloom/issues/2291) [#2461](https://github.com/seanmalbert/bloom/issues/2461) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2494](https://github.com/seanmalbert/bloom/issues/2494) [#2503](https://github.com/seanmalbert/bloom/issues/2503) [#2495](https://github.com/seanmalbert/bloom/issues/2495) [#2477](https://github.com/seanmalbert/bloom/issues/2477) [#2505](https://github.com/seanmalbert/bloom/issues/2505) [#2372](https://github.com/seanmalbert/bloom/issues/2372) [#2489](https://github.com/seanmalbert/bloom/issues/2489) [#2497](https://github.com/seanmalbert/bloom/issues/2497) [#2506](https://github.com/seanmalbert/bloom/issues/2506) [#2486](https://github.com/seanmalbert/bloom/issues/2486)
|
|
100
|
+
* 2022-04-06 sync master (#2628) ([bc31833](https://github.com/seanmalbert/bloom/commit/bc31833f7ea5720a242d93a01bb1b539181fbad4)), closes [#2628](https://github.com/seanmalbert/bloom/issues/2628) [#2037](https://github.com/seanmalbert/bloom/issues/2037) [#2095](https://github.com/seanmalbert/bloom/issues/2095) [#2162](https://github.com/seanmalbert/bloom/issues/2162) [#2293](https://github.com/seanmalbert/bloom/issues/2293) [#2295](https://github.com/seanmalbert/bloom/issues/2295) [#2296](https://github.com/seanmalbert/bloom/issues/2296) [#2294](https://github.com/seanmalbert/bloom/issues/2294) [#2277](https://github.com/seanmalbert/bloom/issues/2277) [#2299](https://github.com/seanmalbert/bloom/issues/2299) [#2292](https://github.com/seanmalbert/bloom/issues/2292) [#2308](https://github.com/seanmalbert/bloom/issues/2308) [#2239](https://github.com/seanmalbert/bloom/issues/2239) [#2311](https://github.com/seanmalbert/bloom/issues/2311) [#2230](https://github.com/seanmalbert/bloom/issues/2230) [#2302](https://github.com/seanmalbert/bloom/issues/2302) [#2288](https://github.com/seanmalbert/bloom/issues/2288) [#2317](https://github.com/seanmalbert/bloom/issues/2317) [#2386](https://github.com/seanmalbert/bloom/issues/2386) [#2215](https://github.com/seanmalbert/bloom/issues/2215) [#2303](https://github.com/seanmalbert/bloom/issues/2303) [#2410](https://github.com/seanmalbert/bloom/issues/2410) [#2430](https://github.com/seanmalbert/bloom/issues/2430) [#2439](https://github.com/seanmalbert/bloom/issues/2439) [#2196](https://github.com/seanmalbert/bloom/issues/2196) [#2238](https://github.com/seanmalbert/bloom/issues/2238) [#2226](https://github.com/seanmalbert/bloom/issues/2226) [#2230](https://github.com/seanmalbert/bloom/issues/2230) [#2243](https://github.com/seanmalbert/bloom/issues/2243) [#2195](https://github.com/seanmalbert/bloom/issues/2195) [#2215](https://github.com/seanmalbert/bloom/issues/2215) [#2266](https://github.com/seanmalbert/bloom/issues/2266) [#2188](https://github.com/seanmalbert/bloom/issues/2188) [#2270](https://github.com/seanmalbert/bloom/issues/2270) [#2188](https://github.com/seanmalbert/bloom/issues/2188) [#2213](https://github.com/seanmalbert/bloom/issues/2213) [#2234](https://github.com/seanmalbert/bloom/issues/2234) [#1901](https://github.com/seanmalbert/bloom/issues/1901) [#2260](https://github.com/seanmalbert/bloom/issues/2260) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#2280](https://github.com/seanmalbert/bloom/issues/2280) [#2253](https://github.com/seanmalbert/bloom/issues/2253) [#2276](https://github.com/seanmalbert/bloom/issues/2276) [#2282](https://github.com/seanmalbert/bloom/issues/2282) [#2262](https://github.com/seanmalbert/bloom/issues/2262) [#2278](https://github.com/seanmalbert/bloom/issues/2278) [#2293](https://github.com/seanmalbert/bloom/issues/2293) [#2295](https://github.com/seanmalbert/bloom/issues/2295) [#2296](https://github.com/seanmalbert/bloom/issues/2296) [#2294](https://github.com/seanmalbert/bloom/issues/2294) [#2277](https://github.com/seanmalbert/bloom/issues/2277) [#2290](https://github.com/seanmalbert/bloom/issues/2290) [#2299](https://github.com/seanmalbert/bloom/issues/2299) [#2292](https://github.com/seanmalbert/bloom/issues/2292) [#2303](https://github.com/seanmalbert/bloom/issues/2303) [#2305](https://github.com/seanmalbert/bloom/issues/2305) [#2306](https://github.com/seanmalbert/bloom/issues/2306) [#2308](https://github.com/seanmalbert/bloom/issues/2308) [#2190](https://github.com/seanmalbert/bloom/issues/2190) [#2239](https://github.com/seanmalbert/bloom/issues/2239) [#2311](https://github.com/seanmalbert/bloom/issues/2311) [#2302](https://github.com/seanmalbert/bloom/issues/2302) [#2301](https://github.com/seanmalbert/bloom/issues/2301) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#2313](https://github.com/seanmalbert/bloom/issues/2313) [#2289](https://github.com/seanmalbert/bloom/issues/2289) [#2279](https://github.com/seanmalbert/bloom/issues/2279) [#2288](https://github.com/seanmalbert/bloom/issues/2288) [#2317](https://github.com/seanmalbert/bloom/issues/2317) [#2319](https://github.com/seanmalbert/bloom/issues/2319) [#2108](https://github.com/seanmalbert/bloom/issues/2108) [#2326](https://github.com/seanmalbert/bloom/issues/2326) [#2349](https://github.com/seanmalbert/bloom/issues/2349) [#2350](https://github.com/seanmalbert/bloom/issues/2350) [#2351](https://github.com/seanmalbert/bloom/issues/2351) [#2348](https://github.com/seanmalbert/bloom/issues/2348) [#2352](https://github.com/seanmalbert/bloom/issues/2352) [#2316](https://github.com/seanmalbert/bloom/issues/2316) [#2356](https://github.com/seanmalbert/bloom/issues/2356) [#2353](https://github.com/seanmalbert/bloom/issues/2353) [#2338](https://github.com/seanmalbert/bloom/issues/2338) [#2377](https://github.com/seanmalbert/bloom/issues/2377) [#2320](https://github.com/seanmalbert/bloom/issues/2320) [#2386](https://github.com/seanmalbert/bloom/issues/2386) [#2362](https://github.com/seanmalbert/bloom/issues/2362) [#2395](https://github.com/seanmalbert/bloom/issues/2395) [#2410](https://github.com/seanmalbert/bloom/issues/2410) [#2407](https://github.com/seanmalbert/bloom/issues/2407) [#2430](https://github.com/seanmalbert/bloom/issues/2430) [#2418](https://github.com/seanmalbert/bloom/issues/2418) [#2434](https://github.com/seanmalbert/bloom/issues/2434) [#2374](https://github.com/seanmalbert/bloom/issues/2374) [#2435](https://github.com/seanmalbert/bloom/issues/2435) [#2420](https://github.com/seanmalbert/bloom/issues/2420) [#2412](https://github.com/seanmalbert/bloom/issues/2412) [#2434](https://github.com/seanmalbert/bloom/issues/2434) [#2458](https://github.com/seanmalbert/bloom/issues/2458) [#2460](https://github.com/seanmalbert/bloom/issues/2460) [#2465](https://github.com/seanmalbert/bloom/issues/2465) [#2436](https://github.com/seanmalbert/bloom/issues/2436) [#2484](https://github.com/seanmalbert/bloom/issues/2484) [#2482](https://github.com/seanmalbert/bloom/issues/2482) [#2483](https://github.com/seanmalbert/bloom/issues/2483) [#2488](https://github.com/seanmalbert/bloom/issues/2488) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2519](https://github.com/seanmalbert/bloom/issues/2519) [#2506](https://github.com/seanmalbert/bloom/issues/2506) [#2534](https://github.com/seanmalbert/bloom/issues/2534) [#2544](https://github.com/seanmalbert/bloom/issues/2544) [#2550](https://github.com/seanmalbert/bloom/issues/2550) [#2288](https://github.com/seanmalbert/bloom/issues/2288) [#2317](https://github.com/seanmalbert/bloom/issues/2317) [#2319](https://github.com/seanmalbert/bloom/issues/2319) [#2108](https://github.com/seanmalbert/bloom/issues/2108) [#2326](https://github.com/seanmalbert/bloom/issues/2326) [#2349](https://github.com/seanmalbert/bloom/issues/2349) [#2350](https://github.com/seanmalbert/bloom/issues/2350) [#2351](https://github.com/seanmalbert/bloom/issues/2351) [#2348](https://github.com/seanmalbert/bloom/issues/2348) [#2352](https://github.com/seanmalbert/bloom/issues/2352) [#2316](https://github.com/seanmalbert/bloom/issues/2316) [#2356](https://github.com/seanmalbert/bloom/issues/2356) [#2353](https://github.com/seanmalbert/bloom/issues/2353) [#2338](https://github.com/seanmalbert/bloom/issues/2338) [#2377](https://github.com/seanmalbert/bloom/issues/2377) [#2320](https://github.com/seanmalbert/bloom/issues/2320) [#2386](https://github.com/seanmalbert/bloom/issues/2386) [#2362](https://github.com/seanmalbert/bloom/issues/2362) [#2395](https://github.com/seanmalbert/bloom/issues/2395) [#2410](https://github.com/seanmalbert/bloom/issues/2410) [#2407](https://github.com/seanmalbert/bloom/issues/2407) [#2430](https://github.com/seanmalbert/bloom/issues/2430) [#2418](https://github.com/seanmalbert/bloom/issues/2418) [#2434](https://github.com/seanmalbert/bloom/issues/2434) [#2374](https://github.com/seanmalbert/bloom/issues/2374) [#2435](https://github.com/seanmalbert/bloom/issues/2435) [#2420](https://github.com/seanmalbert/bloom/issues/2420) [#2412](https://github.com/seanmalbert/bloom/issues/2412) [#2438](https://github.com/seanmalbert/bloom/issues/2438) [#2429](https://github.com/seanmalbert/bloom/issues/2429) [#2452](https://github.com/seanmalbert/bloom/issues/2452) [#2458](https://github.com/seanmalbert/bloom/issues/2458) [#2423](https://github.com/seanmalbert/bloom/issues/2423) [#2432](https://github.com/seanmalbert/bloom/issues/2432) [#2437](https://github.com/seanmalbert/bloom/issues/2437) [#2440](https://github.com/seanmalbert/bloom/issues/2440) [#2441](https://github.com/seanmalbert/bloom/issues/2441) [#2460](https://github.com/seanmalbert/bloom/issues/2460) [#2459](https://github.com/seanmalbert/bloom/issues/2459) [#2464](https://github.com/seanmalbert/bloom/issues/2464) [#2465](https://github.com/seanmalbert/bloom/issues/2465) [#2466](https://github.com/seanmalbert/bloom/issues/2466) [#2436](https://github.com/seanmalbert/bloom/issues/2436) [#2451](https://github.com/seanmalbert/bloom/issues/2451) [#2415](https://github.com/seanmalbert/bloom/issues/2415) [#2354](https://github.com/seanmalbert/bloom/issues/2354) [#2455](https://github.com/seanmalbert/bloom/issues/2455) [#2484](https://github.com/seanmalbert/bloom/issues/2484) [#2482](https://github.com/seanmalbert/bloom/issues/2482) [#2483](https://github.com/seanmalbert/bloom/issues/2483) [#2476](https://github.com/seanmalbert/bloom/issues/2476) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2470](https://github.com/seanmalbert/bloom/issues/2470) [#2488](https://github.com/seanmalbert/bloom/issues/2488) [#2487](https://github.com/seanmalbert/bloom/issues/2487) [#2496](https://github.com/seanmalbert/bloom/issues/2496) [#2498](https://github.com/seanmalbert/bloom/issues/2498) [#2499](https://github.com/seanmalbert/bloom/issues/2499) [#2291](https://github.com/seanmalbert/bloom/issues/2291) [#2461](https://github.com/seanmalbert/bloom/issues/2461) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2494](https://github.com/seanmalbert/bloom/issues/2494) [#2503](https://github.com/seanmalbert/bloom/issues/2503) [#2495](https://github.com/seanmalbert/bloom/issues/2495) [#2477](https://github.com/seanmalbert/bloom/issues/2477) [#2505](https://github.com/seanmalbert/bloom/issues/2505) [#2372](https://github.com/seanmalbert/bloom/issues/2372) [#2489](https://github.com/seanmalbert/bloom/issues/2489) [#2497](https://github.com/seanmalbert/bloom/issues/2497) [#2506](https://github.com/seanmalbert/bloom/issues/2506) [#2486](https://github.com/seanmalbert/bloom/issues/2486)
|
|
101
|
+
* 2022 03 28 sync master (#2593) ([580283d](https://github.com/seanmalbert/bloom/commit/580283da22246b7d39978e7dfa08016b2c0c3757)), closes [#2593](https://github.com/seanmalbert/bloom/issues/2593) [#2037](https://github.com/seanmalbert/bloom/issues/2037) [#2095](https://github.com/seanmalbert/bloom/issues/2095) [#2162](https://github.com/seanmalbert/bloom/issues/2162) [#2293](https://github.com/seanmalbert/bloom/issues/2293) [#2295](https://github.com/seanmalbert/bloom/issues/2295) [#2296](https://github.com/seanmalbert/bloom/issues/2296) [#2294](https://github.com/seanmalbert/bloom/issues/2294) [#2277](https://github.com/seanmalbert/bloom/issues/2277) [#2299](https://github.com/seanmalbert/bloom/issues/2299) [#2292](https://github.com/seanmalbert/bloom/issues/2292) [#2308](https://github.com/seanmalbert/bloom/issues/2308) [#2239](https://github.com/seanmalbert/bloom/issues/2239) [#2311](https://github.com/seanmalbert/bloom/issues/2311) [#2230](https://github.com/seanmalbert/bloom/issues/2230) [#2302](https://github.com/seanmalbert/bloom/issues/2302) [#2288](https://github.com/seanmalbert/bloom/issues/2288) [#2317](https://github.com/seanmalbert/bloom/issues/2317) [#2386](https://github.com/seanmalbert/bloom/issues/2386) [#2215](https://github.com/seanmalbert/bloom/issues/2215) [#2303](https://github.com/seanmalbert/bloom/issues/2303) [#2410](https://github.com/seanmalbert/bloom/issues/2410) [#2430](https://github.com/seanmalbert/bloom/issues/2430) [#2439](https://github.com/seanmalbert/bloom/issues/2439) [#2196](https://github.com/seanmalbert/bloom/issues/2196) [#2238](https://github.com/seanmalbert/bloom/issues/2238) [#2226](https://github.com/seanmalbert/bloom/issues/2226) [#2230](https://github.com/seanmalbert/bloom/issues/2230) [#2243](https://github.com/seanmalbert/bloom/issues/2243) [#2195](https://github.com/seanmalbert/bloom/issues/2195) [#2215](https://github.com/seanmalbert/bloom/issues/2215) [#2266](https://github.com/seanmalbert/bloom/issues/2266) [#2188](https://github.com/seanmalbert/bloom/issues/2188) [#2270](https://github.com/seanmalbert/bloom/issues/2270) [#2188](https://github.com/seanmalbert/bloom/issues/2188) [#2213](https://github.com/seanmalbert/bloom/issues/2213) [#2234](https://github.com/seanmalbert/bloom/issues/2234) [#1901](https://github.com/seanmalbert/bloom/issues/1901) [#2260](https://github.com/seanmalbert/bloom/issues/2260) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#2280](https://github.com/seanmalbert/bloom/issues/2280) [#2253](https://github.com/seanmalbert/bloom/issues/2253) [#2276](https://github.com/seanmalbert/bloom/issues/2276) [#2282](https://github.com/seanmalbert/bloom/issues/2282) [#2262](https://github.com/seanmalbert/bloom/issues/2262) [#2278](https://github.com/seanmalbert/bloom/issues/2278) [#2293](https://github.com/seanmalbert/bloom/issues/2293) [#2295](https://github.com/seanmalbert/bloom/issues/2295) [#2296](https://github.com/seanmalbert/bloom/issues/2296) [#2294](https://github.com/seanmalbert/bloom/issues/2294) [#2277](https://github.com/seanmalbert/bloom/issues/2277) [#2290](https://github.com/seanmalbert/bloom/issues/2290) [#2299](https://github.com/seanmalbert/bloom/issues/2299) [#2292](https://github.com/seanmalbert/bloom/issues/2292) [#2303](https://github.com/seanmalbert/bloom/issues/2303) [#2305](https://github.com/seanmalbert/bloom/issues/2305) [#2306](https://github.com/seanmalbert/bloom/issues/2306) [#2308](https://github.com/seanmalbert/bloom/issues/2308) [#2190](https://github.com/seanmalbert/bloom/issues/2190) [#2239](https://github.com/seanmalbert/bloom/issues/2239) [#2311](https://github.com/seanmalbert/bloom/issues/2311) [#2302](https://github.com/seanmalbert/bloom/issues/2302) [#2301](https://github.com/seanmalbert/bloom/issues/2301) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#2313](https://github.com/seanmalbert/bloom/issues/2313) [#2289](https://github.com/seanmalbert/bloom/issues/2289) [#2279](https://github.com/seanmalbert/bloom/issues/2279) [#2288](https://github.com/seanmalbert/bloom/issues/2288) [#2317](https://github.com/seanmalbert/bloom/issues/2317) [#2319](https://github.com/seanmalbert/bloom/issues/2319) [#2108](https://github.com/seanmalbert/bloom/issues/2108) [#2326](https://github.com/seanmalbert/bloom/issues/2326) [#2349](https://github.com/seanmalbert/bloom/issues/2349) [#2350](https://github.com/seanmalbert/bloom/issues/2350) [#2351](https://github.com/seanmalbert/bloom/issues/2351) [#2348](https://github.com/seanmalbert/bloom/issues/2348) [#2352](https://github.com/seanmalbert/bloom/issues/2352) [#2316](https://github.com/seanmalbert/bloom/issues/2316) [#2356](https://github.com/seanmalbert/bloom/issues/2356) [#2353](https://github.com/seanmalbert/bloom/issues/2353) [#2338](https://github.com/seanmalbert/bloom/issues/2338) [#2377](https://github.com/seanmalbert/bloom/issues/2377) [#2320](https://github.com/seanmalbert/bloom/issues/2320) [#2386](https://github.com/seanmalbert/bloom/issues/2386) [#2362](https://github.com/seanmalbert/bloom/issues/2362) [#2395](https://github.com/seanmalbert/bloom/issues/2395) [#2410](https://github.com/seanmalbert/bloom/issues/2410) [#2407](https://github.com/seanmalbert/bloom/issues/2407) [#2430](https://github.com/seanmalbert/bloom/issues/2430) [#2418](https://github.com/seanmalbert/bloom/issues/2418) [#2434](https://github.com/seanmalbert/bloom/issues/2434) [#2374](https://github.com/seanmalbert/bloom/issues/2374) [#2435](https://github.com/seanmalbert/bloom/issues/2435) [#2420](https://github.com/seanmalbert/bloom/issues/2420) [#2412](https://github.com/seanmalbert/bloom/issues/2412) [#2434](https://github.com/seanmalbert/bloom/issues/2434) [#2458](https://github.com/seanmalbert/bloom/issues/2458) [#2460](https://github.com/seanmalbert/bloom/issues/2460) [#2465](https://github.com/seanmalbert/bloom/issues/2465) [#2436](https://github.com/seanmalbert/bloom/issues/2436) [#2484](https://github.com/seanmalbert/bloom/issues/2484) [#2482](https://github.com/seanmalbert/bloom/issues/2482) [#2483](https://github.com/seanmalbert/bloom/issues/2483) [#2488](https://github.com/seanmalbert/bloom/issues/2488) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2519](https://github.com/seanmalbert/bloom/issues/2519) [#2506](https://github.com/seanmalbert/bloom/issues/2506) [#2534](https://github.com/seanmalbert/bloom/issues/2534) [#2544](https://github.com/seanmalbert/bloom/issues/2544) [#2550](https://github.com/seanmalbert/bloom/issues/2550) [#2288](https://github.com/seanmalbert/bloom/issues/2288) [#2317](https://github.com/seanmalbert/bloom/issues/2317) [#2319](https://github.com/seanmalbert/bloom/issues/2319) [#2108](https://github.com/seanmalbert/bloom/issues/2108) [#2326](https://github.com/seanmalbert/bloom/issues/2326) [#2349](https://github.com/seanmalbert/bloom/issues/2349) [#2350](https://github.com/seanmalbert/bloom/issues/2350) [#2351](https://github.com/seanmalbert/bloom/issues/2351) [#2348](https://github.com/seanmalbert/bloom/issues/2348) [#2352](https://github.com/seanmalbert/bloom/issues/2352) [#2316](https://github.com/seanmalbert/bloom/issues/2316) [#2356](https://github.com/seanmalbert/bloom/issues/2356) [#2353](https://github.com/seanmalbert/bloom/issues/2353) [#2338](https://github.com/seanmalbert/bloom/issues/2338) [#2377](https://github.com/seanmalbert/bloom/issues/2377) [#2320](https://github.com/seanmalbert/bloom/issues/2320) [#2386](https://github.com/seanmalbert/bloom/issues/2386) [#2362](https://github.com/seanmalbert/bloom/issues/2362) [#2395](https://github.com/seanmalbert/bloom/issues/2395) [#2410](https://github.com/seanmalbert/bloom/issues/2410) [#2407](https://github.com/seanmalbert/bloom/issues/2407) [#2430](https://github.com/seanmalbert/bloom/issues/2430) [#2418](https://github.com/seanmalbert/bloom/issues/2418) [#2434](https://github.com/seanmalbert/bloom/issues/2434) [#2374](https://github.com/seanmalbert/bloom/issues/2374) [#2435](https://github.com/seanmalbert/bloom/issues/2435) [#2420](https://github.com/seanmalbert/bloom/issues/2420) [#2412](https://github.com/seanmalbert/bloom/issues/2412) [#2438](https://github.com/seanmalbert/bloom/issues/2438) [#2429](https://github.com/seanmalbert/bloom/issues/2429) [#2452](https://github.com/seanmalbert/bloom/issues/2452) [#2458](https://github.com/seanmalbert/bloom/issues/2458) [#2423](https://github.com/seanmalbert/bloom/issues/2423) [#2432](https://github.com/seanmalbert/bloom/issues/2432) [#2437](https://github.com/seanmalbert/bloom/issues/2437) [#2440](https://github.com/seanmalbert/bloom/issues/2440) [#2441](https://github.com/seanmalbert/bloom/issues/2441) [#2460](https://github.com/seanmalbert/bloom/issues/2460) [#2459](https://github.com/seanmalbert/bloom/issues/2459) [#2464](https://github.com/seanmalbert/bloom/issues/2464) [#2465](https://github.com/seanmalbert/bloom/issues/2465) [#2466](https://github.com/seanmalbert/bloom/issues/2466) [#2436](https://github.com/seanmalbert/bloom/issues/2436) [#2451](https://github.com/seanmalbert/bloom/issues/2451) [#2415](https://github.com/seanmalbert/bloom/issues/2415) [#2354](https://github.com/seanmalbert/bloom/issues/2354) [#2455](https://github.com/seanmalbert/bloom/issues/2455) [#2484](https://github.com/seanmalbert/bloom/issues/2484) [#2482](https://github.com/seanmalbert/bloom/issues/2482) [#2483](https://github.com/seanmalbert/bloom/issues/2483) [#2476](https://github.com/seanmalbert/bloom/issues/2476) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2470](https://github.com/seanmalbert/bloom/issues/2470) [#2488](https://github.com/seanmalbert/bloom/issues/2488) [#2487](https://github.com/seanmalbert/bloom/issues/2487) [#2496](https://github.com/seanmalbert/bloom/issues/2496) [#2498](https://github.com/seanmalbert/bloom/issues/2498) [#2499](https://github.com/seanmalbert/bloom/issues/2499) [#2291](https://github.com/seanmalbert/bloom/issues/2291) [#2461](https://github.com/seanmalbert/bloom/issues/2461) [#2485](https://github.com/seanmalbert/bloom/issues/2485) [#2494](https://github.com/seanmalbert/bloom/issues/2494) [#2503](https://github.com/seanmalbert/bloom/issues/2503) [#2495](https://github.com/seanmalbert/bloom/issues/2495) [#2477](https://github.com/seanmalbert/bloom/issues/2477) [#2505](https://github.com/seanmalbert/bloom/issues/2505) [#2372](https://github.com/seanmalbert/bloom/issues/2372) [#2489](https://github.com/seanmalbert/bloom/issues/2489) [#2497](https://github.com/seanmalbert/bloom/issues/2497) [#2506](https://github.com/seanmalbert/bloom/issues/2506) [#2486](https://github.com/seanmalbert/bloom/issues/2486)
|
|
102
|
+
* 2227/lock login attempts frontend (#2260) ([281ea43](https://github.com/seanmalbert/bloom/commit/281ea435e618a73a73f233a7a494f961fbac8fa2)), closes [#2260](https://github.com/seanmalbert/bloom/issues/2260) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927) [#1927](https://github.com/seanmalbert/bloom/issues/1927)
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Features
|
|
106
|
+
|
|
107
|
+
* accordion component cleanup ([#2528](https://github.com/seanmalbert/bloom/issues/2528)) ([704a15a](https://github.com/seanmalbert/bloom/commit/704a15af400de8958b20498feedd35942ee0b78e))
|
|
108
|
+
* actionable row component ([#2810](https://github.com/seanmalbert/bloom/issues/2810)) ([da10703](https://github.com/seanmalbert/bloom/commit/da107038d05b7efd601af70673666a125293ffef))
|
|
109
|
+
* add accessibility building features to listing ([#2755](https://github.com/seanmalbert/bloom/issues/2755)) ([0c8dfb8](https://github.com/seanmalbert/bloom/commit/0c8dfb833d0ef6d4f4927636c9f01bae6f48e4f1))
|
|
110
|
+
* add matched style to ApplicationStatus ([a54fb97](https://github.com/seanmalbert/bloom/commit/a54fb9769b68c9362e5f312a1021f5d0ba3d17a7))
|
|
111
|
+
* adds gtm tracking to rest of pages ([#2545](https://github.com/seanmalbert/bloom/issues/2545)) ([1c96f71](https://github.com/seanmalbert/bloom/commit/1c96f7101017aefd8bca70731265f6efb1ab5cf0))
|
|
112
|
+
* adds partners re-request confirmation ([#2574](https://github.com/seanmalbert/bloom/issues/2574)) ([235af78](https://github.com/seanmalbert/bloom/commit/235af781914e5c36104bb3862dd55152a16e6750)), closes [#2577](https://github.com/seanmalbert/bloom/issues/2577)
|
|
113
|
+
* adds updating open listing modal ([#2288](https://github.com/seanmalbert/bloom/issues/2288)) ([4f6945f](https://github.com/seanmalbert/bloom/commit/4f6945f04d797fad1b3140bcdc74b134ea42810a))
|
|
114
|
+
* adds veteran to reserved community types translations ([#2544](https://github.com/seanmalbert/bloom/issues/2544)) ([f973f1a](https://github.com/seanmalbert/bloom/commit/f973f1af71487b0e032b1a11fda35b21890060a0))
|
|
115
|
+
* alert-box line-height ([3e8aafb](https://github.com/seanmalbert/bloom/commit/3e8aafb8272c05670c81aeef5809d88f1d1ba18e))
|
|
116
|
+
* allow application status bar to have custom icon color ([#2572](https://github.com/seanmalbert/bloom/issues/2572)) ([2d7c0c5](https://github.com/seanmalbert/bloom/commit/2d7c0c508b938bc58bb0efe1f5e407e7124738f4))
|
|
117
|
+
* application timeout screen reader accessible ([#2625](https://github.com/seanmalbert/bloom/issues/2625)) ([0771ef3](https://github.com/seanmalbert/bloom/commit/0771ef3f7e4001efb4dae8cca06743801daace05))
|
|
118
|
+
* **backend:** add partners portal users multi factor authentication ([#2291](https://github.com/seanmalbert/bloom/issues/2291)) ([5b10098](https://github.com/seanmalbert/bloom/commit/5b10098d8668f9f42c60e90236db16d6cc517793)), closes [#2461](https://github.com/seanmalbert/bloom/issues/2461) [#2485](https://github.com/seanmalbert/bloom/issues/2485)
|
|
119
|
+
* **backend:** add user password expiration ([107c2f0](https://github.com/seanmalbert/bloom/commit/107c2f06e2f8367b52cb7cc8f00e6d9aef751fe0))
|
|
120
|
+
* **backend:** improve ami chart dto definitions ([#2677](https://github.com/seanmalbert/bloom/issues/2677)) ([ca3890e](https://github.com/seanmalbert/bloom/commit/ca3890e2759f230824e31e6bd985300f40b0a0ed))
|
|
121
|
+
* create table card component ([#2781](https://github.com/seanmalbert/bloom/issues/2781)) ([7cb3147](https://github.com/seanmalbert/bloom/commit/7cb31477268733b8b3d51dd77b2e33afb713ffbc))
|
|
122
|
+
* **expandablecontent.tsx:** add classname prop ([0fc164d](https://github.com/seanmalbert/bloom/commit/0fc164dcf9a9b6df2511dd1eb09ca62c4e79fbb4)), closes [#2798](https://github.com/seanmalbert/bloom/issues/2798)
|
|
123
|
+
* listing card takes optional children ([#2407](https://github.com/seanmalbert/bloom/issues/2407)) ([3c73a11](https://github.com/seanmalbert/bloom/commit/3c73a1144748fca6d50e5e0b220230eb8bf48dc6))
|
|
124
|
+
* listing card title redesign, multiple tags possible ([#2531](https://github.com/seanmalbert/bloom/issues/2531)) ([2b795cb](https://github.com/seanmalbert/bloom/commit/2b795cb6c47c084937e996332d1583e9e5bcbc54))
|
|
125
|
+
* load overly to partner listings grid ([#2621](https://github.com/seanmalbert/bloom/issues/2621)) ([4785f34](https://github.com/seanmalbert/bloom/commit/4785f344831f97dac2164224e32247619e5ac808))
|
|
126
|
+
* make page header title optional ([6ce7707](https://github.com/seanmalbert/bloom/commit/6ce770790120fe3d472bca2a937a9b9d3faaa943))
|
|
127
|
+
* missing translations, script to merge new translations ([#2728](https://github.com/seanmalbert/bloom/issues/2728)) ([1abc50d](https://github.com/seanmalbert/bloom/commit/1abc50de6b3311e92d47292b6f5ec69bf4c5094a))
|
|
128
|
+
* **modal:** add option for fixed-height scrollable modal ([#2769](https://github.com/seanmalbert/bloom/issues/2769)) ([756582d](https://github.com/seanmalbert/bloom/commit/756582d4e36c2772a420c8bcbf9625bb6be66ad6))
|
|
129
|
+
* new category table component ([#2648](https://github.com/seanmalbert/bloom/issues/2648)) ([3b3fe46](https://github.com/seanmalbert/bloom/commit/3b3fe46dda3d0e553664c10cea46849551ce064c))
|
|
130
|
+
* new Envelope icon ([#2642](https://github.com/seanmalbert/bloom/issues/2642)) ([e2dbe06](https://github.com/seanmalbert/bloom/commit/e2dbe0688e389c8196665495cdde7edcada0cf9b))
|
|
131
|
+
* only show MapBox map when it's in the viewport ([#2470](https://github.com/seanmalbert/bloom/issues/2470)) ([86f9d6c](https://github.com/seanmalbert/bloom/commit/86f9d6cccd7de7e635ae4eab5b1e1358faf834e4))
|
|
132
|
+
* open preference links in new tab/window ([#2618](https://github.com/seanmalbert/bloom/issues/2618)) ([ba07a7f](https://github.com/seanmalbert/bloom/commit/ba07a7ff2d01fadf1439671557ae44ce583426de))
|
|
133
|
+
* outdated password messaging updates ([b14e19d](https://github.com/seanmalbert/bloom/commit/b14e19d43099af2ba721d8aaaeeb2be886d05111))
|
|
134
|
+
* overrides fallback to english, tagalog support ([#2262](https://github.com/seanmalbert/bloom/issues/2262)) ([679ab9b](https://github.com/seanmalbert/bloom/commit/679ab9b1816d5934f48f02ca5f5696952ef88ae7))
|
|
135
|
+
* partners terms page ([#2440](https://github.com/seanmalbert/bloom/issues/2440)) ([63105bc](https://github.com/seanmalbert/bloom/commit/63105bcedfe371a4a9995e25b1e5aba67d06ad0c))
|
|
136
|
+
* password reset message ([0cba6e6](https://github.com/seanmalbert/bloom/commit/0cba6e62b45622a430612672daef5c97c1e6b140))
|
|
137
|
+
* refactor ada form fields ([#2612](https://github.com/seanmalbert/bloom/issues/2612)) ([f516f21](https://github.com/seanmalbert/bloom/commit/f516f2164249cea5b622b6bb5cd6efb5455003ca))
|
|
138
|
+
* **sidenav component:** update Prototype SideNav Component for Production Usage ([4ae5e5c](https://github.com/seanmalbert/bloom/commit/4ae5e5c159c7150a808df85b2aa47e443256eb5f)), closes [#698](https://github.com/seanmalbert/bloom/issues/698)
|
|
139
|
+
* simplify Waitlist component and use more flexible schema ([96df149](https://github.com/seanmalbert/bloom/commit/96df1496f377ddfa6f0e6c016c84954b6a43ff4a))
|
|
140
|
+
* swap anchor tags with LinkComponent for language routes ([#2686](https://github.com/seanmalbert/bloom/issues/2686)) ([a397930](https://github.com/seanmalbert/bloom/commit/a3979306fe39acd7b424a9e7364d791ad77fa2d0))
|
|
141
|
+
* swap h5 with h1 for screen reader compatibility ([#2653](https://github.com/seanmalbert/bloom/issues/2653)) ([09d1976](https://github.com/seanmalbert/bloom/commit/09d19762cac4ee4c700e01bc0962be737d8b1155))
|
|
142
|
+
* updates to mfa styling ([#2532](https://github.com/seanmalbert/bloom/issues/2532)) ([7654efc](https://github.com/seanmalbert/bloom/commit/7654efc8a7c5cba0f7436fda62b886f646fe8a03))
|
|
143
|
+
* veteran preference option translation strings ([6b25906](https://github.com/seanmalbert/bloom/commit/6b25906a9cc71532c67da3c546ba06f896bb3232))
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
### BREAKING CHANGES
|
|
147
|
+
|
|
148
|
+
* prop name change for header from "text" to "content"
|
|
149
|
+
|
|
150
|
+
* chore(release): version
|
|
151
|
+
|
|
152
|
+
- @bloom-housing/shared-helpers@5.0.1-alpha.2
|
|
153
|
+
- @bloom-housing/partners@5.0.1-alpha.2
|
|
154
|
+
- @bloom-housing/public@5.0.1-alpha.2
|
|
155
|
+
- @bloom-housing/ui-components@5.0.1-alpha.1
|
|
156
|
+
* consolidated all event section components in one new component, uptake will require removing the deprecated components and uptaking EventSection
|
|
157
|
+
|
|
158
|
+
* chore(release): version
|
|
159
|
+
|
|
160
|
+
- @bloom-housing/backend-core@3.0.2-alpha.38
|
|
161
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.63
|
|
162
|
+
- @bloom-housing/partners@4.0.1-alpha.67
|
|
163
|
+
- @bloom-housing/public@4.0.1-alpha.66
|
|
164
|
+
- @bloom-housing/ui-components@4.0.1-alpha.62
|
|
165
|
+
* consolidated all event section components in one new component, uptake will require removing the deprecated components and uptaking EventSection
|
|
166
|
+
|
|
167
|
+
* chore(release): version
|
|
168
|
+
|
|
169
|
+
- @bloom-housing/backend-core@3.0.2-alpha.38
|
|
170
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.63
|
|
171
|
+
- @bloom-housing/partners@4.0.1-alpha.67
|
|
172
|
+
- @bloom-housing/public@4.0.1-alpha.66
|
|
173
|
+
- @bloom-housing/ui-components@4.0.1-alpha.62
|
|
174
|
+
* the LeasingAgent component has been renamed to Contact with a new generalized prop set, the SidebarAddress component has been renamed to ContactAddress with a new generalized prop set
|
|
175
|
+
* the Waitlist component was renamed to QuantityRowSection which also has a new prop set to account for a flexible number of rows and strings
|
|
176
|
+
* There is a new prop interface for the StandardTable component and all components that use it, which includes passing cell content within a new object, allowing us to support new cell options - all tables will need to pass data with the new format.
|
|
177
|
+
* preferences model and relationships changed
|
|
178
|
+
|
|
179
|
+
* feat: feat(backend): extend UserUpdateDto to support email change
|
|
180
|
+
|
|
181
|
+
picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a
|
|
182
|
+
|
|
183
|
+
* fix: 2056/user account edit fix
|
|
184
|
+
|
|
185
|
+
picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30
|
|
186
|
+
|
|
187
|
+
* refactor: 2085/adds top level catchAll exception filter
|
|
188
|
+
|
|
189
|
+
picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface
|
|
190
|
+
|
|
191
|
+
* feat: feat: Change unit number field type to text
|
|
192
|
+
|
|
193
|
+
picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d
|
|
194
|
+
|
|
195
|
+
* feat(backend): improve application flagged set saving efficiency
|
|
196
|
+
|
|
197
|
+
* fix: fix: updates address order
|
|
198
|
+
|
|
199
|
+
picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767
|
|
200
|
+
|
|
201
|
+
* fix: sets programs to optoinal and updates versions
|
|
202
|
+
|
|
203
|
+
* chore: chore(deps): bump electron from 13.1.7 to 13.3.0
|
|
204
|
+
|
|
205
|
+
* chore: chore(deps): bump axios from 0.21.1 to 0.21.2
|
|
206
|
+
|
|
207
|
+
* fix: adds programs service
|
|
208
|
+
|
|
209
|
+
* fix: fix lisitng e2e tests
|
|
210
|
+
|
|
211
|
+
* fix: fix member tests
|
|
212
|
+
|
|
213
|
+
* fix: adds jurisdictionId to useSWR path
|
|
214
|
+
|
|
215
|
+
* fix: recalculate units available on listing update
|
|
216
|
+
|
|
217
|
+
picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262
|
|
218
|
+
|
|
219
|
+
* feat: feat(backend): make use of new application confirmation codes
|
|
220
|
+
|
|
221
|
+
picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e
|
|
222
|
+
|
|
223
|
+
* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2
|
|
224
|
+
|
|
225
|
+
picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c
|
|
226
|
+
|
|
227
|
+
* fix: app submission w/ no due date
|
|
228
|
+
|
|
229
|
+
picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc
|
|
230
|
+
|
|
231
|
+
* feat: adds new preferences, reserved community type
|
|
232
|
+
|
|
233
|
+
* feat: adds bottom border to preferences
|
|
234
|
+
|
|
235
|
+
* feat: updates preference string
|
|
236
|
+
|
|
237
|
+
* fix: preference cleanup for avance
|
|
238
|
+
|
|
239
|
+
* refactor: remove applicationAddress
|
|
240
|
+
|
|
241
|
+
picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f
|
|
242
|
+
|
|
243
|
+
* feat: refactor and add public site application flow cypress tests
|
|
244
|
+
|
|
245
|
+
picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8
|
|
246
|
+
|
|
247
|
+
* feat: better seed data for ami-charts
|
|
248
|
+
|
|
249
|
+
picked from dev d8b1d4d185731a589c563a32bd592d01537785f3
|
|
250
|
+
|
|
251
|
+
* feat: adds listing management cypress tests to partner portal
|
|
252
|
+
|
|
253
|
+
* fix: listings management keep empty strings, remove empty objects
|
|
254
|
+
|
|
255
|
+
picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9
|
|
256
|
+
|
|
257
|
+
* feat: one month rent
|
|
258
|
+
|
|
259
|
+
picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64
|
|
260
|
+
|
|
261
|
+
* test: view.spec.ts test
|
|
262
|
+
|
|
263
|
+
picked from dev 324446c90138d8fac50aba445f515009b5a58bfb
|
|
264
|
+
|
|
265
|
+
* refactor: removes jsonpath
|
|
266
|
+
|
|
267
|
+
picked from dev deb39acc005607ce3076942b1f49590d08afc10c
|
|
268
|
+
|
|
269
|
+
* feat: adds jurisdictions to pref seeds
|
|
270
|
+
|
|
271
|
+
picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33
|
|
272
|
+
|
|
273
|
+
* feat: new demographics sub-race questions
|
|
274
|
+
|
|
275
|
+
picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3
|
|
276
|
+
|
|
277
|
+
* feat: updates email confirmation for lottery
|
|
278
|
+
|
|
279
|
+
picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3
|
|
280
|
+
|
|
281
|
+
* fix: add ariaHidden to Icon component
|
|
282
|
+
|
|
283
|
+
picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be
|
|
284
|
+
|
|
285
|
+
* fix: add ariaLabel prop to Button component
|
|
286
|
+
|
|
287
|
+
picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5
|
|
288
|
+
|
|
289
|
+
* fix: change the yes/no radio text to be more descriptive
|
|
290
|
+
|
|
291
|
+
picked from dev 0c46054574535523d6f217bb0677bbe732b8945f
|
|
292
|
+
|
|
293
|
+
* fix: remove alameda reference in demographics
|
|
294
|
+
|
|
295
|
+
picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d
|
|
296
|
+
|
|
297
|
+
* chore: release version
|
|
298
|
+
|
|
299
|
+
picked from dev fe82f25dc349877d974ae62d228fea0354978fb7
|
|
300
|
+
|
|
301
|
+
* feat: ami chart jurisdictionalized
|
|
302
|
+
|
|
303
|
+
picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50
|
|
304
|
+
|
|
305
|
+
* refactor: make backend a peer dependency in ui-components
|
|
306
|
+
|
|
307
|
+
picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3
|
|
308
|
+
|
|
309
|
+
* feat: add a phone number column to the user_accounts table
|
|
310
|
+
|
|
311
|
+
picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a
|
|
312
|
+
|
|
313
|
+
* chore: removes application program partners
|
|
314
|
+
|
|
315
|
+
* chore: removes application program display
|
|
316
|
+
|
|
317
|
+
* Revert "chore: removes application program display"
|
|
318
|
+
|
|
319
|
+
This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.
|
|
320
|
+
|
|
321
|
+
* Revert "chore: removes application program partners"
|
|
322
|
+
|
|
323
|
+
This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.
|
|
324
|
+
|
|
325
|
+
* chore: yarn.lock and backend-swagger
|
|
326
|
+
|
|
327
|
+
* fix: removes Duplicate identifier fieldGroupObjectToArray
|
|
328
|
+
|
|
329
|
+
* feat: skip preferences if not on listing
|
|
330
|
+
|
|
331
|
+
* chore(release): version
|
|
332
|
+
|
|
333
|
+
* fix: cannot save custom mailing, dropoff, or pickup address
|
|
334
|
+
|
|
335
|
+
* chore(release): version
|
|
336
|
+
|
|
337
|
+
* chore: converge on one axios version, remove peer dependency
|
|
338
|
+
|
|
339
|
+
* chore(release): version
|
|
340
|
+
|
|
341
|
+
* feat: simplify Waitlist component and use more flexible schema
|
|
342
|
+
|
|
343
|
+
* chore(release): version
|
|
344
|
+
|
|
345
|
+
* fix: lottery results uploads now save
|
|
346
|
+
|
|
347
|
+
* chore(release): version
|
|
348
|
+
|
|
349
|
+
* feat: add SRO unit type
|
|
350
|
+
|
|
351
|
+
* chore(release): version
|
|
352
|
+
|
|
353
|
+
* fix: paper application submission
|
|
354
|
+
|
|
355
|
+
* chore(release): version
|
|
356
|
+
|
|
357
|
+
* fix: choose-language context
|
|
358
|
+
|
|
359
|
+
* chore(release): version
|
|
360
|
+
|
|
361
|
+
* fix: applications/view hide prefs
|
|
362
|
+
|
|
363
|
+
* chore(release): version
|
|
364
|
+
|
|
365
|
+
* feat: overrides fallback to english, tagalog support
|
|
366
|
+
|
|
367
|
+
* chore(release): version
|
|
368
|
+
|
|
369
|
+
* fix: account translations
|
|
370
|
+
|
|
371
|
+
* chore(release): version
|
|
372
|
+
|
|
373
|
+
* fix: units with invalid ami chart
|
|
374
|
+
|
|
375
|
+
* chore(release): version
|
|
376
|
+
|
|
377
|
+
* fix: remove description for the partners programs
|
|
378
|
+
|
|
379
|
+
* fix: fix modal styles on mobile
|
|
380
|
+
|
|
381
|
+
* fix: visual improvement to programs form display
|
|
382
|
+
|
|
383
|
+
* fix: submission tests not running
|
|
384
|
+
* sign-in pages have been updated
|
|
385
|
+
* moved some helpers from ui-components to shared-helpers
|
|
386
|
+
* remove applicationDueTime field and consolidated into applicationDueDate
|
|
387
|
+
|
|
388
|
+
* chore(release): version
|
|
389
|
+
|
|
390
|
+
- @bloom-housing/backend-core@3.0.2-alpha.13
|
|
391
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.21
|
|
392
|
+
- @bloom-housing/partners@4.0.1-alpha.23
|
|
393
|
+
- @bloom-housing/public@4.0.1-alpha.22
|
|
394
|
+
- @bloom-housing/ui-components@4.0.1-alpha.21
|
|
395
|
+
* moved some helpers from ui-components to shared-helpers
|
|
396
|
+
* remove applicationDueTime field and consolidated into applicationDueDate
|
|
397
|
+
|
|
398
|
+
* chore(release): version
|
|
399
|
+
|
|
400
|
+
- @bloom-housing/backend-core@3.0.2-alpha.13
|
|
401
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.21
|
|
402
|
+
- @bloom-housing/partners@4.0.1-alpha.23
|
|
403
|
+
- @bloom-housing/public@4.0.1-alpha.22
|
|
404
|
+
- @bloom-housing/ui-components@4.0.1-alpha.21
|
|
405
|
+
* consolidated all event section components in one new component, uptake will require removing the deprecated components and uptaking EventSection
|
|
406
|
+
|
|
407
|
+
* chore(release): version
|
|
408
|
+
|
|
409
|
+
- @bloom-housing/backend-core@3.0.2-alpha.38
|
|
410
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.63
|
|
411
|
+
- @bloom-housing/partners@4.0.1-alpha.67
|
|
412
|
+
- @bloom-housing/public@4.0.1-alpha.66
|
|
413
|
+
- @bloom-housing/ui-components@4.0.1-alpha.62
|
|
414
|
+
* preferences model and relationships changed
|
|
415
|
+
|
|
416
|
+
* feat: feat(backend): extend UserUpdateDto to support email change
|
|
417
|
+
|
|
418
|
+
picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a
|
|
419
|
+
|
|
420
|
+
* fix: 2056/user account edit fix
|
|
421
|
+
|
|
422
|
+
picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30
|
|
423
|
+
|
|
424
|
+
* refactor: 2085/adds top level catchAll exception filter
|
|
425
|
+
|
|
426
|
+
picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface
|
|
427
|
+
|
|
428
|
+
* feat: feat: Change unit number field type to text
|
|
429
|
+
|
|
430
|
+
picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d
|
|
431
|
+
|
|
432
|
+
* feat(backend): improve application flagged set saving efficiency
|
|
433
|
+
|
|
434
|
+
* fix: fix: updates address order
|
|
435
|
+
|
|
436
|
+
picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767
|
|
437
|
+
|
|
438
|
+
* fix: sets programs to optoinal and updates versions
|
|
439
|
+
|
|
440
|
+
* chore: chore(deps): bump electron from 13.1.7 to 13.3.0
|
|
441
|
+
|
|
442
|
+
* chore: chore(deps): bump axios from 0.21.1 to 0.21.2
|
|
443
|
+
|
|
444
|
+
* fix: adds programs service
|
|
445
|
+
|
|
446
|
+
* fix: fix lisitng e2e tests
|
|
447
|
+
|
|
448
|
+
* fix: fix member tests
|
|
449
|
+
|
|
450
|
+
* fix: adds jurisdictionId to useSWR path
|
|
451
|
+
|
|
452
|
+
* fix: recalculate units available on listing update
|
|
453
|
+
|
|
454
|
+
picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262
|
|
455
|
+
|
|
456
|
+
* feat: feat(backend): make use of new application confirmation codes
|
|
457
|
+
|
|
458
|
+
picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e
|
|
459
|
+
|
|
460
|
+
* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2
|
|
461
|
+
|
|
462
|
+
picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c
|
|
463
|
+
|
|
464
|
+
* fix: app submission w/ no due date
|
|
465
|
+
|
|
466
|
+
picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc
|
|
467
|
+
|
|
468
|
+
* feat: adds new preferences, reserved community type
|
|
469
|
+
|
|
470
|
+
* feat: adds bottom border to preferences
|
|
471
|
+
|
|
472
|
+
* feat: updates preference string
|
|
473
|
+
|
|
474
|
+
* fix: preference cleanup for avance
|
|
475
|
+
|
|
476
|
+
* refactor: remove applicationAddress
|
|
477
|
+
|
|
478
|
+
picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f
|
|
479
|
+
|
|
480
|
+
* feat: refactor and add public site application flow cypress tests
|
|
481
|
+
|
|
482
|
+
picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8
|
|
483
|
+
|
|
484
|
+
* feat: better seed data for ami-charts
|
|
485
|
+
|
|
486
|
+
picked from dev d8b1d4d185731a589c563a32bd592d01537785f3
|
|
487
|
+
|
|
488
|
+
* feat: adds listing management cypress tests to partner portal
|
|
489
|
+
|
|
490
|
+
* fix: listings management keep empty strings, remove empty objects
|
|
491
|
+
|
|
492
|
+
picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9
|
|
493
|
+
|
|
494
|
+
* feat: one month rent
|
|
495
|
+
|
|
496
|
+
picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64
|
|
497
|
+
|
|
498
|
+
* test: view.spec.ts test
|
|
499
|
+
|
|
500
|
+
picked from dev 324446c90138d8fac50aba445f515009b5a58bfb
|
|
501
|
+
|
|
502
|
+
* refactor: removes jsonpath
|
|
503
|
+
|
|
504
|
+
picked from dev deb39acc005607ce3076942b1f49590d08afc10c
|
|
505
|
+
|
|
506
|
+
* feat: adds jurisdictions to pref seeds
|
|
507
|
+
|
|
508
|
+
picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33
|
|
509
|
+
|
|
510
|
+
* feat: new demographics sub-race questions
|
|
511
|
+
|
|
512
|
+
picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3
|
|
513
|
+
|
|
514
|
+
* feat: updates email confirmation for lottery
|
|
515
|
+
|
|
516
|
+
picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3
|
|
517
|
+
|
|
518
|
+
* fix: add ariaHidden to Icon component
|
|
519
|
+
|
|
520
|
+
picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be
|
|
521
|
+
|
|
522
|
+
* fix: add ariaLabel prop to Button component
|
|
523
|
+
|
|
524
|
+
picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5
|
|
525
|
+
|
|
526
|
+
* fix: change the yes/no radio text to be more descriptive
|
|
527
|
+
|
|
528
|
+
picked from dev 0c46054574535523d6f217bb0677bbe732b8945f
|
|
529
|
+
|
|
530
|
+
* fix: remove alameda reference in demographics
|
|
531
|
+
|
|
532
|
+
picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d
|
|
533
|
+
|
|
534
|
+
* chore: release version
|
|
535
|
+
|
|
536
|
+
picked from dev fe82f25dc349877d974ae62d228fea0354978fb7
|
|
537
|
+
|
|
538
|
+
* feat: ami chart jurisdictionalized
|
|
539
|
+
|
|
540
|
+
picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50
|
|
541
|
+
|
|
542
|
+
* refactor: make backend a peer dependency in ui-components
|
|
543
|
+
|
|
544
|
+
picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3
|
|
545
|
+
|
|
546
|
+
* feat: add a phone number column to the user_accounts table
|
|
547
|
+
|
|
548
|
+
picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a
|
|
549
|
+
|
|
550
|
+
* chore: removes application program partners
|
|
551
|
+
|
|
552
|
+
* chore: removes application program display
|
|
553
|
+
|
|
554
|
+
* Revert "chore: removes application program display"
|
|
555
|
+
|
|
556
|
+
This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.
|
|
557
|
+
|
|
558
|
+
* Revert "chore: removes application program partners"
|
|
559
|
+
|
|
560
|
+
This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.
|
|
561
|
+
|
|
562
|
+
* chore: yarn.lock and backend-swagger
|
|
563
|
+
|
|
564
|
+
* fix: removes Duplicate identifier fieldGroupObjectToArray
|
|
565
|
+
|
|
566
|
+
* feat: skip preferences if not on listing
|
|
567
|
+
|
|
568
|
+
* chore(release): version
|
|
569
|
+
|
|
570
|
+
* fix: cannot save custom mailing, dropoff, or pickup address
|
|
571
|
+
|
|
572
|
+
* chore(release): version
|
|
573
|
+
|
|
574
|
+
* chore: converge on one axios version, remove peer dependency
|
|
575
|
+
|
|
576
|
+
* chore(release): version
|
|
577
|
+
|
|
578
|
+
* feat: simplify Waitlist component and use more flexible schema
|
|
579
|
+
|
|
580
|
+
* chore(release): version
|
|
581
|
+
|
|
582
|
+
* fix: lottery results uploads now save
|
|
583
|
+
|
|
584
|
+
* chore(release): version
|
|
585
|
+
|
|
586
|
+
* feat: add SRO unit type
|
|
587
|
+
|
|
588
|
+
* chore(release): version
|
|
589
|
+
|
|
590
|
+
* fix: paper application submission
|
|
591
|
+
|
|
592
|
+
* chore(release): version
|
|
593
|
+
|
|
594
|
+
* fix: choose-language context
|
|
595
|
+
|
|
596
|
+
* chore(release): version
|
|
597
|
+
|
|
598
|
+
* fix: applications/view hide prefs
|
|
599
|
+
|
|
600
|
+
* chore(release): version
|
|
601
|
+
|
|
602
|
+
* feat: overrides fallback to english, tagalog support
|
|
603
|
+
|
|
604
|
+
* chore(release): version
|
|
605
|
+
|
|
606
|
+
* fix: account translations
|
|
607
|
+
|
|
608
|
+
* chore(release): version
|
|
609
|
+
|
|
610
|
+
* fix: units with invalid ami chart
|
|
611
|
+
|
|
612
|
+
* chore(release): version
|
|
613
|
+
|
|
614
|
+
* fix: remove description for the partners programs
|
|
615
|
+
|
|
616
|
+
* fix: fix modal styles on mobile
|
|
617
|
+
|
|
618
|
+
* fix: visual improvement to programs form display
|
|
619
|
+
|
|
620
|
+
* fix: submission tests not running
|
|
621
|
+
* sign-in pages have been updated
|
|
622
|
+
* moved some helpers from ui-components to shared-helpers
|
|
623
|
+
* remove applicationDueTime field and consolidated into applicationDueDate
|
|
624
|
+
|
|
625
|
+
* chore(release): version
|
|
626
|
+
|
|
627
|
+
- @bloom-housing/backend-core@3.0.2-alpha.13
|
|
628
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.21
|
|
629
|
+
- @bloom-housing/partners@4.0.1-alpha.23
|
|
630
|
+
- @bloom-housing/public@4.0.1-alpha.22
|
|
631
|
+
- @bloom-housing/ui-components@4.0.1-alpha.21
|
|
632
|
+
* moved some helpers from ui-components to shared-helpers
|
|
633
|
+
* remove applicationDueTime field and consolidated into applicationDueDate
|
|
634
|
+
|
|
635
|
+
* chore(release): version
|
|
636
|
+
|
|
637
|
+
- @bloom-housing/backend-core@3.0.2-alpha.13
|
|
638
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.21
|
|
639
|
+
- @bloom-housing/partners@4.0.1-alpha.23
|
|
640
|
+
- @bloom-housing/public@4.0.1-alpha.22
|
|
641
|
+
- @bloom-housing/ui-components@4.0.1-alpha.21
|
|
642
|
+
* consolidated all event section components in one new component, uptake will require removing the deprecated components and uptaking EventSection
|
|
643
|
+
|
|
644
|
+
* chore(release): version
|
|
645
|
+
|
|
646
|
+
- @bloom-housing/backend-core@3.0.2-alpha.38
|
|
647
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.63
|
|
648
|
+
- @bloom-housing/partners@4.0.1-alpha.67
|
|
649
|
+
- @bloom-housing/public@4.0.1-alpha.66
|
|
650
|
+
- @bloom-housing/ui-components@4.0.1-alpha.62
|
|
651
|
+
* preferences model and relationships changed
|
|
652
|
+
|
|
653
|
+
* feat: feat(backend): extend UserUpdateDto to support email change
|
|
654
|
+
|
|
655
|
+
picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a
|
|
656
|
+
|
|
657
|
+
* fix: 2056/user account edit fix
|
|
658
|
+
|
|
659
|
+
picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30
|
|
660
|
+
|
|
661
|
+
* refactor: 2085/adds top level catchAll exception filter
|
|
662
|
+
|
|
663
|
+
picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface
|
|
664
|
+
|
|
665
|
+
* feat: feat: Change unit number field type to text
|
|
666
|
+
|
|
667
|
+
picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d
|
|
668
|
+
|
|
669
|
+
* feat(backend): improve application flagged set saving efficiency
|
|
670
|
+
|
|
671
|
+
* fix: fix: updates address order
|
|
672
|
+
|
|
673
|
+
picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767
|
|
674
|
+
|
|
675
|
+
* fix: sets programs to optoinal and updates versions
|
|
676
|
+
|
|
677
|
+
* chore: chore(deps): bump electron from 13.1.7 to 13.3.0
|
|
678
|
+
|
|
679
|
+
* chore: chore(deps): bump axios from 0.21.1 to 0.21.2
|
|
680
|
+
|
|
681
|
+
* fix: adds programs service
|
|
682
|
+
|
|
683
|
+
* fix: fix lisitng e2e tests
|
|
684
|
+
|
|
685
|
+
* fix: fix member tests
|
|
686
|
+
|
|
687
|
+
* fix: adds jurisdictionId to useSWR path
|
|
688
|
+
|
|
689
|
+
* fix: recalculate units available on listing update
|
|
690
|
+
|
|
691
|
+
picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262
|
|
692
|
+
|
|
693
|
+
* feat: feat(backend): make use of new application confirmation codes
|
|
694
|
+
|
|
695
|
+
picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e
|
|
696
|
+
|
|
697
|
+
* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2
|
|
698
|
+
|
|
699
|
+
picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c
|
|
700
|
+
|
|
701
|
+
* fix: app submission w/ no due date
|
|
702
|
+
|
|
703
|
+
picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc
|
|
704
|
+
|
|
705
|
+
* feat: adds new preferences, reserved community type
|
|
706
|
+
|
|
707
|
+
* feat: adds bottom border to preferences
|
|
708
|
+
|
|
709
|
+
* feat: updates preference string
|
|
710
|
+
|
|
711
|
+
* fix: preference cleanup for avance
|
|
712
|
+
|
|
713
|
+
* refactor: remove applicationAddress
|
|
714
|
+
|
|
715
|
+
picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f
|
|
716
|
+
|
|
717
|
+
* feat: refactor and add public site application flow cypress tests
|
|
718
|
+
|
|
719
|
+
picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8
|
|
720
|
+
|
|
721
|
+
* feat: better seed data for ami-charts
|
|
722
|
+
|
|
723
|
+
picked from dev d8b1d4d185731a589c563a32bd592d01537785f3
|
|
724
|
+
|
|
725
|
+
* feat: adds listing management cypress tests to partner portal
|
|
726
|
+
|
|
727
|
+
* fix: listings management keep empty strings, remove empty objects
|
|
728
|
+
|
|
729
|
+
picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9
|
|
730
|
+
|
|
731
|
+
* feat: one month rent
|
|
732
|
+
|
|
733
|
+
picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64
|
|
734
|
+
|
|
735
|
+
* test: view.spec.ts test
|
|
736
|
+
|
|
737
|
+
picked from dev 324446c90138d8fac50aba445f515009b5a58bfb
|
|
738
|
+
|
|
739
|
+
* refactor: removes jsonpath
|
|
740
|
+
|
|
741
|
+
picked from dev deb39acc005607ce3076942b1f49590d08afc10c
|
|
742
|
+
|
|
743
|
+
* feat: adds jurisdictions to pref seeds
|
|
744
|
+
|
|
745
|
+
picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33
|
|
746
|
+
|
|
747
|
+
* feat: new demographics sub-race questions
|
|
748
|
+
|
|
749
|
+
picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3
|
|
750
|
+
|
|
751
|
+
* feat: updates email confirmation for lottery
|
|
752
|
+
|
|
753
|
+
picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3
|
|
754
|
+
|
|
755
|
+
* fix: add ariaHidden to Icon component
|
|
756
|
+
|
|
757
|
+
picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be
|
|
758
|
+
|
|
759
|
+
* fix: add ariaLabel prop to Button component
|
|
760
|
+
|
|
761
|
+
picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5
|
|
762
|
+
|
|
763
|
+
* fix: change the yes/no radio text to be more descriptive
|
|
764
|
+
|
|
765
|
+
picked from dev 0c46054574535523d6f217bb0677bbe732b8945f
|
|
766
|
+
|
|
767
|
+
* fix: remove alameda reference in demographics
|
|
768
|
+
|
|
769
|
+
picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d
|
|
770
|
+
|
|
771
|
+
* chore: release version
|
|
772
|
+
|
|
773
|
+
picked from dev fe82f25dc349877d974ae62d228fea0354978fb7
|
|
774
|
+
|
|
775
|
+
* feat: ami chart jurisdictionalized
|
|
776
|
+
|
|
777
|
+
picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50
|
|
778
|
+
|
|
779
|
+
* refactor: make backend a peer dependency in ui-components
|
|
780
|
+
|
|
781
|
+
picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3
|
|
782
|
+
|
|
783
|
+
* feat: add a phone number column to the user_accounts table
|
|
784
|
+
|
|
785
|
+
picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a
|
|
786
|
+
|
|
787
|
+
* chore: removes application program partners
|
|
788
|
+
|
|
789
|
+
* chore: removes application program display
|
|
790
|
+
|
|
791
|
+
* Revert "chore: removes application program display"
|
|
792
|
+
|
|
793
|
+
This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.
|
|
794
|
+
|
|
795
|
+
* Revert "chore: removes application program partners"
|
|
796
|
+
|
|
797
|
+
This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.
|
|
798
|
+
|
|
799
|
+
* chore: yarn.lock and backend-swagger
|
|
800
|
+
|
|
801
|
+
* fix: removes Duplicate identifier fieldGroupObjectToArray
|
|
802
|
+
|
|
803
|
+
* feat: skip preferences if not on listing
|
|
804
|
+
|
|
805
|
+
* chore(release): version
|
|
806
|
+
|
|
807
|
+
* fix: cannot save custom mailing, dropoff, or pickup address
|
|
808
|
+
|
|
809
|
+
* chore(release): version
|
|
810
|
+
|
|
811
|
+
* chore: converge on one axios version, remove peer dependency
|
|
812
|
+
|
|
813
|
+
* chore(release): version
|
|
814
|
+
|
|
815
|
+
* feat: simplify Waitlist component and use more flexible schema
|
|
816
|
+
|
|
817
|
+
* chore(release): version
|
|
818
|
+
|
|
819
|
+
* fix: lottery results uploads now save
|
|
820
|
+
|
|
821
|
+
* chore(release): version
|
|
822
|
+
|
|
823
|
+
* feat: add SRO unit type
|
|
824
|
+
|
|
825
|
+
* chore(release): version
|
|
826
|
+
|
|
827
|
+
* fix: paper application submission
|
|
828
|
+
|
|
829
|
+
* chore(release): version
|
|
830
|
+
|
|
831
|
+
* fix: choose-language context
|
|
832
|
+
|
|
833
|
+
* chore(release): version
|
|
834
|
+
|
|
835
|
+
* fix: applications/view hide prefs
|
|
836
|
+
|
|
837
|
+
* chore(release): version
|
|
838
|
+
|
|
839
|
+
* feat: overrides fallback to english, tagalog support
|
|
840
|
+
|
|
841
|
+
* chore(release): version
|
|
842
|
+
|
|
843
|
+
* fix: account translations
|
|
844
|
+
|
|
845
|
+
* chore(release): version
|
|
846
|
+
|
|
847
|
+
* fix: units with invalid ami chart
|
|
848
|
+
|
|
849
|
+
* chore(release): version
|
|
850
|
+
|
|
851
|
+
* fix: remove description for the partners programs
|
|
852
|
+
|
|
853
|
+
* fix: fix modal styles on mobile
|
|
854
|
+
|
|
855
|
+
* fix: visual improvement to programs form display
|
|
856
|
+
|
|
857
|
+
* fix: submission tests not running
|
|
858
|
+
* sign-in pages have been updated
|
|
859
|
+
* moved some helpers from ui-components to shared-helpers
|
|
860
|
+
* remove applicationDueTime field and consolidated into applicationDueDate
|
|
861
|
+
|
|
862
|
+
* chore(release): version
|
|
863
|
+
|
|
864
|
+
- @bloom-housing/backend-core@3.0.2-alpha.13
|
|
865
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.21
|
|
866
|
+
- @bloom-housing/partners@4.0.1-alpha.23
|
|
867
|
+
- @bloom-housing/public@4.0.1-alpha.22
|
|
868
|
+
- @bloom-housing/ui-components@4.0.1-alpha.21
|
|
869
|
+
* moved some helpers from ui-components to shared-helpers
|
|
870
|
+
* remove applicationDueTime field and consolidated into applicationDueDate
|
|
871
|
+
|
|
872
|
+
* chore(release): version
|
|
873
|
+
|
|
874
|
+
- @bloom-housing/backend-core@3.0.2-alpha.13
|
|
875
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.21
|
|
876
|
+
- @bloom-housing/partners@4.0.1-alpha.23
|
|
877
|
+
- @bloom-housing/public@4.0.1-alpha.22
|
|
878
|
+
- @bloom-housing/ui-components@4.0.1-alpha.21
|
|
879
|
+
* consolidated all event section components in one new component, uptake will require removing the deprecated components and uptaking EventSection
|
|
880
|
+
|
|
881
|
+
* chore(release): version
|
|
882
|
+
|
|
883
|
+
- @bloom-housing/backend-core@3.0.2-alpha.38
|
|
884
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.63
|
|
885
|
+
- @bloom-housing/partners@4.0.1-alpha.67
|
|
886
|
+
- @bloom-housing/public@4.0.1-alpha.66
|
|
887
|
+
- @bloom-housing/ui-components@4.0.1-alpha.62
|
|
888
|
+
* consolidated all event section components in one new component, uptake will require removing the deprecated components and uptaking EventSection
|
|
889
|
+
* remove applicationDueTime field and consolidated into applicationDueDate
|
|
890
|
+
* moved some helpers from ui-components to shared-helpers
|
|
891
|
+
* sign-in pages have been updated
|
|
892
|
+
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
## [5.0.1-alpha.29](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.28...@bloom-housing/ui-components@5.0.1-alpha.29) (2022-07-27)
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
### Bug Fixes
|
|
901
|
+
|
|
902
|
+
* preview and juri admin perms for user access ([#2914](https://github.com/bloom-housing/bloom/issues/2914)) ([2db1fdb](https://github.com/bloom-housing/bloom/commit/2db1fdba2fcb366acfc436c3f58b1651550d2367))
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
## [5.0.1-alpha.28](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.27...@bloom-housing/ui-components@5.0.1-alpha.28) (2022-07-27)
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
### Bug Fixes
|
|
912
|
+
|
|
913
|
+
* fix password confirmation validation in the reset password form ([23064fe](https://github.com/bloom-housing/bloom/commit/23064fe8135ee9f531bac41b1b1f7e0ce771905a))
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
## [5.0.1-alpha.27](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.26...@bloom-housing/ui-components@5.0.1-alpha.27) (2022-07-26)
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
### Features
|
|
923
|
+
|
|
924
|
+
* **listsection:** modify props to allow react children for list section subtitle ([ed07255](https://github.com/bloom-housing/bloom/commit/ed0725505961277aa0f293ec1e2b49330080df49))
|
|
925
|
+
|
|
926
|
+
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
## [5.0.1-alpha.26](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.25...@bloom-housing/ui-components@5.0.1-alpha.26) (2022-07-26)
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
### Features
|
|
934
|
+
|
|
935
|
+
* **eventsection:** allow EventSection to lowercase date ([246a13e](https://github.com/bloom-housing/bloom/commit/246a13e50d3b5bd464cdedde708f6c89b4f1db47)), closes [#2907](https://github.com/bloom-housing/bloom/issues/2907)
|
|
936
|
+
* **eventsection:** fix prop name; update story instance name ([ec1337b](https://github.com/bloom-housing/bloom/commit/ec1337ba2344d539767e70ec9e7766cf70f92033)), closes [#2907](https://github.com/bloom-housing/bloom/issues/2907)
|
|
937
|
+
* **eventsection:** make dateClassname optional ([5daa884](https://github.com/bloom-housing/bloom/commit/5daa884979457a5dc4ee9801fac22d5131b4d5d8)), closes [#2907](https://github.com/bloom-housing/bloom/issues/2907)
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
## [5.0.1-alpha.25](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.24...@bloom-housing/ui-components@5.0.1-alpha.25) (2022-07-26)
|
|
944
|
+
|
|
945
|
+
|
|
946
|
+
### Bug Fixes
|
|
947
|
+
|
|
948
|
+
* **component:** allow modals to scroll for iphone ([#2905](https://github.com/bloom-housing/bloom/issues/2905)) ([e1d89d1](https://github.com/bloom-housing/bloom/commit/e1d89d1c7a4b4924f72a00014ae920be4edf99b6))
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
## [5.0.1-alpha.24](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.23...@bloom-housing/ui-components@5.0.1-alpha.24) (2022-07-22)
|
|
955
|
+
|
|
956
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
## [5.0.1-alpha.23](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.22...@bloom-housing/ui-components@5.0.1-alpha.23) (2022-07-20)
|
|
963
|
+
|
|
964
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
## [5.0.1-alpha.22](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.21...@bloom-housing/ui-components@5.0.1-alpha.22) (2022-07-20)
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
### Features
|
|
974
|
+
|
|
975
|
+
* creating users as juris admin ([#2863](https://github.com/bloom-housing/bloom/issues/2863)) ([bc0aede](https://github.com/bloom-housing/bloom/commit/bc0aede7c622d3ffe4c2aa0f0ce7826bc97af9bf))
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
## [5.0.1-alpha.21](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.20...@bloom-housing/ui-components@5.0.1-alpha.21) (2022-07-20)
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
### Bug Fixes
|
|
985
|
+
|
|
986
|
+
* allow jsx in expandable section ([#2902](https://github.com/bloom-housing/bloom/issues/2902)) ([93ae489](https://github.com/bloom-housing/bloom/commit/93ae489196ad96a9f68247ff2b5cc3fbe0f347d2))
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
## [5.0.1-alpha.20](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.19...@bloom-housing/ui-components@5.0.1-alpha.20) (2022-07-20)
|
|
993
|
+
|
|
994
|
+
|
|
995
|
+
### Bug Fixes
|
|
996
|
+
|
|
997
|
+
* render html address properly ([#2897](https://github.com/bloom-housing/bloom/issues/2897)) ([87a759a](https://github.com/bloom-housing/bloom/commit/87a759a68c35d1c47ec4fbbec6c947a63993d27c))
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
## [5.0.1-alpha.19](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.18...@bloom-housing/ui-components@5.0.1-alpha.19) (2022-07-19)
|
|
1004
|
+
|
|
1005
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
|
|
1010
|
+
|
|
1011
|
+
## [5.0.1-alpha.18](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.17...@bloom-housing/ui-components@5.0.1-alpha.18) (2022-07-19)
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
### Features
|
|
1015
|
+
|
|
1016
|
+
* visuals for add preference, preference option drawers ([#2877](https://github.com/bloom-housing/bloom/issues/2877)) ([8611034](https://github.com/bloom-housing/bloom/commit/8611034845b45ce4d4e4eb44e790ac2adec0ba94))
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
|
|
1020
|
+
|
|
1021
|
+
|
|
1022
|
+
## [5.0.1-alpha.17](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.16...@bloom-housing/ui-components@5.0.1-alpha.17) (2022-07-15)
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
### Features
|
|
1026
|
+
|
|
1027
|
+
* creating users as admin ([#2856](https://github.com/bloom-housing/bloom/issues/2856)) ([dd946d1](https://github.com/bloom-housing/bloom/commit/dd946d1777b4678e89832da527768180f474d129))
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
## [5.0.1-alpha.16](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.15...@bloom-housing/ui-components@5.0.1-alpha.16) (2022-07-13)
|
|
1034
|
+
|
|
1035
|
+
|
|
1036
|
+
### Bug Fixes
|
|
1037
|
+
|
|
1038
|
+
* add classname prop for custom styling onto application status component ([#2888](https://github.com/bloom-housing/bloom/issues/2888)) ([fedcaa4](https://github.com/bloom-housing/bloom/commit/fedcaa4e4bf537d0207f7d0ecfaf5078879e1fad))
|
|
1039
|
+
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
## [5.0.1-alpha.15](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.14...@bloom-housing/ui-components@5.0.1-alpha.15) (2022-07-12)
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
### Features
|
|
1048
|
+
|
|
1049
|
+
* modal styling updates ([#2857](https://github.com/bloom-housing/bloom/issues/2857)) ([4faf6de](https://github.com/bloom-housing/bloom/commit/4faf6de448a7fff8d4fa1a7a1144674ace311732))
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
## [5.0.1-alpha.14](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.13...@bloom-housing/ui-components@5.0.1-alpha.14) (2022-07-12)
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
### Features
|
|
1059
|
+
|
|
1060
|
+
* **preferencelist:** vertically align content at $md bp ([8dc7867](https://github.com/bloom-housing/bloom/commit/8dc786768fe3e2c82e8e345e418148751971a1c2)), closes [#2827](https://github.com/bloom-housing/bloom/issues/2827)
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
## [5.0.1-alpha.13](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.12...@bloom-housing/ui-components@5.0.1-alpha.13) (2022-07-12)
|
|
1067
|
+
|
|
1068
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
1069
|
+
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
## [5.0.1-alpha.12](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.11...@bloom-housing/ui-components@5.0.1-alpha.12) (2022-07-11)
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
### Bug Fixes
|
|
1078
|
+
|
|
1079
|
+
* resolve key warning in contact component ([fe1070a](https://github.com/bloom-housing/bloom/commit/fe1070acdbb7b927d9466f583d2f301127de114f))
|
|
1080
|
+
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
|
|
1085
|
+
## [5.0.1-alpha.11](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.10...@bloom-housing/ui-components@5.0.1-alpha.11) (2022-07-11)
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
### Bug Fixes
|
|
1089
|
+
|
|
1090
|
+
* ux updates and bug fixes for sidebar components ([#2859](https://github.com/bloom-housing/bloom/issues/2859)) ([1bd3b36](https://github.com/bloom-housing/bloom/commit/1bd3b36415ff55be88ea5ada6184de2c232f2da5))
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
|
|
1095
|
+
|
|
1096
|
+
## [5.0.1-alpha.10](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.9...@bloom-housing/ui-components@5.0.1-alpha.10) (2022-07-08)
|
|
1097
|
+
|
|
1098
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
1099
|
+
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
|
|
1104
|
+
## [5.0.1-alpha.9](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.8...@bloom-housing/ui-components@5.0.1-alpha.9) (2022-07-07)
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
### Features
|
|
1108
|
+
|
|
1109
|
+
* populate jurisdictional preferences on settings page ([#2828](https://github.com/bloom-housing/bloom/issues/2828)) ([2ea5646](https://github.com/bloom-housing/bloom/commit/2ea5646a49dc6782fe0e83e942e1917929fde153))
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
|
|
1113
|
+
|
|
1114
|
+
|
|
6
1115
|
## [5.0.1-alpha.8](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@5.0.1-alpha.7...@bloom-housing/ui-components@5.0.1-alpha.8) (2022-07-06)
|
|
7
1116
|
|
|
8
1117
|
**Note:** Version bump only for package @bloom-housing/ui-components
|