·
12 commits
to main
since this release
Optionally fail config loading/resolution for missing sources
We added the on_invalid: abort (default) and on_invalid: warn settings, which controls what happens when martin encounters an missing/invalid source.
Done in #2412, #2426 by @gabeschine
Click to copy when clicking on various IDs in the UI
When clicking on various IDs in the UI, a click to copy feature is now available.
Fixed
- (pg) Instead of reporting on all available tables, we now filter the result to the configured sources when
auto_publish: false(#2411) - (sprites) Scale SDF buffer and radius by pixel ratio leading to weird artefacts when using retina sdf sprites (#2458)