Commit d99e9f1
fix: Content set hold rendering until upgrade, prefixed attribute support for overflow property in cards (#1427)
* fix: Fixing the cascade of the alignment
* fix: Writing tests
* fix: Add new tests
* fix: Manually set properties
* fix: Fix build error
* fix: Additional tests
* fix: Remove auto-import; darn you VSCode
* fix: Update tests
* fix: Comment out React tests for attributes
* fix: Final updates
* fix: Revert demo update
* fix: Remove comments for debugging
* fix: Update changelog
* fix: Add align overrides and set a skip on the tests failing for react
* feat: Docker image config
* updated spandix default settings.
* fix: Working through test errors
* fix: Try skipping the test suite again
* fix: Update test
* fix: Updating error related to tdd and bdd
* fix: Update syntax
* fix: Update postbuild
* fix: Fix react skip logic
* fix: Update mix bdd errors
* fix: Use a before each
* fix: Use describe instead of suite
* fix: Revert unrelated updates
* fix: Setup
* fix: Skip react and vue
* fix: Remove extra escape hooks
* fix: Fix width error in tests
* fix: Revert unneeded file updates
* fix: Move fixture to setup
* fix: Test adding back in react and vue
* fix: Replace done with skip
* fix: React skip attribute suite
* fix: Skip react & vue when using test fixtures
* fix: Push up working fixes
* Fix content set cascading attributes alt (#1420)
* fix: Fix IE11 bug! Upgraded elements being hidden by the light DOM content
* fix: Prettier formatting existing items
* fix: Revert unnecessary updates
* Remove unneeded log outputs in pfelement
* fix: updating tests
* fix: Remove unused connect method
* fix: Add back content reference for non-IE envs
* fix: Fix resize error
* fix: Add check that this.view exists before fetching tag
* fix: Fixing issues found in branch testing
* Apply suggestions from code review
* fix: Update tests to use customElements.whenDefined instead of customElements.define
* fix: Fix appendChild error from test suite
* fix: Append new header/panel to content set not rendered element
* fix: Adding comment to pfelement; new test for propogation of attributes
* fix: Update attributes in React & Vue markup
* fix: Commented out disclosure test because that seems to be a bug in pfe-accordion
* fix: Update baselines
* fix: Add prefixing to card styles, fix propagation bug in content-set (AGAIN) using delayRender
* fix: Remove debug flag
* fix: Update changelog
* fix: Remove logging
* fix: Fix for failing test; view -> this.viewAll
Co-authored-by: heyMP <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent a174af0 commit d99e9f1
File tree
5 files changed
+47
-34
lines changed- elements
- pfe-card/src
- pfe-content-set
- demo
- src
- pfelement/src
5 files changed
+47
-34
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
| 216 | + | |
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 74 | | |
81 | 75 | | |
82 | 76 | | |
83 | 77 | | |
84 | 78 | | |
85 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | 213 | | |
220 | | - | |
| 214 | + | |
221 | 215 | | |
222 | 216 | | |
223 | 217 | | |
| |||
233 | 227 | | |
234 | 228 | | |
235 | 229 | | |
236 | | - | |
| 230 | + | |
237 | 231 | | |
238 | 232 | | |
239 | 233 | | |
| |||
249 | 243 | | |
250 | 244 | | |
251 | 245 | | |
| 246 | + | |
252 | 247 | | |
253 | 248 | | |
254 | 249 | | |
| |||
260 | 255 | | |
261 | 256 | | |
262 | 257 | | |
| 258 | + | |
263 | 259 | | |
264 | 260 | | |
265 | 261 | | |
| |||
426 | 422 | | |
427 | 423 | | |
428 | 424 | | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| 370 | + | |
370 | 371 | | |
371 | 372 | | |
372 | 373 | | |
| |||
387 | 388 | | |
388 | 389 | | |
389 | 390 | | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
390 | 395 | | |
391 | 396 | | |
392 | 397 | | |
| |||
395 | 400 | | |
396 | 401 | | |
397 | 402 | | |
398 | | - | |
| 403 | + | |
399 | 404 | | |
400 | 405 | | |
401 | 406 | | |
402 | 407 | | |
403 | 408 | | |
| 409 | + | |
404 | 410 | | |
405 | 411 | | |
406 | 412 | | |
| |||
421 | 427 | | |
422 | 428 | | |
423 | 429 | | |
424 | | - | |
| 430 | + | |
| 431 | + | |
425 | 432 | | |
426 | 433 | | |
427 | 434 | | |
| |||
526 | 533 | | |
527 | 534 | | |
528 | 535 | | |
| 536 | + | |
| 537 | + | |
529 | 538 | | |
530 | 539 | | |
531 | 540 | | |
| |||
0 commit comments