I use a custom panel for a dashboard on my setup. I also have some CSS in this panel. After updating to 0.41 (from 0.40.2) the panel broke (no CSS is applied at all) but only in Chrome. Firefox still works. jQuery seems also not able to fetch the elements by the id’s I used in my panel. Possible for the same reason CSS is not applied.
I don’t get any errors in the dev console. Any Ideas how that happend?
I don’t really want to lookup the exact pull request from all pull requests for 0.41 and the frontend “feature” it is not linked to one either in the changelog blogpost.
I feel like this should have been mentioned somewhere. Thanks. Now I’ll have to find out how to do CSS and jQuery correctly with Shadow DOM. To google we go!