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
- Filter inheritance from target should now work again,
except for special edge cases around exports & the preprocessor.
(Initial load of most pages has to be before instantiating the
target, so filters from the target are not yet available.)
- Filters are now applied in the order they are listed, by group:
1. global filters
2. target filters
3. page filters
Duplicate filters are applied at most once, at their earliest
listed timing.
0 commit comments