Skip to content

Add Safari fix to release notes #4966

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ This is draft for future release notes, that are going to land on
Dart & Flutter DevTools - A Suite of Performance Tools for Dart and Flutter

## General updates
TODO: Remove this section if there are not any general updates.

- Fix several issues in syntax highlighting that would color variable names that contain reserved words incorrectly and leave `extends`/`implements` clauses uncolored for some classes [#4948](https://github.com/flutter/devtools/pull/4948)
- Fix an issue in Safari (browsers that do not support RegExp negative lookbehind) that prevented DevTools from loading [#4938](https://github.com/flutter/devtools/pull/4938)

## Inspector updates
TODO: Remove this section if there are not any general updates.
Expand Down