Closed ithielnor closed 3 months ago
Forgot to include one of the js changes in the .net core package, so had to release a follow up 3.7.1 with that.
Ah, I didn't realize we were using different views for core and framework. I've ported that line change over, but not fully tested in core.
Added static Func<bool> IsCookiesDisabled()
to GriddlySettings to support disablement.
Refactor DefaultIgnoreSkipped to make more sense and be less buggy. Cookie filtering now works properly.
Add IsDefaultReplaced to allow implementations to replace contextual defaults from other sources (e.g. a saved filter).
Updgrade vulnerable packages to latest stable.