AkaHarshit

Results 6 issues of AkaHarshit

## Summary This PR fixes an issue where toolbar actions (**delete / duplicate / paste / cut**) ignored the `layout.readOnly` flag and continued to mutate the diagram. ### Key Improvements...

## Summary - guard the options merge in `app.render` so passing `null`/`undefined` behaves the same as “no locals”, restoring the pre-regression contract - add a regression test exercising both `null`...

# Add ARIA attributes to ProgressBar component ## Summary This PR adds ARIA attributes (`aria-valuemin`, `aria-valuemax`, and `aria-valuenow`) to the ProgressBar component to improve accessibility for screen reader users. This...

## Summary The fetch adapter ignored `timeoutErrorMessage` and always surfaced `ETIMEDOUT`, which diverged from the xhr/http adapters. As a result, browser/WebWorker callers received inconsistent codes/messages for identical configs. ## Fix...

pr::fix

# Fix: Handle context option in roundToNearestMinutes when returning Invalid Date ## Summary Fixed an inconsistency in `roundToNearestMinutes` where the context option (`options?.in`) was not properly handled when returning Invalid...

# Add Modern Text Rendering Optimizations ## Summary This PR adds three modern CSS properties to the `:root` selector to improve text rendering quality across different browsers and operating systems....