@bloom-housing/ui-components 4.2.3 → 4.3.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 +535 -2
- package/README.md +10 -4
- package/index.ts +14 -10
- package/package.json +6 -4
- package/src/actions/Button.docs.mdx +76 -0
- package/src/actions/Button.scss +58 -61
- package/src/authentication/timeout.tsx +1 -0
- package/src/blocks/DashBlock.tsx +5 -3
- package/src/blocks/DashBlocks.scss +4 -1
- package/src/blocks/FormCard.tsx +1 -1
- package/src/forms/FieldGroup.tsx +18 -17
- package/src/global/app-css.scss +7 -0
- package/src/global/markdown.scss +20 -0
- package/src/global/mixins.scss +66 -49
- package/src/global/tables.scss +236 -58
- package/src/global/text.scss +11 -3
- package/src/global/tokens/borders.scss +15 -0
- package/src/global/tokens/colors.scss +64 -0
- package/src/global/tokens/fonts.scss +45 -0
- package/src/global/tokens/screens.scss +6 -0
- package/src/global/tokens/sizes.scss +48 -0
- package/src/headers/Heading.tsx +2 -0
- package/src/headers/PageHeader.docs.mdx +45 -0
- package/src/headers/PageHeader.scss +30 -17
- package/src/headers/PageHeader.tsx +2 -10
- package/src/headers/SiteHeader.tsx +7 -1
- package/src/helpers/MultiLineAddress.tsx +37 -0
- package/src/helpers/OneLineAddress.tsx +21 -0
- package/src/helpers/tableSummaries.tsx +34 -23
- package/src/locales/general.json +12 -2
- package/src/navigation/FooterNav.scss +8 -3
- package/src/overlays/Drawer.tsx +11 -3
- package/src/overlays/Modal.tsx +16 -7
- package/src/overlays/Overlay.tsx +4 -3
- package/src/page_components/ApplicationTimeline.scss +36 -0
- package/src/page_components/ApplicationTimeline.tsx +33 -0
- package/src/page_components/forgot-password/FormForgotPassword.tsx +5 -4
- package/src/page_components/listing/AdditionalFees.tsx +38 -31
- package/src/page_components/listing/ListingCard.scss +12 -0
- package/src/page_components/listing/ListingCard.tsx +5 -3
- package/src/page_components/listing/ListingMap.tsx +7 -2
- package/src/page_components/listing/UnitTables.tsx +19 -18
- package/src/page_components/listing/listing_sidebar/Contact.tsx +110 -0
- package/src/page_components/listing/listing_sidebar/ContactAddress.tsx +41 -0
- package/src/page_components/listing/listing_sidebar/GetApplication.tsx +35 -15
- package/src/page_components/listing/listing_sidebar/QuantityRowSection.tsx +46 -0
- package/src/page_components/listing/listing_sidebar/SubmitApplication.tsx +52 -57
- package/src/page_components/listing/listing_sidebar/events/EventSection.tsx +3 -2
- package/src/page_components/sign-in/FormSignIn.tsx +2 -1
- package/src/page_components/sign-in/ResendConfirmationModal.tsx +106 -0
- package/src/prototypes/Swatch.tsx +10 -0
- package/src/tables/CategoryTable.tsx +33 -0
- package/src/tables/GroupedTable.tsx +5 -5
- package/src/tables/MinimalTable.tsx +12 -2
- package/src/tables/StackedTable.tsx +38 -26
- package/src/tables/StandardTable.tsx +26 -10
- package/tailwind.config.js +76 -81
- package/tailwind.tosass.js +2 -1
- package/src/helpers/address.tsx +0 -46
- package/src/page_components/listing/listing_sidebar/LeasingAgent.tsx +0 -72
- package/src/page_components/listing/listing_sidebar/SidebarAddress.tsx +0 -56
- package/src/page_components/listing/listing_sidebar/Waitlist.tsx +0 -49
package/CHANGELOG.md
CHANGED
|
@@ -4,19 +4,543 @@ 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
6
|
## [4.2.3](https://github.com/seanmalbert/bloom/compare/@bloom-housing/ui-components@4.2.2...@bloom-housing/ui-components@4.2.3) (2022-04-28)
|
|
7
|
+
## [4.2.2-alpha.29](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.28...@bloom-housing/ui-components@4.2.2-alpha.29) (2022-05-11)
|
|
7
8
|
|
|
8
9
|
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
|
|
13
|
+
## [4.2.2](https://github.com/seanmalbert/bloom/compare/@bloom-housing/ui-components@4.2.1...@bloom-housing/ui-components@4.2.2) (2022-04-19)
|
|
12
14
|
|
|
15
|
+
## [4.2.2-alpha.28](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.27...@bloom-housing/ui-components@4.2.2-alpha.28) (2022-05-11)
|
|
13
16
|
|
|
14
|
-
|
|
17
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## [4.2.2-alpha.27](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.26...@bloom-housing/ui-components@4.2.2-alpha.27) (2022-05-10)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* site footer overflowing ([#2719](https://github.com/bloom-housing/bloom/issues/2719)) ([b36b9f3](https://github.com/bloom-housing/bloom/commit/b36b9f3b1acad7a3f030662ac396a2375f0b7db3))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
## [4.2.2-alpha.26](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.25...@bloom-housing/ui-components@4.2.2-alpha.26) (2022-05-05)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Bug Fixes
|
|
38
|
+
|
|
39
|
+
* use appropriate copy for FCFS vs Lottery in Application Confirmation screen ([#2702](https://github.com/bloom-housing/bloom/issues/2702)) ([5289504](https://github.com/bloom-housing/bloom/commit/52895044cba64eeb7789c68f0a5eb957785055b5))
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## [4.2.2-alpha.25](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.24...@bloom-housing/ui-components@4.2.2-alpha.25) (2022-05-04)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* footer alignment issue with overflowing links ([#2713](https://github.com/bloom-housing/bloom/issues/2713)) ([b87be1d](https://github.com/bloom-housing/bloom/commit/b87be1da10d59df2616f5df51629a8201baa6f86))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
## [4.2.2-alpha.24](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.23...@bloom-housing/ui-components@4.2.2-alpha.24) (2022-05-04)
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
### Code Refactoring
|
|
60
|
+
|
|
61
|
+
* remove backend dependencies from sidebar application components ([#2675](https://github.com/bloom-housing/bloom/issues/2675)) ([d2ebf87](https://github.com/bloom-housing/bloom/commit/d2ebf87c34af3f5b6168fa4e08663fea0a4a872c))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
### BREAKING CHANGES
|
|
65
|
+
|
|
66
|
+
* 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
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
## [4.2.2-alpha.23](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.22...@bloom-housing/ui-components@4.2.2-alpha.23) (2022-05-04)
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
### Code Refactoring
|
|
76
|
+
|
|
77
|
+
* remove business logic, strings from waitlist component ([#2689](https://github.com/bloom-housing/bloom/issues/2689)) ([a5721db](https://github.com/bloom-housing/bloom/commit/a5721db518453ddbd777e50ca92fdeac19997aa9))
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
### BREAKING CHANGES
|
|
81
|
+
|
|
82
|
+
* the Waitlist component was renamed to QuantityRowSection which also has a new prop set to account for a flexible number of rows and strings
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## [4.2.2-alpha.22](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.21...@bloom-housing/ui-components@4.2.2-alpha.22) (2022-05-03)
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
### Features
|
|
92
|
+
|
|
93
|
+
* **backend:** improve ami chart dto definitions ([#2677](https://github.com/bloom-housing/bloom/issues/2677)) ([ca3890e](https://github.com/bloom-housing/bloom/commit/ca3890e2759f230824e31e6bd985300f40b0a0ed))
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
## [4.2.2-alpha.21](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.20...@bloom-housing/ui-components@4.2.2-alpha.21) (2022-04-29)
|
|
100
|
+
|
|
101
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
## [4.2.2-alpha.20](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.19...@bloom-housing/ui-components@4.2.2-alpha.20) (2022-04-29)
|
|
15
108
|
|
|
16
109
|
|
|
17
110
|
### Bug Fixes
|
|
18
111
|
|
|
19
|
-
*
|
|
112
|
+
* ux updates for new listing card design ([#2687](https://github.com/bloom-housing/bloom/issues/2687)) ([c8814ae](https://github.com/bloom-housing/bloom/commit/c8814ae57b62fa6f932017bb70d47663b09fca1a))
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
## [4.2.2-alpha.19](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.18...@bloom-housing/ui-components@4.2.2-alpha.19) (2022-04-28)
|
|
119
|
+
|
|
120
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## [4.2.2-alpha.18](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.17...@bloom-housing/ui-components@4.2.2-alpha.18) (2022-04-28)
|
|
127
|
+
|
|
128
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
## [4.2.2-alpha.17](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.16...@bloom-housing/ui-components@4.2.2-alpha.17) (2022-04-28)
|
|
135
|
+
|
|
136
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
## [4.2.2-alpha.16](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.15...@bloom-housing/ui-components@4.2.2-alpha.16) (2022-04-27)
|
|
143
|
+
|
|
144
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
## [4.2.2-alpha.15](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.14...@bloom-housing/ui-components@4.2.2-alpha.15) (2022-04-26)
|
|
151
|
+
|
|
152
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
## [4.2.2-alpha.14](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.13...@bloom-housing/ui-components@4.2.2-alpha.14) (2022-04-22)
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
### Features
|
|
162
|
+
|
|
163
|
+
* swap anchor tags with LinkComponent for language routes ([#2686](https://github.com/bloom-housing/bloom/issues/2686)) ([a397930](https://github.com/bloom-housing/bloom/commit/a3979306fe39acd7b424a9e7364d791ad77fa2d0))
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
## [4.2.2-alpha.13](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.12...@bloom-housing/ui-components@4.2.2-alpha.13) (2022-04-22)
|
|
170
|
+
|
|
171
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
## [4.2.2-alpha.12](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.11...@bloom-housing/ui-components@4.2.2-alpha.12) (2022-04-22)
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
### Bug Fixes
|
|
181
|
+
|
|
182
|
+
* forgot password empty warning and two minor style changes ([#2680](https://github.com/bloom-housing/bloom/issues/2680)) ([01f1519](https://github.com/bloom-housing/bloom/commit/01f15194e2de8595a772c8c87f455d882e47f164))
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
## [4.2.2-alpha.11](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.10...@bloom-housing/ui-components@4.2.2-alpha.11) (2022-04-21)
|
|
189
|
+
|
|
190
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
## [4.2.2-alpha.10](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.9...@bloom-housing/ui-components@4.2.2-alpha.10) (2022-04-21)
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
### Features
|
|
200
|
+
|
|
201
|
+
* new category table component ([#2648](https://github.com/bloom-housing/bloom/issues/2648)) ([3b3fe46](https://github.com/bloom-housing/bloom/commit/3b3fe46dda3d0e553664c10cea46849551ce064c))
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
### BREAKING CHANGES
|
|
205
|
+
|
|
206
|
+
* 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.
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
## [4.2.2-alpha.9](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.8...@bloom-housing/ui-components@4.2.2-alpha.9) (2022-04-20)
|
|
213
|
+
|
|
214
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
## [4.2.2-alpha.8](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.7...@bloom-housing/ui-components@4.2.2-alpha.8) (2022-04-20)
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
### Features
|
|
224
|
+
|
|
225
|
+
* application timeout screen reader accessible ([#2625](https://github.com/bloom-housing/bloom/issues/2625)) ([0771ef3](https://github.com/bloom-housing/bloom/commit/0771ef3f7e4001efb4dae8cca06743801daace05))
|
|
226
|
+
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## [4.2.2-alpha.7](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.6...@bloom-housing/ui-components@4.2.2-alpha.7) (2022-04-20)
|
|
232
|
+
|
|
233
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
## [4.2.2-alpha.6](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.5...@bloom-housing/ui-components@4.2.2-alpha.6) (2022-04-20)
|
|
240
|
+
|
|
241
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
## [4.2.2-alpha.5](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.4...@bloom-housing/ui-components@4.2.2-alpha.5) (2022-04-19)
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
### Bug Fixes
|
|
251
|
+
|
|
252
|
+
* footer nav widths ([42aef6f](https://github.com/bloom-housing/bloom/commit/42aef6f74a8a7e27c6bdb870cb6c69c7569f41c0))
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
## [4.2.2-alpha.4](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.3...@bloom-housing/ui-components@4.2.2-alpha.4) (2022-04-18)
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Bug Fixes
|
|
262
|
+
|
|
263
|
+
* add optional prop for Language Nav aria label ([#2672](https://github.com/bloom-housing/bloom/issues/2672)) ([5f1b3f6](https://github.com/bloom-housing/bloom/commit/5f1b3f66f5269cfd9285b958f608cdb41e779c70))
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
## [4.2.2-alpha.3](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.2...@bloom-housing/ui-components@4.2.2-alpha.3) (2022-04-18)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Features
|
|
273
|
+
|
|
274
|
+
* refactor ada form fields ([#2612](https://github.com/bloom-housing/bloom/issues/2612)) ([f516f21](https://github.com/bloom-housing/bloom/commit/f516f2164249cea5b622b6bb5cd6efb5455003ca))
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
## [4.2.2-alpha.2](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.1...@bloom-housing/ui-components@4.2.2-alpha.2) (2022-04-14)
|
|
281
|
+
|
|
282
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
## [4.2.2-alpha.1](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.2-alpha.0...@bloom-housing/ui-components@4.2.2-alpha.1) (2022-04-13)
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
### Features
|
|
292
|
+
|
|
293
|
+
* swap h5 with h1 for screen reader compatibility ([#2653](https://github.com/bloom-housing/bloom/issues/2653)) ([09d1976](https://github.com/bloom-housing/bloom/commit/09d19762cac4ee4c700e01bc0962be737d8b1155))
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
## [4.2.2-alpha.0](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.1-alpha.4...@bloom-housing/ui-components@4.2.2-alpha.0) (2022-04-13)
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
* 2022-04-11 sync master (#2649) ([9d30acf](https://github.com/bloom-housing/bloom/commit/9d30acf7b53fca50a87fc8bd2658c11d3ed37427)), closes [#2649](https://github.com/bloom-housing/bloom/issues/2649) [#2037](https://github.com/bloom-housing/bloom/issues/2037) [#2095](https://github.com/bloom-housing/bloom/issues/2095) [#2162](https://github.com/bloom-housing/bloom/issues/2162) [#2293](https://github.com/bloom-housing/bloom/issues/2293) [#2295](https://github.com/bloom-housing/bloom/issues/2295) [#2296](https://github.com/bloom-housing/bloom/issues/2296) [#2294](https://github.com/bloom-housing/bloom/issues/2294) [#2277](https://github.com/bloom-housing/bloom/issues/2277) [#2299](https://github.com/bloom-housing/bloom/issues/2299) [#2292](https://github.com/bloom-housing/bloom/issues/2292) [#2308](https://github.com/bloom-housing/bloom/issues/2308) [#2239](https://github.com/bloom-housing/bloom/issues/2239) [#2311](https://github.com/bloom-housing/bloom/issues/2311) [#2230](https://github.com/bloom-housing/bloom/issues/2230) [#2302](https://github.com/bloom-housing/bloom/issues/2302) [#2288](https://github.com/bloom-housing/bloom/issues/2288) [#2317](https://github.com/bloom-housing/bloom/issues/2317) [#2386](https://github.com/bloom-housing/bloom/issues/2386) [#2215](https://github.com/bloom-housing/bloom/issues/2215) [#2303](https://github.com/bloom-housing/bloom/issues/2303) [#2410](https://github.com/bloom-housing/bloom/issues/2410) [#2430](https://github.com/bloom-housing/bloom/issues/2430) [#2439](https://github.com/bloom-housing/bloom/issues/2439) [#2196](https://github.com/bloom-housing/bloom/issues/2196) [#2238](https://github.com/bloom-housing/bloom/issues/2238) [#2226](https://github.com/bloom-housing/bloom/issues/2226) [#2230](https://github.com/bloom-housing/bloom/issues/2230) [#2243](https://github.com/bloom-housing/bloom/issues/2243) [#2195](https://github.com/bloom-housing/bloom/issues/2195) [#2215](https://github.com/bloom-housing/bloom/issues/2215) [#2266](https://github.com/bloom-housing/bloom/issues/2266) [#2188](https://github.com/bloom-housing/bloom/issues/2188) [#2270](https://github.com/bloom-housing/bloom/issues/2270) [#2188](https://github.com/bloom-housing/bloom/issues/2188) [#2213](https://github.com/bloom-housing/bloom/issues/2213) [#2234](https://github.com/bloom-housing/bloom/issues/2234) [#1901](https://github.com/bloom-housing/bloom/issues/1901) [#2260](https://github.com/bloom-housing/bloom/issues/2260) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#2280](https://github.com/bloom-housing/bloom/issues/2280) [#2253](https://github.com/bloom-housing/bloom/issues/2253) [#2276](https://github.com/bloom-housing/bloom/issues/2276) [#2282](https://github.com/bloom-housing/bloom/issues/2282) [#2262](https://github.com/bloom-housing/bloom/issues/2262) [#2278](https://github.com/bloom-housing/bloom/issues/2278) [#2293](https://github.com/bloom-housing/bloom/issues/2293) [#2295](https://github.com/bloom-housing/bloom/issues/2295) [#2296](https://github.com/bloom-housing/bloom/issues/2296) [#2294](https://github.com/bloom-housing/bloom/issues/2294) [#2277](https://github.com/bloom-housing/bloom/issues/2277) [#2290](https://github.com/bloom-housing/bloom/issues/2290) [#2299](https://github.com/bloom-housing/bloom/issues/2299) [#2292](https://github.com/bloom-housing/bloom/issues/2292) [#2303](https://github.com/bloom-housing/bloom/issues/2303) [#2305](https://github.com/bloom-housing/bloom/issues/2305) [#2306](https://github.com/bloom-housing/bloom/issues/2306) [#2308](https://github.com/bloom-housing/bloom/issues/2308) [#2190](https://github.com/bloom-housing/bloom/issues/2190) [#2239](https://github.com/bloom-housing/bloom/issues/2239) [#2311](https://github.com/bloom-housing/bloom/issues/2311) [#2302](https://github.com/bloom-housing/bloom/issues/2302) [#2301](https://github.com/bloom-housing/bloom/issues/2301) [#1927](https://github.com/bloom-housing/bloom/issues/1927) [#2313](https://github.com/bloom-housing/bloom/issues/2313) [#2289](https://github.com/bloom-housing/bloom/issues/2289) [#2279](https://github.com/bloom-housing/bloom/issues/2279) [#2288](https://github.com/bloom-housing/bloom/issues/2288) [#2317](https://github.com/bloom-housing/bloom/issues/2317) [#2319](https://github.com/bloom-housing/bloom/issues/2319) [#2108](https://github.com/bloom-housing/bloom/issues/2108) [#2326](https://github.com/bloom-housing/bloom/issues/2326) [#2349](https://github.com/bloom-housing/bloom/issues/2349) [#2350](https://github.com/bloom-housing/bloom/issues/2350) [#2351](https://github.com/bloom-housing/bloom/issues/2351) [#2348](https://github.com/bloom-housing/bloom/issues/2348) [#2352](https://github.com/bloom-housing/bloom/issues/2352) [#2316](https://github.com/bloom-housing/bloom/issues/2316) [#2356](https://github.com/bloom-housing/bloom/issues/2356) [#2353](https://github.com/bloom-housing/bloom/issues/2353) [#2338](https://github.com/bloom-housing/bloom/issues/2338) [#2377](https://github.com/bloom-housing/bloom/issues/2377) [#2320](https://github.com/bloom-housing/bloom/issues/2320) [#2386](https://github.com/bloom-housing/bloom/issues/2386) [#2362](https://github.com/bloom-housing/bloom/issues/2362) [#2395](https://github.com/bloom-housing/bloom/issues/2395) [#2410](https://github.com/bloom-housing/bloom/issues/2410) [#2407](https://github.com/bloom-housing/bloom/issues/2407) [#2430](https://github.com/bloom-housing/bloom/issues/2430) [#2418](https://github.com/bloom-housing/bloom/issues/2418) [#2434](https://github.com/bloom-housing/bloom/issues/2434) [#2374](https://github.com/bloom-housing/bloom/issues/2374) [#2435](https://github.com/bloom-housing/bloom/issues/2435) [#2420](https://github.com/bloom-housing/bloom/issues/2420) [#2412](https://github.com/bloom-housing/bloom/issues/2412) [#2434](https://github.com/bloom-housing/bloom/issues/2434) [#2458](https://github.com/bloom-housing/bloom/issues/2458) [#2460](https://github.com/bloom-housing/bloom/issues/2460) [#2465](https://github.com/bloom-housing/bloom/issues/2465) [#2436](https://github.com/bloom-housing/bloom/issues/2436) [#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) [#2488](https://github.com/bloom-housing/bloom/issues/2488) [#2485](https://github.com/bloom-housing/bloom/issues/2485) [#2519](https://github.com/bloom-housing/bloom/issues/2519) [#2506](https://github.com/bloom-housing/bloom/issues/2506) [#2534](https://github.com/bloom-housing/bloom/issues/2534) [#2544](https://github.com/bloom-housing/bloom/issues/2544) [#2550](https://github.com/bloom-housing/bloom/issues/2550) [#2288](https://github.com/bloom-housing/bloom/issues/2288) [#2317](https://github.com/bloom-housing/bloom/issues/2317) [#2319](https://github.com/bloom-housing/bloom/issues/2319) [#2108](https://github.com/bloom-housing/bloom/issues/2108) [#2326](https://github.com/bloom-housing/bloom/issues/2326) [#2349](https://github.com/bloom-housing/bloom/issues/2349) [#2350](https://github.com/bloom-housing/bloom/issues/2350) [#2351](https://github.com/bloom-housing/bloom/issues/2351) [#2348](https://github.com/bloom-housing/bloom/issues/2348) [#2352](https://github.com/bloom-housing/bloom/issues/2352) [#2316](https://github.com/bloom-housing/bloom/issues/2316) [#2356](https://github.com/bloom-housing/bloom/issues/2356) [#2353](https://github.com/bloom-housing/bloom/issues/2353) [#2338](https://github.com/bloom-housing/bloom/issues/2338) [#2377](https://github.com/bloom-housing/bloom/issues/2377) [#2320](https://github.com/bloom-housing/bloom/issues/2320) [#2386](https://github.com/bloom-housing/bloom/issues/2386) [#2362](https://github.com/bloom-housing/bloom/issues/2362) [#2395](https://github.com/bloom-housing/bloom/issues/2395) [#2410](https://github.com/bloom-housing/bloom/issues/2410) [#2407](https://github.com/bloom-housing/bloom/issues/2407) [#2430](https://github.com/bloom-housing/bloom/issues/2430) [#2418](https://github.com/bloom-housing/bloom/issues/2418) [#2434](https://github.com/bloom-housing/bloom/issues/2434) [#2374](https://github.com/bloom-housing/bloom/issues/2374) [#2435](https://github.com/bloom-housing/bloom/issues/2435) [#2420](https://github.com/bloom-housing/bloom/issues/2420) [#2412](https://github.com/bloom-housing/bloom/issues/2412) [#2438](https://github.com/bloom-housing/bloom/issues/2438) [#2429](https://github.com/bloom-housing/bloom/issues/2429) [#2452](https://github.com/bloom-housing/bloom/issues/2452) [#2458](https://github.com/bloom-housing/bloom/issues/2458) [#2423](https://github.com/bloom-housing/bloom/issues/2423) [#2432](https://github.com/bloom-housing/bloom/issues/2432) [#2437](https://github.com/bloom-housing/bloom/issues/2437) [#2440](https://github.com/bloom-housing/bloom/issues/2440) [#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)
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
### BREAKING CHANGES
|
|
306
|
+
|
|
307
|
+
* preferences model and relationships changed
|
|
308
|
+
|
|
309
|
+
* feat: feat(backend): extend UserUpdateDto to support email change
|
|
310
|
+
|
|
311
|
+
picked from dev 3e1fdbd0ea91d4773973d5c485a5ba61303db90a
|
|
312
|
+
|
|
313
|
+
* fix: 2056/user account edit fix
|
|
314
|
+
|
|
315
|
+
picked from dev a15618c0cb548ff5b2ae913b802c9e08bb673f30
|
|
316
|
+
|
|
317
|
+
* refactor: 2085/adds top level catchAll exception filter
|
|
318
|
+
|
|
319
|
+
picked from dev aeaa63d1af1fa3d11671e169cb3bd23d356fface
|
|
320
|
+
|
|
321
|
+
* feat: feat: Change unit number field type to text
|
|
322
|
+
|
|
323
|
+
picked from dev f54be7c7ba6aac8e00fee610dc86584b60cc212d
|
|
324
|
+
|
|
325
|
+
* feat(backend): improve application flagged set saving efficiency
|
|
326
|
+
|
|
327
|
+
* fix: fix: updates address order
|
|
328
|
+
|
|
329
|
+
picked from dev 252e014dcbd2e4c305384ed552135f5a8e4e4767
|
|
330
|
+
|
|
331
|
+
* fix: sets programs to optoinal and updates versions
|
|
332
|
+
|
|
333
|
+
* chore: chore(deps): bump electron from 13.1.7 to 13.3.0
|
|
334
|
+
|
|
335
|
+
* chore: chore(deps): bump axios from 0.21.1 to 0.21.2
|
|
336
|
+
|
|
337
|
+
* fix: adds programs service
|
|
338
|
+
|
|
339
|
+
* fix: fix lisitng e2e tests
|
|
340
|
+
|
|
341
|
+
* fix: fix member tests
|
|
342
|
+
|
|
343
|
+
* fix: adds jurisdictionId to useSWR path
|
|
344
|
+
|
|
345
|
+
* fix: recalculate units available on listing update
|
|
346
|
+
|
|
347
|
+
picked form dev f1a3dbce6478b16542ed61ab20de5dfb9b797262
|
|
348
|
+
|
|
349
|
+
* feat: feat(backend): make use of new application confirmation codes
|
|
350
|
+
|
|
351
|
+
picked from dev 3c45c2904818200eed4568931d4cc352fd2f449e
|
|
352
|
+
|
|
353
|
+
* revert: revert "chore(deps): bump axios from 0.21.1 to 0.21.2
|
|
354
|
+
|
|
355
|
+
picked from dev 2b83bc0393afc42eed542e326d5ef75502ce119c
|
|
356
|
+
|
|
357
|
+
* fix: app submission w/ no due date
|
|
358
|
+
|
|
359
|
+
picked from dev 4af1f5a8448f16d347b4a65ecb85fda4d6ed71fc
|
|
360
|
+
|
|
361
|
+
* feat: adds new preferences, reserved community type
|
|
362
|
+
|
|
363
|
+
* feat: adds bottom border to preferences
|
|
364
|
+
|
|
365
|
+
* feat: updates preference string
|
|
366
|
+
|
|
367
|
+
* fix: preference cleanup for avance
|
|
368
|
+
|
|
369
|
+
* refactor: remove applicationAddress
|
|
370
|
+
|
|
371
|
+
picked from dev bf10632a62bf2f14922948c046ea3352ed010f4f
|
|
372
|
+
|
|
373
|
+
* feat: refactor and add public site application flow cypress tests
|
|
374
|
+
|
|
375
|
+
picked from dev 9ec0e8d05f9570773110754e7fdaf49254d1eab8
|
|
376
|
+
|
|
377
|
+
* feat: better seed data for ami-charts
|
|
378
|
+
|
|
379
|
+
picked from dev d8b1d4d185731a589c563a32bd592d01537785f3
|
|
380
|
+
|
|
381
|
+
* feat: adds listing management cypress tests to partner portal
|
|
382
|
+
|
|
383
|
+
* fix: listings management keep empty strings, remove empty objects
|
|
384
|
+
|
|
385
|
+
picked from dev c4b1e833ec128f457015ac7ffa421ee6047083d9
|
|
386
|
+
|
|
387
|
+
* feat: one month rent
|
|
388
|
+
|
|
389
|
+
picked from dev 883b0d53030e1c4d54f2f75bd5e188bb1d255f64
|
|
390
|
+
|
|
391
|
+
* test: view.spec.ts test
|
|
392
|
+
|
|
393
|
+
picked from dev 324446c90138d8fac50aba445f515009b5a58bfb
|
|
394
|
+
|
|
395
|
+
* refactor: removes jsonpath
|
|
396
|
+
|
|
397
|
+
picked from dev deb39acc005607ce3076942b1f49590d08afc10c
|
|
398
|
+
|
|
399
|
+
* feat: adds jurisdictions to pref seeds
|
|
400
|
+
|
|
401
|
+
picked from dev 9e47cec3b1acfe769207ccbb33c07019cd742e33
|
|
402
|
+
|
|
403
|
+
* feat: new demographics sub-race questions
|
|
404
|
+
|
|
405
|
+
picked from dev 9ab892694c1ad2fa8890b411b3b32af68ade1fc3
|
|
406
|
+
|
|
407
|
+
* feat: updates email confirmation for lottery
|
|
408
|
+
|
|
409
|
+
picked from dev 1a5e824c96d8e23674c32ea92688b9f7255528d3
|
|
410
|
+
|
|
411
|
+
* fix: add ariaHidden to Icon component
|
|
412
|
+
|
|
413
|
+
picked from dev c7bb86aec6fd5ad386c7ca50087d0113b14503be
|
|
414
|
+
|
|
415
|
+
* fix: add ariaLabel prop to Button component
|
|
416
|
+
|
|
417
|
+
picked from dev 509ddc898ba44c05e26f8ed8c777f1ba456eeee5
|
|
418
|
+
|
|
419
|
+
* fix: change the yes/no radio text to be more descriptive
|
|
420
|
+
|
|
421
|
+
picked from dev 0c46054574535523d6f217bb0677bbe732b8945f
|
|
422
|
+
|
|
423
|
+
* fix: remove alameda reference in demographics
|
|
424
|
+
|
|
425
|
+
picked from dev 7d5991cbf6dbe0b61f2b14d265e87ce3687f743d
|
|
426
|
+
|
|
427
|
+
* chore: release version
|
|
428
|
+
|
|
429
|
+
picked from dev fe82f25dc349877d974ae62d228fea0354978fb7
|
|
430
|
+
|
|
431
|
+
* feat: ami chart jurisdictionalized
|
|
432
|
+
|
|
433
|
+
picked from dev 0a5cbc88a9d9e3c2ff716fe0f44ca6c48f5dcc50
|
|
434
|
+
|
|
435
|
+
* refactor: make backend a peer dependency in ui-components
|
|
436
|
+
|
|
437
|
+
picked from dev 952aaa14a77e0960312ff0eeee51399d1d6af9f3
|
|
438
|
+
|
|
439
|
+
* feat: add a phone number column to the user_accounts table
|
|
440
|
+
|
|
441
|
+
picked from dev 2647df9ab9888a525cc8a164d091dda6482c502a
|
|
442
|
+
|
|
443
|
+
* chore: removes application program partners
|
|
444
|
+
|
|
445
|
+
* chore: removes application program display
|
|
446
|
+
|
|
447
|
+
* Revert "chore: removes application program display"
|
|
448
|
+
|
|
449
|
+
This reverts commit 14825b4a6c9cd1a7235e32074e32af18a71b5c26.
|
|
450
|
+
|
|
451
|
+
* Revert "chore: removes application program partners"
|
|
452
|
+
|
|
453
|
+
This reverts commit d7aa38c777972a2e21d9f816441caa27f98d3f86.
|
|
454
|
+
|
|
455
|
+
* chore: yarn.lock and backend-swagger
|
|
456
|
+
|
|
457
|
+
* fix: removes Duplicate identifier fieldGroupObjectToArray
|
|
458
|
+
|
|
459
|
+
* feat: skip preferences if not on listing
|
|
460
|
+
|
|
461
|
+
* chore(release): version
|
|
462
|
+
|
|
463
|
+
* fix: cannot save custom mailing, dropoff, or pickup address
|
|
464
|
+
|
|
465
|
+
* chore(release): version
|
|
466
|
+
|
|
467
|
+
* chore: converge on one axios version, remove peer dependency
|
|
468
|
+
|
|
469
|
+
* chore(release): version
|
|
470
|
+
|
|
471
|
+
* feat: simplify Waitlist component and use more flexible schema
|
|
472
|
+
|
|
473
|
+
* chore(release): version
|
|
474
|
+
|
|
475
|
+
* fix: lottery results uploads now save
|
|
476
|
+
|
|
477
|
+
* chore(release): version
|
|
478
|
+
|
|
479
|
+
* feat: add SRO unit type
|
|
480
|
+
|
|
481
|
+
* chore(release): version
|
|
482
|
+
|
|
483
|
+
* fix: paper application submission
|
|
484
|
+
|
|
485
|
+
* chore(release): version
|
|
486
|
+
|
|
487
|
+
* fix: choose-language context
|
|
488
|
+
|
|
489
|
+
* chore(release): version
|
|
490
|
+
|
|
491
|
+
* fix: applications/view hide prefs
|
|
492
|
+
|
|
493
|
+
* chore(release): version
|
|
494
|
+
|
|
495
|
+
* feat: overrides fallback to english, tagalog support
|
|
496
|
+
|
|
497
|
+
* chore(release): version
|
|
498
|
+
|
|
499
|
+
* fix: account translations
|
|
500
|
+
|
|
501
|
+
* chore(release): version
|
|
502
|
+
|
|
503
|
+
* fix: units with invalid ami chart
|
|
504
|
+
|
|
505
|
+
* chore(release): version
|
|
506
|
+
|
|
507
|
+
* fix: remove description for the partners programs
|
|
508
|
+
|
|
509
|
+
* fix: fix modal styles on mobile
|
|
510
|
+
|
|
511
|
+
* fix: visual improvement to programs form display
|
|
512
|
+
|
|
513
|
+
* fix: submission tests not running
|
|
514
|
+
* sign-in pages have been updated
|
|
515
|
+
* moved some helpers from ui-components to shared-helpers
|
|
516
|
+
* remove applicationDueTime field and consolidated into applicationDueDate
|
|
517
|
+
|
|
518
|
+
* chore(release): version
|
|
519
|
+
|
|
520
|
+
- @bloom-housing/backend-core@3.0.2-alpha.13
|
|
521
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.21
|
|
522
|
+
- @bloom-housing/partners@4.0.1-alpha.23
|
|
523
|
+
- @bloom-housing/public@4.0.1-alpha.22
|
|
524
|
+
- @bloom-housing/ui-components@4.0.1-alpha.21
|
|
525
|
+
* moved some helpers from ui-components to shared-helpers
|
|
526
|
+
* remove applicationDueTime field and consolidated into applicationDueDate
|
|
527
|
+
|
|
528
|
+
* chore(release): version
|
|
529
|
+
|
|
530
|
+
- @bloom-housing/backend-core@3.0.2-alpha.13
|
|
531
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.21
|
|
532
|
+
- @bloom-housing/partners@4.0.1-alpha.23
|
|
533
|
+
- @bloom-housing/public@4.0.1-alpha.22
|
|
534
|
+
- @bloom-housing/ui-components@4.0.1-alpha.21
|
|
535
|
+
* consolidated all event section components in one new component, uptake will require removing the deprecated components and uptaking EventSection
|
|
536
|
+
|
|
537
|
+
* chore(release): version
|
|
538
|
+
|
|
539
|
+
- @bloom-housing/backend-core@3.0.2-alpha.38
|
|
540
|
+
- @bloom-housing/shared-helpers@4.0.1-alpha.63
|
|
541
|
+
- @bloom-housing/partners@4.0.1-alpha.67
|
|
542
|
+
- @bloom-housing/public@4.0.1-alpha.66
|
|
543
|
+
- @bloom-housing/ui-components@4.0.1-alpha.62
|
|
20
544
|
|
|
21
545
|
|
|
22
546
|
|
|
@@ -53,6 +577,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
53
577
|
|
|
54
578
|
|
|
55
579
|
|
|
580
|
+
|
|
581
|
+
## [4.2.1-alpha.4](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.1-alpha.3...@bloom-housing/ui-components@4.2.1-alpha.4) (2022-04-13)
|
|
582
|
+
|
|
583
|
+
**Note:** Version bump only for package @bloom-housing/ui-components
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
|
|
56
589
|
## [4.2.1-alpha.3](https://github.com/bloom-housing/bloom/compare/@bloom-housing/ui-components@4.2.1-alpha.2...@bloom-housing/ui-components@4.2.1-alpha.3) (2022-04-08)
|
|
57
590
|
|
|
58
591
|
|
package/README.md
CHANGED
|
@@ -46,16 +46,22 @@ yarn test:a11y
|
|
|
46
46
|
|
|
47
47
|
## Tailwind
|
|
48
48
|
|
|
49
|
-
- We are using the [Tailwind](https://
|
|
49
|
+
- We are using the [Tailwind](https://v2.tailwindcss.com) framework to make use of their low-level utility classes in page-level markup and sometimes in components. We configure the settings in `tailwind.config.js`.
|
|
50
50
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
Vendor Plugins
|
|
51
|
+
## Vendor Plugins
|
|
54
52
|
|
|
55
53
|
- [AG Grid](https://www.ag-grid.com)
|
|
56
54
|
|
|
57
55
|
## Style Conventions
|
|
58
56
|
|
|
57
|
+
- Some styles live in a global folder, but for the most part our components are styled with isolated SCSS files located alongside React component TS files.
|
|
58
|
+
|
|
59
|
+
- We are currently in the process of migrating components to a second-generation styling convention which relies on CSS variables for design tokens and generally removes `@apply` Tailwind statements.
|
|
60
|
+
|
|
61
|
+
- Bloom design tokens include colors, typography settings, sizes, borders, and so forth. They're located in the `src/global/tokens` folder.
|
|
62
|
+
|
|
63
|
+
- More information on this process can be found in [Styling2ndGen.md](https://github.com/bloom-housing/bloom/blob/dev/docs/Styling2ndGen.md).
|
|
64
|
+
|
|
59
65
|
### Naming Conventions
|
|
60
66
|
|
|
61
67
|
- Our recommendation for class naming methodology is a modified version of BEM. It still uses blocks, sections within blocks and modifiers, but with a subclass syntax for modifiers.
|