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(observedom): Callback not being called for changes other than childList changes (bootstrap-vue#1025)
* fix(observedom): Callback not being called for changes other than node inert/remove
Allow callback to be called based on passed options.
Previously it was only being called if nodes were added or inserted, regardless of which options were passed (i.e. attribute changes, childList, textnode changes, etc.)
This fix remove this restriction.
* Create loose-equal.js
* Update index.js
* Update observe-dom.js
* Update index.js
* Delete loose-equal.js
* Update observe-dom.js
* Update observe-dom.js
* Update observe-dom.js
* Update observe-dom.js
0 commit comments