You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: pfe-content-set migration to dynamic slots (#1475)
* fix: reference 'this' context for _findContent function
fixes#1474
* added @todo to the test to check for JS errors during dynamic loading
* chore: remove console log
* remove test demo code
* chore: reverting demo page changes
* chore: added comment for checking non-defined elements
* chore: revert package-lock.json changes
* chore: updated changelog
* chore: updated changelog
* Add an in-page demo of node vs. character injection
* Update demo page and baseline images
* Migrating content set to use dynamic slot (#1485)
* Migrating content set to use dynamic slot
* Update assignedNodes to assignedElements
* Worked with the rendering a bit and cleaned up the comments
* Update semantics in tab to support textnodes
* Update accordion with content parsing
* Update elements/pfe-content-set/src/pfe-content-set.js
* Remove template!
* Pull out character data from the mutation handler
* A couple of minor bug fixes found in code review
* Local updates
* Updating tests to remove ID parsing
* Fix the duplicate headings in accordion
* fix: no polyfill for assignedElements
* fix: disabling console tests for pfe-accordion, infinite loop
* Fix the removeNode error
* Update addNodes with TODO notes
* Update baselines
* Change to innerHTML for injection of the new template
* Updating tests to query shadowRoot
* Update tests to reference rendering component in the shadowRoot
* Reduce error in pfe-tabs to a warning so it doesn't block script
* fix: added ie11 shim for the build command
* fix: swapped isIE11 for window.ShadyDOM
Co-authored-by: [ Cassondra ] <[email protected]>
Co-authored-by: [ Cassondra ] <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kendall Totten <[email protected]>
sinon.assert.calledWith(spy,'[pfe-accordion-header#bad-header-element]: The first child in the light DOM must be a Header level tag (h1, h2, h3, h4, h5, or h6)');
178
+
// We need to restore the session spy session to prevent infinite loop issue introduced in this PR
sinon.assert.calledWith(spy,'[pfe-accordion-header#bad-header-element]: The first child in the light DOM must be a Header level tag (h1, h2, h3, h4, h5, or h6)');
190
+
// We need to restore the session spy session to prevent infinite loop issue introduced in this PR
0 commit comments